expands the list of nodes in dynamic tree (wait till the end of a node's loading before expanding the next one)
list | string | list of nodes which will be expanded |
flag | boolean | true|false - select last node in the list |
Available only in PRO Edition
myTree.openItemsDynamic("id_0,id_0_2,id_0_2_3,id_2,id_2_1",true);
the method calls onOpenDynamicEnd event
Back to top