Hi,
I am trying to create a webpage which consists mainly of a side
navigation bar with buttons to each of the pages, and a main content
area, where the page is displayed. The main content area is an
AbsolutePanel which I access via RootPanel.get("main"). This is all
well and good. However, the vast majority of the content that I want
to display on the main page is HTML from a previous version of the
webpage. I make an RPC to my remote content service with the url of
the HTML file that contains the relevant content and get back an HTML
widget that I then display in the main panel. However, there are many
pages where I would like to have a couple widgets within the HTML.
Now, I insert widgets into my host page via
RootPanel.get(id).add(widget). Would it be possible to get this HTML
widget back, and somehow insert widgets into that? If not, would
there be a way to do this, without parsing the HTML on the server
side, and creating a composite that is made up of broken up HTML
widgets and my own widgets?
Any help would be appreciated.
Thanks in advance,
--Adrian
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---