DOMNodeInsertedIntoDocument
This event will be fired when the target node of this event will be connected to the DOM tree. This event will be fired for all descendants of an orphan subtree that is added to the DOM.
This event was introduced to comply with the DOM Events standard.
- Documentation
- › API
- › DOM API
- › DOMNodeInsertedIntoDocument
DOMNodeInsertedIntoDocument event
Properties
- target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 4 | Introduction. |