DHTMLX Docs & Samples Explorer

onItemDblClick

Event name is case insensitive.

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

  • id - id of clicked item
  • ev - a native event object
  • trg - a target HTML element
  chart.attachEvent("onItemdblclick", function (id, ev, trg){
       //any custom logic here
  });