Hello,
I am new to Sencha Touch, I can't figure out which params and in which order should be used in Event function: e.g.
Code:onDoubleTap: function(event, html, obj)It seems param event is not always the first param.Code:onDragend: function(draggable, event)
where can I check params for each event or where defines how to add params
Thanks a lot !