hideLightbox

라이트박스가 열려 있을 경우 이를 닫습니다.

void hideLightbox();

Example

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

See also
Back to top