hideLightbox

closes the lightbox if it's currently active

void hideLightbox();

Example

gantt.showLightbox(1);
 
gantt.hideLightbox();

See also
Back to top