message
Description
Вызывает диалоговое окно сообщения указанного типа
message: (config: any) => HTMLElement
Parameters
config- (required) object - конфигурация окна сообщения
Returns
div- (HTMLElement) - контейнер div окна сообщения
Example
const box = scheduler.message({
type:"confirm-warning",
text:"Are you sure you want to do it?"
});
Details
Для получения подробной информации об поддерживаемых параметрах конфигурации диалогового окна сообщения смотрите статью Popup Messages and Modal Boxes.
Related API
Related Guides
Change log
- добавлено в версии 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.