On Monday, December 19, 2011 10:14:15 AM UTC+1, Phil wrote:
>
> I found the HTML class allows me to insert arbitrary html.  This is great, 
> but the html class puts my html in a div. Is there something similar that 
> does not have this constraint? If I have some arbitrary html I'd like to 
> insert at the start and end of the page, is it possible to do so without 
> closing it in a div?
>
> I'm looking to do something roughly as follows:
>
>    - completely arbitrary html that leaves some divs open
>    - gwt magic
>    - completely arbitrary html that closes the divs that were left open
>
>
You can't do that by inserting the "completely arbitrary html" at the start 
and end of the page. You have to insert some HTML containing a 
"placeholder" for the "gwt magic" (and then use 
RootPanel.get("idOfThePlaceholder") to put your "gwt magic" in).
That HTML code can also be statically defined in your HTML host page, 
rather than dynamically inserted.
 

>
>    
> Thanks,
> Phil
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5Z_5J7mdhQQJ.
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.

Reply via email to