Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Delete options "Full Screen" and "Take Snapshot".

Hi guys!

i am looking how can i delete toogles Full Screen, Take Snapshot, Exploration Menu and other options than appears when you are navigating in a sheet.

foro.png

I think its more esthetic if dont appears.

Thanks in advance!

34 Replies
Chanty4u
MVP
MVP

i thnk there is no option in qliksense.

1. u need to create text object and place top of that.

2 create extension object.

am nt sure

undergrinder
Specialist II
Specialist II

Hi Alvaro,

You can't delete these options.

G.

Not applicable
Author

Hi undegrinder!!

thanks for your answer.

Are you sure 100% that its not possible?

Maybe can we makes it dissapaer at least?

Thanks again!

Chanty4u
MVP
MVP

yes..it is nt psbl..

Not applicable
Author

Thanks all !

i will try to fix it.

If i'll do, i tell you.

Thanks!

undergrinder
Specialist II
Specialist II

Yes, I'm Sure

svinnakota
Creator
Creator

Hi Martin,

Did you get any resolution to hide or stop full screen of an object?

Right now, i am also having the same requirement. Can you please respond to my comment.

Anonymous
Not applicable
Author

I don't know if you still need the answer,but i will reply in case someone else needs it.The way you turn off snapshot is by disabling it inside code.And the way i disabled full screen is inside css by adding

.qv-object-hereYouPutTheNameOfYourExtension .qv-object-nav.inline{

  display: none;

}

The way you can find out the name of your class with the name of your extension is by going to Show dev tools and by inspect element,if someone needs further explanation,please contact me.

snapshot.png

Anonymous
Not applicable
Author

Indeed, it can be hidden from custom extensions, but not from the built-in graphs.

Unless you would find a way to override the html/css of the server, but I can't imagine this being covered by Qlik Support.