cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Tabs in webdynpro

Former Member
0 Kudos

Hi all

Can any one tell me how to use tabs in Webdynpro for java

Regards

Padma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Padma..

You can create a TAB STRIP UI element and add as many as TABS . each tab will act as a view. suppose if u have 5 tabs and u want to make the tab4 as the default one . then in "selectedtab" property of tab strip mention tab4.

under "tab_content " u will get "Apply template" option where in u can create tables,forms..

Regards

Chaitanya.A

Former Member
0 Kudos

Hi,

Can u giva me any PDF regarding TabStrips

Former Member
0 Kudos

Hi,

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e8/ac884118aa1709e10000000a155106/content.htm">Try this</a>

Regards

Chaitanya.A

Former Member
0 Kudos

Hi,

I want tabstrips in WebDynprpo java

Former Member
0 Kudos

chk it

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Padma,

To use the tab, insert a TabStrip, then insert Tab inside the Tabstrip.

At runtime, each of this Tabs inside Tabstrip comes as Tab.

Inside Tab, insert the UI elements..

After insertting Tabstrip, rightclick and Select Show Help. U can see the basic informations regarding that UI element.

Regards,

Fahad Hamsa

Former Member
0 Kudos

You can achieve this by creating another View and place a Tab Control in the layout of the view.

and add tabs to the created Tab Control.

and add ViewContainerUIElement and place each view in .

chk it

http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm