DayPilot.Modal.theme

The theme property (string) specifies the CSS theme used to style the modal dialog and the background div.

Declaration

DayPilot.Modal.theme

Default Value

"modal_default"

Example

const modal = new DayPilot.Modal({
  theme: "modal_default",
  // ...
});
modal.showUrl("/dialog.html");

See Also

DayPilot.Modal Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript