aui
Tag col


Creates a column to display content in an <aui:row> component.


Tag Information
Tag Classcom.liferay.taglib.aui.ColTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
idfalsetruejava.lang.StringAn ID for the component instance.
lgfalsetruejava.lang.StringNo Description
mdfalsetruejava.lang.StringNo Description
smfalsetruejava.lang.StringNo Description
spanfalsetrueintThe width of the column in the containing row as a fraction of 12. For example, a span of 4 would result in a column width 4/12 (or 1/3) of the total width of the containing row.
widthfalsetrueintThe width of the column in the containing row as a percentage, overriding the span attribute. The width is then converted to a span expressed as ((width/100) x 12), rounded to the nearest whole number. For example, a width of 33 would be converted to 3.96, which would be rounded up to a span value of 4.
xsfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.