Orgchildren"
From Documentation
Charlesqiu (talk | contribs) |
m ((via JWB)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
{{ZK EE}} | {{ZK EE}} | ||
− | + | {{versionSince| 8.6.0}} | |
= Employment/Purpose = | = Employment/Purpose = | ||
− | < | + | <code>Orgchildren </code>contains a collection of Orgitem components. It is main body of the <code>Organigram </code>and it also the main body of an <code>Orgitem</code>'s children. |
= Example = | = Example = | ||
+ | |||
+ | [[Image:Orgchildren example.png]] | ||
<source language="xml"> | <source language="xml"> | ||
− | <organigram> | + | <organigram width="600px"> |
<orgchildren> | <orgchildren> | ||
<orgitem label="Item1"> | <orgitem label="Item1"> | ||
Line 32: | Line 34: | ||
= Supported Events = | = Supported Events = | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 49: | Line 51: | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- |
Latest revision as of 07:50, 14 January 2022
Orgchildren
- Java API: Orgchildren
- JavaScript API: Orgchildren
- Available for ZK:
Since 8.6.0
Employment/Purpose
Orgchildren
contains a collection of Orgitem components. It is main body of the Organigram
and it also the main body of an Orgitem
's children.
Example
<organigram width="600px">
<orgchildren>
<orgitem label="Item1">
<orgchildren>
<orgitem label="Item2">
<orgchildren>
<orgitem label="Item3"/>
<orgitem label="Item4"/>
</orgchildren>
</orgitem>
</orgchildren>
</orgitem>
</orgchildren>
</organigram>
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
* Orgitem
Version History
Version | Date | Content |
---|---|---|