cancel
Showing results for 
Search instead for 
Did you mean: 

How to Navigate from one tab content to another tab content

Former Member
0 Kudos

Hi!

I use a tab strip for navigation, but I need a navigation which I haven't seen so far.

When starting off I display a table of records at tab1. When the user wants details to one specific record you may mark it and click a button to navigate to a detail view in tab2. here I face the problem. Is it possible to navigate into another tab?

Any clue would be appreciated!

When I started developing I also found it awful that a tab has its own content, why not say a tab has its own view, that would make it easier on switching the content of a tab. Have you accomplished a work-around?

thanks in advance

Stefan

View Entire Topic
Former Member
0 Kudos

Hi Werner,

TabStrip has a property 'selectedTab' which you can bind to a string attribute. To select a tab, you can set this attribute to that tab's id.

Hope this helps,

Best Regards,

Nibu.