The width property (number) specifies the width of the modal dialog in pixels.
Declaration
DayPilot.Modal.widthDefault Value
300Example
const modal = new DayPilot.Modal({
width: 600
});
modal.showHtml("Hello, world!");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot