Saturday, December 3, 2011

List of sites for reference on GWT

GWT - 2.1, 2.2 & 2.3

Activities & Places

http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html

TabLayout Panel - auto resizing

http://www.coderanch.com/t/493012/GWT/TabLayoutPanel-auto-height-grow-gwt

Using custom css for styling in tab panel layout

http://code.google.com/p/salvadordiaz/source/browse/trunk/gwt-exception-handler/src/fr/salvadordiaz/gwt/client/BlocImage.ui.xml?spec=svn56&r=56




@External gwt-Image,gwt-CheckBox,gwt-TextBox,gwt-TextArea;
.container{
}
.container .gwt-Image,
.container .gwt-TextArea{
display:block;
}
.container .gwt-CheckBox,
.container .gwt-TextBox,
.container .button {
display: inline;
width:25px;
vertical-align: middle;
margin: 5px 10px 5px 10px;
}
.container .first{
margin-left:0px;
}
.container .last{
margin-right: 0px;
}


Place History Handling mechanism for URL with multiple arguments -

http://comments.gmane.org/gmane.org.google.gwt/73450

CheckBox Cell - Checkbox ticking to be controlled via ticking outside a checkbox

http://stackoverflow.com/questions/8015013/checkbox-cell-and-selectable-cell-table-rows

No comments:

Post a Comment