zeigt ein Alert-Message-Box an
config | object | Konfigurationseinstellungen für die Alert-Box |
HTMLElement | das div-Element, das die Alert-Box enthält |
var box = scheduler.alert({
title:"Alert",
type:"alert-error",
text:"You can't do this"
});
Für weitere Informationen zu den verfügbaren Konfigurationsoptionen für eine Alert-Message-Box siehe den Artikel Popup-Nachrichten und Modale Fenster.
hinzugefügt in Version 6.0
Nach oben