|
Element "Panel" <panel> |
|
|
The panel is a container element mainly used for grouping elements. When a panel element is moved, cut, copied or pasted, the elements in it also come along with it. The contained elements are affected when the inheritable properties (font and background) of panel element are changed. Use panel element to group elements It is always a good idea to group elements in a panel if they have something in common. This way the control on the page becomes easier and the Application Studio generates optimum HTML code during build process.
|