cancel
Showing results for 
Search instead for 
Did you mean: 

navigating between tabs in tabstrip.

Former Member
0 Kudos

Hi:

I have created a tabstrip (viewset) and then embeded views in the tabstrip.

what I wanna do is when I click on a button in 1st tab I want 2nd tab to be highlighted.

Any suggestions?

(I have created a outbound plugin from view1 which is in tab1 and inbound plug-in to view2 which is in tab2 and then I created a link between these plugins. I am calling wdThis.wdFirePlugPlug1() in the OnAction event for the button. It doesn't highlight the 2nd tab view.)

Thanks,

Praveen K Kalla.

Message was edited by: Armin Reichert

(Marked as question)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Viewsets are somewhat restricted. Alternatively, you could create a normal view containing a tabstrip where each tab contains a ViewContainerUIElement. There you embed the views like you did with the view set.

Now you can bind the TabStrip.selectedTab property to a context attribute and change the attribute's value in the action event handler.

Armin

Former Member
0 Kudos

Armin:

Thanks.

how do I award point?

Thanks,

PRaveen K Kalla.

Former Member
0 Kudos

Hi,

You must be seeing three stars on the left side of every reply..

Helpful (2 points).. very helpful(6 points) and problem solved(10 points)... select the one uu find appropriate...

Regards

Bharathwaj

Former Member
0 Kudos

That's creative point assignment, 2 points for answering the question and 6 points for explaining how to assign points

Armin

Answers (0)