The Library Properties
From Documentation
To define a library property, you can configure it in WEB-INF/zk.xml
.
The library-property Element for more information. For example,
<library-property>
<name>org.zkoss.zul.Button.mold</name>
<value>trendy</value>
</library-property>
Alternatively, you can define it as a system property with the configuration file of your Web server, though the system property affects the whole system, not just one Web application.
Version History
Version | Date | Content |
---|---|---|
5.0.4 | August 2010 | org.zkoss.zk.ui.macro.autoforward.disabled
Turn on/off auto forward mechanism for macro component |
5.0.4 | August 2010 | org.zkoss.zk.ui.macro.autowire.disabled
Turn on/off auto wire mechanism for macro component |
5.0.4 | August 2010 | org.zkoss.zk.ui.metainfo.page.Loader.class
It specifies the name of the class used to load the page definitions. |
5.0.5 | September 2010 | org.zkoss.zul.listbox.checkmarkDeselectOthers and org.zkoss.zul.tree.checkmarkDeselectOthers are introduced to control how to select items when an item is clicked on a tree or a listbox with checkmark. |
5.0.5 | October 2010 | org.zkoss.zul.listbox.rightSelect and org.zkoss.zul.tree.rightSelect are introduced to control whether to toggle item selection or not when an item is right clicked on a tree or a listbox with checkmark. |