会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tubo
博客园
首页
新随笔
联系
订阅
管理
2009年9月24日
ExtJs实践:支持“复杂”Json的JsonReader
摘要: 从服务端返回如下的JSON: {Id:2,Name:'Child1',Parent:{Id:1,Name:'Parent'}}定义了如下的JsonReader来准备显示角色列表,父角色的名称影射成ParentName:var myReader = new Ext.data.JsonReader({ idProperty: 'id' root: 'rows', totalProperty: 're...
阅读全文
posted @ 2009-09-24 00:45 tubo
阅读(5629)
评论(5)
推荐(0)
编辑
公告