Hi,
Following e.g works only for Name of column header i.e. when we move
mouse on name of column header then only tool tip appear.
CellTable ct;
ct.addColumn(col, SafeHtmlUtils.fromSafeConstant("<span title='!!!tool
tip text goes here!!!'>---header text---</span>"));
We want too tip on entire column header not on name of column header.
Any solution ?
On Jun 11, 1:40 pm, emir <[email protected]> wrote:
> 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.