{ xtype:'textfield', listeners: { render: function(p) { // Append the Panel to the click handler's argument list. p.getEl().on('click', function(p){ //处理点击事件代码 }); }, }