Перейти к основному содержимому

onLightbox

Description

Срабатывает сразу после того, как пользователь открывает lightbox (форму редактирования)

onLightbox: () => void

Parameters

  • id - (required) string - идентификатор события

Example

scheduler.attachEvent("onLightbox", function (id){
//любая ваша кастомная логика
});

Details

Это событие удобно использовать для настройки различных аспектов 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.