cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Docking container in Webdynpro

former_member197425
Active Participant
0 Kudos

Hi ,

Can anyone please tell me how to do this task.My requirement is

i need to create a screen in webdynpro such that the screen should have one sub screen in it which must be adjustable.I think we can do this by using Docking conainer in Module pool .Can anyone please

tell me how to accomplish this task in Webdynpro???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the TABSTRIP UI element and display the views on each Tab.

check the standard component - WDR_TEST_EVENTS and WDR_TEST_UI_ELEMENTS.

Create a View with the TABSTRIP UI element and on the clicking of each tab display the other views.

This way we can do.

Regards

Lekha

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Sorry, there is no adjustable UI container like the docking container in classic dynpro. You can embed views and other components using the ViewUIElementContainer, however the size is not adjustable using a frontend mechanism. You can do a little hack where you adjust the width property on the container during a server event (perhaps triggered by a button) - but I realize this isn't quite as nice as a truely resizable container.