I have a Sencha tab panel, each tab loads html content via ajax. One of the components is a post/list that visitors can use to drill down once more to read the entire post.
The solution for 2.2.1:
initialize: function() { this.element.on({ tap: , delegate: }); this.callParent(arguments); }
can be anything fitting in to Ext.query() too.
Ext.query()