阅读背景:

EXT学习之——Extjs 文本框 TextField 添加点击(onclick)事件方法

来源:互联网 

 

 

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: