The Library Properties"
From Documentation
m |
|||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | + | To define a library property, you can configure it in <code>WEB-INF/zk.xml</code>. | |
+ | [[ZK Configuration Reference/zk.xml/The library-property Element | The library-property Element]] for more information. For example, | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <library-property> | ||
+ | <name>org.zkoss.zul.Button.mold</name> | ||
+ | <value>trendy</value> | ||
+ | </library-property> | ||
+ | </source> | ||
+ | |||
+ | 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. | ||
+ | |||
+ | {{ZKConfigurationReferenceHeadingToc}} | ||
==Version History== | ==Version History== |
Revision as of 10:59, 3 December 2010
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. |