| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The attribute takes a value-binding expression for a component property of a backing bean |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| position | true | false | javax.el.ValueExpression
(must evaluate to org.richfaces.component.LayoutPosition)
| Positions the component relative to the <rich:layout/> component. Possible values are top, left, right, center, bottom. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Sets the width of the layout area |