You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/01/18 16:00:46 UTC

svn commit: r1779352 [9/10] - in /myfaces/site/publish/tobago/doc/3.0.1/tld: ./ META-INF/ resources/ tc/

Added: myfaces/site/publish/tobago/doc/3.0.1/tld/tc/textarea.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/3.0.1/tld/tc/textarea.html?rev=1779352&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/3.0.1/tld/tc/textarea.html (added)
+++ myfaces/site/publish/tobago/doc/3.0.1/tld/tc/textarea.html Wed Jan 18 16:00:45 2017
@@ -0,0 +1,291 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en" xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee" xmlns:vdldoc="http://vdldoc.omnifaces.org" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>textarea (Tobago Core VDL Documentation)
+			</title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" title="Style" href="../stylesheet.css">
+</head>
+<body>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<div class="topNav">
+<a name="navbar_top"></a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_top" href="../index.html?tc/textarea.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_top" href="textarea.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_top">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<div>
+<script type="text/javascript">
+								document.getElementById("alltags_navbar_top").style.display = (window == top) ? "block" : "none";
+							</script>
+</div>
+<a name="skip-navbar_top"></a>
+</div>
+<div class="header">
+<h1 title="Library" class="title">tc</h1>
+<h2 class="title">
+							Tag
+							textarea</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Description:</dt>
+<dd>
+<div class="block">Renders a multi line text input control.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITextarea</p><p><b>RendererType: </b>Textarea</p></div>
+</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Component summary table, listing component information">
+<caption>
+<span>Component Information</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst" scope="col">Info</th><th class="colLast" scope="col">Value</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colFirst">Component Type</td><td class="colLast"><code>org.apache.myfaces.tobago.Textarea</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Handler Class</td><td class="colLast"><code>org.apache.myfaces.tobago.facelets.TobagoComponentHandler</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst">Renderer Type</td><td class="colLast"><code>Textarea</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Description</td><td class="colLast"><i>None</i></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Attribute summary table, listing attribute information">
+<caption>
+<span>Attributes</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst">Name</th><th class="colOne">Required</th><th class="colOne">Type</th><th class="colLast">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr id="accessKey" class="rowColor">
+<td class="colFirst"><a href="#accessKey"><code>accessKey</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Character</code>)
+					</td><td class="colLast">The access key of this control.<br />Type: <code>java.lang.Character</code></td>
+</tr>
+<tr id="binding" class="altColor">
+<td class="colFirst"><a href="#binding"><code>binding</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>javax.faces.component.UIComponent</code>)
+					</td><td class="colLast">The value binding expression linking this component to a property in a backing bean.
+ For Facelets, the component is the outer UIPanel, not the input control.<br />Type: <code>javax.faces.component.UIComponent</code></td>
+</tr>
+<tr id="converter" class="rowColor">
+<td class="colFirst"><a href="#converter"><code>converter</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>javax.faces.convert.Converter</code>)
+					</td><td class="colLast">An expression that specifies the Converter for this component.
+ If the value binding expression is a String,
+ the String is used as an ID to look up a Converter.
+ If the value binding expression is a Converter,
+ uses that instance as the converter.
+ The value can either be a static value (ID case only)
+ or an EL expression.<br />Type: <code>javax.faces.convert.Converter</code></td>
+</tr>
+<tr id="converterMessage" class="altColor">
+<td class="colFirst"><a href="#converterMessage"><code>converterMessage</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">An expression that specifies the converter message<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="disabled" class="rowColor">
+<td class="colFirst"><a href="#disabled"><code>disabled</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that this element is disabled.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="focus" class="altColor">
+<td class="colFirst"><a href="#focus"><code>focus</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating this component should receive the focus.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="id" class="rowColor">
+<td class="colFirst"><a href="#id"><code>id</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">The component identifier for this component.
+ This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="label" class="altColor">
+<td class="colFirst"><a href="#label"><code>label</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">A localized user presentable label for this component.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="labelLayout" class="rowColor">
+<td class="colFirst"><a href="#labelLayout"><code>labelLayout</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.component.LabelLayout</code>)
+					</td><td class="colLast">Defines the position of the label relative to the field.
+ The default is flexLeft, if the label is set, or none, if the label isn't set.<br />Type: <code>org.apache.myfaces.tobago.component.LabelLayout</code></td>
+</tr>
+<tr id="markup" class="altColor">
+<td class="colFirst"><a href="#markup"><code>markup</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.context.Markup</code>)
+					</td><td class="colLast">Indicate markup of this component.
+ The allowed markups can be defined or overridden in the theme.
+ The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.<br />Type: <code>org.apache.myfaces.tobago.context.Markup</code></td>
+</tr>
+<tr id="readonly" class="rowColor">
+<td class="colFirst"><a href="#readonly"><code>readonly</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that this component will prohibit changes by the user.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="rendered" class="altColor">
+<td class="colFirst"><a href="#rendered"><code>rendered</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating whether or not this component should be rendered
+ (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr id="required" class="rowColor">
+<td class="colFirst"><a href="#required"><code>required</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that a value is required.
+ If the value is an empty string a
+ ValidationError occurs and a Error Message is rendered.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="requiredMessage" class="altColor">
+<td class="colFirst"><a href="#requiredMessage"><code>requiredMessage</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">An expression that specifies the required message<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="rows" class="rowColor">
+<td class="colFirst"><a href="#rows"><code>rows</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Integer</code>)
+					</td><td class="colLast">The row count for this component.<br />Type: <code>java.lang.Integer</code></td>
+</tr>
+<tr id="sanitize" class="altColor">
+<td class="colFirst"><a href="#sanitize"><code>sanitize</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.sanitizer.SanitizeMode</code>)
+					</td><td class="colLast">Should HTML content sanitized?
+ The effect of sanitizing depends on the configuration.
+ The value "auto" means, that sanitizing take place for
+ <ul>
+   <li>tc:out when escape="false" or</li>
+   <li>tc:textarea when attribute data-html-editor is set,</li>
+ </ul>
+ because that are the critical parts.<br />Type: <code>org.apache.myfaces.tobago.sanitizer.SanitizeMode</code><br />Default: <code>auto</code><br />Allowed Values: <code>[auto, never]</code></td>
+</tr>
+<tr id="tabIndex" class="rowColor">
+<td class="colFirst"><a href="#tabIndex"><code>tabIndex</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Integer</code>)
+					</td><td class="colLast">Controls the navigation of the focus through the
+ input controls on a page with the Tab-Key.
+ The navigation starts from the element with
+ the lowest tabIndex value to the element with the highest value.
+ Elements that have identical tabIndex values should be navigated
+ in the order they appear in the character stream
+ Elements that are disabled or with a negative tabIndex
+ do not participate in the tabbing order.<br />Type: <code>java.lang.Integer</code></td>
+</tr>
+<tr id="tip" class="altColor">
+<td class="colFirst"><a href="#tip"><code>tip</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">Text value to display as tooltip.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="validator" class="rowColor">
+<td class="colFirst"><a href="#validator"><code>validator</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">A method binding EL expression,
+ accepting FacesContext, UIComponent,
+ and Object parameters, and returning void, that validates
+ the component's local value.</td>
+</tr>
+<tr id="validatorMessage" class="altColor">
+<td class="colFirst"><a href="#validatorMessage"><code>validatorMessage</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">An expression that specifies the validator message<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="value" class="rowColor">
+<td class="colFirst"><a href="#value"><code>value</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Object</code>)
+					</td><td class="colLast">The current value of this component.<br />Type: <code>java.lang.Object</code></td>
+</tr>
+<tr id="valueChangeListener" class="altColor">
+<td class="colFirst"><a href="#valueChangeListener"><code>valueChangeListener</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">MethodExpression representing a value change listener method
+ that will be notified when a new value has been set for this input component.
+ The expression must evaluate to a public method that takes a ValueChangeEvent
+ parameter, with a return type of void.</td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="bottomNav">
+<a name="navbar_bottom"></a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_bottom" href="../index.html?tc/textarea.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_bottom" href="textarea.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_bottom">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<script type="text/javascript">
+							document.getElementById("alltags_navbar_bottom").style.display = (window == top) ? "block" : "none";
+						</script><a name="skip-navbar_bottom"></a>
+</div>
+<p class="about">Output generated by <a href="http://vdldoc.omnifaces.org" target="_blank">Vdldoc</a> View Declaration Language Documentation Generator.</p>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-frame.html?rev=1779352&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-frame.html (added)
+++ myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-frame.html Wed Jan 18 16:00:45 2017
@@ -0,0 +1,265 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en" xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee" xmlns:vdldoc="http://vdldoc.omnifaces.org" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>tc</title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" title="Style" href="../stylesheet.css">
+</head>
+<body>
+<h1 class="bar">
+<a href="tld-summary.html" target="tagFrame">tc</a>
+</h1>
+<div class="indexContainer">
+<h2 title="Tags">Tags</h2>
+<ul title="Tags">
+<li>
+<a href="attribute.html" target="tagFrame">tc:attribute</a>
+</li>
+<li>
+<a href="bar.html" target="tagFrame">tc:bar</a>
+</li>
+<li>
+<a href="box.html" target="tagFrame">tc:box</a>
+</li>
+<li>
+<a href="button.html" target="tagFrame">tc:button</a>
+</li>
+<li>
+<a href="buttons.html" target="tagFrame">tc:buttons</a>
+</li>
+<li>
+<a href="calendar.html" target="tagFrame">tc:calendar</a>
+</li>
+<li>
+<a href="columnNode.html" target="tagFrame">tc:columnNode</a>
+</li>
+<li>
+<a href="columnSelector.html" target="tagFrame">tc:columnSelector</a>
+</li>
+<li>
+<a href="column.html" target="tagFrame">tc:column</a>
+</li>
+<li>
+<a href="converter.html" target="tagFrame">tc:converter</a>
+</li>
+<li>
+<a href="dataAttribute.html" target="tagFrame">tc:dataAttribute</a>
+</li>
+<li>
+<a href="date.html" target="tagFrame">tc:date</a>
+</li>
+<li>
+<a href="event.html" target="tagFrame">tc:event</a>
+</li>
+<li>
+<a href="figure.html" target="tagFrame">tc:figure</a>
+</li>
+<li>
+<a href="file.html" target="tagFrame">tc:file</a>
+</li>
+<li>
+<a href="flexLayout.html" target="tagFrame">tc:flexLayout</a>
+</li>
+<li>
+<a href="flowLayout.html" target="tagFrame">tc:flowLayout</a>
+</li>
+<li>
+<a href="footer.html" target="tagFrame">tc:footer</a>
+</li>
+<li>
+<a href="form.html" target="tagFrame">tc:form</a>
+</li>
+<li>
+<a href="gridLayout.html" target="tagFrame">tc:gridLayout</a>
+</li>
+<li>
+<a href="header.html" target="tagFrame">tc:header</a>
+</li>
+<li>
+<a href="hidden.html" target="tagFrame">tc:hidden</a>
+</li>
+<li>
+<a href="image.html" target="tagFrame">tc:image</a>
+</li>
+<li>
+<a href="in.html" target="tagFrame">tc:in</a>
+</li>
+<li>
+<a href="label.html" target="tagFrame">tc:label</a>
+</li>
+<li>
+<a href="link.html" target="tagFrame">tc:link</a>
+</li>
+<li>
+<a href="links.html" target="tagFrame">tc:links</a>
+</li>
+<li>
+<a href="messages.html" target="tagFrame">tc:messages</a>
+</li>
+<li>
+<a href="object.html" target="tagFrame">tc:object</a>
+</li>
+<li>
+<a href="operation.html" target="tagFrame">tc:operation</a>
+</li>
+<li>
+<a href="out.html" target="tagFrame">tc:out</a>
+</li>
+<li>
+<a href="page.html" target="tagFrame">tc:page</a>
+</li>
+<li>
+<a href="panel.html" target="tagFrame">tc:panel</a>
+</li>
+<li>
+<a href="popup.html" target="tagFrame">tc:popup</a>
+</li>
+<li>
+<a href="progress.html" target="tagFrame">tc:progress</a>
+</li>
+<li>
+<a href="reload.html" target="tagFrame">tc:reload</a>
+</li>
+<li>
+<a href="resetInputActionListener.html" target="tagFrame">tc:resetInputActionListener</a>
+</li>
+<li>
+<a href="row.html" target="tagFrame">tc:row</a>
+</li>
+<li>
+<a href="script.html" target="tagFrame">tc:script</a>
+</li>
+<li>
+<a href="section.html" target="tagFrame">tc:section</a>
+</li>
+<li>
+<a href="segmentLayout.html" target="tagFrame">tc:segmentLayout</a>
+</li>
+<li>
+<a href="selectBooleanCheckbox.html" target="tagFrame">tc:selectBooleanCheckbox</a>
+</li>
+<li>
+<a href="selectItem.html" target="tagFrame">tc:selectItem</a>
+</li>
+<li>
+<a href="selectItems.html" target="tagFrame">tc:selectItems</a>
+</li>
+<li>
+<a href="selectManyCheckbox.html" target="tagFrame">tc:selectManyCheckbox</a>
+</li>
+<li>
+<a href="selectManyListbox.html" target="tagFrame">tc:selectManyListbox</a>
+</li>
+<li>
+<a href="selectManyShuttle.html" target="tagFrame">tc:selectManyShuttle</a>
+</li>
+<li>
+<a href="selectOneChoice.html" target="tagFrame">tc:selectOneChoice</a>
+</li>
+<li>
+<a href="selectOneListbox.html" target="tagFrame">tc:selectOneListbox</a>
+</li>
+<li>
+<a href="selectOneRadio.html" target="tagFrame">tc:selectOneRadio</a>
+</li>
+<li>
+<a href="selectReference.html" target="tagFrame">tc:selectReference</a>
+</li>
+<li>
+<a href="separator.html" target="tagFrame">tc:separator</a>
+</li>
+<li>
+<a href="sheet.html" target="tagFrame">tc:sheet</a>
+</li>
+<li>
+<a href="span.html" target="tagFrame">tc:span</a>
+</li>
+<li>
+<a href="style.html" target="tagFrame">tc:style</a>
+</li>
+<li>
+<a href="suggest.html" target="tagFrame">tc:suggest</a>
+</li>
+<li>
+<a href="tabChangeListener.html" target="tagFrame">tc:tabChangeListener</a>
+</li>
+<li>
+<a href="tabGroup.html" target="tagFrame">tc:tabGroup</a>
+</li>
+<li>
+<a href="tab.html" target="tagFrame">tc:tab</a>
+</li>
+<li>
+<a href="textarea.html" target="tagFrame">tc:textarea</a>
+</li>
+<li>
+<a href="treeCommand.html" target="tagFrame">tc:treeCommand</a>
+</li>
+<li>
+<a href="treeIcon.html" target="tagFrame">tc:treeIcon</a>
+</li>
+<li>
+<a href="treeIndent.html" target="tagFrame">tc:treeIndent</a>
+</li>
+<li>
+<a href="treeLabel.html" target="tagFrame">tc:treeLabel</a>
+</li>
+<li>
+<a href="treeListbox.html" target="tagFrame">tc:treeListbox</a>
+</li>
+<li>
+<a href="treeMenu.html" target="tagFrame">tc:treeMenu</a>
+</li>
+<li>
+<a href="treeNode.html" target="tagFrame">tc:treeNode</a>
+</li>
+<li>
+<a href="treeSelect.html" target="tagFrame">tc:treeSelect</a>
+</li>
+<li>
+<a href="tree.html" target="tagFrame">tc:tree</a>
+</li>
+<li>
+<a href="validateFileItem.html" target="tagFrame">tc:validateFileItem</a>
+</li>
+<li>
+<a href="validateSubmittedValueLength.html" target="tagFrame">tc:validateSubmittedValueLength</a>
+</li>
+</ul>
+<h2 title="Functions">Functions</h2>
+<ul title="Functions">
+<li>
+<a href="columnPartition.fn.html" target="tagFrame"><i>tc:columnPartition()</i></a>
+</li>
+<li>
+<a href="format1.fn.html" target="tagFrame"><i>tc:format1()</i></a>
+</li>
+<li>
+<a href="format2.fn.html" target="tagFrame"><i>tc:format2()</i></a>
+</li>
+<li>
+<a href="format3.fn.html" target="tagFrame"><i>tc:format3()</i></a>
+</li>
+<li>
+<a href="format4.fn.html" target="tagFrame"><i>tc:format4()</i></a>
+</li>
+<li>
+<a href="format5.fn.html" target="tagFrame"><i>tc:format5()</i></a>
+</li>
+<li>
+<a href="format6.fn.html" target="tagFrame"><i>tc:format6()</i></a>
+</li>
+<li>
+<a href="format7.fn.html" target="tagFrame"><i>tc:format7()</i></a>
+</li>
+<li>
+<a href="format8.fn.html" target="tagFrame"><i>tc:format8()</i></a>
+</li>
+<li>
+<a href="format9.fn.html" target="tagFrame"><i>tc:format9()</i></a>
+</li>
+</ul>
+</div>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-summary.html?rev=1779352&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-summary.html (added)
+++ myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tld-summary.html Wed Jan 18 16:00:45 2017
@@ -0,0 +1,528 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en" xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee" xmlns:vdldoc="http://vdldoc.omnifaces.org" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>tc (Tobago Core VDL Documentation)
+			</title>
+<link rel="stylesheet" type="text/css" title="Style" href="../stylesheet.css">
+</head>
+<body>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<div class="topNav">
+<a name="navbar_top"></a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li class="navBarCell1Rev">Library</li>
+<li>Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_top" href="../index.html?tc/tld-summary.html">
+									Frames
+								</a>
+</li>
+<li>
+<a href="tld-summary.html" target="_top">No Frames</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_top">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<div>
+<script type="text/javascript">
+								document.getElementById("alltags_navbar_top").style.display = (window == top) ? "block" : "none";
+							</script>
+</div>
+<a name="skip-navbar_top"></a>
+</div>
+<div class="header">
+<h1 title="Library" class="title">tc</h1>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>XML Declaration Syntax:</dt>
+<dd>
+<code>
+													&lt;anyxmlelement xmlns:tc="http://myfaces.apache.org/tobago/component"/&gt;
+												</code>
+</dd>
+</dl>
+<dl>
+<dt>Description:</dt>
+<dd>
+<div class="block">
+<i>No Description</i>
+</div>
+</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Library Summary table, listing library information">
+<caption>
+<span>Tag Library Information</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst" scope="col">Info</th><th class="colLast" scope="col">Value</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colFirst">ID (tag prefix)</td><td class="colLast"><code>tc</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">URI</td><td class="colLast"><code>http://myfaces.apache.org/tobago/component</code></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Tag Summary table, listing tag information">
+<caption>
+<span>Tag Summary</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colOne" scope="col">Tag</th><th class="colLast" scope="col">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colOne"><b><a href="attribute.html">attribute</a></b></td><td class="colLast">Add an attribute on the UIComponent
+ associated with the closest parent UIComponent custom action.</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="bar.html">bar</a></b></td><td class="colLast">Defines a container for navigation elements, branding, ...<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIBar</p><p><b>RendererType: </b>Bar</p><p><b>Supported facets:</b></p><dl><dt><b>brand</b></dt><dd>Contains an element which will get a 'navbar-brand' style, e.g. use <tc:link> </dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="box.html">box</a></b></td><td class="colLast">Renders a panel with border and title.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIBox</p><p><b>RendererType: </b>Box</p><p><b>Supported facets:</b></p><dl><dt><b>bar</b></dt><dd>Contains some code to be placed in the header at the bar position.</dd><dt><b>label</b></dt><dd>Contains some code to be placed in the header at the label position.</dd><dt><b>layout</b></dt><dd>Deprecated! Contains an layout manager. The layout manager tag should surround the content instead.</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="button.html">button</a></b></td><td class="colLast">Renders a button element.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIButton</p><p><b>RendererType: </b>Button</p><p><b>Supported facets:</b></p><dl><dt><b>confirmation</b></dt><dd>Contains a UIOutput instance with the confirmation message.</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="buttons.html">buttons</a></b></td><td class="colLast">Renders a group of buttons.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIButtons</p><p><b>RendererType: </b>Buttons</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="calendar.html">calendar</a></b></td><td class="colLast">Renders a calendar.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UICalendar</p><p><b>RendererType: </b>Calendar</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="columnNode.html">columnNode</a></b></td><td class="colLast">Creates a tree node inside of a sheet (also known as tree table).
+ This component represents a single node inside a tree structure.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIColumnNode</p><p><b>RendererType: </b>TreeNode</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="columnSelector.html">columnSelector</a></b></td><td class="colLast">Renders a column with checkboxes to mark selected rows.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIColumnSelector</p><p><b>RendererType: </b>ColumnSelector</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="column.html">column</a></b></td><td class="colLast">Renders a UIComponent that represents a single column of data within a
+ parent UISheet component.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIColumn</p><p><b>RendererType: </b>Column</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="converter.html">converter</a></b></td><td class="colLast">Register an Converter instance on the UIComponent
+ associated with the closest parent UIComponent.</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="dataAttribute.html">dataAttribute</a></b></td><td class="colLast"><p>**** Preliminary. Maybe subject to changed in a future version **** </p>Add an data attribute on the UIComponent
+ associated with the closest parent UIComponent custom action.
+ Data attributes will be passed through the renderers into the DOM of the user agent and
+ can be used by scripts.</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="date.html">date</a></b></td><td class="colLast">Renders a date input field.
+ <p>
+ For a time input field set you'll need to set the &lt;f:convertDateTime type="time"&gt; inside the &lt;tc:date&gt;.
+ <p>
+ If there is no converter given, a default instance of {@link javax.faces.convert.DateTimeConverter} will be used.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIDate</p><p><b>RendererType: </b>Date</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="event.html">event</a></b></td><td class="colLast">Add an event behavior to the component.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIEvent</p><p><b>RendererType: </b>Event</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="figure.html">figure</a></b></td><td class="colLast">Use figure to show e. g. images or videos inside.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFigure</p><p><b>RendererType: </b>Figure</p><p><b>Supported facets:</b></p><dl><dt><b>label</b></dt><dd>Contains some code to be placed in the header at the label position.</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="file.html">file</a></b></td><td class="colLast"><p>
+ Renders a file input field.
+ </p>
+ <p>
+ For content constraints please use <a href="validateFileItem.html">tc:validateFileItem</a>.
+ </p><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFile</p><p><b>RendererType: </b>File</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="flexLayout.html">flexLayout</a></b></td><td class="colLast">Renders a flex layout (CSS3 feature).<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFlexLayout</p><p><b>RendererType: </b>FlexLayout</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="flowLayout.html">flowLayout</a></b></td><td class="colLast">Renders a FlowLayout that positions the content components in there natural order.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFlowLayout</p><p><b>RendererType: </b>FlowLayout</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="footer.html">footer</a></b></td><td class="colLast">Defines a footer of its parent (like page, box, ...)<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFooter</p><p><b>RendererType: </b>Footer</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="form.html">form</a></b></td><td class="colLast">If an action is preformed, everything within the next parent form belongs to the submit-area.
+ An action could be a button which is pressed.
+ tc:page is a form.
+ Everything in the submit-area is written into the model, even other forms.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIForm</p><p><b>RendererType: </b>Form</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="gridLayout.html">gridLayout</a></b></td><td class="colLast"><p>
+ WARNING: This component is preliminary and may be changed without a major release.
+ </p>
+
+ Renders a GridLayout.
+ <pre>
+ columns/rows ::= LAYOUT
+ LAYOUT       ::= TOKEN [";" TOKEN]+
+ TOKEN        ::= AUTO | PIXEL | PROPORTIONAL
+ AUTO         ::= "auto" | "fixed"
+ PIXEL        ::= NUMBER "px"
+ PROPORTIONAL ::= [NUMBER] "*"
+ </pre>
+ <table border="1">
+ <caption>GridLayout</caption>
+ <tr>
+ <th>Parent</th>
+ <th>Child</th>
+ <th>Okay?</th>
+ <th>Remarks</th>
+ </tr>
+ <tr>
+ <td>AUTO</td>
+ <td>any combination of AUTO or PIXEL but no PROPORTIONAL</td>
+ <td>okay</td>
+ <td>-</td>
+ </tr>
+ <tr>
+ <td>AUTO</td>
+ <td>any combination with at least one PROPORTIONAL</td>
+ <td>wrong</td>
+ <td>Layout manager cannot compute the auto value.</td>
+ </tr>
+ <tr>
+ <td>PIXEL</td>
+ <td>any combination of AUTO or PIXEL but no PROPORTIONAL</td>
+ <td>potentially wrong</td>
+ <td>The values depend on each other, the programmer has to keep consistency manually.</td>
+ </tr>
+ <tr>
+ <td>PIXEL</td>
+ <td>any combination with at least one PROPORTIONAL</td>
+ <td>okay</td>
+ <td>-</td>
+ </tr>
+ <tr>
+ <td>PROPORTIONAL</td>
+ <td>any combination of AUTO or PIXEL but no PROPORTIONAL</td>
+ <td>potentially wrong</td>
+ <td>No automatic matching:<ul><li>too little space: scroll bar</li>
+ <li>too much space: elements will be spread.</li></ul></td>
+ </tr>
+ <tr>
+ <td>PROPORTIONAL</td>
+ <td>any combination with at least one PROPORTIONAL</td>
+ <td>okay</td>
+ <td>-</td>
+ </tr>
+ </table><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIGridLayout</p><p><b>RendererType: </b>GridLayout</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="header.html">header</a></b></td><td class="colLast">Defines a header of its parent (like page, box, ...)<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIHeader</p><p><b>RendererType: </b>Header</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="hidden.html">hidden</a></b></td><td class="colLast">Renders a hidden input element.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIHidden</p><p><b>RendererType: </b>Hidden</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="image.html">image</a></b></td><td class="colLast">Renders an image.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIImage</p><p><b>RendererType: </b>Image</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="in.html">in</a></b></td><td class="colLast">Renders a text input field.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIIn</p><p><b>RendererType: </b>In</p><p><b>Supported facets:</b></p><dl><dt><b>before</b></dt><dd>This facet can contain a part for input groups.</dd><dt><b>after</b></dt><dd>This facet can contain a part for input groups.</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="label.html">label</a></b></td><td class="colLast">Renders a label component.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UILabel</p><p><b>RendererType: </b>Label</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="link.html">link</a></b></td><td class="colLast">Renders a link element.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UILink</p><p><b>RendererType: </b>Link</p><p><b>Supported facets:</b></p><dl><dt><b>confirmation</b></dt><dd>Contains a UIOutput instance with the confirmation message.</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="links.html">links</a></b></td><td class="colLast">Defines a navigation element, which contains a menu-like structure<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UILinks</p><p><b>RendererType: </b>Links</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="messages.html">messages</a></b></td><td class="colLast">Renders error/validation messages.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIMessages</p><p><b>RendererType: </b>Messages</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="object.html">object</a></b></td><td class="colLast">Show external content inside of an application.
+ This will typically renders an iframe tag.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIObject</p><p><b>RendererType: </b>Object</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="operation.html">operation</a></b></td><td class="colLast">An operation describes an Tobago command, which will usually executed on client side.
+
+ ********************* &lt;br/&gt;
+ WARNING &lt;br/&gt;
+ ********************* &lt;br/&gt;
+ This feature is preliminary and may be subject of change in later versions!  &lt;br/&gt;<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIOperation</p><p><b>RendererType: </b>Operation</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="out.html">out</a></b></td><td class="colLast">Renders a text<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIOut</p><p><b>RendererType: </b>Out</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="page.html">page</a></b></td><td class="colLast"><p>
+ Renders a page element.
+ </p>
+ <p>
+ The markup {@link org.apache.myfaces.tobago.context.Markup#SPREAD}
+ means the page should spread over the hole available area.
+ So the content will use the full height of the browser window.
+ <b>Warning: This feature is preliminary and may change, if necessary, in minor releases!</b>
+ </p><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIPage</p><p><b>RendererType: </b>Page</p><p><b>Supported facets:</b></p><dl><dt><b>layout</b></dt><dd>Deprecated! Contains an layout manager. The layout manager tag should surround the content instead.</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="panel.html">panel</a></b></td><td class="colLast">Intended for use in situations when only one UIComponent child can be
+ nested, such as in the case of facets.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIPanel</p><p><b>RendererType: </b>Panel</p><p><b>Supported facets:</b></p><dl><dt><b>reload</b></dt><dd>Contains an instance of UIReload</dd><dt><b>layout</b></dt><dd>Deprecated. Contains an layout manager. The layout manager tag should surround the content instead.</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="popup.html">popup</a></b></td><td class="colLast">Renders a popup panel.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIPopup</p><p><b>RendererType: </b>Popup</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="progress.html">progress</a></b></td><td class="colLast">Renders a progress bar.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIProgress</p><p><b>RendererType: </b>Progress</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="reload.html">reload</a></b></td><td class="colLast">Update the parent component
+
+ ********************* &lt;br/&gt;
+ WARNING &lt;br/&gt;
+ ********************* &lt;br/&gt;
+ This feature is preliminary and may be subject of change in later versions!  &lt;br/&gt;<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIReload</p><p><b>RendererType: </b></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="resetInputActionListener.html">resetInputActionListener</a></b></td><td class="colLast">A ResetInputActionListener is a declarative way to allow an action source to reset all EditableValueHolder
+ of a page or in a sub-form or part of the component tree.</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="row.html">row</a></b></td><td class="colLast">This component creates a representative in a UISheet for each row.
+ The tag must be a subtag of &lt;tc:sheet&gt;<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIRow</p><p><b>RendererType: </b>Row</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="script.html">script</a></b></td><td class="colLast">This tag adds script files to include into the rendered page.
+ <br>
+ Some features are deprecated (because of CSP): This tag adds client side script to the rendered page.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIScript</p><p><b>RendererType: </b>Script</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="section.html">section</a></b></td><td class="colLast">Renders a section or subsection.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISection</p><p><b>RendererType: </b>Section</p><p><b>Supported facets:</b></p><dl><dt><b>label</b></dt><dd>This facet contains a UILabel</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="segmentLayout.html">segmentLayout</a></b></td><td class="colLast">Renders a layout using a 12 columns grid.
+ Find more information on how the grid works in the Twitter Bootstrap documentation.
+
+ If no attribute is defined, extraSmall="12" will be used as default.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISegmentLayout</p><p><b>RendererType: </b>SegmentLayout</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="selectBooleanCheckbox.html">selectBooleanCheckbox</a></b></td><td class="colLast">Renders a checkbox.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectBooleanCheckbox</p><p><b>RendererType: </b>SelectBooleanCheckbox</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="selectItem.html">selectItem</a></b></td><td class="colLast">Add a child UISelectItem component to the UIComponent
+ associated with the closed parent UIComponent custom
+ action.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectItem</p><p><b>RendererType: </b></p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="selectItems.html">selectItems</a></b></td><td class="colLast">Add a child UISelectItems component to the UIComponent
+ associated with the closed parent UIComponent custom
+ action.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectItems</p><p><b>RendererType: </b></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="selectManyCheckbox.html">selectManyCheckbox</a></b></td><td class="colLast">Render a group of checkboxes.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectManyCheckbox</p><p><b>RendererType: </b>SelectManyCheckbox</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="selectManyListbox.html">selectManyListbox</a></b></td><td class="colLast">Render a multi selection option listbox.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectManyListbox</p><p><b>RendererType: </b>SelectManyListbox</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="selectManyShuttle.html">selectManyShuttle</a></b></td><td class="colLast"><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectManyShuttle</p><p><b>RendererType: </b>SelectManyShuttle</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="selectOneChoice.html">selectOneChoice</a></b></td><td class="colLast">Render a single selection dropdown list.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectOneChoice</p><p><b>RendererType: </b>SelectOneChoice</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="selectOneListbox.html">selectOneListbox</a></b></td><td class="colLast">Render a single selection option listbox.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectOneListbox</p><p><b>RendererType: </b>SelectOneListbox</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="selectOneRadio.html">selectOneRadio</a></b></td><td class="colLast">Render a set of radio buttons.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectOneRadio</p><p><b>RendererType: </b>SelectOneRadio</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="selectReference.html">selectReference</a></b></td><td class="colLast">Renders a set of option related to and same type as the <strong>for</strong>
+ component.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISelectReference</p><p><b>RendererType: </b>SelectReference</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="separator.html">separator</a></b></td><td class="colLast">Renders a separator.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISeparator</p><p><b>RendererType: </b>Separator</p><p><b>Supported facets:</b></p><dl><dt><b>label</b></dt><dd>This facet contains a UILabel</dd></dl></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="sheet.html">sheet</a></b></td><td class="colLast">Render a sheet element.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISheet</p><p><b>RendererType: </b>Sheet</p><p><b>Supported facets:</b></p><dl><dt><b>reload</b></dt><dd>Contains an instance of UIReload</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="span.html">span</a></b></td><td class="colLast">Add a column span or row span to the parent UIComponent, useful for a grid layout.</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="style.html">style</a></b></td><td class="colLast"><p>
+ Add a style tag with the given file name to the header (using file attribute) or add
+ some CSS styles to the parent component.
+ </p><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIStyle</p><p><b>RendererType: </b>Style</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="suggest.html">suggest</a></b></td><td class="colLast">Renders a list of suggested texts for a given input field.
+
+ Basic features:
+ <ul>
+   <li>provide a list directly while rendering (not AJAX needed) [todo]</li>
+   <li>update by typing (AJAX)</li>
+   <li>minimum number of typed characters (to avoid useless requests)</li>
+   <li>update delay (useful for optimization)</li>
+   <li>filter on client side (useful for optimization) [todo]</li>
+ </ul><p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISuggest</p><p><b>RendererType: </b>Suggest</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="tabChangeListener.html">tabChangeListener</a></b></td><td class="colLast">Register an TabChangedListener instance on the UIComponent
+ associated with the closest parent UIComponent custom action.</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="tabGroup.html">tabGroup</a></b></td><td class="colLast">Renders a tab group which contains tab panels.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITabGroup</p><p><b>RendererType: </b>TabGroup</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="tab.html">tab</a></b></td><td class="colLast">Renders a tab within a tab group.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITab</p><p><b>RendererType: </b>Tab</p><p><b>Supported facets:</b></p><dl><dt><b>bar</b></dt><dd>Contains some code to be placed in the header at the bar position.</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="textarea.html">textarea</a></b></td><td class="colLast">Renders a multi line text input control.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITextarea</p><p><b>RendererType: </b>Textarea</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="treeCommand.html">treeCommand</a></b></td><td class="colLast">Renders a command inside of a tree.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeCommand</p><p><b>RendererType: </b>TreeCommand</p><p><b>Supported facets:</b></p><dl><dt><b>confirmation</b></dt><dd>Contains a UIOutput instance with the confirmation message.</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="treeIcon.html">treeIcon</a></b></td><td class="colLast">Renders an image beside a tree node.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeIcon</p><p><b>RendererType: </b>TreeIcon</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="treeIndent.html">treeIndent</a></b></td><td class="colLast">Renders an indent beside a tree node.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeIndent</p><p><b>RendererType: </b>TreeIndent</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="treeLabel.html">treeLabel</a></b></td><td class="colLast">Renders a label inside of a tree.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeLabel</p><p><b>RendererType: </b>TreeLabel</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="treeListbox.html">treeListbox</a></b></td><td class="colLast">A tree data structure displayed as a set of list boxes.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeListbox</p><p><b>RendererType: </b>TreeListbox</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="treeMenu.html">treeMenu</a></b></td><td class="colLast">A tree which will be displayed like a flat menu.
+ This menu is often used for navigation on the left side of an application.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeMenu</p><p><b>RendererType: </b>TreeMenu</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="treeNode.html">treeNode</a></b></td><td class="colLast">Creates a tree node. This component represents a single node inside a tree structure.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeNode</p><p><b>RendererType: </b>TreeNode</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="treeSelect.html">treeSelect</a></b></td><td class="colLast">Makes a tree node selectable.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeSelect</p><p><b>RendererType: </b>TreeSelect</p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="tree.html">tree</a></b></td><td class="colLast">A tree with classical look. 
+ Usually used with icons and junction lines to open folder, etc.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITree</p><p><b>RendererType: </b>Tree</p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="validateFileItem.html">validateFileItem</a></b></td><td class="colLast">Register an {@link FileItemValidator} instance on the UIComponent
+ associated with the closest parent UIComponent custom action.</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="validateSubmittedValueLength.html">validateSubmittedValueLength</a></b></td><td class="colLast">Register an {@link SubmittedValueLengthValidator} instance on the UIComponent
+ associated with the closest parent UIComponent custom action.
+ The standard LengthValidator validate the length on the converted value.toString()
+ not on the submitted value. Sometime you need to check the length of the submitted value.</td>
+</tr>
+</tbody>
+</table>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Function Summary table, listing function information">
+<caption>
+<span>Function Summary</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst" scope="col">Type</th><th class="colOne" scope="col">Function</th><th class="colLast" scope="col">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colFirst"><code>org.apache.myfaces.tobago.layout.ColumnPartition</code></td><td class="colOne"><code><b><a href="columnPartition.fn.html">columnPartition</a></b>(java.lang.String)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format1.fn.html">format1</a></b>(java.lang.String, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format2.fn.html">format2</a></b>(java.lang.String, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format3.fn.html">format3</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format4.fn.html">format4</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format5.fn.html">format5</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format6.fn.html">format6</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format7.fn.html">format7</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format8.fn.html">format8</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td><td class="colOne"><code><b><a href="format9.fn.html">format9</a></b>(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)</code></td><td class="colLast"><i>No Description</i></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="bottomNav">
+<a name="navbar_bottom"></a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li class="navBarCell1Rev">Library</li>
+<li>Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_top" href="../index.html?tc/tld-summary.html">
+									Frames
+								</a>
+</li>
+<li>
+<a href="tld-summary.html" target="_top">No Frames</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_bottom">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<script type="text/javascript">
+							document.getElementById("alltags_navbar_bottom").style.display = (window == top) ? "block" : "none";
+						</script><a name="skip-navbar_bottom"></a>
+</div>
+<p class="about">Output generated by <a href="http://vdldoc.omnifaces.org" target="_blank">Vdldoc</a> View Declaration Language Documentation Generator.</p>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tree.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tree.html?rev=1779352&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tree.html (added)
+++ myfaces/site/publish/tobago/doc/3.0.1/tld/tc/tree.html Wed Jan 18 16:00:45 2017
@@ -0,0 +1,221 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en" xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee" xmlns:vdldoc="http://vdldoc.omnifaces.org" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>tree (Tobago Core VDL Documentation)
+			</title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" title="Style" href="../stylesheet.css">
+</head>
+<body>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<div class="topNav">
+<a name="navbar_top"></a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_top" href="../index.html?tc/tree.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_top" href="tree.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_top">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<div>
+<script type="text/javascript">
+								document.getElementById("alltags_navbar_top").style.display = (window == top) ? "block" : "none";
+							</script>
+</div>
+<a name="skip-navbar_top"></a>
+</div>
+<div class="header">
+<h1 title="Library" class="title">tc</h1>
+<h2 class="title">
+							Tag
+							tree</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Description:</dt>
+<dd>
+<div class="block">A tree with classical look. 
+ Usually used with icons and junction lines to open folder, etc.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITree</p><p><b>RendererType: </b>Tree</p></div>
+</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Component summary table, listing component information">
+<caption>
+<span>Component Information</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst" scope="col">Info</th><th class="colLast" scope="col">Value</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colFirst">Component Type</td><td class="colLast"><code>org.apache.myfaces.tobago.Tree</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Handler Class</td><td class="colLast"><code>org.apache.myfaces.tobago.facelets.TobagoComponentHandler</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst">Renderer Type</td><td class="colLast"><code>Tree</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Description</td><td class="colLast"><i>None</i></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Attribute summary table, listing attribute information">
+<caption>
+<span>Attributes</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst">Name</th><th class="colOne">Required</th><th class="colOne">Type</th><th class="colLast">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr id="binding" class="rowColor">
+<td class="colFirst"><a href="#binding"><code>binding</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>javax.faces.component.UIComponent</code>)
+					</td><td class="colLast">The value binding expression linking this component to a property in a backing bean.
+ For Facelets, the component is the outer UIPanel, not the input control.<br />Type: <code>javax.faces.component.UIComponent</code></td>
+</tr>
+<tr id="id" class="altColor">
+<td class="colFirst"><a href="#id"><code>id</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">The component identifier for this component.
+ This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="markup" class="rowColor">
+<td class="colFirst"><a href="#markup"><code>markup</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.context.Markup</code>)
+					</td><td class="colLast">Indicate markup of this component.
+ The allowed markups can be defined or overridden in the theme.
+ The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.<br />Type: <code>org.apache.myfaces.tobago.context.Markup</code></td>
+</tr>
+<tr id="rendered" class="altColor">
+<td class="colFirst"><a href="#rendered"><code>rendered</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating whether or not this component should be rendered
+ (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr id="selectable" class="rowColor">
+<td class="colFirst"><a href="#selectable"><code>selectable</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.model.Selectable</code>)
+					</td><td class="colLast">Flag indicating whether or not this component should be render selectable items.
+ Possible values are:
+ <ul>
+ <li><strong>none</strong> : not selectable</li>
+ <li><strong>multi</strong> : a multi section tree is rendered</li>
+ <li><strong>single</strong> : a single section tree is rendered</li>
+ <li><strong>multiLeafOnly</strong> : a multi section tree is rendered,
+ only leaf's are selectable</li>
+ <li><strong>singleLeafOnly</strong> : a single section tree is rendered,
+ only leaf's are selectable</li>
+ </ul><br />Type: <code>org.apache.myfaces.tobago.model.Selectable</code><br />Default: <code>multi</code><br />Allowed Values: <code>[none, multi, single, multiLeafOnly, singleLeafOnly]</code></td>
+</tr>
+<tr id="showRoot" class="altColor">
+<td class="colFirst"><a href="#showRoot"><code>showRoot</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Only applicable in the case that the data model is a tree.
+ This flag indicates that the root node should be displayed.
+ Often in tree structures the root node is special and should not be displayed.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="showRootJunction" class="rowColor">
+<td class="colFirst"><a href="#showRootJunction"><code>showRootJunction</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Only applicable in the case that the data model is a tree.
+ This flag indicates that the root node should be displayed with an open-close-switch.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="state" class="altColor">
+<td class="colFirst"><a href="#state"><code>state</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.model.TreeState</code>)
+					</td><td class="colLast"><strong>ValueBindingExpression</strong> pointing to a object to save the
+ component's state.<br />Type: <code>org.apache.myfaces.tobago.model.TreeState</code></td>
+</tr>
+<tr id="value" class="rowColor">
+<td class="colFirst"><a href="#value"><code>value</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Object</code>)
+					</td><td class="colLast">The current value of this component.<br />Type: <code>java.lang.Object</code></td>
+</tr>
+<tr id="var" class="altColor">
+<td class="colFirst"><a href="#var"><code>var</code></a></td><td class="colOne"><code>true</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">Name of a request-scope attribute under which the model data for the row
+ selected by the current value of the "rowIndex" property
+ (i.e. also the current value of the "rowData" property) will be exposed.<br />Type: <code>java.lang.String</code></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="bottomNav">
+<a name="navbar_bottom"></a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_bottom" href="../index.html?tc/tree.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_bottom" href="tree.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_bottom">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<script type="text/javascript">
+							document.getElementById("alltags_navbar_bottom").style.display = (window == top) ? "block" : "none";
+						</script><a name="skip-navbar_bottom"></a>
+</div>
+<p class="about">Output generated by <a href="http://vdldoc.omnifaces.org" target="_blank">Vdldoc</a> View Declaration Language Documentation Generator.</p>
+</body>
+</html>

