The loadingStop() method hides the loading label that was displayed using DayPilot.Scheduler.loadingStart().
Declaration
DayPilot.Scheduler.loadingStop()Parameters
This method has no parameters.
Example
dp.loadingStart({ text: "Please wait..." });
// ...
dp.loadingStop();See Also
Loading Label [doc.daypilot.org]
DayPilot.Scheduler.blockOnCallBack
DayPilot.Scheduler.loadingLabelVisible
DayPilot.Scheduler.loadingStart()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot