cancel
Showing results for 
Search instead for 
Did you mean: 

Main View with tabs

Former Member
0 Kudos

Hi All,

I have a requirement, where i have total 5 iviews. These 5 iviews have to be created as tabs in a single iview and this should be main iview.

On load of this main iview i should retreieve the user's supplier information from the user mapping and display on the right hand side. On left hand side i should display the help button which one clicked should open the help view iwhich i created.

Please help me on as i am not sure how to implement this.

Thx

supriya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

My problem is solved

Thanks.

Former Member
0 Kudos

Hi

To show all five views in a page u need to use TabStrip Ui Element.

Inside each TabStrip use View Container Ui Element to hold different views.

Go to DataModeler of main view, there u can embed Interface view of required view in view set generated automatically depending on tabs size.

Here u can pass a reference to set a tab as default tab in main view.

Mandeep Virk

Former Member
0 Kudos

Hi All,

Our ep server version is 6.4 sp 18 and nwds version is 2.0 sp18.

Former Member
0 Kudos

Hi,

i was able to use the tab strip ui element and created respective tabs required for my application.

I added a tabstrip ui element. To that i added 5 tabs one for each view.

To the Tab i added and view container ui element. now please let me know how to link the developed view to these view conatainer.

Thanks.

Supriya

Former Member
0 Kudos

Hi

Now u Open Data Modeler Window by double clicking on Window name under Windows of same view.

In this window u will get all View UI Elements u have embedded in tabs.

Embed Interface View of required view you want to use.

(Click on Embed View and select Embed Interface View of a component Instance)

If u are using DC then look for component in wizard containing required view and select corresponding Interface View

After completion of wizard you can get your required view there

Try this and let me know if any problem u face. it will work

Mandeep Virk

former_member201361
Active Contributor
0 Kudos

hi ,

As per ur requirements , Tab Strip Ui Element wont be suitable , instead u try to create a proper viewset in the window and embed the view in the viewset and create outbound plug and inbound plug , navigate according to ur requirements ...

for better solution , please elaborate ur query ........

If u perfer to use the tab strip , when user enters some datas and u have to show the data then u have to select the another tab , so each time only one view will be displayed and for help also user has to select someother tab ......

Thanks and Regards

Former Member
0 Kudos

Hi,

My requirement is to display each view for each tab. I was able to do it.

thx.

supriya

Former Member
0 Kudos

Hi,

Instead of using TabStrip, Create ViewContainer in MainView, and embed all 5 views into it..

Create appropriate outbound and in bound plugs and link them.

On click of button, fire the plug to which view you need display.

as

wdThis.wdFire<OutboundPlug>();

Regards

LN