search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler: Custom loading animation

Asked by David Taylor
11 years ago.

Is there any way to turn off the default loading animation and replace it with a custom one? I had a look through the javascript reference but couldn't see any "beginLoading" or "endLoading" type of events that I could hook into on the client side.

Answer posted by Dan Letecky [DayPilot]
11 years ago.

You can override .loadingStart and loadingStop on the client side but this is not public API.

You can also modify the loading div content using LoadingLabelText property (it accepts HTML as well).

Comment posted by David Taylor
11 years ago.

Thank you Dan.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.