The idea was that FlexTable and Grid "hide" the HTML code, and avoid
any possible cross browser problems. If you go back to using HTML
directly, you may have to deal with browser quirks on your own. Of
course, with pretty simple HTML, that won't probably be a problem, but
what I like about GWT is being able of forgetting HTML and JavaScript
-- most of the time, at least.


On Dec 10, 4:35 am, Craigo <[email protected]> wrote:
> 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.


Reply via email to