Skip to main content

Integration, Extension & APIs

Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
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

Check the CSS with prompt tags like Class as follows?

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

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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...