Switching Tabs with Ext.TabPanels and Ext.KeyMap Keypress events
In an earlier post I did some bits with the Ext.TabPanel class. I recommend you have a read of that before checking out this post, unless you’re happy with Ext.TabPanel then I’ll show you how to switch tabs with a Ext.KeyMap class.
Ok so you tab panel is ready to rock.
You need a key map and [...]