gpt4 book ai didi

javascript - 如何从模型存储 EXTJ 中读取额外的属性?

转载 作者:行者123 更新时间:2023-11-30 05:45:22 24 4
gpt4 key购买 nike

Json reader in为store定义如下:

Ext.define('App.store.MyList', {
extend : 'Ext.data.Store',
model : 'App.model.MyList',
pageSize : 100,
proxy : {
type : 'ajax',
actionMethods : {
create : 'POST',
read : 'POST',
update : 'POST',
destroy : 'POST'
},
root : 'results',
url : 'aaa.htm',
reader : {
type : 'json',
root : 'results',
totalProperty: 'totalCount',
extraProperty: 'abcd'
},
simpleSortMode : true
}
});

如何读取根之外的额外属性?我试图在 reader 中放入一个,但没有用。

最佳答案

试试这个

grid.getStore().getProxy().getReader().extraProperty

关于javascript - 如何从模型存储 EXTJ 中读取额外的属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18264428/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com