-
7 Mar 2007 1:57 PM #1
Tooltips on text-only buttons?
Tooltips on text-only buttons?
I wanted to use the tooltip as help on a text-only button, but it looks like tooltips only render when hovering over the icon. I'm creting buttons with code like this (using a2r6):
Are tooltips-on-a-text-button supported? If so, can I get an example... if not, should it be, or is that abusing the UI?Code:new Ext.Toolbar('foo', { text : 'la la la', tooltip: 'help for you', handler : my_handler, enableToggle : true, pressed : false, toggleGroup : 'nav' });
-
9 Mar 2007 6:02 AM #2
i can't see any tooltips in my app as well, only place i see them are in the menu example.
/me wonders where the magic switch is to turn them on :S
-
9 Mar 2007 3:07 PM #3
Did you turn on QuickTips somewhere in your page?
Ext.QuickTips.init();
-
10 Mar 2007 6:31 AM #4
ah, missed that one.
Originally Posted by jacksloc
btw. have you already noticed that in FF elements with quicktips on the very bottom of the browser window appear below the mouse-arrow and therefore trigger the mouseout event causing them to toggle on/off continuously? i guess if they would go a few more pixels to the top and/or right they'll work better.
and in IE7 they don't seem to work all the time, sometime i have to mouseover a few times to see them.
-
10 Mar 2007 6:52 AM #5
That's a known issue that didn't make this rev. I will be fixing it shortly.
Similar Threads
-
Dialog buttons
By j555 in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 18 Dec 2006, 1:14 PM -
Grid Header Tooltips
By tryanDLS in forum Community DiscussionReplies: 7Last Post: 28 Nov 2006, 5:11 AM


Reply With Quote