showLightbox
Description
Öffnet das Lightbox-Fenster für die angegebene Aufgabe
showLightbox: (id: string | number) => void
Parameters
id- (erforderlich) string | number - die Aufgaben-ID
Example
gantt.showLightbox(1);/*!*/
gantt.hideLightbox();
Details
Die Methode ruft die Ereignisse onBeforeLightbox und onLightbox auf.
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.