Yes
I'm still having an issue with the showSpinner(); function. I've got included at the beginning of a download function call but it doesn't remain during the transfer.
Hello! Spinner automatically hides after Ajax call ends, but you can try to call showSpinner(); again
Hi maryna,
I use the code you posted above to use a custom gif image..
I create a new CSS, and change image path...
But seems that I ́m doing something wrong, because it still showin the default spinner..
What is the way to call this CSS?
Regards
Hello! Could you clarify what image path you use?
background: url("../image/ajaxicon.gif") no-repeat 50% 50%;
Is url ok?
There were some changes made, now you would need to change background for .ui-icon-loading
Is there any documentation or link to look at it? or other post?
thanks