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