XopusBeforeNodeCreated
This event will be fired before a node will be created by the target document of this event.
- Documentation
- › API
- › DOM API
- › XopusBeforeNodeCreated
XopusBeforeNodeCreated event
Properties
- 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. Replaces the onCreate event. |