How to set lable of Textbox

2011-06-14 Thread Sanjay Jain India
Hello all
I am using GWT2.3.In this I want to create a form.For This I used a
form panel and texbox.Textbox is for the User Name purpose.So I want
to set the label of text box.But there no way to set label.
I want label at the left side of the text box.

Please help me how to set label, So It come left to text box.
Thanks In Advance

-- 
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-toolkit@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.



Re: How to set lable of Textbox

2011-06-14 Thread Juan Pablo Gardella
The label is Label
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/Label.htmlcomponent
or 
InlineLabelhttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/InlineLabel.html.
Read layout 
guidehttp://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
to
see how arrange your components.

Juan

2011/6/14 Sanjay Jain India snj...@gmail.com

 Hello all
 I am using GWT2.3.In this I want to create a form.For This I used a
 form panel and texbox.Textbox is for the User Name purpose.So I want
 to set the label of text box.But there no way to set label.
 I want label at the left side of the text box.

 Please help me how to set label, So It come left to text box.
 Thanks In Advance

 --
 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-toolkit@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.



-- 
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-toolkit@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.