-
27 Nov 2012 10:28 AM #1
Answered: Tooltip in fieldset title
Answered: Tooltip in fieldset title
Hello,
Is it possible to add a tooltip to a fieldset title..., ive been searching the forum without finding a solution. The only thing i found was the following
However it doesn't work in the title field.Code:'<span ext:qtip="Tooltip">Label</span>'
I am currently using Extjs 4.0.7
Thank in advance for your answers
-
Best Answer Posted by m.k
according to the Docs for Ext.tip.QuickTipManager you should use data-qtip="foo"
you also need to call Ext.tip.QuickTipManager.init() once to enable QuickTips
-
29 Nov 2012 8:46 AM #2
I guess no one knows how to do this... it seems simple though.
-
29 Nov 2012 10:30 AM #3
according to the Docs for Ext.tip.QuickTipManager you should use data-qtip="foo"
you also need to call Ext.tip.QuickTipManager.init() once to enable QuickTips
-
29 Nov 2012 11:59 AM #4
Wow i didn`t even see that in the docs. I guess i didn`t search enough. Thanks!


Reply With Quote