XopusAfterAttrModified
This event will be fired after an attribute of the target element of this event was modified. It will not get fired when the attribute is removed or inserted, listen to XopusAfterAttrRemoved or XopusAfterAttrInserted for that.
- Documentation
- › API
- › DOM API
- › XopusAfterAttrModified
XopusAfterAttrModified event
Properties
- attrNode XopusAttribute
- The attribute that was modified.
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to
false. - target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.