日期:2014-05-16 浏览次数:20461 次
{ xtype: 'textfield', name: 'textfield1', fieldLabel: 'Text field', value: 'Text field value', listeners: { render: function() { this.getEl().on('paste', function(e, t, eOpts) { alert('onpaste'); }); } } }