Tobago Extensions


Standard Syntax:
     <%@ taglib prefix="tx" uri="http://myfaces.apache.org/tobago/extension" %>

XML Syntax:
     <anyxmlelement xmlns:tx="http://myfaces.apache.org/tobago/extension" />

Tag Library Information
Display NameTobago Extensions
Version1.0
Short Nametx
URIhttp://myfaces.apache.org/tobago/extension
 

Tag Summary
menuCheckbox

Renders a checkable menuitem.

labelNo Description
file

Renders a file input field with a label.

selectOneListbox

Render a single selection option listbox.

date

Renders a date input field with a date picker and a label.

textarea

Renders a multiline text input control with a label.

selectBooleanCheckbox

Renders a checkbox.

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> 

selectManyListbox

Render a group of checkboxes.

menuRadio

Renders a submenu with select one items (like a radio button).

time

Renders a time input field with a label.

selectOneChoice

Render a single selection dropdown list with a label.

 


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