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

modalbox

Description

Открывает modalbox

modalbox: (config: any) => HTMLElement

Parameters

  • config - (required) object - настройки для modalbox

Returns

  • div - (HTMLElement) - div элемент, содержащий modalbox

Example

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

Details

Для получения дополнительной информации о доступных параметрах конфигурации modalbox, смотрите статью Всплывающие сообщения и модальные окна.

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.