cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Tabs embed a view

Former Member
0 Kudos

Hi Experts,

I have this requirement.

I need multiple tabs, and all these tabs have viewcontainers which embed the same view.

Say i have 10 tabs, each of them has a viewcontainer, every viewcontainer embeds view_A.

Can we do that? If yes, how?

I don't prefer to create 10 separate views which having the same UI elements in it.

Thanks.

Tee

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Multiple solutions

anand_nidamanuru
Active Participant
0 Kudos

Hi Fooklin,

Yes you can embed the same view, but make sure you declare 10 usages of the same view (WD Component), else what ever changes you did in one tab, will be reflected in all other 10 tabs.

Simply define 10 usages of the same WD component and in each tab embed a window of different usage.

Thanks,

Anand

Former Member
0 Kudos

Hi,

best possible way could beto use FPM OIF configuration.

In this you can create 10 tabs and embed same view in all 10.

For cookbook refer to - [Link|http://www.scribd.com/doc/12612276/FPMCookbook21]

Regards

Manas Dua

Former Member
0 Kudos

Hello Fooklin,

I would suggest, if you make another component with the same reusable view and than use this component as a child component in the main component which has tab UI element in it, You have to specify different usage name.

Since you intend to use same ui elements in the 10 views, you would be able to use onaction methods for each of the voew differently as you would be able to refer different views(child components) with different usage names.

Regards

Anurag Chopra