How to show tooltips on FlexTable?

2009-04-30 Thread googelybear
Hi, I did not manage to display tooltips on the FlexTable (there seems to be no setTooltip(row, col, text) or similar, and also google did not yield any promising hits) - is this not possible or did I just not dig deep enough? Any pointers appreciated ;) thx, den

Re: How to show tooltips on FlexTable?

2009-04-30 Thread googelybear
yeah I think that would be an option. I was wondering whether the flextable directly supports this (currently I'm just setting text (setHtml()) for the cells - and the table is rather big, so wrapping all the texts in a label might slow it down) On 30 Apr., 12:00, Peter Ondruška

Re: How to show tooltips on FlexTable?

2009-04-30 Thread Peter Ondruška
What about adding tooltip to the Widget in table cell. On Thu, Apr 30, 2009 at 11:25 AM, googelybear googelyb...@gmail.com wrote: Hi, I did not manage to display tooltips on the FlexTable (there seems to be no setTooltip(row, col, text) or similar, and also google did not yield any

Re: How to show tooltips on FlexTable?

2009-04-30 Thread walrus
You can use DOM.setElementAttribute(table.getFlexCellFormatter ().getElement(row, column), title, Text to display); On Apr 30, 2:29 pm, googelybear googelyb...@gmail.com wrote: yeah I think that would be an option. I was wondering whether the flextable directly supports this