Short question: How to setup own progress/spinner?

Hello, all!

How to setup own or custom progress/spinner in Scheduler?
docs.dhtmlx.com/doku.php?id=dhtm … ow_loading

Best Regards,
SeitArt

It uses following CSS:

.dhx_loading{ position:absolute; width:128px; height:15px; background-image:url(imgs/loading.gif); z-index:9999; }
So you can edit it anyway you like.

Kind regards,
Ilya

Thank you, Ilya!