投放本站广告请联系: extjscn#126.com
Ext.get('text').on('keypress',function(e){ //监听键盘事件 if(e.charCode==Ext.EventObject.SPACE){ Ext.Msg.alert('info','空格'); } });
其他还有类似事件,keyup,keydown等
作者: middlekingt 原文: http://blog.csdn.net/middlekingt/article/details/8242079