Skip to content

j-mcnally/Sencha2-PullToRefresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

@tablefor2 WORKS WITH v2.0.1.1

THIS WORKS WITH PR2 & PR3

Usage

Add the following to your list view Ext.define code:

extend:"Ext.ux.kohactive.RefreshableList",

Installation

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> 

Optional

Your can overide the config parameter

onPullRefresh: function() {
	//your refresh logic here.
}

Shout Outs

Based on VinylFox's Sencha Touch 1.x extension

https://github.com/VinylFox/Ext.ux.touch.ListPullRefresh

About

A plugin / list extension to add Pull to refresh to Sencha Touch 2.0-pr1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published