The library-property Element"

From Documentation
m
m (correct highlight (via JWB))
 
Line 7: Line 7:
 
  </library-property>
 
  </library-property>
  
Species a library-level property with the <tt>library-property</tt> element.
+
Species a library-level property with the <code>library-property</code> element.
  
It is the same as <tt>WEB-INF/zk.xml</tt>. Please refer to [[ZK Configuration Reference/zk.xml/The library-property Element|zk.xml's library-property]] for more information.
+
It is the same as <code>WEB-INF/zk.xml</code>. Please refer to [[ZK Configuration Reference/zk.xml/The library-property Element|zk.xml's library-property]] for more information.
  
 
For a complete list of available library properties, please refer to [[ZK Configuration Reference/zk.xml/The Library Properties|the Library Properties section]].
 
For a complete list of available library properties, please refer to [[ZK Configuration Reference/zk.xml/The Library Properties|the Library Properties section]].

Latest revision as of 08:51, 19 January 2022


The library-property Element


Syntax:

<library-property>
    <name>any name</name>
    <value>any value</value>
</library-property>

Species a library-level property with the library-property element.

It is the same as WEB-INF/zk.xml. Please refer to zk.xml's library-property for more information.

For a complete list of available library properties, please refer to the Library Properties section.

Version History

Last Update : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

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