DayPilot.Month.loadingLabelHtml

The loadingLabelText property (string) specifies the HTML of the loading label. See also loadingLabelVisible.

If specified, the value will be used as raw HTML (regardless of xssProtection value) instead of loadingLabelText.

Default Value

null

Example

dp.loadingLabelText = "<span>Loading...</span>";