Search Type: Posts; User: Josa
Search: Search took 0.01 seconds.
-
29 Nov 2010 4:12 AM
- Replies
- 5
- Views
- 1,331
Thank you!
The Solution seems to be:
list.scroller.addListener('scrollend', function(scroller, offset){
if((list.el.dom.scrollHeight-offset.y)== list.height) {
... -
26 Nov 2010 10:45 AM
- Replies
- 5
- Views
- 1,331
Thank you for your reply!
Where would I find the scroller element? I cannot find anything about that in the API Documentation. -
26 Nov 2010 4:31 AM
- Replies
- 5
- Views
- 1,331
I am new to Sencha Touch development, so I might miss something really basic here.
I have Ext.List with a Ext.data.JsonStore. And I am trying to load new Items / Records when the end of the list...
Results 1 to 3 of 3
