You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/09/03 17:10:16 UTC

svn commit: r439786 - in /tapestry/tapestry4/trunk/src/site/xdoc/components: Form.xml Relation.xml Shell.xml Style.xml

Author: andyhot
Date: Sun Sep  3 08:10:15 2006
New Revision: 439786

URL: http://svn.apache.org/viewvc?rev=439786&view=rev
Log:
TAPESTRY-1083: Add direction

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/Form.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/Relation.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/Form.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/Form.xml?rev=439786&r1=439785&r2=439786&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Form.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/Form.xml Sun Sep  3 08:10:15 2006
@@ -230,6 +230,7 @@
                     <tr>
                         <td>updateComponents</td>
                         <td>String[],Collection</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -244,6 +245,7 @@
                     <tr>
                         <td>json</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -255,6 +257,7 @@
                     <tr>
                         <td>async</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/Relation.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/Relation.xml?rev=439786&r1=439785&r2=439786&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Relation.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/Relation.xml Sun Sep  3 08:10:15 2006
@@ -45,6 +45,7 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
+                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -55,6 +56,7 @@
                         <td>String or 
                         <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">IAsset</a>
                         </td>
+                        <td>in</td>
                         <td>yes</td>
                         <td></td>
                         <td>The target URL of the related resource.</td>
@@ -63,6 +65,7 @@
                     <tr>
                         <td>rel</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>literal:stylesheet</td>
                         <td>Defines the relationship between the current document and the targeted document.</td>
@@ -71,6 +74,7 @@
                     <tr>
                         <td>type</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>literal:text/css</td>
                         <td>Specifies the MIME type of the target URL.</td>
@@ -79,6 +83,7 @@
                     <tr>
                         <td>rev</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>Defines the relationship between the targeted document and the current document, 
@@ -88,6 +93,7 @@
                     <tr>
                         <td>title</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>The title of the relation.</td>
@@ -96,6 +102,7 @@
                     <tr>
                         <td>media</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>Specifies on which device the document will be displayed.</td>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml?rev=439786&r1=439785&r2=439786&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml Sun Sep  3 08:10:15 2006
@@ -62,6 +62,7 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
+                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -70,6 +71,7 @@
                     <tr>
                         <td>title</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>yes</td>
                         <td></td>
                         <td>The title for the page, used to render the &lt;title&gt; tag.</td>
@@ -78,6 +80,7 @@
                     <tr>
                         <td>raw</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -93,6 +96,7 @@
                                 IAsset
                             </a>
                         </td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>If provided, then a &lt;link&gt; to the stylesheet is generated.</td>
@@ -106,6 +110,7 @@
                                 IAsset
                             </a>
                         </td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -117,6 +122,7 @@
                     <tr>
                         <td>doctype</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>
                             HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
@@ -131,6 +137,7 @@
                     <tr>
                         <td>renderContentType</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>true</td>
                         <td>
@@ -142,6 +149,7 @@
                     <tr>
                         <td>refresh</td>
                         <td>int</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -153,6 +161,7 @@
                     <tr>
                         <td>disableCaching</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -167,6 +176,7 @@
                                 IRender
                             </a>
                         </td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -178,6 +188,7 @@
                     <tr>
                         <td>renderBaseTag</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>true</td>
                         <td>
@@ -192,6 +203,7 @@
                             IRender
                             </a>
                         </td>
+                        <td>in</td>
                         <td>no</td>
                         <td>
                             <a href="../tapestry-framework/apidocs/org/apache/tapestry/dojo/AjaxShellDelegate.html">
@@ -206,6 +218,7 @@
                     <tr>
                         <td>browserLogLevel</td>
                         <td>String - One of [DEBUG,INFO,WARNING,ERROR,CRITICAL]</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>WARNING</td>
                         <td>
@@ -224,6 +237,7 @@
                     <tr>
                         <td>debugEnabled</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>true</td>
                         <td>
@@ -233,6 +247,7 @@
                     <tr>
                         <td>debugContainerId</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>debug</td>
                         <td>
@@ -248,6 +263,7 @@
                     <tr>
                         <td>parseWidgets</td>
                         <td>boolean</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -260,8 +276,9 @@
                         <td>
                         <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                             IAsset
-                        </a>
+                        </a>                        
                         </td>
+                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/tapestry/core.js</td>
                         <td>
@@ -276,6 +293,7 @@
                             IAsset
                         </a>
                         </td>
+                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/dojo/dojo.js</td>
                         <td>
@@ -290,6 +308,7 @@
                             IAsset
                         </a>
                         </td>
+                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/dojo/</td>
                         <td>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml?rev=439786&r1=439785&r2=439786&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml Sun Sep  3 08:10:15 2006
@@ -44,6 +44,7 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
+                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -54,6 +55,7 @@
                         <td>String or 
                         <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">IAsset</a>
                         </td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>The target URL of the related resource. <br/>
@@ -67,6 +69,7 @@
                     <tr>
                         <td>rel</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td>literal:stylesheet</td>
                         <td>Defines the relationship between the current document and the targeted document.</td>
@@ -75,6 +78,7 @@
                     <tr>
                         <td>title</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>The title of the stylesheet.</td>
@@ -83,6 +87,7 @@
                     <tr>
                         <td>media</td>
                         <td>String</td>
+                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>Specifies on which device this stylesheet will apply.</td>