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

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

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

--- myfaces/site/tlddoc/x/checkbox.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/x/checkbox.html	2005/05/08 15:50:34	169138
@@ -77,12 +77,6 @@
 <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>Every component may have an unique id. Automatically created if omitted.</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>
-</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">
@@ -93,22 +87,28 @@
             </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>
-<tr valign="top">
 <td>for</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
                 id of the referenced extended selectManyCheckbox component
             </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>
+</tr>
+<tr valign="top">
 <td>index</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
                 n-th SelectItem of referenced UISelectMany starting with 0.
             </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>
+</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>
 <br>
 <p></p>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26