closeAll

closes all branches in the tree

void closeAll();

Example

tree = webix.ui({
    view:"tree",
    ...
}); 
 
tree.closeAll();

See also
Back to top