closeAll of ui.tree, Methods Webix Docs
closes all branches in the tree
void closeAll();
Example
tree = webix.ui({
view:"tree",
...
});
tree.closeAll();
See also
API
Articles
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of javascript tree view product.