new Ext.form.TextField({ ... listeners: { 'keypress': function(my, e) { alert(e.getKey()); //this is don't work } } });
確定! 回上一頁