You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/06/24 21:46:32 UTC

svn commit: r550278 - /tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml

Author: andyhot
Date: Sun Jun 24 12:46:30 2007
New Revision: 550278

URL: http://svn.apache.org/viewvc?view=rev&rev=550278
Log:
Some more explanation on debugContainerId

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml?view=diff&rev=550278&r1=550277&r2=550278
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/shell.xml Sun Jun 24 12:46:30 2007
@@ -264,8 +264,10 @@
                         <td>no</td>
                         <td> </td>
                         <td>
-                            Sets the html element node id of the element you would like all browser debug content to
-                            go to, if you have logging turned on.
+                            If you have logging turned on, all browser debug content is appended at the end of the 
+                            html document. 
+                            You can control this behavior by setting this parameter to the html element node id 
+                            that you want to receive the debug content.
                             
                             <p>
                             For example, if you had an element on your html page with <code>id="myElement"</code> you would