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

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

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

--- myfaces/site/tlddoc/x/panelGroup.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/x/panelGroup.html	2005/05/08 15:50:34	169138
@@ -73,28 +73,33 @@
 <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">
 <td>dir</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>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<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
+                tags (=body) are rendered.
+            </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>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
+                that are contained within a "list."  This value will be true by default and the value will be ignored if 
+                the value of forceId is false (or not specified.)
+            </td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</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>lang</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>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
@@ -103,13 +108,16 @@
 <td>ondblclick</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>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeydown</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>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeypress</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>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</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>onmousedown</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>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
@@ -118,36 +126,28 @@
 <td>onmouseout</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>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</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>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</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>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></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>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
-                tags (=body) are rendered.
-            </td>
+<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>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>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
+<td>title</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>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
-                that are contained within a "list."  This value will be true by default and the value will be ignored if 
-                the value of forceId is false (or not specified.)
+<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