you can use FormLayout just like this

Panel p = new Panel();
p.setLayout(new FormLayout());

p.add(new TextField("label", "name"));
p.add(new TextField("label", "name"));
p.add(new TextField("label", "name"));

it will be redendered like a FormPanel.

you could also check the GWT-Ext Showcase for more examples.

Regards,
_____________________
Ing. Gabriel Gutiérrez
Celular: +52 1 81 1071 7213
Oficina: +52    81 8153 2415
Monterrey, México


On Fri, Apr 3, 2009 at 6:58 PM, Ketki Bhagwat <[email protected]> wrote:

> Hi,
>
> How to display text fields with field label when added into gwtext Panel
> having ColumnLayout?
>
> Any help will be appreciated.
>
> Ketki
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to