You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/10/13 02:28:44 UTC

svn commit: r463527 [3/3] - in /tapestry/tapestry4/trunk/src/site: ./ xdoc/components/ xdoc/components/form/ xdoc/components/general/ xdoc/components/link/

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/Script.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/Script.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Script.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/Script.xml Thu Oct 12 17:28:41 2006
@@ -34,7 +34,7 @@
             </p>
             <p>
                 Note a Body component is required when using the Script element. The Body component
-                is used to write out the JavaScript after the HTML &lt;body&gt; section and attach
+                is used to write out the JavaScript after the HTML <code>&lt;body&gt;</code> section and attach
                 any initialization code to the body's "onload" event handler.
             </p>
 
@@ -52,7 +52,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -60,8 +59,6 @@
                     <tr>
                         <td>script</td>
                         <td>String</td>
-
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
@@ -72,17 +69,15 @@
                     <tr>
                         <td>scriptAsset</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
                             A reference to a script as an
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                             parameter. One of either script or scriptAsset must be specified.
@@ -91,13 +86,11 @@
                     <tr>
                         <td>symbols</td>
                         <td>java.util.Map</td>
-
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
                             The base set of symbols to be provided to the
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IScript.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IScript.html">
                                 IScript
                             </a>
                             . To this is added (in a copy of the Map) any informal parameters.
@@ -127,9 +120,9 @@
 
                 <p>
                     See the
-                    <a href="PropertySelection.html">PropertySelection</a>
+                    <a href="../form/PropertySelection.html">PropertySelection</a>
                     example use of SelectSubmit script to submit a
-                    <a href="Form.html">Form</a>
+                    <a href="../form/Form.html">Form</a>
                     when a user selects a drop down list item.
                 </p>
                 <p>
@@ -139,9 +132,9 @@
                 </p>
                 <p>
                     Note Tapestry will not perform property substitutions in CDATA blocks when using
-                    the &lt;expression&gt; style syntax, instead use the ${expression} syntax.
+                    the <code>&lt;expression&gt;</code> style syntax, instead use the ${expression} syntax.
                 </p>
-                <img src="../images/ComponentReference/Script.png"
+                <img src="../../images/ComponentReference/Script.png"
                     alt="Script Screen Shot" />
                 <p>
                     <strong>HTML Template</strong>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Shell.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/Shell.xml Thu Oct 12 17:28:41 2006
@@ -45,13 +45,13 @@
             <p>
                 <strong>
                     See also:
-                    <a href="../tapestry-framework/apidocs/org/apache/tapestry/html/Shell.html">
+                    <a href="../../tapestry-framework/apidocs/org/apache/tapestry/html/Shell.html">
                         org.apache.tapestry.html.Shell
                     </a>
                     ,
                     <a href="Body.html">Body</a>
                     ,
-                    <a href="PageLink.html">PageLink</a>
+                    <a href="../link/PageLink.html">PageLink</a>
                 </strong>
             </p>
 
@@ -62,7 +62,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -71,16 +70,14 @@
                     <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>
+                        <td>The title for the page, used to render the <code>&lt;title&gt;</code> tag.</td>
                     </tr>
 
                     <tr>
                         <td>raw</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -92,29 +89,27 @@
                     <tr>
                         <td>stylesheet</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 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>
+                        <td>If provided, then a <code>&lt;link&gt;</code> to the stylesheet is generated.</td>
                     </tr>
 
                     <tr>
                         <td>stylesheets</td>
                         <td>
                             Array or collection of
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
-                            If provided, then &lt;link&gt; elements are created for each stylesheet
+                            If provided, then <code>&lt;link&gt;</code> elements are created for each stylesheet
                             asset.
                         </td>
                     </tr>
@@ -122,7 +117,6 @@
                     <tr>
                         <td>doctype</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>
                             HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
@@ -137,11 +131,10 @@
                     <tr>
                         <td>renderContentType</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>true</td>
                         <td>
-                            If true (the default), then a &lt;meta&gt; tag will be written to set
+                            If true (the default), then a <code>&lt;meta&gt;</code> tag will be written to set
                             the content type of the page.
                         </td>
                     </tr>
@@ -149,11 +142,10 @@
                     <tr>
                         <td>refresh</td>
                         <td>int</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
-                            If provided, then a &lt;meta&gt; tag will be written to cause a page
+                            If provided, then a <code>&lt;meta&gt;</code> tag will be written to cause a page
                             refresh. The parameter value is the number of seconds before the
                             refresh.
                         </td>
