01 2013 档案
解决Ext.form.ComboBox 初始值加载不正确
摘要: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 阅读(271) 评论(0) 推荐(0)
Ext.form.ComboBox使用DirectStore自动加载数据
摘要: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 阅读(1506) 评论(0) 推荐(0)