Extjs 回车查询

  

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

上一篇:汉字转拼音(pinyin4j-2.5.0.jar)


下一篇:HTML CSS编码规范(黄金定律)