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 2018/01/03 16:46:46 UTC

svn commit: r1819988 [9/11] - in /myfaces/site/publish/tobago/doc/4.0.0/tld: ./ tc/

Added: myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tabGroup.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tabGroup.html?rev=1819988&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tabGroup.html (added)
+++ myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tabGroup.html Wed Jan  3 16:46:45 2018
@@ -0,0 +1,236 @@
+<!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>tabGroup (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/tabGroup.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_top" href="tabGroup.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
+							tabGroup</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Description:</dt>
+<dd>
+<div class="block">Renders a tab group which contains tab panels.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITabGroup</p><p><b>RendererType: </b><ul><li>TabGroup (default)</li></ul></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.TabGroup</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>TabGroup</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="action" class="rowColor">
+<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 {@link javax.el.MethodExpression} must evaluate to a public method that takes no parameters,
+ and returns a {@link String} (the logical outcome) which is passed to the
+ {@link javax.faces.application.NavigationHandler} for this application.
+ The string is directly passed to the navigation handler.</td>
+</tr>
+<tr id="actionListener" class="altColor">
+<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="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="immediate" class="rowColor">
+<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="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="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="selectedIndex" class="altColor">
+<td class="colFirst"><a href="#selectedIndex"><code>selectedIndex</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"><strong>ValueBindingExpression</strong> pointing to a Integer to save the
+ component's selected Tab.<br />Type: <code>java.lang.Integer</code><br />Default: <code>0</code></td>
+</tr>
+<tr id="showNavigationBar" class="rowColor">
+<td class="colFirst"><a href="#showNavigationBar"><code>showNavigationBar</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 tab navigation bar is rendered.<br />Type: <code>boolean</code><br />Default: <code>true</code></td>
+</tr>
+<tr id="switchType" class="altColor">
+<td class="colFirst"><a href="#switchType"><code>switchType</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.SwitchType</code>)
+					</td><td class="colLast"><p>
+ Indicating how tab switching should be done.
+ </p>
+ <p>
+ Possible values are:
+ </p>
+ <dl>
+   <dt>client</dt>
+   <dd>Tab switching is done on client, no server Request.</dd>
+   <dt>reloadPage</dt>
+   <dd>Tab switching is done by server request. Full page is reloaded.</dd>
+   <dt>reloadTab</dt>
+   <dd>Tab switching is done by server request. Only the Tab is reloaded.</dd>
+ </dl><br />Type: <code>org.apache.myfaces.tobago.model.SwitchType</code><br />Default: <code>client</code><br />Allowed Values: <code>[client, reloadPage, reloadTab]</code></td>
+</tr>
+<tr id="tabChangeListener" class="rowColor">
+<td class="colFirst"><a href="#tabChangeListener"><code>tabChangeListener</code></a></td><td class="colOne"><code>false</code></td><td class="colOne"><code>java.lang.String</code></td><td class="colLast"><i>No Description</i></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>
+</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/tabGroup.html">
+									Frames
+								</a>
+</li>
+<li>
+<a target="_bottom" href="tabGroup.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/4.0.0/tld/tc/textarea.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/4.0.0/tld/tc/textarea.html?rev=1819988&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/4.0.0/tld/tc/textarea.html (added)
+++ myfaces/site/publish/tobago/doc/4.0.0/tld/tc/textarea.html Wed Jan  3 16:46:45 2018
@@ -0,0 +1,306 @@
+<!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><ul><li>Textarea (default)</li></ul></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.
+ If present, will be used as the text of the converter message, replacing any message that comes from the converter.<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.
+ Set to 'skip' to avoid surrounding label container.
+ Hint for tc:out: set also compact=true to render only text (without html tags).<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="placeholder" class="rowColor">
+<td class="colFirst"><a href="#placeholder"><code>placeholder</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"><p>
+ Displays a short text in the input field, that describes the meaning of this field.
+ This is part of HTML 5, the theme should emulate the behaviour, when the browser doesn't support it.
+ </p>
+ <p>
+ The text will not be displayed, when the input field is readonly or disabled.
+ </p><br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="readonly" class="altColor">
+<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="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="required" class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="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="tip" class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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.
+ If present, will be used as the text of the validator message, replacing any message that comes from the validator.<br />Type: <code>java.lang.String</code></td>
+</tr>
+<tr id="value" class="altColor">
+<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="rowColor">
+<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/4.0.0/tld/tc/tld-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-frame.html?rev=1819988&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-frame.html (added)
+++ myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-frame.html Wed Jan  3 16:46:45 2018
@@ -0,0 +1,271 @@
+<!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="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="gridLayoutConstraint.html" target="tagFrame">tc:gridLayoutConstraint</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="meta.html" target="tagFrame">tc:meta</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="segmentLayoutConstraint.html" target="tagFrame">tc:segmentLayoutConstraint</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="splitLayout.html" target="tagFrame">tc:splitLayout</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="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/4.0.0/tld/tc/tld-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-summary.html?rev=1819988&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-summary.html (added)
+++ myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tld-summary.html Wed Jan  3 16:46:45 2018
@@ -0,0 +1,549 @@
+<!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><ul><li>Bar (default)</li></ul></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><dt><b>after</b></dt><dd>Content will be rendered usually at the right end of the bar.</dd></dl><p><b>Supported markups:</b></p><dl><dt><b>dark</b></dt><dd>Theming for dark backgrounds</dd><dt><b>light</b></dt><dd>Theming for light backgrounds</dd><dt><b>small</b></dt><dd>Bar collapse at a small size.</dd><dt><b>medium</b></dt><dd>Bar collapse at a medium size.</dd><dt><b>large</b></dt><dd>Bar collapse at a large size.</dd><dt><b>extraLarge</b></dt><dd>Bar collapse at a extra large size.</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><ul><li>Box (default)</li></ul></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><ul><li>Button (default)</li><li>ButtonInsideButtons</li><li>ButtonInsideIn</li><li>ButtonInsideInAfter</li></ul></p><p><b>Supported facets:</b></p><dl><dt><b>confirmation</b></dt><dd>Contains a UIOutput instance with the confirmation message.</dd></dl><p><b>Supported markups:</b></p><dl><dt><b>primary</b></dt><dd>Set button color to primary color of the theme.</dd><dt><b>secondary</b></dt><dd>Set button color to secondary color of the theme.</dd><dt><b>success</b></dt><dd>Set button color to success color of the theme.</dd><dt><b>danger</b></dt><dd>Set button color to danger color of the theme.</dd><dt><b>warning</b></dt><dd>Set button color to warning color of the theme.</dd><dt><b>info</b></dt><dd>Set button color to info color of the theme.</dd><dt><b>light</b></dt><dd>Set b
 utton color to light color of the theme.</dd><dt><b>dark</b></dt><dd>Set button color to dark color of the theme.</dd><dt><b>none</b></dt><dd>Colorless button.</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><ul><li>Buttons (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>TreeNode (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>ColumnSelector (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Column (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<td class="colOne"><b><a href="dataAttribute.html">dataAttribute</a></b></td><td class="colLast">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="rowColor">
+<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><ul><li>Date (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Event (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>Figure (default)</li></ul></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="altColor">
+<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><ul><li>File (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="flexLayout.html">flexLayout</a></b></td><td class="colLast">Renders a <a href=https://www.w3.org/TR/css-flexbox-1/>Flexible Box Layout</a>.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIFlexLayout</p><p><b>RendererType: </b><ul><li>FlexLayout (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>FlowLayout (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>Footer (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Form (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="gridLayoutConstraint.html">gridLayoutConstraint</a></b></td><td class="colLast">Set grid layout specific contraints to the parent component.</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="gridLayout.html">gridLayout</a></b></td><td class="colLast"><p>**** Preliminary. Maybe subject to changed in a future version **** </p><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><ul><li>GridLayout (default)</li></ul></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><ul><li>Header (default)</li></ul></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><ul><li>Hidden (default)</li></ul></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><ul><li>Image (default)</li></ul></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><ul><li>In (default)</li></ul></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><p><b>Supported markups:</b></p><dl><dt><b>localMenu</b></dt><dd>If a suggest menu is available, it will be rendered on the component, not in the '.tobago-page-menuStore'.</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><ul><li>Label (default)</li></ul></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><ul><li>Link (default)</li><li>LinkInsideCommand</li><li>LinkInsideLinks</li></ul></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><ul><li>Links (default)</li><li>LinksInsideBar</li></ul></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><ul><li>Messages (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="meta.html">meta</a></b></td><td class="colLast">This tag a meta tag in the header of the HTML output.
+ It's not possible to add more than one tag with the same
+ <ul>
+ <li>name + lang combination</li>
+ <li>httpEquiv</li>
+ <li>charset</li>
+ </ul>
+ The last inserted wins.
+ So, you may override the default Tobago meta tag in this way.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIMeta</p><p><b>RendererType: </b><ul><li>Meta (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Object (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="operation.html">operation</a></b></td><td class="colLast"><p>**** Preliminary. Maybe subject to changed in a future version **** </p>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><ul><li>Operation (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Out (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>Page (default)</li></ul></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="altColor">
+<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><ul><li>Panel (default)</li></ul></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="rowColor">
+<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><ul><li>Popup (default)</li></ul></p><p><b>Supported markups:</b></p><dl><dt><b>large</b></dt><dd>Large popup</dd><dt><b>small</b></dt><dd>Small popup</dd></dl></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Progress (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><b><a href="reload.html">reload</a></b></td><td class="colLast"><p>**** Preliminary. Maybe subject to changed in a future version **** </p>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><ul></ul></p></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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><ul><li>Row (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Script (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>Section (default)</li></ul></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="altColor">
+<td class="colOne"><b><a href="segmentLayoutConstraint.html">segmentLayoutConstraint</a></b></td><td class="colLast">Set a offset for the parent UIComponent withing a segment layout.</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="12seg" will be used as default.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISegmentLayout</p><p><b>RendererType: </b><ul><li>SegmentLayout (default)</li></ul></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><ul><li>SelectBooleanCheckbox (default)</li><li>SelectBooleanCheckboxInsideCommand</li></ul></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><ul></ul></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><ul></ul></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><ul><li>SelectManyCheckbox (default)</li><li>SelectManyCheckboxInsideCommand</li></ul></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><ul><li>SelectManyListbox (default)</li></ul></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><ul><li>SelectManyShuttle (default)</li></ul></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><ul><li>SelectOneChoice (default)</li><li>SelectOneChoiceInsideIn</li></ul></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><ul><li>SelectOneListbox (default)</li></ul></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><ul><li>SelectOneRadio (default)</li><li>SelectOneRadioInsideCommand</li></ul></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><ul><li>SelectReference (default)</li></ul></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><ul><li>Separator (default)</li><li>SeparatorInsideCommand</li></ul></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><ul><li>Sheet (default)</li></ul></p><p><b>Supported facets:</b></p><dl><dt><b>reload</b></dt><dd>Contains an instance of UIReload</dd></dl><p><b>Supported markups:</b></p><dl><dt><b>bordered</b></dt><dd>Add borders to the table cells.</dd><dt><b>dark</b></dt><dd>Set dark background.</dd><dt><b>hover</b></dt><dd>Background of row changed on hovering.</dd><dt><b>small</b></dt><dd>Small margins for table cells.</dd><dt><b>striped</b></dt><dd>Zebra-striping for table rows.</dd></dl></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="span.html">span</a></b></td><td class="colLast"><p>**** @deprecated. Will be removed in a future version **** </p><p>Since Tobago 4.0.0. Please use &lt;tc:gridLayoutConstraint&gt;
+ from {</p>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="splitLayout.html">splitLayout</a></b></td><td class="colLast"><p>**** Preliminary. Maybe subject to changed in a future version **** </p><p>
+ WARNING: This component is preliminary and may be changed without a major release.
+ </p>
+
+ Renders a SplitLayout.
+ A area with two child components rendered horizontally or vertically and allows to change the
+ layout relation of this two components on the client.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UISplitLayout</p><p><b>RendererType: </b><ul><li>SplitLayout (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Style (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>Suggest (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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><ul><li>TabGroup (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Tab (default)</li></ul></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="rowColor">
+<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><ul><li>Textarea (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><b><a href="treeCommand.html">treeCommand</a></b></td><td class="colLast"><p>**** @deprecated. Will be removed in a future version **** </p><p>since 4.0.0, please use tc:link</p>Renders a command inside of a tree.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UITreeCommand</p><p><b>RendererType: </b><ul><li>TreeCommand (default)</li></ul></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="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><ul><li>TreeIcon (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>TreeIndent (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>TreeLabel (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>TreeListbox (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>TreeMenu (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>TreeNode (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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><ul><li>TreeSelect (default)</li></ul></p></td>
+</tr>
+<tr class="altColor">
+<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><ul><li>Tree (default)</li></ul></p></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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>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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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/4.0.0/tld/tc/tree.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tree.html?rev=1819988&view=auto
==============================================================================
--- myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tree.html (added)
+++ myfaces/site/publish/tobago/doc/4.0.0/tld/tc/tree.html Wed Jan  3 16:46:45 2018
@@ -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><ul><li>Tree (default)</li></ul></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>