onLightbox Event

Parameters:

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

Event occurs after opening lightbox, good place if you want to customize something in the lightbox.