I use TabLayoutPanel. I create 3 tabs and fill it with HTML widgets.
Code:
private TabLayoutPanel tab = new TabLayoutPanel(2, Unit.EM);
...
tab.add(new Label("test"), "thirth");
tab.add(new HTML("fourth"), "fourth");
tab.add(new HTML("fifth"), "fifth");
When I select some tab, page is empty. Page doesn't contain any
widget.
Could you give any suggestions? Thanks.
--
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.