@@ -161,36 +153,33 @@
                     <tr>
                         <td>disableCaching</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
-                            If provided, then a &lt;meta&gt; tag will be written setting the
+                            If provided, then a <code>&lt;meta&gt;</code> tag will be written setting the
                             content="nocache" value to try and prevent browser caching of page.
                         </td>
                     </tr>
                     <tr>
                         <td>delegate</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IRender.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IRender.html">
                                 IRender
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>
                             If specified, the delegate is rendered before the close of the
-                            &lt;head&gt; tag. Typically, this is used to provide additional
-                            &lt;meta&gt; tags.
+                            <code>&lt;head&gt;</code> tag. Typically, this is used to provide additional
+                            <code>&lt;meta&gt;</code> tags.
                         </td>
                     </tr>
                     <tr>
                         <td>renderBaseTag</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
-                        <td>true</td>
+                        <td>false</td>
                         <td>
                             Specifies whether or not to render the html BASE tag element in the
                             document HEAD.
@@ -199,14 +188,13 @@
                     <tr>
                         <td>ajaxDelegate</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IRender.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IRender.html">
                             IRender
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/dojo/AjaxShellDelegate.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/dojo/AjaxShellDelegate.html">
                             AjaxShellDelegate
                             </a>
                         </td>
@@ -218,7 +206,6 @@
                     <tr>
                         <td>browserLogLevel</td>
                         <td>String - One of [DEBUG,INFO,WARNING,ERROR,CRITICAL]</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>WARNING</td>
                         <td>
@@ -237,7 +224,6 @@
                     <tr>
                         <td>debugEnabled</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>true</td>
                         <td>
@@ -245,9 +231,25 @@
                         </td>
                     </tr>
                     <tr>
+                        <td>debugAtAllCosts</td>
+                        <td>boolean</td>
+                        <td>no</td>
+                        <td>false</td>
+                        <td>
+                            Turns off deep context level javascript debugging mode for dojo. This means 
+                            that exceptions/debug statements will show you line numbers from the actual 
+                            javascript file that generated them instead of the normal default which is 
+                            usually bootstrap.js .
+                            
+                            <p>
+                                People should be wary of turning this on as it may cause problems under certain 
+                                conditions, and you definitely don't ever want this on in production.
+                            </p>
+                        </td>
+                    </tr>
+                    <tr>
                         <td>debugContainerId</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>debug</td>
                         <td>
@@ -255,15 +257,39 @@
                             go to, if you have logging turned on.
                             
                             <p>
-                            For example, if you had an element on your html page with id="myElement" you would
-                            set the debugContainerId to "myElement".
+                            For example, if you had an element on your html page with <code>id="myElement"</code> you would
+                            set the debugContainerId to <code>"myElement"</code>.
                             </p>
                         </td>
                     </tr>
                     <tr>
+                        <td>consoleEnabled</td>
+                        <td>boolean</td>
+                        <td>no</td>
+                        <td>false</td>
+                        <td>
+                            Enables/disables the dojo.debug.console functionality which should redirect 
+                            most logging messages to your browsers javascript console. (if it supports one).
+                            
+                            <p>
+                                The debug console is disabled by default. Currently known supported browsers 
+                                are FireFox(having FireBug extension helps a great deal)/Opera/Safari.
+                            </p>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td>preventBackButtonFix</td>
+                        <td>boolean</td>
+                        <td>no</td>
+                        <td>false</td>
+                        <td>
+                            Sets the dojo preventBackButtonFix djConfig configuration. This should typically 
+                            be avoided but is provided for flexibility.
+                        </td>
+                    </tr>
+                    <tr>
                         <td>parseWidgets</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -274,11 +300,10 @@
                     <tr>
                         <td>tapestrySource</td>
                         <td>
-                        <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                        <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                             IAsset
                         </a>                        
                         </td>
-                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/tapestry/core.js</td>
                         <td>
@@ -289,11 +314,10 @@
                     <tr>
                         <td>dojoSource</td>
                         <td>
-                        <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                        <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                             IAsset
                         </a>
                         </td>
-                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/dojo/dojo.js</td>
                         <td>
@@ -304,11 +328,10 @@
                     <tr>
                         <td>dojoPath</td>
                         <td>
