paulharv
11 Aug 2010, 9:31 AM
Hi,
I'm using images in the header of some columns in a grid.
A typical column config looks like this...
...
{
header: "<img src='images/checkbox.gif' alt='Recommend this idea?' />",
tooltip: 'Recommend this idea?',
menuDisabled: true
// other settings
}
...
When I mouseover the column header I see the ExtJS tooltip, and as I continue to mouseover the image I get the image's alt tag text. (If I ommit the alt tag, the ExtJS tooltip simply disappears as I mouseover the image.)
Is there a way to have only the ExtJS tooltip showup and display as long as my pointer is on the header?
Thanks
I'm using images in the header of some columns in a grid.
A typical column config looks like this...
...
{
header: "<img src='images/checkbox.gif' alt='Recommend this idea?' />",
tooltip: 'Recommend this idea?',
menuDisabled: true
// other settings
}
...
When I mouseover the column header I see the ExtJS tooltip, and as I continue to mouseover the image I get the image's alt tag text. (If I ommit the alt tag, the ExtJS tooltip simply disappears as I mouseover the image.)
Is there a way to have only the ExtJS tooltip showup and display as long as my pointer is on the header?
Thanks