cancel
Showing results for 
Search instead for 
Did you mean: 

How to add contents to Tab in TabStrip

Former Member
0 Kudos

Hi All,

My requirement is to display a screen/view as a content to a TAB when user selects any tab in the Tab Strip. I have developed screens for each tab seperately.

Can any one tell me how to achieve this in web dynpro.

Many Thanks.

Regs/Venkat

Accepted Solutions (1)

Accepted Solutions (1)

arun_srinivasan
Contributor
0 Kudos

hi

>First insert tabstrip ui

>Right click tab strip ui and select insert Tab

>Expand the Tab and select the Tabs_content and right click the tab content and select insert child and select the ViewContainerUIElement

>In the Web dynpro Explorer View,expand the Project structure and select the Windows in the components.In the windows select ur window and expand it.

where u can see the view container you have inserted in the tab

>select the view containeruielement and right click it and select the Embed view and select the view which you want to embed

hope this helps,

Regards,

Arun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venkatesan,

i think that the best and simply method to achieve that what you want is develop views direct in tabs. It is possibly too to fire plug to view from onTabSelected event handler, but I think that is more complicated and not elegant. Have you any special reason to develope contents of tabs separatelly?

regards

Bogdan