jeanluca
25 Apr 2012, 4:35 AM
Hi
I've created a plugin which is identical to PullRefresh but it acts on Panels
I've uploaded it to github here (https://github.com/scaljeri/pull-refresh-panel)
The demo is a complete ST2 project so it should work out of the box
The plugin can be found in the 'plugin' directory.
First of all I would like some feedback so I can improve this plugin!
Second, I had to copy my plugin into sdk/src/plugin before it worked. This is probably because the first couple of lines in app.js are
Ext.Loader.setPath({
'Ext': 'sdk/src'
});
Is it possible to define my ./plugin directory too ?
Cheers
Luca
(https://github.com/scaljeri/pull-refresh-panel)
I've created a plugin which is identical to PullRefresh but it acts on Panels
I've uploaded it to github here (https://github.com/scaljeri/pull-refresh-panel)
The demo is a complete ST2 project so it should work out of the box
The plugin can be found in the 'plugin' directory.
First of all I would like some feedback so I can improve this plugin!
Second, I had to copy my plugin into sdk/src/plugin before it worked. This is probably because the first couple of lines in app.js are
Ext.Loader.setPath({
'Ext': 'sdk/src'
});
Is it possible to define my ./plugin directory too ?
Cheers
Luca
(https://github.com/scaljeri/pull-refresh-panel)