Gijgo Tree methods
addNode Base
Add node to the tree.
check Checkboxes
Check tree node.
checkAll Checkboxes
Check all tree nodes
collapse Base
Collapse node from the tree.
collapseAll Base
Collapse all tree nodes
destroy Base
Destroy the tree.
disable Base
Disable node from the tree.
disableAll Base
Disable all nodes from the tree.
enable Base
Enable node from the tree.
enableAll Base
Enable all nodes from the tree.
expand Base
Expand node from the tree.
expandAll Base
Expand all tree nodes
getAll Base
Return an array with all records presented in the tree.
getCheckedNodes Checkboxes
Get ids of all checked nodes
getChildren Base
Return an array with the ids of all children.
getDataById Base
Return node data by id of the record.
getDataByText Base
Return node data by text.
getNodeById Base
Return node by id of the record.
getNodeByText Base
Return node by text.
getSelections Base
Return an array with the ids of the selected nodes.
parents Base
Return an array with the names of all parents.
reload Base
Reload the tree.
removeNode Base
Remove node from the tree.
render Base
Render data in the tree
select Base
Select node from the tree.
selectAll Base
Select all tree nodes
uncheck Checkboxes
Uncheck tree node.
uncheckAll Checkboxes
Uncheck all tree nodes
unselect Base
Unselect node from the tree.
unselectAll Base
Unselect all tree nodes
updateNode Base
Update node from the tree.