Description
This event will be fired after a node was removed from the target node of this event.
Note: This event is also fired during undo and redo. If you change the document during that stage, problems may occur. If the code in your event handler is changing the document using other API methods, check the evt.duringUndoOrRedo property to make sure you are only making modifications when the user is causing the changes, and not when the events are triggered because of undo or redo.
XopusAfterChildRemoved event
Properties
-
childNode
-
XopusNode . The node that was inserted or removed.
-
bubbles
-
Boolean. Will prevent bubbling up the DOM hierarchy when set to false.
-
target
-
XopusNode . The object that originally fired the event.
-
type
-
String. The type of the event.