FootPage below GWT

2009-04-16 Thread Fergus Reig

I have a little GWT aplication in a normal web html. I am trying (with
css, javascript...) put text below* GWT but it is impossible.

Thank You.

* I have
Normal HTML
GWT
and I would like
Normal HTML
GWT
NormalHTML

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: FootPage below GWT

2009-04-16 Thread Fergus Reig

Yes, the problem is OK.

Thank you very much.

On 16 abr, 08:58, Joe Cole profilercorporat...@gmail.com wrote:
 Try this:

 In html:
 div id=headerYour stuff here/div
 div id=contentloading.../div
 div id=footerYour stuff here/div

 In gwt:
 RootPanel.get(content).clear();
 RootPanel.get(content).add(yourContentWidget);

 Is that what you meant?

 On Apr 16, 6:40 pm, Fergus Reig fergu...@gmail.com wrote:



  I have a little GWT aplication in a normal web html. I am trying (with
  css, javascript...) put text below* GWT but it is impossible.

  Thank You.

  * I have
  Normal HTML
  GWT
  and I would like
  Normal HTML
  GWT
  NormalHTML
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---