DHTMLX Docs & Samples Explorer

onOpenDynamicEnd Event

Required library edition: This method requires Professional Edition of the DHTMLX library

Event is occurs after the item defined in the openItemsDynamic method opens

This event calls user-defined handlers (if there are any):

       tree.attachEvent("onOpenDynamicEnd", function(){
           /*here is your code*/
       });