modalbox

calls a modalbox

HTMLElement modalbox(object config);
configobjectthe modal box's configuration
HTMLElementthe div container of the modalbox

Example

var box = scheduler.modalbox({
    title: "Close",
    type: "alert-warning"
});

Details

For details about the supported configuration options of a modalbox, see the Popup Messages and Modal Boxes article.

See also
Change log

added in version 6.0

Back to top