The Library Properties"

From Documentation
m
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
To define a library property, you can configure it in <code>WEB-INF/zk.xml</code>.
+
Here is a list of built-in library properties that ZK recognizes.
[[ZK Configuration Reference/zk.xml/The library-property Element | The library-property Element]] for more information. For example,
+
 
 +
{{ZKConfigurationReferenceHeadingToc}}
 +
 
 +
To define a library property, you can configure it in <code>WEB-INF/zk.xml</code>. For example,
  
 
<source lang="xml">
 
<source lang="xml">
Line 13: Line 16:
 
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.
 
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}}
+
For more information, please refer to [[ZK Configuration Reference/zk.xml/The library-property Element | The library-property Element]].
 +
 
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 10:47, 10 February 2011


The Library Properties


Here is a list of built-in library properties that ZK recognizes.


Subsections:


To define a library property, you can configure it in WEB-INF/zk.xml. 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.



Last Update : 2011/02/10

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