can inlineHTML be used to load static HTML pages? I want to harness
the power of HTML designing tools to generate static HTML but use GWT
to load the widget. Please note that there may be some actions defined
in static html.

Basically my application has number of widgets some of which are coded
through GWT but some of them are really snippets of static html but
they too have to be interactive.

Also can i embed some GWT elements within the inlineHTML if i want to?
For example i can have an HTMl like

<div>
xxxx some statis text and a logo
<markerforgwt>
xxxx some statis text and a logo

</div>

once i load the static html i need to be able to change markerforgwt
with any gwt element. Is that possible in GWT?

Thanks in Advance..

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to