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 2004/04/05 17:43:10 UTC

cvs commit: jakarta-tapestry/doc/src/ComponentReference LinkSubmit.html Script.html

dsolis      2004/04/05 08:43:10

  Modified:    doc/src/ComponentReference LinkSubmit.html Script.html
  Log:
  Update documentation
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-tapestry/doc/src/ComponentReference/LinkSubmit.html
  
  Index: LinkSubmit.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/LinkSubmit.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LinkSubmit.html	4 Oct 2003 22:38:31 -0000	1.2
  +++ LinkSubmit.html	5 Apr 2004 15:43:10 -0000	1.3
  @@ -52,6 +52,9 @@
     <b>Description</b>
   	<br>
     Creates a hyperlink that submits its enclosing form using a JavaScript function.
  +            <p>
  +  Pages incorporating a LinkSubmit component must also include a 
  +  <A href="Body.html">Body</A> component.</p>
               
    </td>
   </tr>
  
  
  
  1.14      +2 -2      jakarta-tapestry/doc/src/ComponentReference/Script.html
  
  Index: Script.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/Script.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Script.html	31 Oct 2003 04:07:08 -0000	1.13
  +++ Script.html	5 Apr 2004 15:43:10 -0000	1.14
  @@ -62,7 +62,7 @@
     <code>components.<i>scriptId</i>.symbols.<i>name</i></code>.
     <p>
     Note a <A href="Body.html">Body</a> component is required when using the Script
  -  element. The Body component is used to write out the JavaScript before the
  +  element. The Body component is used to write out the JavaScript after the
     HTML &lt;body&gt; section and attach any initialization code to the body's 
     "onload" event handler.
     <p>
  
  
  

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