2013年12月11日
摘要: 项目采用 MVC 结构Ext.define('MyToolbox.store.am.Accounts',{ extend: 'Ext.data.Store', model: 'MyToolbox.model.am.Account', autoSync: true, // 在 Store config 块中配置 params 块 config: { params: { typeId: 0 } }, listeners:{ // 每次 load 前,装载 params 块中的参数 ... 阅读全文
posted @ 2013-12-11 22:53 AlexCK 阅读(696) 评论(0) 推荐(0)