The following chart provides reference information about the events of the igTree
™ control related to its Drag-and-drop feature. The events are listed in alphabetical order.
The following table explains the drag-and-drop events of the igTree
control and, for each event, indicates whether it can be stopped.
Legend:
Yes (= the event can be stopped) | |
No (= the event cannot be stopped) |
Event | Description | Can be stopped? | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
drag |
Raised during the node is being dragged. The handler function takes arguments evt and ui . The ui argument options and their usage
follow.
|
||||||||||||||||||||
dragStart |
Raised when the dragging of the node begins. The handler function takes arguments evt and ui . The ui argument options and their usage
follow.
|
||||||||||||||||||||
dragStop |
Raised when dragging the node has stopped. The handler function takes arguments evt and ui . The ui argument options and their usage
follow.
|
||||||||||||||||||||
nodeDropped |
Raised after a node has been dropped. The handler function takes arguments evt and ui . The ui argument options and their usage follow.
|
||||||||||||||||||||
nodeDropping |
Raised when the node is being dropped. The handler function takes arguments evt and ui . The ui argument options and their usage follow.
|
The following topics provide additional information related to this topic.
Drag-and-Drop Property Reference (igTree): This topic is a chart with reference information about the properties of the igTree
control related to its Drag-and-Drop feature.
API Links (igTree): This topic provides links to the igTree
jQuery and MVC API.
The following samples provide additional information related to this topic.
Drag and Drop - Single Tree: This sample demonstrates how to initialize the igTree
control with the Drag-and-Drop feature enabled.
Drag and Drop - Multiple Trees: This sample demonstrates how to drag-and-drop nodes between two igTrees
.
API and Events: This sample demonstrates how to use igTree
API.
View on GitHub