The library-property Element"
From Documentation
Maya001122 (talk | contribs) m |
Maya001122 (talk | contribs) m |
||
Line 17: | Line 17: | ||
==Version History== | ==Version History== | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 01:45, 14 July 2010
<library-property>
<name>any name</name>
<value>any value</value>
</library-property>
Species a library-level property with the library-property element. The above example is equivalent to
org.zkoss.lang.Library.setProperty("any name", "any value");
The library properties are shared by all Java codes that use the same set of ZK libraries. If you installed ZK libraries in WEB-INF/ib of a ZK application, the library properties are shared only within the application.
The library properties are easier to access than the preferences since they are static members (of Library). However, their scope depends on the installation.
Version History
Version | Date | Content |
---|---|---|