hiCollapseTreeItem
hiCollapseTreeItem(g_item[g_notify] ) =>t / nil
Description
Collapses the tree item you specify. This function also executes the collapse callback of the tree table field if you specify t as the value of the g_notify argument.
This function is the programmatic equivalent of collapsing an item with the mouse or keyboard keys.
Arguments
|
The item you want to collapse. g_item can either be the return value of |
|
Values Returned
|
The item does not have a tree under it, the item was not expanded, or there was an error. |
Related Topics
Return to top