Skip to main content

modalbox

Description

Calls a modalbox

modalbox: (config: any) => HTMLElement

Parameters

  • config - (required) object - the modal box's configuration

Returns

  • div - (HTMLElement) - the div container of the modalbox

Example

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

Details

For details about the supported configuration options of a modalbox, see the Popup Messages and Modal Boxes article.

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.