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

onLightbox

Description

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

onLightbox: (task_id: string | number) => void;

Parameters

  • task_id - (required) string,number - идентификатор задачи, открытой в lightbox

Example

gantt.attachEvent("onLightbox", function (task_id){
// здесь любая пользовательская логика
});
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.