![Extjs 回车查询 Extjs 回车查询](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700&webp=1)
listeners: {
afterRender: function (thisForm, options) {
this.keyNav = Ext.create('Ext.util.KeyNav', this.el, {
enter: function () {
//if (window.Rights.R1010101) {
thisForm.down('button[action=select]').fireEvent('click', thisForm.down('button[action=select]'));
//}
},
scope: this
});
}},