| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="tx" uri="http://myfaces.apache.org/tobago/extension" %>
<anyxmlelement xmlns:tx="http://myfaces.apache.org/tobago/extension" />
Tobago Framework Extension Tag Library - (C) Copyright 2005-2010 The Apache Software Foundation
Tag Library Information | |
Display Name | Tobago Extensions |
Version | 1.0 |
Short Name | tx |
URI | http://myfaces.apache.org/tobago/extension |
Tag Summary | |
date | Renders a date input field with a date picker and a label. Short syntax of: <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:date value="#{value}"> ... </tc:in> </tc:panel> Extended tag: org.apache.myfaces.tobago.taglib.component.DateTag UIComponentClass: org.apache.myfaces.tobago.component.UIDateInput RendererType: Date |
file | Renders a file input field with a label. Short syntax of: <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:file value="#{value}"> ... </tc:in> </tc:panel> Extended tag: org.apache.myfaces.tobago.taglib.component.FileTag UIComponentClass: org.apache.myfaces.tobago.component.UIFileInput RendererType: File |
in | Renders a text input field with a label. Short syntax of: <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:in value="#{value}"> ... </tc:in> </tc:panel> Extended tag: org.apache.myfaces.tobago.taglib.component.InTag UIComponentClass: org.apache.myfaces.tobago.component.UIInput RendererType: In |
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 |
menuCheckbox | Renders a checkable menuitem. Extended tag: org.apache.myfaces.tobago.taglib.component.MenuCheckboxTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanCommand RendererType: MenuCommand |
menuRadio | Renders a submenu with select one items (like a radio button). Extended tag: org.apache.myfaces.tobago.taglib.component.MenuRadioTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneCommand RendererType: MenuCommand |
selectBooleanCheckbox | Renders a checkbox. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectBooleanCheckboxTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectBoolean RendererType: SelectBooleanCheckbox Supported facets:
|
selectManyCheckbox | Render a group of checkboxes. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectManyCheckboxTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectMany RendererType: SelectManyCheckbox |
selectManyListbox | Render a group of checkboxes. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectManyListboxTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectMany RendererType: SelectManyListbox |
selectOneChoice | Render a single selection dropdown list with a label. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectOneChoiceTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneChoice Supported facets:
|
selectOneListbox | Render a single selection option listbox. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectOneListboxTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneListbox Supported facets:
|
selectOneRadio | Render a set of radiobuttons. Extended tag: org.apache.myfaces.tobago.taglib.component.SelectOneRadioTag UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneRadio Supported facets:
|
separator | Renders a separator. Short syntax of: <tc:separator> <f:facet name="label"> <tc:label value="label"/> </f:facet> </tc:separator> Extended tag: org.apache.myfaces.tobago.taglib.component.SeparatorTag UIComponentClass: org.apache.myfaces.tobago.component.UISeparator RendererType: Separator Supported facets:
|
textarea | Renders a multiline text input control with a label. Short syntax of: <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:textarea value="#{value}"> ... </tc:in> </tc:panel> Extended tag: org.apache.myfaces.tobago.taglib.component.TextAreaTag UIComponentClass: org.apache.myfaces.tobago.component.UIInput RendererType: TextArea |
time | Renders a time input field with a label. Short syntax of: <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:time value="#{value}"> ... </tc:in> </tc:panel> Extended tag: org.apache.myfaces.tobago.taglib.component.TimeTag UIComponentClass: org.apache.myfaces.tobago.component.UITimeInput RendererType: Time |
| |||||||
FRAMES NO FRAMES |