cancel
Showing results for 
Search instead for 
Did you mean: 

view in tabstrip

Former Member
0 Kudos

Hi

can you please tell me how to place a view in to tabstrip..and my view contains some UI elements and some operations will be performed in that view..

Thanks

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1)First U create A view

2)In that View RootUIElementContainer Insert a child Called TabStrip

3)And in that TabStrip UI Element Right click and add Tab

4)If u require One more then add One more Tab

4)In that tab Insert child to that container Called ViewContainer for both the Tabs.

5)Go to Window And double click on the window And In Diagram View just add two views to that both the container.

Ad then Create SelectedTab value attribute in context.

And map that value attribute to selectedtab property of tabstrip UIElement.

Refer this Link for more information

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0e617bc3-0401-0010-2c82-81f82e73...

Regards,

H.V.Swathi

Edited by: H.V Swathi on Feb 16, 2009 8:22 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

with in the tab content add "ViewContainerElement" .

for this ViewContainerElement add the view.

Regards,

ramesh

Former Member
0 Kudos

Hi,

Place a viewcontainer UI element in the Tab and then add as many windows you need. To shift between views make use of plugs and navigation links.

Regards

Ayyapparaj