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