I've small experience with Sencha Touch 2 and Ext JS. I've a problem finding the available eventlinsteners in the framework (e.g. tap, show, hide, etc.) and their description. Any help is appreciated.
Thanks!
|
I've small experience with Sencha Touch 2 and Ext JS. I've a problem finding the available eventlinsteners in the framework (e.g. tap, show, hide, etc.) and their description. Any help is appreciated. Thanks! |
|||
|
|
Alright, look at the List in the docs, it has a Lets look at the event
It has 6 parameters you can use. The parameter
This will alerts a message when you tap something in your list, good luck :). |
|||
|
|