Re: Attach a widget to an element

2009-05-07 Thread David Terei
. On May 7, 6:23 pm, Thomas Broyer t.bro...@gmail.com wrote: On 7 mai, 06:32, David Terei davidte...@gmail.com wrote: I have a project using GWT which integrates with existing HTML. I want to be able to place widgets into the page by retrieving HTML elements with specific ID's

Attach a widget to an element

2009-05-06 Thread David Terei
I have a project using GWT which integrates with existing HTML. I want to be able to place widgets into the page by retrieving HTML elements with specific ID's and inserting the widget as a child. In 1.5 I just used: RootPanel.get(id).add(widget); However I found as many people did once