If a plain tooltip suffices, you can create the column with a SafeHtml
which specifies the tooltip
text using the title property.
e.g.
CellTable ct;
ct.addColumn(col, SafeHtmlUtils.fromSafeConstant("<span title='!!!tool
tip text goes here!!!'>---header text---</span>"));
On May 30, 9:45 pm, Celinio <[email protected]> wrote:
> hello,
> i just have a simple question :
> how do i add a tooltip to a column header in a celltable ?
>
> Thanks for helping.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.