| |||||||
| FRAMES NO FRAMES | |||||||
<tc:panel> <f:facet name="layout"> <tc:gridLayout columns="auto;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> ... </tc:panel> This is the universal version of the special versions: <tx:in>, etc. In other words: <tx:label> <tc:in/> </tx:label>does the same like
<tx:in/>
Extended tag: org.apache.myfaces.tobago.internal.taglib.LabelTag
| Tag Information | |
| Tag Class | org.apache.myfaces.tobago.internal.taglib.extension.LabelExtensionTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| labelWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The width for the label component. Default: 'auto'. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values. Type: java.lang.String |
| markup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String[])
| Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme. Type: java.lang.String[]Default: none |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. Type: booleanDefault: true |
| tip | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Text value to display as tooltip. Type: java.lang.String |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The current value of this component. Type: java.lang.Object |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||