-
22 Feb 2007 12:50 PM #1
Add Key Listener of 127/DEL
Add Key Listener of 127/DEL
I have a grid in a Dialog. I want to respond to the delete key being pressed so that I can delete records when the user presses the delete key.
adding a key listener to the dialog w/ a key of 127 seems to have no effect. I do have a Default button set and also have another key listener of 27 (escape) which works just fine.
Any ideas?Code:dialog.addKeyListener(127, function() {alert('delete key pressed.')}, this, true);
Similar Threads
-
MessageBox TAB listener possible?
By mikegiddens in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 7 Mar 2007, 1:25 PM -
Registering resized and invalidated listener with laoyout Re
By wavel in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 5 Mar 2007, 11:27 PM -
appending an event listener
By hicker in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 23 Feb 2007, 10:41 PM -
Delayed Listener Bug
By n01champion in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 21 Feb 2007, 12:15 PM -
Borderlayout resize listener?
By kjordan in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 22 Dec 2006, 1:23 PM


Reply With Quote