calls a message box of the specified type
config | object | the message box's configuration |
HTMLElement | the div container of the message box |
var box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
For details about the supported configuration options of a message box, see the Popup Messages and Modal Boxes article.
added in version 6.0
Back to top