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

On Wed, Dec 22, 2010 at 3:00 PM, Gal Dolber <gal.dol...@gmail.com> 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 <ube...@ubiland.net>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 google-web-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
>> .
>> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to