I was trying to do this also. Then I slapped myself in the head and
realised, with the UiBinder, 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 a FlexTable in
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 a FlexTable or Grid with UiBinder? 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.