The system-config Element"

From Documentation
m
m
Line 6: Line 6:
 
     <!-- any number of the configuration elements -->
 
     <!-- any number of the configuration elements -->
 
  </system-config>
 
  </system-config>
 +
 +
[Optional]
  
 
It is ued to customize ZK's default behavior. The use is the same as [[ZK Configuration Reference/zk.xml/The system-config Element|zk.xml's system-config element]], except it is specified in a JAR file's <tt>config.xml</tt> rather than <tt>WEB-INF/zk.xml</tt>.
 
It is ued to customize ZK's default behavior. The use is the same as [[ZK Configuration Reference/zk.xml/The system-config Element|zk.xml's system-config element]], except it is specified in a JAR file's <tt>config.xml</tt> rather than <tt>WEB-INF/zk.xml</tt>.

Revision as of 08:18, 6 May 2011


The system-config Element


Syntax:

<system-config>
</system-config>
[Optional]

It is ued to customize ZK's default behavior. The use is the same as zk.xml's system-config element, except it is specified in a JAR file's config.xml rather than WEB-INF/zk.xml.

Version History

Last Update : 2011/05/06


Version Date Content
     



Last Update : 2011/05/06

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