Tobago Extensions 1.0.x
Tag label
Renders a label to any component.
Short syntax of:
<tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </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.taglib.component.LabelTag
UIComponentClass: org.apache.myfaces.tobago.component.UILabel
RendererType: Label
Tag Information |
Tag Class | org.apache.myfaces.tobago.taglib.extension.LabelExtensionTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
value | false | true | java.lang.String | The current value of this component. Type: java.lang.Object |
tip | false | true | java.lang.String | Text value to display as tooltip. Type: java.lang.String |
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.