cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrip query

Anmol_Kumar
Participant
0 Kudos

Hi,

In a screen I have one tabstrip which contains 10 tabs. On click of one tab, one view (which contains about 100 UI elements) should be opened.

Can I design different Tabs as different views (if yes then how?)

or all UI elements (about 1000 UI elements) should be embedded under respective tabs under one single view ?

Thanks.

Anmol

Accepted Solutions (1)

Accepted Solutions (1)

former_member201361
Active Contributor
0 Kudos

Hi ,

Ofcourse u can embed different views in the tab Strip .

just add the ViewContainerUIElement(Rirght Click RootElement>Insert Child-->ViewContainerUiElement).

Now Open the ur Component Window and u can Find the View ContainerElement Id Prsent in the TabStrip View .

In this u can embed the View .and if the View belongs to the different component , then embed the interface View .

thanks and regards

Former Member
0 Kudos

Hi you can use Tabstrip to diplay multiple Views.but be sure which outbound plug to which inbound plug

Thankyou

Tulasi.Palnati

Answers (4)

Answers (4)

nikhil_bose
Active Contributor
0 Kudos

As Fazal and Ramesh posted use ViewContainer UI element for each Tab.

► Insert ViewContainer UI element inside tab_content of each Tab in TabStrip

► Create/design views seperately

► Under the Component find windows->window name->views->view containers where you can embed the views created.

nikhil

Former Member
0 Kudos

HI

1.You can create a view containing only TabStrip and for each tab create a view separately.

2.These views can be embedded in TabStrip view using View Container UI Element under Tab Content element of TabStrip.

3.You can embed an existing view if view is a part of same component

4.You can also embed view using "Embed Component Interface View of a Component Instance" if it is a separate component.

Mandeep Virk

Former Member
0 Kudos

Hi ,

You can use tabstrip View Set to achieve this.

Regards,

Naga

Former Member
0 Kudos

Hi,

we can use other view in the Tab .

with in the Tab place "ViewContainerUIElement" element and

embed view in that "ViewContainerUIElement".

i hope u got.

Thanks,

RameshBabu.V