Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to remove navigation toolbar in webview

Hi,

Is it possible to remove navigation toolbar(Clear, Back, Foward, Bookmark button) in webview?

I'd like to show qlikview application in existing web page using IFRAME. Thanks

7 Replies
Not applicable
Author

If you are using Ajax client,

By default, you cannot prevent the AJAX client showing the toolbar. However,

if you want to prevent users seeing the toolbar you need to edit the opendoc.htm

file. This file can be found here: C:\Program

Files\QlikView\Server\QlikViewClients\QlikViewAjax

Add the following text between the head and body of the htm file:

<style>

        .QvToolbar

        {

            display:none;

        }

</style>

Save the file. Note this is not standard functionality and will be over

written if you upgrade to a newer build. Always document these kinds of

changes so they can be implemented again after an upgrade!

Not that this solution works only for QV10

Not applicable
Author

Hi Benjamin,

Any idea about how to remove from IE Plugin?

Thanks,

Kumar

Not applicable
Author

Hi Kumar,

No idea about it, I am working only with ajax.

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Do you know similar solution for v.11?

Not applicable
Author

Hi Valdimir,

The answer is in the thread:

http://community.qlik.com/thread/19583

I enclosed to this message the original opendoc and 2 other htm files to remove the toolbar and remove the toolbar and close button.

I checked them using the accesspoint and it works.

Regards,

Benjamin

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Benjamin,

Thanks for link.

It's exactly what I was looking for.

Regards,

Vladimir

fkeuroglian
Partner - Master
Partner - Master