simplePanel.add(new HTML("test title..."));
simplePanel.setWidth("100%");
horizontalPanel.add(simplePanel);
horizontalPanel.setCellWidth(title, "100%");
horizontalPanel.setWidth("100%");
horizontalPanel.setStyleName("debug"); //when show on screen, the
horizontalPanel is not 100% fit to screen width. it only encapsulate
the html title.
initWidget(horizontalPanel);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---