/[Apache-SVN]/myfaces/site/tlddoc/x/tld-summary.html
ViewVC logotype

Diff of /myfaces/site/tlddoc/x/tld-summary.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/site/tlddoc/x/tld-summary.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/x/tld-summary.html	2005/05/08 15:50:34	169138
@@ -82,99 +82,49 @@
 <td colspan="2"><font size="+2"><b>Tag Summary</b></font></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="commandButton.html">commandButton</a></b></td><td>
-            Extends standard commandButton by user role support.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="commandLink.html">commandLink</a></b></td><td>
-            Extends standard commandLink by user role support and the HTML target attribute.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="dataTable.html">dataTable</a></b></td><td>
-            Extended data_table that adds some additional features to the standard
-            data_table action: see attribute descriptions for preserveDataModel,
-            sortColumn, sortAscending and preserveSort.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputHidden.html">inputHidden</a></b></td><td>
-            Extends standard inputHidden by providing additional MyFaces goodies.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputText.html">inputText</a></b></td><td>
-            Extends standard inputText by user role support.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputTextarea.html">inputTextarea</a></b></td><td>
-            Extends standard inputTextarea by user role support.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="message.html">message</a></b></td><td>
-            MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="messages.html">messages</a></b></td><td>
-            MyFaces extension to the standard messages tag: see showInputLabel attribute
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="outputLabel.html">outputLabel</a></b></td><td>
-            Extends standard outputLabel by user role support.
+<td width="15%"><b><a href="aliasBean.html">aliasBean</a></b></td><td>
+            A tag that defines a new bean (alias) with a given value.
+            This allows you to design a subform with a generic (fictive) beans and to include it in all the pages where you use it.
+			You just need to make an alias to the real bean named after the generic bean before including the subform.
+			
+			When used within an aliasBeansScope tag, this tag adds the alias to the aliasBeansScope.
+			This makes configuration with multiple aliasBeans easier to write.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="outputText.html">outputText</a></b></td><td>
-            Extends standard outputText by user role support.
+<td width="15%"><b><a href="aliasBeansScope.html">aliasBeansScope</a></b></td><td>
+            This is like an aliasBean tag, but instead of the alias/value attributes, you configure the aliases
+            by adding aliasBean tags in the body.
+            
+            The aliasBeans should be declared right after this tag.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelGroup.html">panelGroup</a></b></td><td>
-            Extends standard panelGroup by user role support.
-        </td>
+<td width="15%"><b><a href="buffer.html">buffer</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectOneMenu.html">selectOneMenu</a></b></td><td>
-            Extends standard selectOneMenu by user role support.
+<td width="15%"><b><a href="checkbox.html">checkbox</a></b></td><td>
+            Renders a HTML input of type "checkbox". The associated SelectItem comes from
+            an extended selectManyCheckbox component with layout "spread". The selectManyCheckbox
+            is referenced by the "for" attribute.
+            All HTML pass-through attributes for this input are taken from the associated
+            selectManyCheckbox.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectOneRadio.html">selectOneRadio</a></b></td><td>
-            Extends standard selectOneRadio by user role support.
-            Additionally this extended selectOneRadio accepts a layout attribute
-            of value "spread" (see custom radio tag).
-        </td>
+<td width="15%"><b><a href="collapsiblePanel.html">collapsiblePanel</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectManyCheckbox.html">selectManyCheckbox</a></b></td><td>
-            Extends standard selectManyCheckbox by user role support.
-            Additionally this extended selectManyCheckbox accepts a layout attribute
-            of value "spread" (see custom checkbox tag).
-        </td>
+<td width="15%"><b><a href="columns.html">columns</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputCalendar.html">inputCalendar</a></b></td><td>
-            Provides a calendar.
+<td width="15%"><b><a href="commandButton.html">commandButton</a></b></td><td>
+            Extends standard commandButton by user role support.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="jsValueChangeListener.html">jsValueChangeListener</a></b></td><td>Value change listener on client side.</td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="jsValueSet.html">jsValueSet</a></b></td><td>Setting a value from the model in java-script so that it can be used (e.g. by the value change listener) afterwards.</td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="checkbox.html">checkbox</a></b></td><td>
-            Renders a HTML input of type "checkbox". The associated SelectItem comes from
-            an extended selectManyCheckbox component with layout "spread". The selectManyCheckbox
-            is referenced by the "for" attribute.
-            All HTML pass-through attributes for this input are taken from the associated
-            selectManyCheckbox.
+<td width="15%"><b><a href="commandLink.html">commandLink</a></b></td><td>
+            Extends standard commandLink by user role support and the HTML target attribute.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
@@ -210,6 +160,24 @@
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="dataTable.html">dataTable</a></b></td><td>
+            Extended data_table that adds some additional features to the standard
+            data_table action: see attribute descriptions for preserveDataModel,
+            sortColumn, sortAscending and preserveSort.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="div.html">div</a></b></td><td>Places a div around its children</td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="iconProvider.html">iconProvider</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="inputCalendar.html">inputCalendar</a></b></td><td>
+            Provides a calendar.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="inputDate.html">inputDate</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
@@ -221,6 +189,11 @@
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="inputHidden.html">inputHidden</a></b></td><td>
+            Extends standard inputHidden by providing additional MyFaces goodies.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="inputHtml.html">inputHtml</a></b></td><td>
             An inline HTML based word processor based on the Kupu library. See http://kupu.oscom.org
             Right now, the support is limited to one editor per page
