The loadingHtml property (string) specifies HTML displayed in the modal dialog before the target URL loads when using DayPilot.Modal.showUrl().
Declaration
DayPilot.Modal.loadingHtmlDefault Value
nullNotes
This temporary content is shown only while the page requested by DayPilot.Modal.showUrl() is loading.
Example
const modal = new DayPilot.Modal({
loadingHtml: "<div>Loading...</div>",
// ...
});
modal.showUrl("/dialog.html");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot