The Library Properties

From Documentation
Revision as of 10:47, 10 February 2011 by Tomyeh (talk | contribs)


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.