The preference Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
m (correct highlight (via JWB))
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<preference>
 +
    <name>''any name''</name>
 +
    <value>''any value''</value>
 +
</preference>
 +
 +
[Optional]
 +
 +
It is used to specify a preference. The use is the same as [[ZK Configuration Reference/zk.xml/The preference Element|zk.xml's preference element]], except it is specified in a JAR file's <code>config.xml</code> rather than <code>WEB-INF/zk.xml</code>.
  
 
=Version History=
 
=Version History=

Latest revision as of 08:51, 19 January 2022


The preference Element


Syntax:

<preference>
    <name>any name</name>
    <value>any value</value>
</preference>
[Optional]

It is used to specify a preference. The use is the same as zk.xml's preference element, except it is specified in a JAR file's config.xml rather than WEB-INF/zk.xml.

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.