{ xtype: 'combo', fieldLabel: "Type Of Alert", store: new Ext.data.SimpleStore({ fields: ['type', 'I18n'], data : [ ["POACK", "Purchase Order Ack"] ] }), valueField: 'type', displayField:'I18n', typeAhead: true, mode: 'local', forceSelection: true, triggerAction: 'all', selectOnFocus:true }
Monday, November 29, 2010
ExtJS -=- Combo with SimpleStore
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment