PDA

View Full Version : horizontal inputs in forms with column layout



tad
20 Oct 2008, 3:22 PM
I've been trying to figure this out for a while, and there doesn't seem to be a simple example of this within the forums, so...



var form = new Ext.FormPanel({
,layout: 'form'
,items: [{
layout: 'column'
,items: [{
name: 'combo1'
,xtype: 'combo'
,store: ['yes','no']
},{
name: 'combo2'
,xtype: 'combo'
,store: ['yes','no']
}]
}]
});
-tad

jamie.nicholson
5 Nov 2008, 4:32 PM
You should be able to find what your looking for here

http://extjs.com/deploy/dev/examples/form/dynamic.js