DayPilot.Modal.width

The width property (number) specifies the width of the modal dialog in pixels.

Default Value

300

Example

var modal = new DayPilot.Modal();
modal.width = 600;
modal.showHtml("Hello, world!");