笔记笔记
{ xtype: 'textfield', name: 'textfield1', fieldLabel: 'Text field', value: 'Text field value', listeners: { render: function() { this.getEl().on('paste', function(e, t, eOpts) { alert('onpaste'); }); } } }
{ xtype: 'textfield', name: 'textfield1', fieldLabel: 'Text field', value: 'Text field value', listeners: { render: function() { this.getEl().on('paste', function(e, t, eOpts) { alert('onpaste'); }); } } }