Re: Inserting widgets into HTML

2008-09-05 Thread Pierre Mage
Good morning, Do you mean doing something like this (it works fine): Spike.html: html ... body div id=spike/div ... /body /html Spike.java: public class Spike implements EntryPoint { public void onModuleLoad() { // gets the div from the host page and adds a HTML widget

Re: Inserting widgets into HTML

2008-09-05 Thread Adrian Benton
I'll try it out! I was under the impression that the HTML widget did not actually write to the HTML file, and so RootPanel.get(id) would not work properly. Thanks! --Adrian On Sep 5, 3:14 am, Pierre Mage [EMAIL PROTECTED] wrote: Good morning, Do you mean doing something like this (it works