.net

.net

博客园 首页 新随笔 联系 订阅 管理
  283 随笔 :: 0 文章 :: 9 评论 :: 64万 阅读

05 2012 档案

只有注册用户登录后才能阅读该文。
posted @ 2012-05-24 17:41 航宇 阅读(24) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2012-05-24 17:31 航宇 阅读(16) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2012-05-24 17:27 航宇 阅读(7) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2012-05-24 17:24 航宇 阅读(10) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2012-05-22 14:49 航宇 阅读(22) 评论(0) 推荐(0) 编辑

摘要:/*** model工厂类*/Ext.define("factory.ModelFactory",{ statics:{ //数据类模型的集合 models:new Ext.util.MixedCollection(), //字段集合 fields:new Ext.util.MixedCollection(), getModelByName:function(modelName,excludes){ //不需要的字段 var nofields = {}; if(excludes){ nofields = {"excludes":excludes}; } 阅读全文
posted @ 2012-05-22 09:43 航宇 阅读(209) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示