@@ -228,45 +201,80 @@
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="navigationMenuItem.html">navigationMenuItem</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="inputText.html">inputText</a></b></td><td>
+            Extends standard inputText by user role support.
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="navigationMenuItems.html">navigationMenuItems</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="inputTextarea.html">inputTextarea</a></b></td><td>
+            Extends standard inputTextarea by user role support.
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="jscookMenu.html">jscookMenu</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelLayout.html">panelLayout</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="jsValueChangeListener.html">jsValueChangeListener</a></b></td><td>Value change listener on client side.</td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelNavigation.html">panelNavigation</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="jsValueSet.html">jsValueSet</a></b></td><td>Setting a value from the model in java-script so that it can be used (e.g. by the value change listener) afterwards.</td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelTab.html">panelTab</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="message.html">message</a></b></td><td>
+            MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelTabbedPane.html">panelTabbedPane</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="messages.html">messages</a></b></td><td>
+            MyFaces extension to the standard messages tag: see showInputLabel attribute
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="tabChangeListener.html">tabChangeListener</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="navigationMenuItem.html">navigationMenuItem</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="collapsiblePanel.html">collapsiblePanel</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="navigationMenuItems.html">navigationMenuItems</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectOneCountry.html">selectOneCountry</a></b></td><td>
-            A localized list of countries choose box.
-            The value binds to the country ISO 3166 code.
-			The official codes list is available here :
-			http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
+<td width="15%"><b><a href="newspaperTable.html">newspaperTable</a></b></td><td>
+            A data table for rendering long skinny tables as short wide table by
+            wrapping the table over a specified number of columns.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="stylesheet.html">stylesheet</a></b></td><td>a component, which renders the path to a common CSS-file</td>
+<td width="15%"><b><a href="outputLabel.html">outputLabel</a></b></td><td>
+            Extends standard outputLabel by user role support.
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="div.html">div</a></b></td><td>Places a div around its children</td>
+<td width="15%"><b><a href="outputText.html">outputText</a></b></td><td>
+            Extends standard outputText by user role support.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelGroup.html">panelGroup</a></b></td><td>
+            Extends standard panelGroup by user role support.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelLayout.html">panelLayout</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelNavigation.html">panelNavigation</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelStack.html">panelStack</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelTab.html">panelTab</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="panelTabbedPane.html">panelTabbedPane</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="popup.html">popup</a></b></td><td>
+            Renders a popup which displays on a mouse event.
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="radio.html">radio</a></b></td><td>
@@ -283,59 +291,68 @@
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="tree.html">tree</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="saveState.html">saveState</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="treeSelectionListener.html">treeSelectionListener</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="selectManyCheckbox.html">selectManyCheckbox</a></b></td><td>
+            Extends standard selectManyCheckbox by user role support.
+            Additionally this extended selectManyCheckbox accepts a layout attribute
+            of value "spread" (see custom checkbox tag).
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="iconProvider.html">iconProvider</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="selectOneCountry.html">selectOneCountry</a></b></td><td>
+            A localized list of countries choose box.
+            The value binds to the country ISO 3166 code.
+			The official codes list is available here :
+			http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="treeColumn.html">treeColumn</a></b></td><td>
-            Renders a HTML input of type "treeColumn". This tag outlines the column where
-            the tree structure will be render as part of the tree table.
+<td width="15%"><b><a href="selectOneMenu.html">selectOneMenu</a></b></td><td>
+            Extends standard selectOneMenu by user role support.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="treeCheckbox.html">treeCheckbox</a></b></td><td>
-            Renders a HTML input of type "treeCheckbox". The associated comes from
-            the treeCheckbox itemLabel and itemValue.  The selected items come from an extended
-            selectManyCheckbox component with layout "spread". The selectManyCheckbox
-            is referenced by the "for" attribute.
-            All HTML pass-through attributes for this input are taken from the associated
-            selectManyCheckbox.
+<td width="15%"><b><a href="selectOneRadio.html">selectOneRadio</a></b></td><td>
+            Extends standard selectOneRadio by user role support.
+            Additionally this extended selectOneRadio accepts a layout attribute
+            of value "spread" (see custom radio tag).
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="tree2.html">tree2</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="stylesheet.html">stylesheet</a></b></td><td>a component, which renders the path to a common CSS-file</td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelStack.html">panelStack</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="swapImage.html">swapImage</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="popup.html">popup</a></b></td><td>
-            Renders a popup which displays on a mouse event.
-        </td>
+<td width="15%"><b><a href="tabChangeListener.html">tabChangeListener</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="newspaperTable.html">newspaperTable</a></b></td><td>
-            A data table for rendering long skinny tables as short wide table by
-            wrapping the table over a specified number of columns.
-        </td>
+<td width="15%"><b><a href="tree.html">tree</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="aliasBean.html">aliasBean</a></b></td><td>
-            A tage that defines a new bean (alias) with a given value.
-            This allows you to design a subform with a fictive bean and to include it in all the pages where you use it.
-			You just need to make an alias to the real bean named after the fictive bean before including the subform.
+<td width="15%"><b><a href="tree2.html">tree2</a></b></td><td><i>No Description</i></td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="treeCheckbox.html">treeCheckbox</a></b></td><td>
+            Renders a HTML input of type "treeCheckbox". The associated comes from
+            the treeCheckbox itemLabel and itemValue.  The selected items come from an extended
+            selectManyCheckbox component with layout "spread". The selectManyCheckbox
+            is referenced by the "for" attribute.
+            All HTML pass-through attributes for this input are taken from the associated
+            selectManyCheckbox.
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="buffer.html">buffer</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="treeColumn.html">treeColumn</a></b></td><td>
+            Renders a HTML input of type "treeColumn". This tag outlines the column where
+            the tree structure will be render as part of the tree table.
+        </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="saveState.html">saveState</a></b></td><td><i>No Description</i></td>
+<td width="15%"><b><a href="treeSelectionListener.html">treeSelectionListener</a></b></td><td><i>No Description</i></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="updateActionListener.html">updateActionListener</a></b></td><td>
@@ -354,6 +371,11 @@
         </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
+<td width="15%"><b><a href="validateEqual.html">validateEqual</a></b></td><td>
+			A custom validator for validations against foreign component values.
+        </td>
+</tr>
+<tr class="TableRowColor" bgcolor="white">
 <td width="15%"><b><a href="validateISBN.html">validateISBN</a></b></td><td>
 			A custom validator for isbn codes, based upons Jakarta Commons.
         </td>
@@ -363,17 +385,6 @@
 			A custom validator for reg. expr., based upons Jakarta Commons.
         </td>
 </tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="validateEqual.html">validateEqual</a></b></td><td>
-			A custom validator for validations against foreign component values.
-        </td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="swapImage.html">swapImage</a></b></td><td><i>No Description</i></td>
-</tr>
-<tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="columns.html">columns</a></b></td><td><i>No Description</i></td>
-</tr>
 </table>
               &nbsp;
               <p></p>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26