message
Description
Öffnet eine message box des gewählten Typs
message: (config: any) => HTMLElement
Parameters
config- (required) object - Konfigurationseinstellungen für die message box
Returns
div- (HTMLElement) - das div-Element, das die message box enthält
Example
var box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
Details
Weitere Informationen zu den verfügbaren Konfigurationsoptionen für eine message box finden Sie im 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.