show tip on panel tools icon
i created a panel with tools like search, close , etc, but I can't simply have tip
for those icons by adding qtip: 'string' as doc says.
new Ext.Panel({
...
tools:[
{
id: 'search',
qtip: 'search the analysis',
hidden:false,
on: { click: function(e, target, panel){
}}
}
,..
]
})
alternatively, i may use mosueover for those icon for showing tip, how can I do the mouseover tip for the panel's tool icons ?
Ext.QuickTips.init();
#If you have any other info about this subject , Please add it free.# |
Posted in ie07.com | edit