showCover

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

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

Example

scheduler.hideCover();
...
scheduler.showCover();

Details

If you specify the input parameter, the method will show the specified HTML object element (by setting the display property to "block") centered on the screen.

See also
Back to top