closeAll of ui.tree, Methods Webix Docs

StartAPI Referenceui.treeMethods

closes all branches in the tree

void closeAll();

Example

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

See also

  • API

  • Articles

  • Back to top

    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.