Samples
Forum
Support
Documentation
close
closeAll
getOpenItems
getState
isBranchOpen
open
openAll
setState
Start
API Reference
Mixins
TreeAPI
Methods
closeAll
closes all branches in the tree
void
closeAll
();
See also
api
openAll
close
open
closeAll
articles
Tree Nodes manipulations
Example
tree
=
new
webix.
ui
(
{
view
:
"tree"
,
...
}
)
;
tree.
closeAll
(
)
;
Back to top