I have created a table in a vertical panel like so: String innerHtml = "<table id='details' class='details' tabIndex='3'><tr><th>1</th><th>2</th></tr><tr><td>A</td><td>B</td></tr></table>" VericalPanel vPanel = new VerticalPanel(); vPanel.getElement().setInnerHTML(innerHtml);
This creates my table nicely and fast. But now I need to add a ClickHandler to the table, am I am not sure how to do that. Does anybody know? -- 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.
