Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Docking container

Former Member
0 Likes
1,235

what is the use of docking container and what is the significance of Extension.

Regardsl

Sai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

Use the SAP Docking Container to attach one or more areas to a screen . You can attach an area to any or all of the four edges of the screen (top, bottom, left, or right). The screen is made smaller to accommodate the docking container. You can detach the docking container from the screen (floating) and reattach it.

The behavior of the areas in the container is determined by the sequence in which they are initialized. Docking Containers are attached to the screen from the inside out. This means that when you create a second container, it is attached to the edge of the screen, and the container that was already there is pushed outwards. From a purely technical point of view, you can attach any number of docking containers to a screen. However, remember that using too many can make your application confusing for the user.

Thanks

Kiran.

2 REPLIES 2
Read only

Former Member
0 Likes
845

Use the SAP Docking Container to attach one or more areas to a screen . You can attach an area to any or all of the four edges of the screen (top, bottom, left, or right). The screen is made smaller to accommodate the docking container. You can detach the docking container from the screen (floating) and reattach it.

The behavior of the areas in the container is determined by the sequence in which they are initialized. Docking Containers are attached to the screen from the inside out. This means that when you create a second container, it is attached to the edge of the screen, and the container that was already there is pushed outwards. From a purely technical point of view, you can attach any number of docking containers to a screen. However, remember that using too many can make your application confusing for the user.

Thanks

Kiran.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
844

Pretty good answer above, I would only add that the "Extension" parameter is used to set the width or height of the container depending on which side of the screen it has been attached to. For example, if you attach to the bottom or top, then the extension would be the height of the container, left or right attaching, would be the width of the container.

Regards,

Rich Heilman