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)} );
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/13232.html