hideCover

移除阻止与屏幕其他部分交互的lightbox modal覆盖层

void hideCover( [HTMLElement box] );
boxHTMLElement要隐藏的元素

Example

gantt.hideCover(gantt.getLightbox());

Details

当提供输入参数时,该方法通过将元素的display属性设置为"none"来隐藏指定的HTML元素。

See also
Back to top