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