Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
naveenchellaara
Contributor III
Contributor III

Removing Close button in QV Navigation Bar

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

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

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

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

1 Reply
Bill_Britt
Former Employee
Former Employee

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

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.