Documentation Center

XopusEvent

Description

The XopusEvent object describes a basic event in Content Editor . It is not an event in itself.

XopusEvent object

Properties

duringUndoOrRedo
Boolean. Flags whether or not the event is being triggered during an undo or redo action. It is often best to just return in this case rather than running event handler code.
target
XopusNode. Node that originally dispatched the event.
type
string. Name of the event.
bubbles
Boolean. Deprecated. Will prevent bubbling up the DOM hierarchy when set to false.
cancelEvent
Boolean. Deprecated. Will prevent the default action when set to true. Throw Editor.RevertingException instead.