sencha touch 如何在panel中添加事件监听
afterRender: function(c) {
? ? ? ? ?Ext.Panel.superclass.afterRender.apply(this, arguments);
?
? ? ? ? this.el.on("tap",function(){alert('tapped');});
}