You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2008/02/14 22:21:11 UTC

svn commit: r627876 - in /tapestry/tapestry4/trunk/src/site/xdoc/components: dojo/autocompleter.xml dojo/dialog.xml dojo/dropdowndatepicker.xml dojo/dropdowntimepicker.xml dojo/gtimepicker.xml dojo/inlineeditbox.xml form/form.xml

Author: andyhot
Date: Thu Feb 14 13:21:09 2008
New Revision: 627876

URL: http://svn.apache.org/viewvc?rev=627876&view=rev
Log:
TAPESTRY-1086: document Shell (and Body) need in several components, ok?

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowndatepicker.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowntimepicker.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/gtimepicker.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/inlineeditbox.xml
    tapestry/tapestry4/trunk/src/site/xdoc/components/form/form.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/autocompleter.xml Thu Feb 14 13:21:09 2008
@@ -50,6 +50,12 @@
             </p>
             
             <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>            
+            
+            <p>
                 <strong>
                     See also:
                     <a

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml Thu Feb 14 13:21:09 2008
@@ -47,6 +47,12 @@
             <img src="../../images/ComponentReference/Dialog.png" alt="Dialog Example"/>
 
             <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>                
+            
+            <p>
                 <strong>
                     See also:
                     <a href="../../apidocs/org/apache/tapestry/dojo/html/Dialog.html">

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowndatepicker.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowndatepicker.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowndatepicker.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowndatepicker.xml Thu Feb 14 13:21:09 2008
@@ -34,6 +34,12 @@
             <img src="../../images/ComponentReference/DropdownDatePicker.png" />
             
             <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>                
+            
+            <p>
                 <strong>
                     See also:
                     <a href="dropdowntimepicker.html">DropdownTimePicker</a>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowntimepicker.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowntimepicker.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowntimepicker.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dropdowntimepicker.xml Thu Feb 14 13:21:09 2008
@@ -34,6 +34,12 @@
             <img src="../../images/ComponentReference/DropdownTimePicker.png" />
             
             <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>                
+            
+            <p>
                 <strong>
                     See also:
                     <a href="dropdowndatepicker.html">DropdownDatePicker</a>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/gtimepicker.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/gtimepicker.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/gtimepicker.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/gtimepicker.xml Thu Feb 14 13:21:09 2008
@@ -34,6 +34,12 @@
             </p>
 
             <img src="../../images/ComponentReference/GTimePicker.png" />
+            
+            <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>                
 
             <p>
                 <strong>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/inlineeditbox.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/inlineeditbox.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/inlineeditbox.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/inlineeditbox.xml Thu Feb 14 13:21:09 2008
@@ -29,6 +29,12 @@
             <img src="../../images/ComponentReference/InlineEditBox.png" />
 
             <img src="../../images/ComponentReference/InlineEditBox-editing.png" />
+            
+            <p>
+                This component needs a <a href="../general/body.html">Body</a>
+                component and a <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component to work.
+            </p>                
 
             <section name="Parameters">
                 <table>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/form/form.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/form/form.xml?rev=627876&r1=627875&r2=627876&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/form/form.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/form/form.xml Thu Feb 14 13:21:09 2008
@@ -35,6 +35,12 @@
                 names for each enclosed component ... this is necessary to support advanced features
                 such as loops within forms.
             </p>
+             <p>
+                For client side validation to work you must provide a
+                <a href="../general/body.html">Body</a> component and a
+                <a href="../general/shell.html">Shell</a> or
+                <a href="../general/shell.html">ScriptIncludes</a> component.
+            </p>            
             <p>
                 <strong>
                     See also: