hideCover

hides the lightbox modal overlay that blocks interactions with the remaining screen

void hideCover( [HTMLElement box] );
boxHTMLElementan element to hide

Example

scheduler.hideCover(scheduler.getLightbox());

Details

If you specify the input parameter, the method will hide the specified HTML object element (by setting the display property to "none").

See also
Back to top