-
24 Aug 2010 5:13 AM #1
Ext.ListView and keypress-Event?
Ext.ListView and keypress-Event?
Hello community!
I have a problem. I want to select items in Ext.ListView using the keyboard. But i can't listen on 'keypress' or another key-event. Has somebody a solution for me to handle Ext.ListView using the keyboard?
Thanks (:
-
24 Aug 2010 3:20 PM #2
Ext 3.x does not support keyboard navigation for selection. We have done significant work regarding additional keyboard navigation functionality across DataView's, Grid's and ListView's in the Ext 4 branch.
Aaron Conran
@aconran
Sencha Architect Development Team
-
21 Jul 2011 5:17 AM #3
Hi,
I want to create a listener on keypress-Event for my Listview too. I tried something like this
I also triedCode:this.myListview.addListener( 'keypress', function(e){ alert('test'); } );
My code doesn't work. Is there a solution for this?Code:this.myListview.el.addListener ...
What I want to do is a delete-possibility for the rows in my Listview with backspace/delete.
Greets
-
18 Apr 2013 9:38 AM #4
Any possibility?
Any possibility?
Is there any possibility to achieve adding keypress events on a listview?
I tried adding the listener for keypress and then relaying the event to the element but that did not work. Anyone else has a clue?
Thanks.
Similar Threads
-
keypress event is not firing in IE
By mnakula in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 2 May 2010, 11:54 PM -
Ext.Panel keypress event
By wiulma in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 28 Apr 2010, 6:14 AM -
keypress event on Body
By easycodes in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 28 Jun 2009, 5:06 AM -
keypress event
By dorgan in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 28 May 2008, 3:12 AM


Reply With Quote