Check documentation for the latest version of dhtmlxSuite openItemsDynamic DHTMLX Docs

openItemsDynamic

expands the list of nodes in dynamic tree (wait till the end of a node's loading before expanding the next one)

void openItemsDynamic(string list,boolean flag);
liststringlist of nodes which will be expanded
flagbooleantrue|false - select last node in the list

Available only in PRO Edition

Example

myTree.openItemsDynamic("id_0,id_0_2,id_0_2_3,id_2,id_2_1",true);

Details

the method calls onOpenDynamicEnd event

Back to top