DHTMLX Docs & Samples Explorer

onDblClick Event

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

  • itemId - the id of a clicked item
mylayout.attachEvent("onDblClick", function (itemId){
       //any custom logic here
  });