After a little bit research, I added the following JS to my "external javascript".
Works fine so far, but is there a possibility to change the size of the icon?
It will displayed with 16x16, also when the gif itself has a size of 32x32.
Code: Select all
pui["loading animation"]={};
pui["loading animation"].path="/profoundui/userdata/images/mc/mc-loading.gif";
pui["loading animation"].left=575;
pui["loading animation"].top=362;
Thanks,
Thorsten