
Extnamespace('user');
//接受后台传回的json格式的数据
userroleReader = new ExtdataJsonReader(
{root: 'treemap',id:'id'},
new ExtdataRecordcreate([
{name:'id'},
{name:'text'},
{name:'depict'},
{name:'leaf'}
])
);
// 创建后台请求
userroleStore = new ExtdataStore({
reader: userroleReader,
proxy: new Extdata>
以上就是关于extjs 控件中拿取通过ajax传过来的json数据问题全部的内容,包括:extjs 控件中拿取通过ajax传过来的json数据问题、如何Extjs将Excel导入到数据库、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)