org.zkoss.zkmax.zul.chosenbox.engine.class"
From Documentation
RebeccaLai (talk | contribs) (Add the new org.zkoss.zkmax.zul.chosenbox.engine.class property) |
RebeccaLai (talk | contribs) |
||
Line 6: | Line 6: | ||
Default: <i>org.zkoss.zkmax.zul.impl.ChosenboxEngineImpl</i> | Default: <i>org.zkoss.zkmax.zul.impl.ChosenboxEngineImpl</i> | ||
− | |||
− | |||
The chosenbox engine that implements the <i>org.zkoss.zkmax.zul.impl.ChosenboxEngine</i> interface | The chosenbox engine that implements the <i>org.zkoss.zkmax.zul.impl.ChosenboxEngine</i> interface |
Latest revision as of 01:39, 17 January 2024
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.