The Library Properties"

From Documentation
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
{{ZKConfigurationReferenceHeadingToc}}
+
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


The Library Properties


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.


Subsections:


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.



Last Update : 2010/12/03

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