Categories | Question details Back To List | ||
Navigation between tabs Hi Is there any way that we can navigate between tabs using keyboard besides only mouse click. regards Answer posted by Support on Oct 09, 2008 02:26 Tabbar has not support for key-navigation, you can attach your own event to onKeyPress event of document and use tabbbar API to navigate between tabs ( tabbar.goToNextTab, tabbar.goToPrevTab ) |