you could try this.
VerticalPanel panel = new VerticalPanel();
FormPanel form = new FormPanel();
form.add(new TextField("xfield", "xfieldName"));
Hyperlink link = new Hyperlink("text", "token");
vp.add(form);
vp.add(link);
vp.setCellHorizontalAlignment(link, VerticalPanel.ALIGN_CENTER);
RootPanel.get().add(vp);
Hope it helps,
_____________________
Ing. Gabriel Gutiérrez
Celular: +52 1 81 1071 7213
Oficina: +52 81 8153 2415
Monterrey, México
On Wed, Apr 8, 2009 at 3:11 PM, vikon <[email protected]> wrote:
>
> hi,
>
> Is there a way to add hyperlink instead of button in form panel and
> have it render at the same place as them.
>
> Thanks
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---