-                        <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                        <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                             IAsset
                         </a>
                         </td>
-                        <td>in</td>
                         <td>false</td>
                         <td>classpath:/dojo/</td>
                         <td>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Style.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/Style.xml Thu Oct 12 17:28:41 2006
@@ -44,7 +44,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -53,9 +52,8 @@
                     <tr>
                         <td>href</td>
                         <td>String or 
-                        <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">IAsset</a>
+                        <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/>
@@ -69,7 +67,6 @@
                     <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>
@@ -78,7 +75,6 @@
                     <tr>
                         <td>title</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td></td>
                         <td>The title of the stylesheet.</td>
@@ -87,7 +83,6 @@
                     <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>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/DirectLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/DirectLink.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/DirectLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/DirectLink.xml Thu Oct 12 17:28:41 2006
@@ -23,7 +23,7 @@
         <section name="DirectLink">
 
             <p>
-                Creates an &lt;a&gt; hyperlink that notifies the component when the link is
+                Creates an <code>&lt;a&gt;</code> hyperlink that notifies the component when the link is
                 triggered. The link includes some context-specific data that is made available to
                 the component's listener. 
             </p>
@@ -64,7 +64,7 @@
                         <td>listener</td>
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/IActionListener.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/IActionListener.html">
                                 IActionListener
                             </a>
                         </td>
@@ -123,7 +123,7 @@
                                 may now be of any type; type will be maintained when the parameters
                                 are later retrieved by a listener. See
                                 <a
-                                    href="../tapestry-framework/apidocs/org/apache/tapestry/util/io/SqueezAdaptor.html">
+                                    href="../../tapestry-framework/apidocs/org/apache/tapestry/util/io/SqueezAdaptor.html">
                                     SqueezAdaptor
                                 </a>
                                 for more details.
@@ -151,7 +151,7 @@
                             If true (the default), then the component requires an active (i.e.,
                             non-new) HttpSession when triggered. Failing that, it throws a
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/StaleLinkException.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/StaleLinkException.html">
                                 StaleLinkException
                             </a>
                             . If false, then no check is necessary. The latter works well with links
@@ -208,7 +208,7 @@
                         <td>renderer</td>
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>
@@ -228,7 +228,7 @@
                             rendered back to the client. These are expected to be unique component ids. 
                             
                             <p>
-                            See: <a href="../tapestry-framework/apidocs/org/apache/tapestry/services/ResponseBuilder.html">ResponseBuilder</a>
+                            See: <a href="../../tapestry-framework/apidocs/org/apache/tapestry/services/ResponseBuilder.html">ResponseBuilder</a>
                             </p>
                         </td>
                     </tr>
@@ -239,7 +239,7 @@
                         <td>false</td>
                         <td>
                             Causes the request to be asynchronous and the response to be captured/rendered via
-                            the <a href="../tapestry-framework/apidocs/org/apache/tapestry/services/impl/JSONResponseBuilder.html">JSONResponseBuilder</a>
+                            the <a href="../../tapestry-framework/apidocs/org/apache/tapestry/services/impl/JSONResponseBuilder.html">JSONResponseBuilder</a>
                             renderer.
                         </td>
                     </tr>
@@ -250,7 +250,7 @@
                         <td>false</td>
                         <td>
                             Causes the request to be asynchronous and the response to be captured/rendered via
-                            the <a href="../tapestry-framework/apidocs/org/apache/tapestry/services/impl/DojoAjaxResponseBuilder.html">DojoAjaxResponseBuilder</a>
+                            the <a href="../../tapestry-framework/apidocs/org/apache/tapestry/services/impl/DojoAjaxResponseBuilder.html">DojoAjaxResponseBuilder</a>
                             renderer.
                         </td>
                     </tr>
@@ -281,7 +281,7 @@
                     the Customer List table.
                 </p>
 
-                <img src="../images/ComponentReference/DirectLink.png"
+                <img src="../../images/ComponentReference/DirectLink.png"
                     alt="DirectLink Screen Shot" />
 
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/ExternalLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/ExternalLink.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/ExternalLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/ExternalLink.xml Thu Oct 12 17:28:41 2006
@@ -24,7 +24,7 @@
 
             <p>
                 Creates a &lt;a&gt; hyperlink to an
-                <a href="../tapestry-framework/apidocs/org/apache/tapestry/IExternalPage.html">
+                <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IExternalPage.html">
                     IExternalPage
                 </a>
                 which may be bookmarked using the hyperlink's URL.
