depends

From Documentation
Revision as of 02:57, 3 April 2023 by Hawk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Syntax:

<depends>a_list_of_addon_names</depends>

It specifies which language (e.g. zul or zhtml) or language addon (e.g. zkex, zkmax) this addon depends on. If specified, this addon will be parsed after all the specified addons are parsed. Notice that the dependent addon is missing, but the current addon file is still parsed.

Example,

<depends>zkex, zkmax</depends>

which means this addon won't be parsed until both zkex and zkmax are parsed.

Version History

Last Update : 2023/04/03


Version Date Content
     



Last Update : 2023/04/03

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