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)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


org.zkoss.zkmax.zul.chosenbox.engine.class


Property: org.zkoss.zkmax.zul.chosenbox.engine.class

Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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.



Last Update : 2023/09/12

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.