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

showLightbox

Description

Открывает lightbox для указанной задачи

showLightbox: (id: string | number) => void

Parameters

  • id - (required) string | number - идентификатор задачи

Example

gantt.showLightbox(1);/*!*/

gantt.hideLightbox();

Details

Метод вызывает события onBeforeLightbox и onLightbox.

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.