fires after the user has opened the lightbox (edit form)
id | string | the event's id |
scheduler.attachEvent("onLightbox", function (id){
//any custom logic here
});
Using this event is a good way to customize something in the lightbox.
Back to top