openAll

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

void openAll();

Example

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

See also
Наверх