I'd like to create something like the following layout using a Label
and TextBox for input:

Label
[TextBox______]

Now, this works fine in a VerticalPanel.  But that creates a TABLE
with two TRs to wrap these fields.

Yet in HTML, I'd just have:

<label>Label<br/>
<input type="text".../></label>

That is, it would just be the two fields separated by a BR.  What
would be the construct to build something like that in GWT 2.0?

Thanks for any tips.

--

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