Zum Hauptinhalt springen

alert

Description

Zeigt ein Alert-Message-Box an

alert: (config: any) => HTMLElement

Parameters

  • config - (required) object - Konfigurationseinstellungen für die Alert-Box

Returns

  • div - (HTMLElement) - das div-Element, das die Alert-Box enthält

Example

var box = scheduler.alert({
title:"Alert",
type:"alert-error",
text:"You can't do this"
});

Details

Für weitere Informationen zu den verfügbaren Konfigurationsoptionen für eine Alert-Message-Box siehe den Artikel Popup-Nachrichten und Modale Fenster.

Change log

  • hinzugefügt in Version 6.0
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.