@tablefor2 WORKS WITH v2.0.1.1
THIS WORKS WITH PR2 & PR3
Add the following to your list view Ext.define code:
extend:"Ext.ux.kohactive.RefreshableList",
copy the plugins folder to your project and include the js file in your index.html
<link rel="stylesheet" href="plugins/css/pull_styles.css" type="text/css" media="screen"/>
<script src="plugins/RefreshableList.js" type="text/javascript"></script>
Your can overide the config parameter
onPullRefresh: function() {
//your refresh logic here.
}
Based on VinylFox's Sencha Touch 1.x extension