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

Diff of /myfaces/site/tlddoc/x/inputHtml.html

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

--- myfaces/site/tlddoc/x/inputHtml.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/x/inputHtml.html	2005/05/08 15:50:34	169138
@@ -75,36 +75,30 @@
 <td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
 </tr>
 <tr valign="top">
-<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>addKupuLogo</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Show the Kupu Logo in the buttons bar.
+            	Default is true.
+            </td>
 </tr>
 <tr valign="top">
-<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
+<td>allowEditSource</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Allows the user to edit the HTML source code.
+            	Default is true.
+            </td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>allowExternalLinks</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Allows the user to insert external links.
+            	Default is true.
+            </td>
 </tr>
 <tr valign="top">
 <td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
-</tr>
-<tr valign="top">
 <td>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Id of Converter to be used or reference to a Converter.</td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td>
-</tr>
-<tr valign="top">
-<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will be checked for non-empty input.</td>
-</tr>
-<tr valign="top">
-<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.</td>
-</tr>
-<tr valign="top">
-<td>valueChangeListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Listener for value changes.</td>
-</tr>
-<tr valign="top">
 <td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
                 If user is in given role, this component will be rendered
                 normally. If not, no hyperlink is rendered but all nested
@@ -112,58 +106,48 @@
             </td>
 </tr>
 <tr valign="top">
-<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, nothing is rendered and the body of this tag
-                will be skipped.
+<td>fallback</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Use a text area instead of the javascript HTML editor.
+            	Default is false.
+            	Use with caution.
             </td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>fallback</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Use a text area instead of the javascript HTML editor.
-            	Default is false.
-            	Use with caution.
-            </td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	The type of the value. It can be either fragment for an HTML fragment (default)
-            	or document for a full HTML document, with head, title, body, ... tags.
-            </td>
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
 </tr>
 <tr valign="top">
-<td>allowEditSource</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Allows the user to edit the HTML source code.
-            	Default is true.
-            </td>
+<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will be checked for non-empty input.</td>
 </tr>
 <tr valign="top">
-<td>allowExternalLinks</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Allows the user to insert external links.
-            	Default is true.
+<td>showAllToolBoxes</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Shortcut to avoid setting all the showXXToolBox to true.
+            	Default is false.
             </td>
 </tr>
 <tr valign="top">
-<td>addKupuLogo</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Show the Kupu Logo in the buttons bar.
-            	Default is true.
+<td>showCleanupExpressionsToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Show the Cleanup Expressions tool box next to the text.
+            	Default is false.
             </td>
 </tr>
 <tr valign="top">
-<td>showAllToolBoxes</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Shortcut to avoid setting all the showXXToolBox to true.
+<td>showDebugToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Show the Debug tool box next to the text.
             	Default is false.
             </td>
 </tr>
 <tr valign="top">
-<td>showPropertiesToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Show the Properties tool box next to the text.
+<td>showImagesToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Show the Images tool box next to the text.
             	Default is false.
             </td>
 </tr>
@@ -174,8 +158,8 @@
             </td>
 </tr>
 <tr valign="top">
-<td>showImagesToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Show the Images tool box next to the text.
+<td>showPropertiesToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	Show the Properties tool box next to the text.
             	Default is false.
             </td>
 </tr>
@@ -186,15 +170,31 @@
             </td>
 </tr>
 <tr valign="top">
-<td>showCleanupExpressionsToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Show the Cleanup Expressions tool box next to the text.
-            	Default is false.
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+            	The type of the value. It can be either fragment for an HTML fragment (default)
+            	or document for a full HTML document, with head, title, body, ... tags.
             </td>
 </tr>
 <tr valign="top">
-<td>showDebugToolBox</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-            	Show the Debug tool box next to the text.
-            	Default is false.
+<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.</td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
+</tr>
+<tr valign="top">
+<td>valueChangeListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Listener for value changes.</td>
+</tr>
+<tr valign="top">
+<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, nothing is rendered and the body of this tag
+                will be skipped.
             </td>
 </tr>
 </table>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26