This topic provides reference information about the methods of the igTree
™ control related to adding and removing nodes. The methods are listed alphabetically.
The following table explains the methods of add and remove igTree
control and lists the default and recommended values.
Method | Description | ||||||
---|---|---|---|---|---|---|---|
addNode |
Adds a new array of nodes to the tree. New nodes are appended to the root or to a specified parent node.
|
||||||
removeAt |
Removes the node with the specified path and all of its children.
|
||||||
removeNodesByValue |
Removes all nodes with the specified value.
|
||||||
transactionLog | Returns the transaction log stack. |
The following topics provide additional information related to this topic.
API Links (igTree): This topic provides links to igTree
jQuery and MVC API.
Adding and Removing Nodes Overview and Examples (igTree): This topic explains, with code examples, how to add and remove nodes of igTree
control programmatically.
Retrieving the Transaction Log (igTree): This topic explains, with code examples, how to retrieve the transaction log about adding and removing nodes in the igTree
control.
The following samples provide additional information related to this topic.
igTree
API.View on GitHub