Hi, I fail to see how that code replaces FlexTable and what UiBinder has to do with any of that?? The purpose of FlexTable is to provide an easy way of having tables of arbitrary length so as...well rows can be added to them. How are you going to replace that with hardcoded HTML? I don't see how changing the contents of an HTML panel serve this purpose in a fruitfull way. Of course i may be missing something, so could you please provide some pointers because i am trying to find the best way to use a flextalbe with UiBinder.
On Dec 10 2009, 8:35 am, Craigo <[email protected]> wrote: > I was trying to do this also. Then I slapped myself in the head and > realised, with theUiBinder, we can now just use plain html. > > So we can do stuff like this: > <g:HTMLPanel> > <table> > <tr><td>Info:</td><td><g:TextBox ui:field="infoTextBox"/></ > td></tr> > </table> > </g:HTMLPanel> > > ...there maybe a good reason you want to use aFlexTablein > the .ui.xml file, but I can't think of it. > > On Dec 10, 1:40 pm, FKereki <[email protected]> wrote: > > > > > Hi! Is it possible to include aFlexTableor Grid withUiBinder? How > > do you specify each cell? And, for FlexTables, how can you join cells > > together? -- 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.
