showLightbox

opens the lightbox for the specified task

void showLightbox(string| number id);
idstring| numberthe task id

Example

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

Details

The method invokes the onBeforeLightbox and onLightbox events.

See also
Back to top