-
12 Sep 2008 3:48 AM #1
Simple Question about FormPanel
Simple Question about FormPanel
Hi to all it's possibile to insert a button into a FormPanel? For example:
and NOT usingCode:FormPanel fPanel = new FormPanel(); fPanel.add( /*some texfields */ ); fPanel.add(new Button("MyButton")); fPanel.add( /*others texfields or combo or whatever ... */ );
fPanel.addButton (new Button....);
'cause i do not want the button in the footer of the formpanel but INTO formpanel!
it's possibile? thanks for any suggestions
Gianluigi
-
12 Sep 2008 4:06 AM #2
you'd have to wrap in an adapterfield
-
12 Sep 2008 4:10 AM #3




Reply With Quote