Hello all,
I set the EnableProgressIndicator to true.But it is very small image seen at the bottom of the page.
How do I fix its size and I want it to be displayed on top of page?ANy help?
<ig_sched:WebScheduleInfo EnableProgressIndicator="true".......>
Thanks
Hello again ssvan!
I searched the help for "ProgressIndicator", and I found the CSOM overview page. The page lists the client side methods. It sounds like setLocation can be used to display it at the top of the page (location = 1). For customizing the image (you can change the size by scaling the existing image and saving it as a new image), you could use setImageUrl.
Elizabeth AlbertLocalization Engineer
Hi Elizabeth,
Thanks for the reply.If you could give me some example code.It could be more useful.
In which event I can set the location of the progress indicator?