-
31 May 2010 8:52 AM #1
Using QuickTip onClick and not onHover
Using QuickTip onClick and not onHover
I have a QuickTip defined for my grid
within one of my cell renderers, I haveCode:QuickTip qt = new QuickTip(myGridInstance)
Currently, I see the qtip on hover and click ... I need the qtip to display only on click... how can I do this ?Code:<a qtip="some text I want to display when a user clicks this link" />
-
31 May 2010 9:59 AM #2
A QuickTip only works onmouseover. You will need some custom implementation of QuickTip.
However i would not use QuickTip in this case. Use Tip and show it manually. Add a click listener to the grid and show the tip when needed.
Similar Threads
-
How to use quicktip
By pankaj in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 2 Jan 2008, 9:58 AM -
Quicktip hide
By tirams in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 12 Oct 2007, 10:16 AM -
Problem with QuickTip
By mdombos in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 4 Sep 2007, 10:22 AM


Reply With Quote