Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

sencha touch笔记(9)——listpaging‘分页’拉取数据

$
0
0

后台在向前台返回数据时肯定是以分页的形式来返回的,很少会有直接一坨都全部返回给前台。那么前台就需要分页的去接收来自后台的数据。

ST里面的listpaging组件就是用来做分页的,它在页面最下方添加了一个‘load>nextPage: function(options) { if(this.currentPage2 == null) { this.currentPage2 = 1; } this.currentPage2 = this.currentPage2 + 1; this._proxy._url = 'http://121.199.60.94/picourse/index.php/HighCourse/getHighCourseByPage/page_num/'+this.currentPage2; this.loadPage(1, options); }在这里进行options的新的url的配置并且最后进行load函数操作。

亲测可以,不过对于ST中的options还是有一些困惑。

作者:SDDCCCC 发表于2013-12-26 1:57:24 原文链接
阅读:129 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>