I am currently working on a project to enhance the navigation experience on a website. To achieve this, I am creating a Silverlight component that will enable users to switch between tabs in a Tabsheet. While exploring the functionalities, I came across an option to hide the tabs of a Tabsheet with "tabsheetName.hideTabs()
".
Is there a way to switch the selected tab using Javascript? If yes, I can incorporate this feature into my Silverlight navigation component.
Another idea I have is to develop a custom GWT component. Although the process explained in the Vaadin manual seems complex, it might be worth exploring.
Any suggestions or advice would be greatly appreciated. Thank you.