cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Buttons

Former Member
0 Kudos

Hi friends

i need to change the tabs according to radio button picks

how to raise an event for changing tabs/calling a view

Regards

Narain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1. Assign an action to the onSelect event of the radio button

2. Bind property TabStrip.selectedTab to context attribute of type string

3. Set attribute value to ID of tab to be selected in action handler

Armin