DHTMLX Docs & Samples Explorer

onRightClick Event

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

  • id - id of the clicked item;
  • object - event object.
        tree.attachEvent("onRightClick", function(id, object){});