The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click
.These common attributes for the Section component display on the h:panelGroup and Items tabs in the Properties view. See the Panel - Group attributes table for a list of attributes. Additional configuration options for panel items are on the h:panelGroup>Items tab:
The All Attributes view shows a table
of all the attributes you can set on a component, which includes those attributes
you can access from the Properties view. To switch to the All Attributes view,
click the All Attributes icon in the upper right
corner of the Properties view.
Attribute name |
Description |
---|---|
initClosed |
If set to false, the section is initially rendered "expanded". If set to true or omitted, it's rendered "collapsed". |