因为专注,所以专业

我的Java Blog

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  21 随笔 :: 30 文章 :: 6 评论 :: 0 Trackbacks
Ext.PagingToolbar.prototype.doLoad = function(start) {
var o 
= {}, pn = this.paramNames;
o[pn.start] 
= start;
o[pn.limit] 
= this.pageSize;
if (this.fireEvent('beforechange'this, o) !== false) {
= Ext.apply(this.store.lastOptions.params, o);
this.store.load({
params : o
});
}
};
posted on 2009-09-18 11:36 kevin.zhan 阅读(1972) 评论(0)  编辑  收藏 所属分类: EXT

只有注册用户登录后才能发表评论。


网站导航: