You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2005/08/17 00:45:21 UTC

svn commit: r233073 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml

Author: dolander
Date: Tue Aug 16 15:45:18 2005
New Revision: 233073

URL: http://svn.apache.org/viewcvs?rev=233073&view=rev
Log:
Update to the JavaScript doc



Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml?rev=233073&r1=233072&r2=233073&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsJavascript.xml Tue Aug 16 15:45:18 2005
@@ -180,10 +180,12 @@
                 </source>
                 <p>The source JavaScript in the page is found inside of a ScriptBlock.  The reason for using
                     a ScriptBlock is to control the placement of the script in relationship to the framework
-                    generated lookup functions.
+                    generated lookup functions.  In this casee the <strong>placement</strong> attribute is set
+                    to the value <strong>after</strong> indicating that the contents of this block should appear
+                    after the framework generated JavaScript.
                 </p>
                 <source>
-&lt;netui:scriptBlock placement="after">
+&lt;netui:scriptBlock <strong>placement="after"</strong>>
                 </source>
                 <source>
 var form = document.getElementById(lookupIdByTagId("form",scope));