PDA

View Full Version : horizontal inputs in forms with column layout


tad
10-20-2008, 06: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
11-05-2008, 06:32 PM
You should be able to find what your looking for here

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