PD: I think there is no Widget with underline <label> implementation

On Wed, Dec 22, 2010 at 3:00 PM, Gal Dolber <[email protected]> wrote:

> <g:HTMLPanel>
> <label for="name">Name</label>
> <gwt:Textbox ui:field="name" name="name">
> </g:HTMLPanel>
>
>
> On Wed, Dec 22, 2010 at 2:51 PM, Uberto Barbini <[email protected]>wrote:
>
>> 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]<google-web-toolkit%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>
>
> --
> Guit: Elegant, beautiful, modular and *production ready* gwt applications.
>
> http://code.google.com/p/guit/
>
>
>
>
>


-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

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