Threaded View
-
14 Jun 2012 3:35 AM #1
Keyboard navigation
Keyboard navigation
I need to implement keyboard navigation in my app. I've decided to use Ext.util.KeyNav in controllers to map different hotkeys to components (ie make focus on grid or panel), but I also need full keyboard navigation for components. Is there any out-of-box solutions for grid keyboard navigation?
Is there any simple ways to assign hotkey for button on component, possible looking like this:
PHP Code:tbar: [
{
text: 'Add Object',
action: 'add',
keyEvent: 'alt+A' // This is smth that I need
},
]
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote