showLightbox

打开指定任务的lightbox

void showLightbox(string | number id);
idstring | number任务ID

Example

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

Details

此方法会触发 onBeforeLightboxonLightbox 事件。

See also
Back to top