Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to make loading icon to center instead of having top right corner of accesspoint?
Only way you can do that by tweaking below property in default.css
CSS Location:
C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc
Adjust below style properties
#InitialLoader{float:right;line-height:22px}
Another location is in opendoc.htm file.
OpenDoc Location:
C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax
here is the code block that refers when app is being loaded.
<div id="InitialLoader" >
<img alt="" src="/QvAjaxZfc/htc/Images/Working.gif"/>
<span class="ctx-menu-text">Loading...</span>
</div>
Only way you can do that by tweaking below property in default.css
CSS Location:
C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc
Adjust below style properties
#InitialLoader{float:right;line-height:22px}
Another location is in opendoc.htm file.
OpenDoc Location:
C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax
here is the code block that refers when app is being loaded.
<div id="InitialLoader" >
<img alt="" src="/QvAjaxZfc/htc/Images/Working.gif"/>
<span class="ctx-menu-text">Loading...</span>
</div>