http://www.sencha.com/forum/showthread.php?131596-Form-submit-on-Enter
listeners: {
afterRender: function(thisForm, options){
this.keyNav = Ext.create('Ext.util.KeyNav', this.el, {
enter: fnLogin,
scope: this
});
}
}
本文详细介绍了如何在Sencha Ext JS中使用Ext.util.KeyNav为表单添加回车键触发登录的功能,包括配置和实现步骤。
1998

被折叠的 条评论
为什么被折叠?



