aui
Tag
row
-
- Description:
-
Deprecated. Please use alloy:row instead. Renders a div element with CSS class name "row" that will be positioned by Alloy UI CSS.
-
- Since:
- 3.2.4
Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.AUIRow |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.renderkit.internal.RowRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute (same as styleClass). |
fluid | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| The boolean flag indicating whether the row will have the CSS class "row-fluid" or "row". The default value is true meaning that the default CSS class is "row-fluid" |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute. |