DOMAttrModified

This event fires when an attribute is inserted, removed, or changed.

This event was introduced to comply with the DOM Events standard.


DOMAttrModified event

Properties

attrNode XopusAttribute
The attribute that was added or removed.
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.

History

version event
Xopus 4 Introduction.