org.zkoss.zkmax.zul.chosenbox.engine.class
From Documentation
Revision as of 01:39, 17 January 2024 by RebeccaLai (talk | contribs)
Property:
org.zkoss.zkmax.zul.chosenbox.engine.class
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: org.zkoss.zkmax.zul.impl.ChosenboxEngineImpl
The chosenbox engine that implements the org.zkoss.zkmax.zul.impl.ChosenboxEngine interface to further process the output of the renderer.
The default org.zkoss.zkmax.zul.impl.ChosenboxEngineImpl checks if the output of the renderer is valid HTML, then removes scripts (i.e. <script>...</script> and onXXX attributes) for HTML (if allowScripts = false) or escapes special characters for non-HTML.