xtype : 'textarea',  
name : 'dataSetField',  
labelSeparator:'',  
fieldLabel:'',  
hideLabel: true,  
allowBlank: true,  
height: mainPanelHeight*0.8,  
anchor:'99%',  
listeners:{'blur':function(){  
   alert(1);  
}}
gridPanel.on('rowdblclick',function(gridPanel,_rowIndex,e){  
  alert(2);  
} 
gridPanel.addListener('rowclick',function(){  
 alert(3)}  
);  

 

相关文章:

  • 2021-08-15
  • 2021-08-16
  • 2021-05-17
  • 2021-12-09
  • 2021-09-11
  • 2021-09-29
  • 2021-12-06
  • 2021-09-11
猜你喜欢
  • 2022-01-01
  • 2022-01-18
  • 2021-11-06
  • 2021-06-16
  • 2021-12-28
  • 2021-12-04
相关资源
相似解决方案