message
Description
Calls a message box of the specified type
message: (config: any) => HTMLElement
Parameters
config- (required) object - the message box's configuration
Returns
div- (HTMLElement) - the div container of the message box
Example
var box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
Details
For details about the supported configuration options of a message box, see the Popup Messages and Modal Boxes article.
Related API
Related Guides
Change log
- added 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.