The Preferences"

From Documentation
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
Here is a list of built-in preferences that ZK recognizes.
+
Here is a list of supported preferences that ZK recognizes.
  
 
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,
 
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,

Revision as of 10:57, 10 February 2011


The Preferences


Here is a list of supported 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>




  1. For more information, please refer to The preference Element.



Last Update : 2011/02/10

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