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

  

相关文章:

  • 2021-08-20
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-08-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案