The Preferences"
From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} To define a preference, you can configure it in <code>WEB-INF/zk.xml</code>. [[ZK Configuration Reference/zk.xml/The preference Element | ...") |
m |
||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | To define a preference, you can configure it in <code>WEB-INF/zk.xml</code> | + | Here is a list of built-in preferences that ZK recognizes. |
− | [[ZK Configuration Reference/zk.xml/The preference Element | The preference Element]] | + | |
+ | To define a preference, you can configure it in <code>WEB-INF/zk.xml</code><ref>For more information, please refer to [[ZK Configuration Reference/zk.xml/The preference Element | The preference Element]].</ref>. For example, | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 11: | Line 12: | ||
</source> | </source> | ||
− | |||
{{ZKConfigurationReferenceHeadingToc}} | {{ZKConfigurationReferenceHeadingToc}} | ||
+ | |||
+ | <blockquote> | ||
+ | ---- | ||
+ | <references/> | ||
+ | </blockquote> | ||
+ | |||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 10:51, 10 February 2011
Here is a list of built-in preferences that ZK recognizes.
To define a preference, you can configure it in WEB-INF/zk.xml
[1]. For example,
<preference>
<name>org.zkoss.zul.Button.mold</name>
<value>trendy</value>
</preference>
- ↑ For more information, please refer to The preference Element.