You don't, really. I'm the right person in this case, and you're right near the top of my todo list. Sorry I haven't gotten to it yet.
On Mon, Mar 8, 2010 at 3:46 PM, Marko Vuksanovic <[email protected]>wrote: > One more question - how to know which person to invite for a code > review? > > On Mar 7, 11:11 am, Marko Vuksanovic <[email protected]> > wrote: > > I have created a patch that enables user to create Grid and its child > > elements using UiBinder (issue 4705 - > http://code.google.com/p/google-web-toolkit/issues/detail?id=4705). > > Something like... I have also submitted the patch for public code > > review -http://gwt-code-reviews.appspot.com/154810. So if somebody > > from the gwt team could have a look.... > > > > Shortest code snippet which demonstrates use: > > <g:Grid rows='3' columns='1'> > > <g:row> > > <g:customCell> > > <g:Label>foo</g:Label> > > </g:customCell> > > </g:row> > > <g:row> > > <g:textCell> > > foo > > </g:textCell> > > </g:row> > > <g:row> > > <g:customCell> > > <div>foo</div> > > </g:customCell> > > </g:row> > > </g:Grid> > -- I wish this were a Wave -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
