Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a requirement where i need to remove the navigation bar in the QV Reports hosted in accesspoint.
I have removed the Tool Bar using opendoc.htm. But i am not able to remove the close button in the Reports.
Is it possible to remove or hide the close button.
If yes, then what are the limitations and disadvantages of removing it.
If no, then is it possible to change the colour or set it to be transparent so that the user doesnt see it.
Please revert back with any possible solutions.
Thanks in advance
Naveenchellaaraam.D
Hi,
Please note this is not supported and I would make sure you have a backup of the opendoc.htm. Search and remove the below. Please make sure you test all functions to make sure they are still working.
<div avq="toolbar:.StandardActions" id="QvAjaxToolbar">
<ul id="QvAjaxToolbar-right" class="ctx-menu ui-helper-clearfix">
<li class="cf">
<a href="javascript:CloseSession();" onclick="event.stopPropagation ? event.stopPropagation() : event.cancelBubble = true" id="Close">
<span class=""></span>
<span class=""></span>
</a>
</li>
</ul>
<div id="InitialLoader">
<img alt="" src="/QvAjaxZfc/htc/Images/Working.gif"/>
<span class="ctx-menu-text">Loading...</span>
</div>
Bill
Hi,
Please note this is not supported and I would make sure you have a backup of the opendoc.htm. Search and remove the below. Please make sure you test all functions to make sure they are still working.
<div avq="toolbar:.StandardActions" id="QvAjaxToolbar">
<ul id="QvAjaxToolbar-right" class="ctx-menu ui-helper-clearfix">
<li class="cf">
<a href="javascript:CloseSession();" onclick="event.stopPropagation ? event.stopPropagation() : event.cancelBubble = true" id="Close">
<span class=""></span>
<span class=""></span>
</a>
</li>
</ul>
<div id="InitialLoader">
<img alt="" src="/QvAjaxZfc/htc/Images/Working.gif"/>
<span class="ctx-menu-text">Loading...</span>
</div>
Bill