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)}  
);  

 

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2021-10-29
  • 2021-05-19
  • 2022-01-18
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-12-30
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
相关资源
相似解决方案