PDA

View Full Version : Why is no posible to add image in a FormPanel ?



victor.martinez
1 Sep 2008, 10:33 PM
Hello,

It's posible to add a image in a FormPanel ? like that...




FormPanel panel = new FormPanel();
Image img = new Image();
img.setUrl("http:/www.pictures/gallery/images/Badge.png");
img.setVisibleRect(100,100, 100, 100);
panel.add(img);
RootPanel.get().add(panel);



Thanks

gslender
1 Sep 2008, 10:34 PM
FormPanel use a FormLayout which only works with widgets that extend Field.

Widgets that don't must be wrapped in a http://extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/form/AdapterField.html