DHTMLX Docs & Samples Explorer

onBeforeLightbox Event

Parameters:

  • id of event;
  scheduler.attachEvent("onBeforeLightbox", function (event_id){
       //any custom logic here
  });

Event is blockable, if non-true value returned from custom method, default reaction will be blocked ( opening of details form )