Перейти к основному содержимому

modalbox

Description

Вызывает modalbox

modalbox: (config: any) => HTMLElement

Parameters

  • config - (required) object - конфигурация модального окна

Returns

  • div - (HTMLElement) - div-контейнер modalbox

Example

const box = scheduler.modalbox({
title: "Close",
type: "alert-warning"
});

Details

Для получения подробной информации о поддерживаемых опциях конфигурации modalbox, смотрите статью Popup Messages and Modal Boxes.

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.