XopusBeforeNodeSplit

This event will be fired before the target node of this event will be split at the given index.


XopusBeforeNodeSplit event

Properties

index Integer
The position at which the node was split.
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.

History

version event
Xopus 3 Introduction. Replaces the onSplit event.