DayPilot.Modal.zIndex

The zIndex property (number) specifies the z-index that will be used for the main modal dialog element and the background overlay.

Declaration

DayPilot.Modal.zIndex

Default Value

99999

Example

const modal = new DayPilot.Modal({
  zIndex: 200000
});

modal.showHtml("Hello, world!");

See Also

DayPilot.Modal.showHtml()

DayPilot.Modal Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript