cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrip

Former Member
0 Kudos

Hi,

I need to implement a tabstrip in webdynpro.Each tab should lead to a different iview and the iview belong to different components.Can any one guide me on this.Is Tabstrip the one which i should be using or there is any other ui element for that?

Thanks & Regards,

Sudhir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudhir.

To do this... you have to do following steps.

Step 01: You have to add components as used Component of Main Component.

Step 02: In window of the main component you have to create TabStrip View set.

Step 03: Then add the Views of other component as Embed interface view of a component interface.

Thanks...

Santanu

former_member485701
Active Participant
0 Kudos

Hi ,

In TabStrip you can add different Tabs and container for those tabs.

In the container for the Tab add viewContainerUIElement.

Now In your main component add all the needed component as used components.

And open windows layout and embed the interface views for different components in

view container.

Regards,

Praveen