Author: bwallace
Date: Wed Apr 26 22:30:55 2006
New Revision: 397408

URL: http://svn.apache.org/viewcvs?rev=397408&view=rev
Log:
[TAPESTRY-511] Updated TreeTableNodeViewDelegator documentation

Modified:
    
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeTableNodeViewDelegator.xml
    
tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc

Modified: 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeTableNodeViewDelegator.xml
URL: 
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeTableNodeViewDelegator.xml?rev=397408&r1=397407&r2=397408&view=diff
==============================================================================
--- 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeTableNodeViewDelegator.xml
 (original)
+++ 
tapestry/tapestry4/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TreeTableNodeViewDelegator.xml
 Wed Apr 26 22:30:55 2006
@@ -27,28 +27,16 @@
   </header>
   
   <body>
-
-<p> <strong>Renders a &TreeNodeView;</strong>
+    <p>The TreeTableNodeViewDelegator is used in conjunction with a 
&TreeNodeView; to render the &TreeNodeView;
 </p>
 
 <p>
-  <strong>See also:</strong> 
+  <strong>See also: &TreeNodeView;</strong> 
 </p>
 
 <section>
   <title>Parameters</title>
-  
-<table>
-  <tr> 
-    <th>Name</th>
-    <th>Type</th>
-         <th>Direction</th>
-    <th>Required</th> 
-    <th>Default</th>
-    <th>Description</th>
-  </tr>
-
-       </table>
+    <p>None</p>
   
 <p>
   Body: <strong>allowed</strong>
@@ -61,11 +49,6 @@
 <p>
   Reserved parameters: <em>none</em>
 </p>
-
-</section>
-
-<section>
-  <title>Examples</title>
 
 </section>
 </body>

Modified: 
tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
URL: 
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc?rev=397408&r1=397407&r2=397408&view=diff
==============================================================================
--- 
tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
 (original)
+++ 
tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
 Wed Apr 26 22:30:55 2006
@@ -22,6 +22,10 @@
 <component-specification 
class="org.apache.tapestry.contrib.tree.components.table.TreeTableNodeViewDelegator"
     allow-body="yes" allow-informal-parameters="yes">
 
+    <description>
+      Renders a TreeNodeView
+    </description>
+    
      <component id="treeNodeView" type="TreeNodeView">
     </component>
 



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

Reply via email to