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 to false.
cancelEvent
Boolean. Will prevent the default action when set to true.
target
XopusNode . The object that originally fired the event.
type
String. The type of the event.