event calendar html5 loading label

The "Loading..." label is displayed in the upper-left corner when the Calendar is waiting for a response from the server side.

  • In the JavaScript version, you can show/hide the loading label programmatically using loadingStart() and loadingStop().

  • In version with an integrated server-side part (ASP.NET WebForms, ASP.NET MVC, Java versions) it is displayed whenever a CallBack takes more than 100 ms.

Custom HTML

You can override the Loading label text using the loadingLabelText property.

Styling

The loading label is marked with *_loading class (e.g. "calendar_default_loading" for the built-in theme).