closeAll of ui.sidebar, Methods Webix Docs
closes all branches in the tree
void closeAll();
Example
tree = webix.ui({
view:"tree",
...
});
tree.closeAll();
See also
API
Articles
closeAll of ui.sidebar, Methods Webix Docs
closes all branches in the tree
void closeAll();
tree = webix.ui({
view:"tree",
...
});
tree.closeAll();
See also
API
Articles