The theme property (string) specifies the CSS theme used to style the modal dialog and the background div.
Declaration
DayPilot.Modal.themeDefault Value
"modal_default"Example
const modal = new DayPilot.Modal({
theme: "modal_default",
// ...
});
modal.showUrl("/dialog.html");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot