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