The loadingText property (string) specifies the text to be displayed when the bubble is waiting for the dynamic content to load.
Declaration
DayPilot.Bubble.loadingText
Default Value
"Loading..."
Example
const bubble = new DayPilot.Bubble({
loadingText: "Please wait..."
});
See Also
- DayPilot.Bubble.showLoadingLabel - controls whether the loading label is displayed
- DayPilot.Bubble.onLoad - event handler for loading bubble content
- DayPilot.Bubble Class
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot