XopusBeforeAttrModified

This event will be fired before an attribute of the target element of this event is modified. It will not get fired when the attribute is removed or inserted, listen to XopusBeforeAttrRemoved or XopusBeforeAttrInserted for that.


XopusBeforeAttrModified event

Properties

attrNode XopusAttribute
The attribute that was modified.
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.