Added: myfaces/site/publish/tobago/doc/3.0.1/tld/tc/treeCommand.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/3.0.1/tld/tc/treeCommand.html?rev=1779352&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/3.0.1/tld/tc/treeCommand.html (added)
+++ myfaces/site/publish/tobago/doc/3.0.1/tld/tc/treeCommand.html Wed Jan 18 16:00:45 2017
@@ -0,0 +1,276 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en" xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee" xmlns:vdldoc="http://vdldoc.omnifaces.org" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>treeCommand (Tobago Core VDL Documentation)
+			</title>
+<meta name="keywords" content="$title">
+<link rel="stylesheet" type="text/css" title="Style" href="../stylesheet.css">
+</head>
+<body>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<div class="topNav">
+<a name="navbar_top"></a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_top" href="../index.html?tc/treeCommand.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_top" href="treeCommand.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_top">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<div>
+<script type="text/javascript">
+								document.getElementById("alltags_navbar_top").style.display = (window == top) ? "block" : "none";
+							</script>
+</div>
+<a name="skip-navbar_top"></a>
+</div>
+<div class="header">
+<h1 title="Library" class="title">tc</h1>
+<h2 class="title">
+							Tag
+							treeCommand</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Description:</dt>
+<dd>
+<div class="block">Renders a command inside of a tree.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeCommand</p><p><b>RendererType: </b>TreeCommand</p><p><b>Supported facets:</b></p><dl><dt><b>confirmation</b></dt><dd>Contains a UIOutput instance with the confirmation message.</dd></dl></div>
+</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Component summary table, listing component information">
+<caption>
+<span>Component Information</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst" scope="col">Info</th><th class="colLast" scope="col">Value</th>
+</tr>
+</thead>
+<tbody>
+<tr class="rowColor">
+<td class="colFirst">Component Type</td><td class="colLast"><code>org.apache.myfaces.tobago.TreeCommand</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Handler Class</td><td class="colLast"><code>org.apache.myfaces.tobago.facelets.TobagoComponentHandler</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst">Renderer Type</td><td class="colLast"><code>TreeCommand</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst">Description</td><td class="colLast"><i>None</i></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="summary">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Attribute summary table, listing attribute information">
+<caption>
+<span>Attributes</span><span class="tabEnd">&nbsp;</span>
+</caption>
+<thead>
+<tr>
+<th class="colFirst">Name</th><th class="colOne">Required</th><th class="colOne">Type</th><th class="colLast">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr id="accessKey" class="rowColor">
+<td class="colFirst"><a href="#accessKey"><code>accessKey</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Character</code>)
+					</td><td class="colLast">The access key of this control.<br />Type: <code>java.lang.Character</code></td>
+</tr>
+<tr id="action" class="altColor">
+<td class="colFirst"><a href="#action"><code>action</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">Action to invoke when clicked.
+ This must be a MethodExpression or a String representing the application action to invoke when
+ this component is activated by the user.
+ The MethodBinding must evaluate to a public method that takes no parameters,
+ and returns a String (the logical outcome) which is passed to the
+ NavigationHandler for this application.
+ The string is directly passed to the navigation handler.</td>
+</tr>
+<tr id="actionListener" class="rowColor">
+<td class="colFirst"><a href="#actionListener"><code>actionListener</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">MethodExpression representing an action listener method that will be
+ notified when this component is activated by the user.
+ The expression must evaluate to a public method that takes an ActionEvent
+ parameter, with a return type of void.</td>
+</tr>
+<tr id="binding" class="altColor">
+<td class="colFirst"><a href="#binding"><code>binding</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>javax.faces.component.UIComponent</code>)
+					</td><td class="colLast">The value binding expression linking this component to a property in a backing bean.
+ For Facelets, the component is the outer UIPanel, not the input control.<br />Type: <code>javax.faces.component.UIComponent</code></td>
+</tr>
+<tr id="confirmation" class="rowColor">
+<td class="colFirst"><a href="#confirmation"><code>confirmation</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">Text to use as confirmation message.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="disabled" class="altColor">
+<td class="colFirst"><a href="#disabled"><code>disabled</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that this element is disabled. If configured so in the tobago-config.xml the action will be
+ checked for the annotations {@link javax.annotation.security.RolesAllowed},
+ {@link javax.annotation.security.PermitAll} or {@link javax.annotation.security.DenyAll}.<br />Type: <code>boolean</code></td>
+</tr>
+<tr id="id" class="rowColor">
+<td class="colFirst"><a href="#id"><code>id</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast">The component identifier for this component.
+ This value must be unique within the closest parent component that is a naming container.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="immediate" class="altColor">
+<td class="colFirst"><a href="#immediate"><code>immediate</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that, if this component is activated by the user,
+ notifications should be delivered to interested listeners and actions
+ immediately (that is, during Apply Request Values phase) rather than
+ waiting until Invoke Application phase.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="label" class="rowColor">
+<td class="colFirst"><a href="#label"><code>label</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">A localized user presentable label for this component.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="link" class="altColor">
+<td class="colFirst"><a href="#link"><code>link</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">Link to an arbitrary URL, either an internal link or an external link.
+
+ <dl>
+   <dt>internal absolute link</dt>
+   <dd>Starts with a slash '/' character. The context path will be added.
+       A session id will be added, if needed.</dd>
+   <dt>external link</dt>
+   <dd>Starts with protocol followed by a colon ':' character.
+       The link will not be modified.</dd>
+   <dt>internal relative link</dt>
+   <dd>Any other strings. A session id will be added, if needed.</dd>
+ </dl><br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="markup" class="rowColor">
+<td class="colFirst"><a href="#markup"><code>markup</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>org.apache.myfaces.tobago.context.Markup</code>)
+					</td><td class="colLast">Indicate markup of this component.
+ The allowed markups can be defined or overridden in the theme.
+ The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.<br />Type: <code>org.apache.myfaces.tobago.context.Markup</code></td>
+</tr>
+<tr id="omit" class="altColor">
+<td class="colFirst"><a href="#omit"><code>omit</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating that the action of this element, will not be executed from client side
+ (e. g. when the user clicks a button.
+ When setting this value to true, the action will not be executed by the Tobago, but it can executed
+ by JavaScript.
+ This attribute is useful, when you want to add JavaScript event handlers to commands manually.
+ In this case you usually don't want a submit with a full reload of the page.<br />Type: <code>boolean</code><br />Default: <code>false</code></td>
+</tr>
+<tr id="rendered" class="rowColor">
+<td class="colFirst"><a href="#rendered"><code>rendered</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Flag indicating whether or not this component should be rendered
+ (during Render Response Phase), or processed on any subsequent form submit.<br />Type: <code>boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr id="tabIndex" class="altColor">
+<td class="colFirst"><a href="#tabIndex"><code>tabIndex</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Integer</code>)
+					</td><td class="colLast">Controls the navigation of the focus through the
+ input controls on a page with the Tab-Key.
+ The navigation starts from the element with
+ the lowest tabIndex value to the element with the highest value.
+ Elements that have identical tabIndex values should be navigated
+ in the order they appear in the character stream
+ Elements that are disabled or with a negative tabIndex
+ do not participate in the tabbing order.<br />Type: <code>java.lang.Integer</code></td>
+</tr>
+<tr id="target" class="rowColor">
+<td class="colFirst"><a href="#target"><code>target</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">Name of a frame where the resource retrieved via this hyperlink is to be
+ displayed.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="tip" class="altColor">
+<td class="colFirst"><a href="#tip"><code>tip</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.String</code>)
+					</td><td class="colLast">Text value to display as tooltip.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="transition" class="rowColor">
+<td class="colFirst"><a href="#transition"><code>transition</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>javax.el.ValueExpression</code>
+<br>(<i>must evaluate to </i><code>java.lang.Boolean</code>)
+					</td><td class="colLast">Specify, if the command calls an JSF-Action.
+ Useful to switch off the Double-Submit-Check and Waiting-Behavior.<br />Type: <code>boolean</code><br />Default: <code>true</code></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="bottomNav">
+<a name="navbar_bottom"></a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"></a>
+<ul class="navList" title="Navigation">
+<li>
+<a href="../overview-summary.html">Overview</a>
+</li>
+<li>
+<a href="tld-summary.html">Library</a>
+</li>
+<li class="navBarCell1Rev">Tag</li>
+<li>
+<a href="../help-doc.html">Help</a>
+</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>
+<a target="_bottom" href="../index.html?tc/treeCommand.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_bottom" href="treeCommand.html">
+									No Frames
+								</a>
+</li>
+</ul>
+<ul class="navList" id="alltags_navbar_bottom">
+<li>
+<a href="../alltags-noframe.html">All Tags</a>
+</li>
+</ul>
+<script type="text/javascript">
+							document.getElementById("alltags_navbar_bottom").style.display = (window == top) ? "block" : "none";
+						</script><a name="skip-navbar_bottom"></a>
+</div>
+<p class="about">Output generated by <a href="http://vdldoc.omnifaces.org" target="_blank">Vdldoc</a> View Declaration Language Documentation Generator.</p>
+</body>
+</html>