The loadingLabelHtml property (string) defines the HTML of the loading indicator.
This is a raw HTML value that will not be HTML-encoded (see XSS protection). To have the value encoded automatically, you can use loadingLabelText.
null
const scheduler = new DayPilot.Scheduler("dp", { loadingLabelHtml: "<img src="wait.png" />"; // ... }); scheduler.init();
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.