2013年1月23日
摘要: new Ext.form.ComboBox({ hiddenName: 'order_state', name: 'state', width: 80, emptyText: '状态', mode: 'local', displayField: 'name', valueField:'id', triggerAction: 'all', editable: false, store: Ext.create({ autoLoad: true, xtype:'directstor 阅读全文
posted @ 2013-01-23 21:36 SeanZX 阅读(273) 评论(0) 推荐(0)
摘要: new Ext.form.ComboBox({ hiddenName: 'order_state', name: 'state', width: 80, emptyText: '状态', mode: 'local', displayField: 'name', valueField:'id', triggerAction: 'all', editable: false, store: Ext.create({ autoLoad: true, xtype:'directstor 阅读全文
posted @ 2013-01-23 17:09 SeanZX 阅读(1512) 评论(0) 推荐(0)