Check documentation for the latest version of dhtmlxSuite onOpenDynamicEnd DHTMLX Docs

onOpenDynamicEnd

fires after the item defined in the openItemsDynamic() method opens

void onOpenDynamicEnd();

Example

myTree.attachEvent("onOpenDynamicEnd", function(){
    // your code here
});

Back to top