Okay, the CSS is really nice since I can control the width so easily.  It
works creat, so thanks for the tip.

Is there no Label-like widget that emits a <label> tag in GWT?  I see that
the RadioButton does it.

It seems very easy for me to make a Composite widget that is composed of
these two objects since I use them repeatedly.

Is there a way to override the HTML emitted (or the DOM updates done) for
the Label so I could use a <label> tag, and then perhaps use the auto-unique
id feature if the TextBox field is not otherwise set with an id so that the
label would point to it and the textbox would use it?  How hard is this to
do?  Is the process to try to copy a Widget like RadioButton as my new
object that emits the label tags for my input field, or is there a more
GWT-approved way to create such a widget for my needs?

--

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