Attributes |
Name | Required | Request-time | Type | Description |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
id | false | true | java.lang.String | An ID for the component instance. |
lg | false | true | java.lang.String | No Description |
md | false | true | java.lang.String | No Description |
sm | false | true | java.lang.String | No Description |
span | false | true | int | The 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. |
width | false | true | int | The 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 . |
xs | false | true | java.lang.String | No Description |