showLightbox
Description
Öffnet die Lightbox für die angegebene Aufgabe
showLightbox: (id: string | number) => void
Parameters
id- (required) string | number - die Aufgaben-ID
Example
gantt.showLightbox(1);/*!*/
gantt.hideLightbox();
Details
Diese Methode löst die Events onBeforeLightbox und onLightbox aus.
Related API
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.