ok i got this code:

table.setHTML("<table class=\"mytable\" cellspacing=\""+cellSpacing
+"\" cellpadding=\"0\">" +
                                "<tr class=\"mytable_tr\">" +
                                        "<td class=\"mytable_left\">" +
                                                vPanelLeft +
                                        "</td>" +
                                        "<td class=\"mytable_right\">" +
                                                vPanelRight +
                                        "</td>" +
                                "</tr>" +
                        "</table>");

vPanelLeft and vPanelRight are VerticalPanels.

is it possible to add some widgets after i call the initWidget(table)
method? because the widgets i add afterwards are never shown on the
site.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to