DayPilot.Bubble.loadingText

The loadingText property (string) specifies the text to be displayed when the bubble is waiting for the dynamic content to load.

Default Value

"Loading..."

See Also

Example

var bubble = new DayPilot.Bubble({
  loadingText: "Please wait...",
  // ...

});