Extjs combobox 加载不进去数据
2013-06-28 · 知道合伙人软件行家
关注
展开全部
var store= Ext.create('Ext.data.Store', {
fields: ['id', 'name']
proxy: {
type: 'ajax',
url: 'your url',
reader: {type: 'json'}
}
});
{
xtype: 'combo',
store: store,
fieldLabel: '建成年份',
displayField: 'name',
valueField: 'id'
}
//你试试看这样行不行,因为extjs版本的不同,同样的写法可能会不起作用,我这里用的是4.0
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询