‎2007 Jun 20 8:14 PM
Hi experts,
My question is what is the difference between 'cl_gui_docking_container' and 'cl_gui_custom_container' ?
Is there any effects when using each one?
Thanks in advance.
Regards
Soufiane
‎2007 Jun 20 8:18 PM
The docking container is the class used to implement the container which hangs on the side of the screen, for example, in SE80 it would be the entire left part of the screen which you are able to resize left to right and right to left. Docking containers can be implemented on any side of teh screen, and there can be more than one. Custom containers are containers which are embeded into the screen, so that class is used when you have defined a custom container area in your dynpro, of cource you can more than one here as well and be placed anywhere on the screen.
Regards,
Rich Heilman
‎2007 Jun 20 8:18 PM
The docking container is the class used to implement the container which hangs on the side of the screen, for example, in SE80 it would be the entire left part of the screen which you are able to resize left to right and right to left. Docking containers can be implemented on any side of teh screen, and there can be more than one. Custom containers are containers which are embeded into the screen, so that class is used when you have defined a custom container area in your dynpro, of cource you can more than one here as well and be placed anywhere on the screen.
Regards,
Rich Heilman
‎2007 Jun 21 9:57 AM