XopusBeforeChildInserted
This event will be fired before a node will be inserted in the target node of this event.
- Documentation
- › API
- › DOM API
- › XopusBeforeChildInserted
XopusBeforeChildInserted event
Properties
- childNode XopusNode
- The node that was inserted or removed.
- nextSibling XopusNode
- The next sibling of the node after the insert.
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to
false. - cancelEvent Boolean
- Will prevent the default action when set to
true. - target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. |