日期:2014-05-16 浏览次数:20424 次
items : [ { id : 'btnSearch', xtype : 'textfield', enableKeyEvents : true }]
var key = new Ext.KeyMap(document, { key: "1234567890qwertyuioplkjhgfdsazxcvbnm", // Enter //shift: true, //ctrl: true, fn: function() { alert("键盘"); }, scope: this });