onLightboxButton Event

Parameters:

  • id - id of button
  • node - html element of button
  • e - native click event
  scheduler.attachEvent("onLightboxButton ", function (id, node, e){
       //any custom logic here
  });

Event called when click on custom button in the lightbox occurs ( custom buttons at the bottom of the lightbox, do not occurs for default buttons, or section buttons )