cancel
Showing results for 
Search instead for 
Did you mean: 

how to goto next tab dynamically if i click a button, not the tab

Former Member
0 Kudos

instead of selecting the tab to go to the next tab, i want a button with next and if i click on that it should go to the next tab..

plz help me out

i need this even if tab is there

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Bind the property "selectedTab" of the TabStrip to a context attribute of type "string".

In the action handler of the button, set the value of this attribute to the ID of the tab you want to select.

But: I would not use a TabStrip to visualize a sequence of steps, this is not what it is intended for. Better use a RoadMap or PhaseIndicator for this.

Armin

Message was edited by: Armin Reichert

Former Member
0 Kudos

thanku,

i will look into it