XopusBeforeNodeValueModified
Description
This event will be fired before the value of the target node of this event will be changed.
XopusBeforeNodeValueModified 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.- cancelEvent
Boolean. Will prevent the default action when set totrue.- target
XopusNode. The object that originally fired the event.- type
String. The type of the event.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. |