closeAll

закрывает все ветки в дереве

void closeAll();

Example

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

See also
Наверх