@@ -33,7 +33,7 @@
             <p>
                 <strong>
                     See also:
-                    <a href="../tapestry-framework/apidocs/org/apache/tapestry/link/ExternalLink.html">
+                    <a href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ExternalLink.html">
                         org.apache.tapestry.link.ExternalLink
                     </a>
                     ,
@@ -54,7 +54,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -62,7 +61,6 @@
                     <tr>
                         <td>page</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>yes</td>
                         <td />
                         <td>The name of a application page to link to.</td>
@@ -70,7 +68,6 @@
                     <tr>
                         <td>parameters</td>
                         <td>Object or Object[] or List</td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>
@@ -81,7 +78,6 @@
                     <tr>
                         <td>disabled</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
                         <td>
@@ -92,7 +88,6 @@
                     <tr>
                         <td>anchor</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>
@@ -104,7 +99,6 @@
                     <tr>
                         <td>scheme</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>
@@ -120,7 +114,6 @@
                     <tr>
                         <td>port</td>
                         <td>Integer</td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>
@@ -137,7 +130,6 @@
                     <tr>
                         <td>target</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>The target window to use in the link.</td>
@@ -146,11 +138,10 @@
                         <td>renderer</td>
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
                         <td>The object which will actually render the link.</td>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/GenericLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/GenericLink.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/GenericLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/GenericLink.xml Thu Oct 12 17:28:41 2006
@@ -22,10 +22,10 @@
 
         <section name="GenericLink">
 
-            <p>Creates an &lt;a&gt; hyperlink for an arbitrary URL.</p>
+            <p>Creates an <code>&lt;a&gt;</code> hyperlink for an arbitrary URL.</p>
             <p>
                 Although a GenericLink can be accomplished using an
-                <a href="Any.html">Any</a>
+                <a href="../general/Any.html">Any</a>
                 component, a GenericLink is more flexible: it can be disabled, like a
                 <a href="DirectLink.html">DirectLink</a>
                 and can also wrap around
@@ -74,7 +74,7 @@
                         <td />
                         <td>
                             The URL to trigger when the link is clicked. This is often of the form:
-                            &lt;a&gt; href="javascript:functionName('param')"&gt;
+                            <code>&lt;a&gt; href="javascript:functionName('param')"&gt;</code>
                         </td>
                     </tr>
                     <tr>
@@ -110,7 +110,7 @@
 
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/PageLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/PageLink.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/PageLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/PageLink.xml Thu Oct 12 17:28:41 2006
@@ -23,14 +23,14 @@
         <section name="PageLink">
 
             <p>
-                Creates a HTML &lt;a&gt; hyperlink to another page within the application. The Page
+                Creates a HTML <code>&lt;a&gt;</code> hyperlink to another page within the application. The Page
                 component uses the PageService to construct the anchor's "href" URL.
             </p>
 
             <p>
                 <strong>
                     See also:
-                    <a href="../tapestry-framework/apidocs/org/apache/tapestry/link/PageLink.html">
+                    <a href="../../tapestry-framework/apidocs/org/apache/tapestry/link/PageLink.html">
                         org.apache.tapestry.link.PageLink
                     </a>
                     ,
@@ -72,7 +72,7 @@
                     <tr>
                         <td>namespace</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/INamespace.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/INamespace.html">
                                 INamespace
                             </a>
                         </td>
