calls an alert message box
config | object | the alert box's configuration |
HTMLElement | the div container of the alert box |
var box = scheduler.alert({
title:"Alert",
type:"alert-error",
text:"You can't do this"
});
For details about the supported configuration options of an alert message box, see the Popup Messages and Modal Boxes article.
added in version 6.0
Back to top