hideLightbox

如果 lightbox 打开,则关闭它

void hideLightbox();

Example

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

See also
Back to top