[Question] How to Wrap a existing Table Element?

2010-10-12 Thread epoy
I have this existing table element in the HTML. And I want to control it with gwt. Is there a way just like using myButton = Button.wrap(RootPanel.get(myExistingHtmlButton).getElement()); like this code but for the table. -- You received this message because you are subscribed to the Google

Re: How to Wrap a existing Table Element?

2010-10-12 Thread David Chandler (Google)
See this thread: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/48e5b360693b8b04/8df59494d982dcd1 -- David Chandler Developer Programs Engineer, Google Web Toolkit Atlanta, GA USA On Oct 12, 4:36 pm, epoy epsil...@gmail.com wrote: I have this existing table element in