Orgchildren"
From Documentation
Charlesqiu (talk | contribs) |
Charlesqiu (talk | contribs) |
||
Line 6: | Line 6: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | <tt>Orgchildren </tt>contains a collection of Orgitem components. It is main body of the <tt>Organigram </tt>and it also the main body of | + | <tt>Orgchildren </tt>contains a collection of Orgitem components. It is main body of the <tt>Organigram </tt>and it also the main body of an <tt>Orgitem</tt>'s children. |
= Example = | = Example = |
Revision as of 01:56, 9 August 2018
Orgchildren
- Java API: Orgchildren
- JavaScript API: Orgchildren
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>
<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 |
---|---|---|