cancel
Showing results for 
Search instead for 
Did you mean: 

How to get active tab strip name using standard function ?

Former Member
0 Kudos

Dear all,

I have 5 Tab strip in my view, how can i know which tab strip is active during runtime ?

Best Regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali,

Actually, I have 1 Tab strips with 5 tabs, so how can i know which tab is active under this tab strips ?

Best Regards

Fernand

Former Member
0 Kudos

HI

I hope you may be looking at this thread , hope its a similar requirement as yours

Thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Fernand

In the TabStrip component properties , there is one property called "selectedTab".

U can bind this property to a value attribute in the context.

This value will hold the current selected tab.

Hope it helps,

Nitsan

Former Member
0 Kudos

Thank you Murali, it's working fine now.

Best Regards

Fernand

Former Member
0 Kudos

Hi

If there are 5 TabStrips , may be you are using different views for each Tabs , and on the

deployment of the application with respect to the view it would be easy to identify which Tab is active.