On Feb 22, 4:41 pm, spacejunkie <[email protected]> wrote: > Thanks Thomas, I could get the app to use only limited portion of the > body. But how do place the app in a div on my page. > > My Page looks like this > <html> > <body> > <div>This Is the Header</div> > <div id="the_body"> > <div id="sidebar_links">This is the sidebar</div> > <div id="content">GWT app should appear here</div> > </div> > <div>This Is the Footer</div> > </body> > </html> > > Since RootLayoutPanel does not take id as an argument, how can make > GWT place the app in the div with id="content"?
I should have said "if you don't want the RootLayoutPanel behavior, then you have to give your widget an explicit size" *and* then use any kind of container (including RootPanel) -- 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.
