The library-property Element"

From Documentation
m
m (correct highlight (via JWB))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<library-property>
 +
    <name>any name</name>
 +
    <value>any value</value>
 +
</library-property>
 +
 +
Species a library-level property with the <code>library-property</code> element.
 +
 +
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]].
  
 
=Version History=
 
=Version History=

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.