Documentation Center

XopusBeforeNodeMoved

Description

This event will be fired before the target node of this event will be moved.

XopusBeforeNodeMoved event

Properties

direction
Integer. The direction in which the node was moved. 1 or -1, respectively indicating down or up.
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.