@@ -160,7 +160,7 @@
 
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/Rollover.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/Rollover.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/Rollover.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/Rollover.xml Thu Oct 12 17:28:41 2006
@@ -28,28 +28,28 @@
                 of it. A Rollover is disabled if the link that wraps it is disabled (in which case
                 it doesn't respond to the mouse). If this dynamic behavior isn't required use the
                 simpler
-                <a href="Image.html">Image</a>
+                <a href="../general/Image.html">Image</a>
                 component.
             </p>
             <p>
                 The component provides all the necessary JavaScript to swap the image when the mouse
                 enters and exits the button. However, the Rollover must be wrapped (ultimately) by a
-                <a href="Body.html">Body</a>
+                <a href="../general/Body.html">Body</a>
                 component.
             </p>
 
             <p>
                 <strong>
                     See also:
-                    <a href="Body.html">Body</a>
+                    <a href="../general/Body.html">Body</a>
                     ,
                     <a href="GenericLink.html">GenericLink</a>
                     ,
-                    <a href="Image.html">Image</a>
+                    <a href="../general/Image.html">Image</a>
                     ,
                     <a href="PageLink.html">PageLink</a>
                     ,
-                    <a href="Script.html">Script</a>
+                    <a href="../general/Script.html">Script</a>
                 </strong>
             </p>
 
@@ -60,7 +60,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -69,12 +68,10 @@
                     <tr>
                         <td>image</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-
-                        <td>in</td>
                         <td>yes</td>
                         <td />
                         <td>
@@ -86,11 +83,10 @@
                     <tr>
                         <td>mouseOver</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
 
@@ -104,12 +100,10 @@
                     <tr>
                         <td>mouseOut</td>
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-                        <td>in</td>
-
                         <td>no</td>
                         <td />
                         <td>
@@ -120,15 +114,13 @@
                     </tr>
                     <tr>
                         <td>disabled</td>
-
                         <td>
-                            <a href="../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
+                            <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
                                 IAsset
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             <p>
                                 Image used when the Rollover is disabled. A Rollover is disabled
@@ -148,11 +140,10 @@
                         <td>renderer</td>
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
                         <td />
 

Copied: tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml (from r454604, tapestry/tapestry4/trunk/src/site/xdoc/components/ServiceLink.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml?view=diff&rev=463527&p1=tapestry/tapestry4/trunk/src/site/xdoc/components/ServiceLink.xml&r1=454604&p2=tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml&r2=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/ServiceLink.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/ServiceLink.xml Thu Oct 12 17:28:41 2006
@@ -55,7 +55,6 @@
                     <tr>
                         <th>Name</th>
                         <th>Type</th>
-                        <th>Direction</th>
                         <th>Required</th>
                         <th>Default</th>
                         <th>Description</th>
@@ -64,14 +63,12 @@
                     <tr>
                         <td>service</td>
                         <td>String</td>
-
-                        <td>in</td>
                         <td>yes</td>
-                        <td />
+                        <td></td>
                         <td>
                             The name of the
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/engine/IEngineService.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/engine/IEngineService.html">
                                 IEngineService
                             </a>
                             to invoke.
@@ -86,10 +83,8 @@
                             <br />
                             List
                         </td>
-
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             An array of Objects to be encoded into the URL. These parameters will be
                             decoded when the link is triggered.
@@ -98,10 +93,8 @@
                     <tr>
                         <td>disabled</td>
                         <td>boolean</td>
-                        <td>in</td>
                         <td>no</td>
                         <td>false</td>
-
                         <td>
                             <p>
                                 Controls whether the link is produced. If disabled, the portion of
@@ -118,9 +111,8 @@
                         <td>anchor</td>
 
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             The name of an anchor or element to link to. The final URL will have '#'
                             and the anchor appended to it.
@@ -131,9 +123,8 @@
                     <tr>
                         <td>scheme</td>
                         <td>String</td>
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             The required scheme ("http" or "https", typically) for the URL. This
                             will force the creation of an absolute URL when the current request's
@@ -147,9 +138,8 @@
                     <tr>
                         <td>port</td>
                         <td>Integer</td>
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
                         <td>
                             The required port (80, 443, 8080. 8443, typically) for the URL. This
                             will force the creation of an absolute URL when the current request's
@@ -165,13 +155,12 @@
                         <td>renderer</td>
                         <td>
                             <a
-                                href="../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
+                                href="../../tapestry-framework/apidocs/org/apache/tapestry/link/ILinkRenderer.html">
                                 ILinkRenderer
                             </a>
                         </td>
-                        <td>in</td>
                         <td>no</td>
-                        <td />
+                        <td></td>
 
                         <td>The object which will actually render the link.</td>
                     </tr>

Added: tapestry/tapestry4/trunk/src/site/xdoc/components/link/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/link/index.xml?view=auto&rev=463527
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/link/index.xml (added)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/link/index.xml Thu Oct 12 17:28:41 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+    Copyright 2005 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.
+    You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<document>
+    <properties>
+        <title>Framework Component Reference - Link Components</title>
+    </properties>
+    <body>
+        
+        <section name="Link Components">
+            <p>
+                The menu to the left lists all of the link related components provided 
+                with the Tapestry framework.
+            </p>
+        </section>
+    </body>
+</document>

Propchange: tapestry/tapestry4/trunk/src/site/xdoc/components/link/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native