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 http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents.
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 tofalse.- target
XopusNode. The object that originally fired the event.- type
String. The type of the event.
History
| version | event |
|---|---|
| Xopus 4 | Introduction. |