Threaded View
-
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


Reply With Quote