You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ds...@apache.org on 2005/09/22 18:39:00 UTC

svn commit: r290976 - in /jakarta/tapestry/trunk: doc/src/ComponentReference/Frame.html framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml status.xml

Author: dsolis
Date: Thu Sep 22 09:38:47 2005
New Revision: 290976

URL: http://svn.apache.org/viewcvs?rev=290976&view=rev
Log:
Fix bug:TAPESTRY-466. Document Frame component.

Removed:
    jakarta/tapestry/trunk/doc/src/ComponentReference/Frame.html
Modified:
    jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml
    jakarta/tapestry/trunk/status.xml

Modified: jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml?rev=290976&r1=290975&r2=290976&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml (original)
+++ jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Frame.xml Thu Sep 22 09:38:47 2005
@@ -28,11 +28,12 @@
   
   <body>
 
-<p> <strong>THIS PAGE UNDER CONSTRUCTION</strong>
+<p> Provides the HTML &lt;frame&gt; element within a &lt;frameset&gt;, inserting the specified Tapestry
+page as the content of the frame.
 </p>
 
 <p>
-  <strong>See also:</strong> 
+  <strong>See also: &RenderBlock;, &RenderBody;</strong>
 </p>
 
 <section>
@@ -47,26 +48,36 @@
     <th>Default</th>
     <th>Description</th>
   </tr>
+  <tr>
+    <td>page</td>
+    <td>String</td>
+    <td>in</td>
+    <td>yes</td>
+    <td></td>
+    <td>
+      The name of the page to display in the frame.
+    </td>
+  </tr>
 
 	</table>
   
 <p>
-  Body: <strong>removed / allowed</strong>
+  Body: <strong>removed</strong>
 </p>  
 
 <p>
-  Informal parameters: <strong>allowed  / forbidden</strong>
+  Informal parameters: <strong>allowed</strong>
 </p>
 
 <p>
-  Reserved parameters: <em>none</em>
+  Reserved parameters: <em>src</em>
 </p>
 
 </section>
 
 <section>
   <title>Examples</title>
-
+  <p>This example is under construction.</p>
 </section>
 </body>
 </document>

Modified: jakarta/tapestry/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=290976&r1=290975&r2=290976&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Thu Sep 22 09:38:47 2005
@@ -60,6 +60,7 @@
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-647" due-to="Eli Doran">RedirectException being caught from listener methods as an application exception rather than causing the redirect</action>
       <action type="fix" dev="MB" fixes-bug="TAPESTRY-656">Invalid bindings in FormTable.jwc</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-641">The path used when writing the locale cookie means that the locale can get "lost" when navigating around the application</action>
+      <action type="fix" dev="DS" fixes-bug="TAPESTRY-466" due-to="Warner Onstine">Document Frame component</action>
     </release>
     <release version="4.0-beta-7" date="Sep 17 2005">
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-341">Need better line-precise reporting for listener method</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org