Skip to main content

onLightbox

Description

Fires after the user has opened the lightbox (edit form)

onLightbox: () => void

Parameters

  • id - (required) string - the event's id

Example

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

Details

Using this event is a good way to customize something in the lightbox.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.