Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BU
Partner - Contributor III
Partner - Contributor III

QlikSense extensions

Hi everyones, 

i'm trying to create a simple extension and i've a problem with "expand button" showed on mouse hover (in the img below).

Have someone an idea to disable this feature (via js i mean). Thanks!!!

Immagine.png

1 Solution

Accepted Solutions
BU
Partner - Contributor III
Partner - Contributor III
Author

I've found a solution.

If anyone has the same problem, in the link below there's a complete explanation of that!!

https://community.qlik.com/t5/Qlik-Sense-App-Development/Delete-options-quot-Full-Screen-quot-and-qu...

View solution in original post

3 Replies
Anil_Babu_Samineni
MVP
MVP

Check the CSS with prompt tags like Class as follows?

.qv-object-MyExtensionName, .qv-object-nav.icon-zoom-in { display: none; }

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
BU
Partner - Contributor III
Partner - Contributor III
Author

Ty so much for the answer but unfortunately i doesn't solved the issue.

I think it can be a property setting in the file .js.

BU
Partner - Contributor III
Partner - Contributor III
Author

I've found a solution.

If anyone has the same problem, in the link below there's a complete explanation of that!!

https://community.qlik.com/t5/Qlik-Sense-App-Development/Delete-options-quot-Full-Screen-quot-and-qu...