The Library Properties"
From Documentation
m |
m |
||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | Here is a list of | + | Here is a list of supported library properties that ZK recognizes. |
− | To define a library property, you can configure it in <code>WEB-INF/zk.xml</code><ref>For more information, please refer to [[ZK Configuration Reference/zk.xml/The library-property Element | | + | To define a library property, you can configure it in <code>WEB-INF/zk.xml</code><ref>For more information, please refer to [[ZK Configuration Reference/zk.xml/The library-property Element | the library-property element]]. |
</ref>. For example, | </ref>. For example, | ||
Revision as of 10:59, 10 February 2011
Here is a list of supported library properties that ZK recognizes.
To define a library property, you can configure it in WEB-INF/zk.xml
[1]. 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.
- ↑ For more information, please refer to the library-property element.