Orgitem"
From Documentation
Charlesqiu (talk | contribs) |
Charlesqiu (talk | contribs) |
||
Line 12: | Line 12: | ||
For a branch node, an +/- button will appear at the beginning of the node, such that user could open and close the item by clicking on the +/- button. | For a branch node, an +/- button will appear at the beginning of the node, such that user could open and close the item by clicking on the +/- button. | ||
+ | |||
+ | = Example = | ||
=Supported Events= | =Supported Events= |
Revision as of 07:17, 8 August 2018
Orgitem
Employment/Purpose
Orgitem contains a node (Orgnode), and an optional Orgchildren.
If the component doesn't contain a Orgchildren, it is a leaf node that doesn't accept any child items.
If it contains a Orgchildren, it is a branch node that might contain other items.
For a branch node, an +/- button will appear at the beginning of the node, such that user could open and close the item by clicking on the +/- button.
Example
Supported Events
Event: OpenEvent
Denotes user has opened or closed a component. It is useful to implement load-on-demand by listening to the onOpen event, and creating components when the first time the component is opened. |
- Inherited Supported Events: XulElement
Supported Children
* Orgnode, Orgchildren
Version History
Version | Date | Content |
---|---|---|