var store = new Ext.data.Store({
proxy:proxy,
reader: new Ext.data.JsonReader({
id:'id',
root:"filedata",
fields:[ {name:"rec_groupId",type:"int",mapping:"groupId"},
{name:"rec_groupTitle",type:"String",mapping:"groupTitle"}]
}),
autoLoad:true
});
此外combobox里的mode设置为'local' (autoLoad之后,数据就加载到本地了,不用remote)
你试试看能行么。
extjs通过传值给下拉框?
悬赏分:10 | 离问题结束还有 14