closeAll of ui.sidebar, Methods Webix Docs

StartAPI Referenceui.sidebarMethods

closes all branches in the tree

void closeAll();

Example

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

See also

  • API

  • Articles

  • Back to top