modalbox
Description
Öffnet eine modalbox
modalbox: (config: any) => HTMLElement
Parameters
config- (required) object - Einstellungen für die modalbox
Returns
div- (HTMLElement) - das div-Element, das die modalbox enthält
Example
var box = scheduler.modalbox({
title: "Close",
type: "alert-warning"
});
Details
Für weitere Informationen zu den verfügbaren Konfigurationsoptionen einer modalbox siehe den Artikel Popup-Nachrichten und Modale Fenster.
Related API
Related Guides
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.