calls a modalbox
config | object | the modal box's configuration |
HTMLElement | the div container of the modalbox |
var box = scheduler.modalbox({
title: "Close",
type: "alert-warning"
});
For details about the supported configuration options of a modalbox, see the Popup Messages and Modal Boxes article.
added in version 6.0
Back to top