The depends Element"

From Documentation
(Created page with '{{ZKConfigurationReferenceHeadingToc}} =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:
{{ZKConfigurationReferenceHeadingToc}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
 
 +
'''Syntax:'''
 +
<depends>''a_list_of_config_names''</depends>
 +
 
 +
[Optional]
 +
 
 +
It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.
 +
 
 +
Example,
 +
 
 +
<source lang="xml">
 +
<depends>zkex, zkmax</depends>
 +
</source>
 +
 
 +
which means this configuration won't be parsed until <code>/metainfo/zk/config.xml</code> in both <code>zkex</code> and <code>zkmax</code> are parsed.
  
 
=Version History=
 
=Version History=

Latest revision as of 08:51, 19 January 2022




Syntax:

<depends>a_list_of_config_names</depends>
[Optional]

It specifies what configurations this configuration depends on. If specified, this configuration will be parsed after all specified configurations are parsed.

Example,

<depends>zkex, zkmax</depends>

which means this configuration won't be parsed until /metainfo/zk/config.xml in both zkex and zkmax are parsed.

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.