I've found the new LayoutPanel stuff to be much better for making
predictable layout in any case, and, with the exception of Tree and
decoratorpanels you can do everything without tables. You have to
switch to standards mode, so it requires switching everything at once
in a preexisting app.
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels
talks all about it.
As for image tag attributes, you can always do something like
image.getElement().setAttribute("tag", "whatever").
--
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.