cancel
Showing results for 
Search instead for 
Did you mean: 

regarding tabstrip

Former Member
0 Kudos

hi friends,

I want to use tabstrip where it contains four tabs if i click on thet particular tab it should display that tabs data in the tabular form......and like that in the remaining tabs also....

Where to write the events or methods in it tab strip...

i need code to select the tab on at a time..

Thanks&Regards

Shravan Kumar G

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The following tutorial will help you how to use tabstrip

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/developing%20web%20dynpro%20user%20interfaces.pdf">Example with tabstrip</a>

former_member187990
Participant
0 Kudos

Hi,

1)create a tabstrip element (Layout - Select Tabstrip).

2) Insert a tab to the element (Right Click - Insert Tab).

3) In the tab content Right click--> Insert child --> View container element.

4).Create an action in the OnSelect of the TabStrip.

5).Bind one variable to Tabstrip's SelectedTab property.

6).Inside action you can get selected tab like

using wdContext.currentContextElement().getTab(); we can get the tabid.

Based on that we can perform the actions

Former Member
0 Kudos

Hi,

For a tabStrip, u can create an action and bind to it's onSelect event, which will be triggerred when a tab is switched

Regards

Fahad Hamsa