I think I'll stay with FlowPanels + css for now... But thanks for the setAttribute stuff!!! I didn't know this could be done!. Btw there was a typo, where I said "tag" I meant to say "ALT" :P
2010/3/25 kozura <[email protected]> > 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]<google-web-toolkit%[email protected]> > . > 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 [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.
