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 change a button image on mouse over/ mouse hover, similar to what can be done with javascript?

I simply want to change the background button image, if a use hovers over it.  This is something I've done with Javacript in the past.  Is this possible in QlikView?  I'm very new to QlikView.

I've googled, you tubed and looked on the community for this but can't find anything useful.

Thanks in advance!

Greg

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Please find attached

  • a sample .qar Document extension (Just double click to install)
  • A demo using it

It´s important to use WebView mode into QlikView Developer

View solution in original post

19 Replies
Bill_Britt
Former Employee
Former Employee

Hi Greg,

You may be able to do this with document extensions.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
stigchel
Partner - Master
Partner - Master

A document extension should be able to do that, you can probably just use css, find  e.g. the class using the firebug extension. This should help:

Re: Tweaking UI with JS and CSS

Clever_Anjos
Employee
Employee

Only using extensions

Not applicable
Author

Thank you all.  As mentioned, I'm very new to QlikView.  I've read through the QlikView designer training manual and do not recall seeing anything about document extensions in it.

I'm happy to google this as well, but if you could recommend trusted beginner tutorial on document extensions, I would really appreciate it!

Bill_Britt
Former Employee
Former Employee

Hi,

Take a look at this.

Extension Object Basics.doc

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
stigchel
Partner - Master
Partner - Master

Not applicable
Author

Thanks again! I will play around with these suggestions and try to come up with the complete solution.  If/when I do, I'll post it.

I really appreciate everyone pointing me in the right direction!

stigchel
Partner - Master
Partner - Master

You're welcome and I would be interested in your solution. I also added another link, which is currently under moderation (google the qlikfix blog). If these answers have answered your question, is it possible, please mark the appropiate answers as correct/helpfull, it will close the thread and help others find the correct answers and let other contributing members know this requires no more attention.

Clever_Anjos
Employee
Employee

Please find attached

  • a sample .qar Document extension (Just double click to install)
  • A demo using it

It´s important to use WebView mode into QlikView Developer