DayPilot.Scheduler.loadingLabelText

The loadingLabelText property (string) sets the text displayed by the loading label in the JavaScript Scheduler component.

Declaration

DayPilot.Scheduler.loadingLabelText

Default Value

"Loading..."

Notes

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  loadingLabelText: "Please wait...",
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  loadingLabelText: "Please wait...",
  // ...
};

React

<DayPilotScheduler
  loadingLabelText="Please wait..."
  {/* ... */}
/>

Vue

<DayPilotScheduler
  loadingLabelText="Please wait..."
  <!-- ... -->
/>

See Also

DayPilot.Scheduler.loadingLabelHtml

Loading Label [doc.daypilot.org]

XSS Protection [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript