can u help me out with one more issue..
I need to add title for each row as "Select row 1", "Select row 2"...
and so on.
can we put some dynamic string inside title attribute that will show
row number in title(i.e. tooltip) for each row or any other way of
achieving it?
Please workaround if any.
Thanks,
Vivek
On Dec 26, 4:54 pm, Ed Bras <post2edb...@gmail.com> wrote:
> Good to hear :)
>
>
>
>
>
>
>
> On Mon, Dec 26, 2011 at 9:35 AM, Vivek Dudani <vaxy.d...@gmail.com> wrote:
> > Hey, thanks a lot Ed.
> > It worked.
>
> > On Dec 23, 5:33 pm, Ed <post2edb...@gmail.com> wrote:
> > > Override the method CheckboxCell.render(..) and add the title attribute
> > as
> > > a string (see source of CheckboxCell).
>
> > > CheckboxCell is part of the CellWidget family and don't extend from
> > Widget,
> > > which make them fast and lightweight.
> > > See:
> >http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html
>
> > > Because they don't extend from Widget that don't have methods like
> > > setTitle.
> > > If you want to use a setTitle() method, then use the CheckBox widget.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment