DOMCharacterDataModified

Description

This event will be fired after the value of the target of this event was changed.

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

DOMCharacterDataModified event

Properties

oldValue
String. The value of the node before the change.
newValue
String. The new value of the node.
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.