You see the Properties window for a Group Panel component
when you select the component on a page that you are editing in the Visual Designer, after adding the component to the page.
The Group Panel component has the following properties.
Type: StringPanelGroup object. Type: StringBy default this property is not selected. If the page is in flow layout, the Group Panel component is rendered on the same line as the component that comes before it and the component that follows it, with an HTML <span> tag enclosing all the child components.
If you select the block property, the Group Panel component is rendered with an HTML on its own line in the page, with an HTML <div> tag enclosing all the child components, and the components before and after the Group Panel are on different lines. In addition, selecting the block property enables you to set the size of the Group Panel by adding width and height settings to the style property.
The block property has no effect on the component's children. Any children that render on their own lines (for example, enclosed in their own <div> tags) continue to be rendered on their own lines.
Type: StringThe characters that are to be inserted between each component that is a child of this component. If this attribute is not specified, then a space is inserted between each component. You can use <br/> or <p/> to put each component on its own line.
Type: String position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
Type: Stringstyle property description for an explanation of why a class added to this property might appear to have no effect on the component. Type: booleanrendered property. Type: booleanrendered properties of all child components.