org.zkoss.zkmax.zul.chosenbox.engine.class
From Documentation
Revision as of 09:09, 12 September 2023 by RebeccaLai (talk | contribs) (Add the new org.zkoss.zkmax.zul.chosenbox.engine.class property)
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
Since 10.0.0
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.