That's the general way to build GWT applications (attach all widgets to RootPanel.get())
On Wed, Apr 15, 2009 at 4:43 AM, chee loong <[email protected]> wrote: > > On Wed, Apr 15, 2009 at 4:35 PM, Vitali Lovich <[email protected]> wrote: > >> Well that changes the layout doesn't it. Depends what you want to do. If >> you just want to add styles using Javascript, then use the DOM class. If >> you actually want GWT widgets out of them, consider building the page using >> GWT to begin with rather than trying to wrap existing HTML into GWT widgets. >> >> >> > Are you trying to said, instead of using few <div> to render the GWT > widget, and consider using 1 <div> element, and build the whole application > wrapping with other gwt widget and loaded with that RootPanel ? > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
