Button/Link
Data
Input
Miscellaneous
Multimedia
Output
Panel
Select
JSTL
Faces Core
Facelets
Extensions

alloy:row

Row is a UIPanel component that renders a <div> and is designed to be used in conjunction with alloy:column child component tags.

Column Offset Usage

The offset width of an alloy:column can be specified via the offsetWidth attribute.
offsetWidth="25" width="75"
width="33"
offsetWidth="33" width="33"
offsetWidth="25" width="25"
offsetWidth="25" width="25"
offsetW="8" w="17"
offsetWidth="8" width="33"
offsetW="8" w="17"

Source Code

<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:alloy="http://liferay.com/faces/alloy"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<alloy:form>
<alloy:row>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="75">
<alloy:outputText value="offsetWidth=&quot;25&quot; width=&quot;75&quot;" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column styleClass="bg-success" width="33">
<alloy:outputText value="width=&quot;33&quot;" />
</alloy:column>
<alloy:column offsetWidth="33" styleClass="bg-success" width="33">
<alloy:outputText value="offsetWidth=&quot;33&quot; width=&quot;33&quot;" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="25">
<alloy:outputText value="offsetWidth=&quot;25&quot; width=&quot;25&quot;" />
</alloy:column>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="25">
<alloy:outputText value="offsetWidth=&quot;25&quot; width=&quot;25&quot;" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column offsetWidth="8" styleClass="bg-success" width="17">
<alloy:outputText value="offsetW=&quot;8&quot; w=&quot;17&quot;" />
</alloy:column>
<alloy:column offsetWidth="8" styleClass="bg-success" width="33">
<alloy:outputText value="offsetWidth=&quot;8&quot; width=&quot;33&quot;" />
</alloy:column>
<alloy:column offsetWidth="8" styleClass="bg-success" width="17">
<alloy:outputText value="offsetW=&quot;8&quot; w=&quot;17&quot;" />
</alloy:column>
</alloy:row>
</alloy:form>
</ui:composition>
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Liferay Faces Alloy 4.1.1 + Liferay Faces Bridge Implementation 5.0.0 + Showcase Common 4.0.0 + Liferay Faces Util 3.4.1 + Mojarra 2.2.20