Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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
ajaykakkar93
Specialist III
Specialist III

Hi Everyone,

Note if you are using Qlik Sense Desktop September 2019 

then can use this jquery code

$('.object-and-panel-wrapper:has(.qv-object-nav):has(.qv-object-ObjectName/ExtensionName) .qv-object-nav').hide()

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

fermtz97
Partner - Contributor
Partner - Contributor

"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."

 

Could you give further explanation please, i tried inspecting the element but i can not find where exactly is the name  of the class.

 

ajaykakkar93
Specialist III
Specialist III

Did my solution worked .?

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

EliGohar
Partner - Creator III
Partner - Creator III

@ajaykakkar93 

Hi

Where exactly should I place this script? 

Edit:

I tried to place it in the JS file in the extension I'm trying to remove the Full-screen option from (Date-Picker).

I copied your line and placed it in the bottom of the JS file:

$('.object-and-panel-wrapper:has(.qv-object-nav):has(.qv-object-qlik-date-picker) .qv-object-nav').hide()

The Full-Screen option is still there, Any idea why?

Thanks.

ajaykakkar93
Specialist III
Specialist III

Hi @EliGohar ,

I have attached the code please add a dimension into the date picker to hide the full-screen option

Do the same changes as pre requirement can use js formatter to format the js file,

https://www.10bestdesign.com/dirtymarkup/js/

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

EliGohar
Partner - Creator III
Partner - Creator III

@ajaykakkar93 , You rock! 

Thanks!

ajaykakkar93
Specialist III
Specialist III

@EliGohar Please mark as correct if its solved

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

EliGohar
Partner - Creator III
Partner - Creator III

@ajaykakkar93  I tried but it's not my thread.

cindy_user
Contributor III
Contributor III

hi,Ajay Kakkar 

I don’t know how to add this code to the extension JS file.The extension I use now is QlikSense-Sheet-Styler-Lite, and the full-screen button will be displayed after importing it. But I don’t need this feature. Can you give me some suggestions?

ajaykakkar93
Specialist III
Specialist III

Hi @cindy_user,

You can add the code to the extension itself i.e.  QlikSense-Sheet-Styler-Lite

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting