DHTMLX Docs & Samples Explorer

onDblClick Event

This event calls user-defined handlers (if there are any) and passes the following parameter:

  • id - id of the node that was doubleclicked.
        tree.attachEvent("onDblClick", function(id){});
 

The event returns:

true - confirms opening|closing;
false - denies opening|closing.