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

onLightbox

Description

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

onLightbox: () => void

Parameters

  • id - (обязательно) 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.