XopusBeforeAttrInserted
Description
This event will be fired before an attribute will be added to the target element of this event.
XopusBeforeAttrInserted event
Properties
- attrNode
XopusAttribute. The attribute that was added or removed.- bubbles
Boolean. Will prevent bubbling up the DOM hierarchy when set tofalse.- cancelEvent
Boolean. Will prevent the default action when set totrue.- target
XopusNode. The object that originally fired the event.- type
String. The type of the event.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. |