- {
- xtype:'combo',
- fieldLabel:'Are load balancers used either within or external to your environment?*',
- store: new Ext.data.ArrayStore({
- fields: ['value', 'text'],
- data: [
- {value:0, text: 'No'},
- {value:1, text: 'Yes'}
- ]
- }), displayField:'text', typeAhead: true,
- mode: 'local',
- forceSelection: true,
- triggerAction: 'all',
- emptyText:'Select an option...',
- selectOnFocus:true
- }