On Mar 16, 12:47 pm, Paul Stockley <[email protected]> wrote:

> Why not use a HTML panel and inside define a HTML table with the
> widgets in the cells? I rarely use things like FlexTable,
> HorizontalPanel or VerticalPanel. Usually all my forms are a
> combination of pure HTML and widgets. If you don't need IE6 support
> then I can show you some neater ways of laying out forms without
> tables.

My main reason for using FlexTable was that I need to dynamically add
and remove rows and that this is somewhat simpler using FlexTable's
insertRow() and removeRow() methods.

But I'll have a look at HTML tables, I guess it shouldn't be to hard
reimplementing this functionality via direct DOM access.

- Guenther

-- 
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.

Reply via email to