Hi

I have this in my uibindings:
<gwt:Label>
<gwt:Textbox ui:field="name">


and they are translated as:
<div class="gwt-Label">..
<input type="text" tabindex="0" class="gwt-TextBox" >...

but I want to have this html (at least on modern browsers):
<label for="userName">Name:</label>
<input type="text" id="userName"/>

which is the best way?


Uberto

-- 
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