openAll of TreeAPI, Methods Webix Docs

StartAPI ReferenceMixinsTreeAPIMethods

opens all branches in the tree

void openAll();

Example

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

See also

  • API

  • Articles

  • Back to top