Re: Grid cell formatting
Hi
On Fri, Dec 25, 2009 at 5:39 PM, Tristan <tristan.slominski@gmail.com> wrote:
> I think you would need to create a css style like...
>
> .table-cell: {
> align: left;
> valign: top;
> }
>
> but you wold still have to iterate through each one of your cells and
> do addStyleName("table-cell") or something like that. because align
> and valign could be different for <td>, <tr>, and <tbody>... so you
> just have to specify what you really mean... just a hunch (not an
> expert :) )
Right! I see. That's a shame. I was hoping to be able to drop my subclass.
--
Thanks
Paul
Paul Grenyer
e: paul.grenyer@gmail.com
b: paulgrenyer.blogspot.com
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home