XopusBeforeAttrRemoved
This event will be fired before an attribute will be removed from the target element of this event.
- Documentation
- › API
- › DOM API
- › XopusBeforeAttrRemoved
XopusBeforeAttrRemoved event
Properties
- attrNode XopusAttribute
- The attribute that was added or removed.
- 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. |