The loadingStop() method hides the loading label that was displayed using the loadingStart() method.
Declaration
DayPilot.Calendar.loadingStop();Notes
Use this method when the work started after loadingStart() finishes and the loading indicator should be removed.
Example
dp.loadingStart();
// ...
dp.loadingStop();See Also
DayPilot.Calendar.loadingLabelVisible
DayPilot.Calendar.loadingStart()
Loading Label [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot