cancel
Showing results for 
Search instead for 
Did you mean: 

how to create subtabs in tabstrip

prashanth_lagdev
Explorer
0 Kudos

hi experts,

I am using tabstrip from RootUielementContainer to create tabs[5] in view.now my requirement is creation of subtabs.

Each and every tab having some subtabs[4 or 5] and each subtab having UI.

Please provide the solutions for creation of subtabs and binding the ui into subtab.

Thank's in advance.

Regard's,

Prashanth.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

check this links on using tabs in tabstrip

/people/siarhei.pisarenka3/blog/2009/12/27/effective-webdynpro-applications-lazy-tabs-in-tabstrip

Thanks

Former Member
0 Kudos

Hi,

Try creating new tabstrip under each tab of the parent tabstrip. Hope this helps.

Former Member
0 Kudos

Prashanth,

You can do the following:

1>Create a main Tab Strip say Main_TabStrip

2>Create the Tabs for this Main Tab Strip per your requirement say Tab1,Tab2 etc

3>When you create a tab in the tab-strip it also creates a transparent container with the id TabId_Content.

For Tab1 it will be Tab1_Content

4>You can add the tab-strips again to this transparent container.

In this case You can add a TabStrip say Tab1_TabStrip to Tab1_Content

5>Then you can add the tabs for this tab-strip which will serve as your sub-tabs.

In this example you can add the tabs to Tab1_TabStrip say SubTab1_for_Tab1, SubTab2_for_Tab1 etc

You can repeat the procedure for Tab2 and so on.

The hierarchy of UI elements will look like the following:

Main_TabStrip

Tab1

Tab1_Content(Transparent Container)

Tab1_TabStrip

SubTab1_for_Tab1

SubTab1_for_Tab1_Content

UI Elements you wish to add

SubTab2_for_Tab1

SubTab2_for_Tab1_Content

UI Elements you wish to add

And So on

Tab2

Tab2_Content(Transparent Container)

Tab2_TabStrip

SubTab1_for_Tab2

SubTab1_for_Tab2_Content

UI Elements you wish to add

SubTab2_for_Tab2

SubTab2_for_Tab2_Content

UI Elements you wish to add

And So on

Regards,

Ajay

P.S. : Somehow, none of the formatting is not working for me. The whole post is getting displayed as a single paragraph. If anyone of you experienced the same issue and got rid of it, then let me know the resolution.

prashanth_lagdev
Explorer
0 Kudos

hi ajay,

as per u r solution i created tabstip under Tab_Content for subtab.all i need is "how to make these subtabs Visible" on clicking any tab[main].is there any properties to change so that i can all the subtabs appear on clicking of any Tab.

Thank's in advance.

Regard's,

Prashanth.