dijimon
1 Dec 2008, 7:10 AM
I'm trying to disable tooltips on ContentPanel and TabPanel, but have been unable to so far.
Does anyone know how to do this?
I have tried:
ToolTipConfig ttc = new ToolTipConfig();
ttc.setEnabled(false);
setToolTip(ttc);
and also
getToolTip().disable();
Does anyone know how to do this?
I have tried:
ToolTipConfig ttc = new ToolTipConfig();
ttc.setEnabled(false);
setToolTip(ttc);
and also
getToolTip().disable();