Tutorial 1 Tutorial 2 Tutorial 3 Tutorial 4
·ob_getExpanded (node_object, onlyChildren)
Returns a comma delimited list of all the ids of the expanded nodes. If
node_object is specified and not null, it will only search the subnode list of
node_object, otherwise it will start with the first node in the tree. If
onlyChildren is specified and is true, it will only search in node_object's
children list and not below it, otherwise it will go all levels deep as
available.
·ob_getCollapsed (node_object, onlyChildren)
Returns a comma delimited list of all the ids of the collapsed nodes. If
node_object is specified and not null, it will only search the subnode list of
node_object, otherwise it will start with the first node in the tree. If
onlyChildren is specified and is true, it will only search in node_object's
children list and not below it, otherwise it will go all levels deep as
available.
·ob_tall(exp)
Expands / collapses all nodes of the TreeView.
·ob_expandSingle(node)
Allows only one node for each level to be expanded.
·ob_nodeEnsureVisible(node)
Ensures that the node is in the visible area. This function
is called automatically when selecting a node.
|