Author: bwallace
Date: Thu Apr 27 00:35:31 2006
New Revision: 397468

URL: http://svn.apache.org/viewcvs?rev=397468&view=rev
Log:
[TAPESTRY-502] Updated TableFormRows documentation

Modified:
    
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableFormRows.xml

Modified: 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableFormRows.xml
URL: 
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableFormRows.xml?rev=397468&r1=397467&r2=397468&view=diff
==============================================================================
--- 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableFormRows.xml
 (original)
+++ 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableFormRows.xml
 Thu Apr 27 00:35:31 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- 
-   Copyright 2005 The Apache Software Foundation
+   Copyright 2005, 2006 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -27,12 +27,16 @@
   </header>
   
   <body>
-
-<p> <strong>THIS PAGE UNDER CONSTRUCTION</strong>
-</p>
+  <p>
+        A version of the TableRows designed for operation in a form. 
+        This is a low level Table component that generates the rows of 
+        the current page in the table. Each row is stored as a hidden value 
+        in the form, which eliminates the chance of a stale link during 
rewinding. 
+        This component must be wrapped by TableView. 
+  </p>
 
 <p>
-  <strong>See also:</strong> 
+  <strong>See also: &TableRows;</strong> 
 </p>
 
 <section>
@@ -48,14 +52,47 @@
     <th>Description</th>
   </tr>
 
-       </table>
-  
+       <tr>
+    <td>row</td>
+    <td>Object</td>
+         <td>custom</td>
+         <td>no</td>
+         <td>&nbsp;</td>
+    <td>
+      The value object of the row currently being rendered.
+    </td>
+  </tr>
+       
+       <tr>
+    <td>convertor</td>
+    <td><link 
href="&apicontrib;/contrib/table/model/IPrimaryKeyConvertor.html">IPrimaryKeyConvertor</link></td>
+         <td>custom</td>
+         <td>no</td>
+         <td>null</td>
+    <td>
+        An interface defining how the items iterated upon by this component 
+        will be stored in the form as Hidden values. This interface allows 
only 
+        the primary key of the items to be stored, rather than the whole item.
+    </td>
+  </tr>
+       
+       <tr>
+    <td>element</td>
+    <td>String</td>
+         <td>in</td>
+         <td>no</td>
+         <td>tr</td>
+    <td>
+      The tag to use to wrap the rows in, 'tr' by default.
+    </td>
+  </tr>
+</table>       
 <p>
-  Body: <strong>removed / allowed</strong>
+  Body: <strong>allowed</strong>
 </p>  
 
 <p>
-  Informal parameters: <strong>allowed  / forbidden</strong>
+  Informal parameters: <strong>allowed</strong>
 </p>
 
 <p>
@@ -64,9 +101,5 @@
 
 </section>
 
-<section>
-  <title>Examples</title>
-
-</section>
 </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to