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

svn commit: r550229 [1/3] - in /tapestry/tapestry4/trunk: src/main/assembly/ src/site/resources/jsdoc/files/ src/site/resources/jsdoc/index/ src/site/resources/jsdoc/javascript/ src/site/resources/jsdoc/search/ src/site/xdoc/ tapestry-framework/src/jav...

Author: jkuhnert
Date: Sun Jun 24 06:48:45 2007
New Revision: 550229

URL: http://svn.apache.org/viewvc?view=rev&rev=550229
Log:
Updated release notes / jsdoc.

Removed:
    tapestry/tapestry4/trunk/src/main/assembly/project.xml
Modified:
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/files/core-js.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Functions.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/General.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Properties.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/javascript/searchdata.js
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/search/FunctionsL.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/search/GeneralL.html
    tapestry/tapestry4/trunk/src/site/resources/jsdoc/search/GeneralR.html
    tapestry/tapestry4/trunk/src/site/xdoc/release-notes.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/PageRenderSupportImpl.java

Modified: tapestry/tapestry4/trunk/src/site/resources/jsdoc/files/core-js.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/resources/jsdoc/files/core-js.html?view=diff&rev=550229&r1=550228&r2=550229
==============================================================================
--- tapestry/tapestry4/trunk/src/site/resources/jsdoc/files/core-js.html (original)
+++ tapestry/tapestry4/trunk/src/site/resources/jsdoc/files/core-js.html Sun Jun 24 06:48:45 2007
@@ -9,21 +9,25 @@
 
 
 
-<div id=Content><div class="CClass CTopic" id=MainTopic><h1 class=CTitle><a name="tapestry"></a>tapestry</h1><div class=CBody><p class=CParagraph>Provides the core functionality for the Tapestry javascript package libraries.</p><p class=CParagraph>Most of the functions in here are related to initiating and parsing IO requests.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#tapestry" >tapestry</a></td><td class=SDescription>Provides the core functionality for the Tapestry javascript package libraries.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#tapestry.version" >version</a></td><td class=SDescription>The current client side library version, usually matching the current jav
 a library version. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.bind" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">bind</a></td><td class=SDescription>Core XHR bind function for tapestry internals. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.error" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">error</a></td><td class=SDescription>Global error handling function for dojo.io.bind requests. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.load" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">load</a></td><td class=SDescription>Global load handling function for dojo.io.bind requests. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a
  href="#tapestry.loadContent" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">loadContent</a></td><td class=SDescription>Used by <a href="#tapestry.load" class=LFunction id=link5 onMouseOver="ShowTip(event, 'tt3', 'link5')" onMouseOut="HideTip('tt3')">tapestry.load</a> when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.loadScriptContent" id=link6 onMouseOver="ShowTip(event, 'tt5', 'link6')" onMouseOut="HideTip('tt5')">loadScriptContent</a></td><td class=SDescription>Manages loading javascript content for a specific incoming xml element.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.loadScriptFromUrl" id=link7 onMouseOver="ShowTip(event, 'tt6', 'link7')" onMouseOut="HideTip('tt6')">loadScriptFromU
 rl</a></td><td class=SDescription>Takes a url string and loads the javascript it points to as a normal document head script include section. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.presentException" id=link8 onMouseOver="ShowTip(event, 'tt7', 'link8')" onMouseOut="HideTip('tt7')">presentException</a></td><td class=SDescription>When remote exceptions are caught on the server special xml blocks are returned to the client when the requests are initiated via async IO. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.cleanConnect" id=link9 onMouseOver="ShowTip(event, 'tt8', 'link9')" onMouseOut="HideTip('tt8')">cleanConnect</a></td><td class=SDescription>Utility used to disconnect a previously connected event/function.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.isServingRequests" id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">isSer
 vingRequests</a></td><td class=SDescription>Utility used to find out if there are any ajax requests in progress.</td></tr><tr class="SClass"><td class=SEntry><a href="#tapestry.html" >tapestry.html</a></td><td class=SDescription>Provides functionality related to parsing and rendering dom nodes.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.html.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.html.getContentAsString" id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">getContentAsString</a></td><td class=SDescription>Takes a dom node and returns its contents rendered in a string.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.html.getElementAsString" id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">getElementAsString</a></td><td class=SDescription>Takes a dom nod
 e and returns itself and its contents rendered in a string.</td></tr><tr class="SClass"><td class=SEntry><a href="#tapestry.event" >tapestry.<span class=HB> </span>event</a></td><td class=SDescription>Utility functions that handle converting javascript event objects into a name/value pair format that can be sent to the remote server.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.event.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.event.buildEventProperties" id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">buildEventProperties</a></td><td class=SDescription>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.event.buildTargetPr
 operties" id=link14 onMouseOver="ShowTip(event, 'tt13', 'link14')" onMouseOut="HideTip('tt13')">buildTargetProperties</a></td><td class=SDescription>Generic function to build a properties object populated with relevent target data.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.event.buildNodeProperties" id=link15 onMouseOver="ShowTip(event, 'tt14', 'link15')" onMouseOut="HideTip('tt14')">buildNodeProperties</a></td><td class=SDescription>Builds needed target node properties, like the node&rsquo;s id.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
+<div id=Content><div class="CClass CTopic" id=MainTopic><h1 class=CTitle><a name="tapestry"></a>tapestry</h1><div class=CBody><p class=CParagraph>Provides the core functionality for the Tapestry javascript package libraries.</p><p class=CParagraph>Most of the functions in here are related to initiating and parsing IO requests.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#tapestry" >tapestry</a></td><td class=SDescription>Provides the core functionality for the Tapestry javascript package libraries.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.Properties" >Properties</a></td><td class=SDescription></td></tr><tr class="SProperty SIndent2 SMarked"><td class=SEntry><a href="#tapestry.version" >version</a></td><td class=SDescription>The current client side library version, usually matching the current jav
 a library version. </td></tr><tr class="SProperty SIndent2"><td class=SEntry><a href="#tapestry.requestEncoding" >requestEncoding</a></td><td class=SDescription>Defines the encoding that will be used in all Tapestry initiated XHR requests to encode URL or form data. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.bind" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">bind</a></td><td class=SDescription>Core XHR bind function for tapestry internals. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.error" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">error</a></td><td class=SDescription>Global error handling function for dojo.io.bind requests. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#ta
 pestry.load" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">load</a></td><td class=SDescription>Global load handling function for dojo.io.bind requests. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.loadJson" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">loadJson</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.loadContent" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">loadContent</a></td><td class=SDescription>Used by <a href="#tapestry.load" class=LFunction id=link6 onMouseOver="ShowTip(event, 'tt3', 'link6')" onMouseOut="HideTip('tt3')">tapestry.load</a> when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</td></tr><tr class="SFunction SIn
 dent2"><td class=SEntry><a href="#tapestry.loadScriptContent" id=link7 onMouseOver="ShowTip(event, 'tt6', 'link7')" onMouseOut="HideTip('tt6')">loadScriptContent</a></td><td class=SDescription>Manages loading javascript content for a specific incoming xml element.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.loadScriptFromUrl" id=link8 onMouseOver="ShowTip(event, 'tt7', 'link8')" onMouseOut="HideTip('tt7')">loadScriptFromUrl</a></td><td class=SDescription>Takes a url string and loads the javascript it points to as a normal document head script include section. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.presentException" id=link9 onMouseOver="ShowTip(event, 'tt8', 'link9')" onMouseOut="HideTip('tt8')">presentException</a></td><td class=SDescription>When remote exceptions are caught on the server special xml blocks are returned to the client when the requests are initiated via async IO. </td></tr><tr clas
 s="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.cleanConnect" id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">cleanConnect</a></td><td class=SDescription>Utility used to disconnect a previously connected event/function.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.isServingRequests" id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">isServingRequests</a></td><td class=SDescription>Utility used to find out if there are any ajax requests in progress.</td></tr><tr class="SClass"><td class=SEntry><a href="#tapestry.html" >tapestry.html</a></td><td class=SDescription>Provides functionality related to parsing and rendering dom nodes.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.html.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.html.getContentA
 sString" id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">getContentAsString</a></td><td class=SDescription>Takes a dom node and returns its contents rendered in a string.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.html.getElementAsString" id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">getElementAsString</a></td><td class=SDescription>Takes a dom node and returns itself and its contents rendered in a string.</td></tr><tr class="SClass"><td class=SEntry><a href="#tapestry.event" >tapestry.<span class=HB> </span>event</a></td><td class=SDescription>Utility functions that handle converting javascript event objects into a name/value pair format that can be sent to the remote server.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#tapestry.event.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=S
 Entry><a href="#tapestry.event.buildEventProperties" id=link14 onMouseOver="ShowTip(event, 'tt13', 'link14')" onMouseOut="HideTip('tt13')">buildEventProperties</a></td><td class=SDescription>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#tapestry.event.buildTargetProperties" id=link15 onMouseOver="ShowTip(event, 'tt14', 'link15')" onMouseOut="HideTip('tt14')">buildTargetProperties</a></td><td class=SDescription>Generic function to build a properties object populated with relevent target data.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#tapestry.event.buildNodeProperties" id=link16 onMouseOver="ShowTip(event, 'tt15', 'link16')" onMouseOut="HideTip('tt15')">buildNodeProperties</a></td><td class=SDescription>Builds needed target node properties, like the n
 ode&rsquo;s id.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
 
 <div class="CGroup CTopic"><h3 class=CTitle><a name="tapestry.Properties"></a>Properties</h3></div>
 
 <div class="CProperty CTopic"><h3 class=CTitle><a name="tapestry.version"></a>version</h3><div class=CBody><p class=CParagraph>The current client side library version, usually matching the current java library version.&nbsp; (ie 4.1, etc..)</p></div></div>
 
+<div class="CProperty CTopic"><h3 class=CTitle><a name="tapestry.requestEncoding"></a>requestEncoding</h3><div class=CBody><p class=CParagraph>Defines the encoding that will be used in all Tapestry initiated XHR requests to encode URL or form data.&nbsp; Gets set by AjaxShellDelegate class on server on most requests by default.</p></div></div>
+
 <div class="CGroup CTopic"><h3 class=CTitle><a name="tapestry.Functions"></a>Functions</h3></div>
 
-<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.bind"></a>bind</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>bind:function(</td><td class=PParameter nowrap>url,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Core XHR bind function for tapestry internals.&nbsp; The <a href="#tapestry.error" class=LFunction id=link16 onMouseOver="ShowTip(event, 'tt2', 'link16')" onMouseOut="HideTip('tt2')">error</a>/<a href="#tapestry.load" class=LFunction id=link17 onMouseOver="ShowTip(event, 'tt3', 'link17')" onMouseOut="HideTip('tt3')">load</a> functions defined in this package are used to handle load/error of dojo.io.bind.</p><h4 class=CHeading>Parameters</h4><table
  border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>url</td><td class=CDLDescription>The url to bind the request to.</td></tr><tr><td class=CDLEntry>content</td><td class=CDLDescription>A properties map of optional extra content to send.</td></tr><tr><td class=CDLEntry>json</td><td class=CDLDescription>Boolean, optional parameter specifying whether or not to create a json request.&nbsp; If not specified the default is to use XHR.</td></tr></table></div></div>
+<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.bind"></a>bind</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>bind:function(</td><td class=PParameter nowrap>url,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Core XHR bind function for tapestry internals.&nbsp; The <a href="#tapestry.error" class=LFunction id=link17 onMouseOver="ShowTip(event, 'tt2', 'link17')" onMouseOut="HideTip('tt2')">error</a>/<a href="#tapestry.load" class=LFunction id=link18 onMouseOver="ShowTip(event, 'tt3', 'link18')" onMouseOut="HideTip('tt3')">load</a> functions defined in this package are used to handle load/error of dojo.io.bind.</p><h4 class=CHeading>Parameters</h4><table
  border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>url</td><td class=CDLDescription>The url to bind the request to.</td></tr><tr><td class=CDLEntry>content</td><td class=CDLDescription>A properties map of optional extra content to send.</td></tr><tr><td class=CDLEntry>json</td><td class=CDLDescription>Boolean, optional parameter specifying whether or not to create a json request.&nbsp; If not specified the default is to use XHR.</td></tr></table></div></div>
 
-<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.error"></a>error</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>error:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>exception,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Global error handling function for dojo.io.bind requests.&nbsp; This function is mapped as the &ldquo;error:functionName&rdquo; part of a request in the dojo.io.bind arguments in <a href="#tapestry.bind" class=LFunction id=link18 onMouseOver="ShowTip(event, 'tt1', 'link18')" onMouseOut="HideTip('tt1')">tapestry.bind</a> calls.</p><h4 class=CHeading>See Also</h4><p class=CParagraph><a 
 href="#tapestry.bind" class=LFunction id=link19 onMouseOver="ShowTip(event, 'tt1', 'link19')" onMouseOut="HideTip('tt1')">tapestry.bind</a></p></div></div>
+<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.error"></a>error</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>error:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>exception,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Global error handling function for dojo.io.bind requests.&nbsp; This function is mapped as the &ldquo;error:functionName&rdquo; part of a request in the dojo.io.bind arguments in <a href="#tapestry.bind" class=LFunction id=link19 onMouseOver="ShowTip(event, 'tt1', 'link19')" onMouseOut="HideTip('tt1')">tapestry.bind</a> calls.</p><h4 class=CHeading>See Also</h4><p class=CParagraph><a 
 href="#tapestry.bind" class=LFunction id=link20 onMouseOver="ShowTip(event, 'tt1', 'link20')" onMouseOut="HideTip('tt1')">tapestry.bind</a>, <a href="#tapestry.load" class=LFunction id=link21 onMouseOver="ShowTip(event, 'tt3', 'link21')" onMouseOut="HideTip('tt3')">tapestry.load</a></p></div></div>
 
 <div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.load"></a>load</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Global load handling function for dojo.io.bind requests.&nbsp; This isn&rsquo;t typically called directly by anything, but passed in as the &ldquo;load&rdquo; argument to dojo.io.bind when making IO requests as the function that will handle the return response.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>type</
 td><td class=CDLDescription>Type of request.</td></tr><tr><td class=CDLEntry>data</td><td class=CDLDescription>The data returned, depending on the request type might be an xml document / plaintext / json / etc.</td></tr><tr><td class=CDLEntry>http</td><td class=CDLDescription>The http object used in request, like XmlHttpRequest.</td></tr><tr><td class=CDLEntry>kwArgs</td><td class=CDLDescription>The original set of arguments passed into dojo.io.bind({arg:val,arg1:val2}).</td></tr></table></div></div>
 
-<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.loadContent"></a>loadContent</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Used by <a href="#tapestry.load" class=LFunction id=link20 onMouseOver="ShowTip(event, 'tt3', 'link20')" onMouseOut="HideTip('tt3')">tapestry.load</a> when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescr
 iptionList><tr><td class=CDLEntry>id</td><td class=CDLDescription>The element id that this content should be applied to in the existing document.</td></tr><tr><td class=CDLEntry>node</td><td class=CDLDescription>The node that this new content will be applied to.</td></tr><tr><td class=CDLEntry>element</td><td class=CDLDescription>The incoming xml node containing rules/content to apply to this node.</td></tr></table></div></div>
+<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.loadJson"></a>loadJson</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadJson:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>Executed by default during JSON requests</td><td class=CDLDescription>default implementation does nothing but decrement the &lt;tapestry.requestsInFlight&gt; global variable.</td></tr></table><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEnt
 ry>type</td><td class=CDLDescription>Type of request.</td></tr><tr><td class=CDLEntry>data</td><td class=CDLDescription>The data returned, depending on the request type might be an xml document / plaintext / json / etc.</td></tr><tr><td class=CDLEntry>http</td><td class=CDLDescription>The http object used in request, like XmlHttpRequest.</td></tr><tr><td class=CDLEntry>kwArgs</td><td class=CDLDescription>The original set of arguments passed into dojo.io.bind({arg:val,arg1:val2}).</td></tr></table></div></div>
+
+<div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.loadContent"></a>loadContent</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Used by <a href="#tapestry.load" class=LFunction id=link22 onMouseOver="ShowTip(event, 'tt3', 'link22')" onMouseOut="HideTip('tt3')">tapestry.load</a> when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescr
 iptionList><tr><td class=CDLEntry>id</td><td class=CDLDescription>The element id that this content should be applied to in the existing document.</td></tr><tr><td class=CDLEntry>node</td><td class=CDLDescription>The node that this new content will be applied to.</td></tr><tr><td class=CDLEntry>element</td><td class=CDLDescription>The incoming xml node containing rules/content to apply to this node.</td></tr></table></div></div>
 
 <div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.loadScriptContent"></a>loadScriptContent</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptContent:function(</td><td class=PParameter nowrap>element,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Manages loading javascript content for a specific incoming xml element.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>element</td><td class=CDLDescription>The element to parse javascript statements from and execute.</td></tr><tr><td class=CDLEntry>async</td><td class=CDLDescription>Whether or not to process the script content asynchronously, meaning whether or not to execute the scr
 ipt in a block done in a setTimeout call so as to avoid IE specific issues.</td></tr></table></div></div>
 
@@ -35,7 +39,7 @@
 
 <div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.isServingRequests"></a>isServingRequests</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>isServingRequests:function()</td></tr></table></blockquote><p class=CParagraph>Utility used to find out if there are any ajax requests in progress.</p></div></div>
 
-<div class="CClass CTopic"><h2 class=CTitle><a name="tapestry.html"></a>tapestry.html</h2><div class=CBody><p class=CParagraph>Provides functionality related to parsing and rendering dom nodes.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#tapestry.html.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.html.getContentAsString" id=link21 onMouseOver="ShowTip(event, 'tt10', 'link21')" onMouseOut="HideTip('tt10')">getContentAsString</a></td><td class=SDescription>Takes a dom node and returns its contents rendered in a string.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#tapestry.html.getElementAsString" id=link22 onMouseOver="ShowTip(event, 'tt11', 'link22')" onMouseOut="HideTip('tt11')">getElementAsString</a></td><td clas
 s=SDescription>Takes a dom node and returns itself and its contents rendered in a string.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
+<div class="CClass CTopic"><h2 class=CTitle><a name="tapestry.html"></a>tapestry.html</h2><div class=CBody><p class=CParagraph>Provides functionality related to parsing and rendering dom nodes.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#tapestry.html.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.html.getContentAsString" id=link23 onMouseOver="ShowTip(event, 'tt11', 'link23')" onMouseOut="HideTip('tt11')">getContentAsString</a></td><td class=SDescription>Takes a dom node and returns its contents rendered in a string.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#tapestry.html.getElementAsString" id=link24 onMouseOver="ShowTip(event, 'tt12', 'link24')" onMouseOut="HideTip('tt12')">getElementAsString</a></td><td clas
 s=SDescription>Takes a dom node and returns itself and its contents rendered in a string.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
 
 <div class="CGroup CTopic"><h3 class=CTitle><a name="tapestry.html.Functions"></a>Functions</h3></div>
 
@@ -43,7 +47,7 @@
 
 <div class="CFunction CTopic"><h3 class=CTitle><a name="tapestry.html.getElementAsString"></a>getElementAsString</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>getElementAsString:function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Takes a dom node and returns itself and its contents rendered in a string.</p><p class=CParagraph>Implementation Note: This function uses a generic implementation in order to generate the returned string.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>node</td><td class=CDLDescription>The dom node.&nbsp; Returns:</td></tr></table><p class=CParagraph>The string representation of the given node.</p></div></div>
 
-<div class="CClass CTopic"><h2 class=CTitle><a name="tapestry.event"></a>tapestry.<span class=HB> </span>event</h2><div class=CBody><p class=CParagraph>Utility functions that handle converting javascript event objects into a name/value pair format that can be sent to the remote server.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#tapestry.event.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.event.buildEventProperties" id=link23 onMouseOver="ShowTip(event, 'tt12', 'link23')" onMouseOut="HideTip('tt12')">buildEventProperties</a></td><td class=SDescription>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</td></tr><tr
  class="SFunction SIndent1"><td class=SEntry><a href="#tapestry.event.buildTargetProperties" id=link24 onMouseOver="ShowTip(event, 'tt13', 'link24')" onMouseOut="HideTip('tt13')">buildTargetProperties</a></td><td class=SDescription>Generic function to build a properties object populated with relevent target data.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.event.buildNodeProperties" id=link25 onMouseOver="ShowTip(event, 'tt14', 'link25')" onMouseOut="HideTip('tt14')">buildNodeProperties</a></td><td class=SDescription>Builds needed target node properties, like the node&rsquo;s id.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
+<div class="CClass CTopic"><h2 class=CTitle><a name="tapestry.event"></a>tapestry.<span class=HB> </span>event</h2><div class=CBody><p class=CParagraph>Utility functions that handle converting javascript event objects into a name/value pair format that can be sent to the remote server.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#tapestry.event.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.event.buildEventProperties" id=link25 onMouseOver="ShowTip(event, 'tt13', 'link25')" onMouseOut="HideTip('tt13')">buildEventProperties</a></td><td class=SDescription>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</td></tr><tr
  class="SFunction SIndent1"><td class=SEntry><a href="#tapestry.event.buildTargetProperties" id=link26 onMouseOver="ShowTip(event, 'tt14', 'link26')" onMouseOut="HideTip('tt14')">buildTargetProperties</a></td><td class=SDescription>Generic function to build a properties object populated with relevent target data.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#tapestry.event.buildNodeProperties" id=link27 onMouseOver="ShowTip(event, 'tt15', 'link27')" onMouseOut="HideTip('tt15')">buildNodeProperties</a></td><td class=SDescription>Builds needed target node properties, like the node&rsquo;s id.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
 
 <div class="CGroup CTopic"><h3 class=CTitle><a name="tapestry.event.Functions"></a>Functions</h3></div>
 
@@ -58,7 +62,7 @@
 
 
 <!--START_ND_TOOLTIPS-->
-<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>bind:function(</td><td class=PParameter nowrap>url,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Core XHR bind function for tapestry internals. </div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>error:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>exception,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterPa
 rameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global error handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global load handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter n
 owrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Used by tapestry.load when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</div></div><div class=CToolTip id="tt5"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptContent:function(</td><td class=PParameter nowrap>element,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Manages loading javascript content for a specific incoming xml element.</div></div><div class=CToolTip id="tt6"><div class=CFunctio
 n><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptFromUrl:function(</td><td class=PParameter nowrap>url</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a url string and loads the javascript it points to as a normal document head script include section. </div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>presentException:function(</td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>When remote exceptions are caught on the server special xml blocks are returned to the client when the requests are initiated via 
 async IO. </div></div><div class=CToolTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>cleanConnect:function(</td><td class=PParameter nowrap>target,</td></tr><tr><td></td><td class=PParameter nowrap>event,</td></tr><tr><td></td><td class=PParameter nowrap>funcName</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Utility used to disconnect a previously connected event/function.</div></div><div class=CToolTip id="tt9"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>isServingRequests:function()</td></tr></table></blockquote>Utility used to find out if there are any ajax requests in progress.</div></div><div class=CToolTip id="tt10"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table bor
 der=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>getContentAsString:function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a dom node and returns its contents rendered in a string.</div></div><div class=CToolTip id="tt11"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>getElementAsString:function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a dom node and returns itself and its contents rendered in a string.</div></div><div class=CToolTip id="tt12"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildEventPropertie
 s:function(</td><td class=PParameter nowrap>event,</td></tr><tr><td></td><td class=PParameter nowrap>props</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</div></div><div class=CToolTip id="tt13"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildTargetProperties:function(</td><td class=PParameter nowrap>props,</td></tr><tr><td></td><td class=PParameter nowrap>target</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Generic function to build a properties object populated with relevent target data.</div></div><div class=CToolTip id="tt14"><div class=CFunction><blockquote><table border=0 cells
 pacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildNodeProperties:function(</td><td class=PParameter nowrap>props,</td></tr><tr><td></td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Builds needed target node properties, like the node&rsquo;s id.</div></div><!--END_ND_TOOLTIPS-->
+<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>bind:function(</td><td class=PParameter nowrap>url,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Core XHR bind function for tapestry internals. </div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>error:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>exception,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterPa
 rameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global error handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global load handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadJson:function(</td><td class=PParameter nowr
 ap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt5"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Used by tapestry.load when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</div></div><div class=CToolTi
 p id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptContent:function(</td><td class=PParameter nowrap>element,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Manages loading javascript content for a specific incoming xml element.</div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptFromUrl:function(</td><td class=PParameter nowrap>url</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a url string and loads the javascript it points to as a normal document head script include section. </div></div><div class=CTo
 olTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>presentException:function(</td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>When remote exceptions are caught on the server special xml blocks are returned to the client when the requests are initiated via async IO. </div></div><div class=CToolTip id="tt9"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>cleanConnect:function(</td><td class=PParameter nowrap>target,</td></tr><tr><td></td><td class=PParameter nowrap>event,</td></tr><tr><td></td><td class=PParameter nowrap>funcName</td><td class=PAfterParameters nowra
 p>)</td></tr></table></td></tr></table></blockquote>Utility used to disconnect a previously connected event/function.</div></div><div class=CToolTip id="tt10"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>isServingRequests:function()</td></tr></table></blockquote>Utility used to find out if there are any ajax requests in progress.</div></div><div class=CToolTip id="tt11"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>getContentAsString:function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a dom node and returns its contents rendered in a string.</div></div><div class=CToolTip id="tt12"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 
 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>getElementAsString:function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a dom node and returns itself and its contents rendered in a string.</div></div><div class=CToolTip id="tt13"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildEventProperties:function(</td><td class=PParameter nowrap>event,</td></tr><tr><td></td><td class=PParameter nowrap>props</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes an incoming browser generated event (like key/mouse events) and creates a js object holding the basic values of the event in order for it to be submitted to the server.</div></div><div class=CToolTip id="tt14"><div class=CFunction><blockquote><tabl
 e border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildTargetProperties:function(</td><td class=PParameter nowrap>props,</td></tr><tr><td></td><td class=PParameter nowrap>target</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Generic function to build a properties object populated with relevent target data.</div></div><div class=CToolTip id="tt15"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildNodeProperties:function(</td><td class=PParameter nowrap>props,</td></tr><tr><td></td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Builds needed target node properties, like the node&rsquo;s id.</div></div><!--END_ND_TOOLTIPS-->
 
 <script language=JavaScript><!--
 if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>

Modified: tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Functions.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Functions.html?view=diff&rev=550229&r1=550228&r2=550229
==============================================================================
--- tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Functions.html (original)
+++ tapestry/tapestry4/trunk/src/site/resources/jsdoc/index/Functions.html Sun Jun 24 06:48:45 2007
@@ -14,7 +14,7 @@
 
 
 
-<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! &middot; 0-9 &middot; <a href="#A">A</a> &middot; <a href="#B">B</a> &middot; <a href="#C">C</a> &middot; D &middot; <a href="#E">E</a> &middot; <a href="#F">F</a> &middot; <a href="#G">G</a> &middot; H &middot; <a href="#I">I</a> &middot; J &middot; K &middot; <a href="#L">L</a> &middot; M &middot; N &middot; O &middot; <a href="#P">P</a> &middot; Q &middot; <a href="#R">R</a> &middot; <a href="#S">S</a> &middot; T &middot; U &middot; V &middot; W &middot; X &middot; Y &middot; Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="A"></a>A</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachAjaxStatus" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>attachAjaxStatus</a>, <span class=IParent>tapestry.fx</span
 ></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachPostEffect" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')" class=ISymbol>attachPostEffect</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachPreEffect" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')" class=ISymbol>attachPreEffect</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=IHeading><a name="B"></a>B</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.bind" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')" class=ISymbol>bind</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href
 ="../files/core-js.html#tapestry.event.buildEventProperties" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')" class=ISymbol>buildEventProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.event.buildNodeProperties" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')" class=ISymbol>buildNodeProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.event.buildTargetProperties" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')" class=ISymbol>buildTargetProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=IHeading><a name="C"></a>C</td><td></td></tr><tr><td clas
 s=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.cancel" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')" class=ISymbol>cancel</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.cleanConnect" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')" class=ISymbol>cleanConnect</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.clearProfiles" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')" class=ISymbol>clearProfiles</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=IHeading><a name="E"></a>E</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><
 a href="../files/core-js.html#tapestry.error" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')" class=ISymbol>error</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="F"></a>F</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/widget/TDebugConsole-js.html#fillInTemplate" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')" class=ISymbol>fillInTemplate</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.focusField" id=link13 onMouseOver="ShowTip(event, 'tt13', 'link13')" onMouseOut="HideTip('tt13')" class=ISymbol>focusField</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=IHeading><a name="G"></a>G</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core
 -js.html#tapestry.html.getContentAsString" id=link14 onMouseOver="ShowTip(event, 'tt14', 'link14')" onMouseOut="HideTip('tt14')" class=ISymbol>getContentAsString</a>, <span class=IParent>tapestry.html</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.html.getElementAsString" id=link15 onMouseOver="ShowTip(event, 'tt15', 'link15')" onMouseOut="HideTip('tt15')" class=ISymbol>getElementAsString</a>, <span class=IParent>tapestry.html</span></td></tr><tr><td class=IHeading><a name="I"></a>I</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.isServingRequests" id=link16 onMouseOver="ShowTip(event, 'tt16', 'link16')" onMouseOut="HideTip('tt16')" class=ISymbol>isServingRequests</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFi
 rstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.load" id=link17 onMouseOver="ShowTip(event, 'tt17', 'link17')" onMouseOut="HideTip('tt17')" class=ISymbol>load</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadContent" id=link18 onMouseOver="ShowTip(event, 'tt18', 'link18')" onMouseOut="HideTip('tt18')" class=ISymbol>loadContent</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadScriptContent" id=link19 onMouseOver="ShowTip(event, 'tt19', 'link19')" onMouseOut="HideTip('tt19')" class=ISymbol>loadScriptContent</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadScriptFromUrl" id=link20 onMouseOver="ShowTip(event, 'tt20', 'link20'
 )" onMouseOut="HideTip('tt20')" class=ISymbol>loadScriptFromUrl</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="P"></a>P</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/widget/AlertDialog-js.html#postCreate" id=link21 onMouseOver="ShowTip(event, 'tt21', 'link21')" onMouseOut="HideTip('tt21')" class=ISymbol>postCreate</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.presentException" id=link22 onMouseOver="ShowTip(event, 'tt22', 'link22')" onMouseOut="HideTip('tt22')" class=ISymbol>presentException</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="R"></a>R</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.refresh" id=link23 onMouseOver="ShowTip(event, 'tt23', 'link23')" onMouse
 Out="HideTip('tt23')" class=ISymbol>refresh</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.registerForm" id=link24 onMouseOver="ShowTip(event, 'tt24', 'link24')" onMouseOut="HideTip('tt24')" class=ISymbol>registerForm</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.registerProfile" id=link25 onMouseOver="ShowTip(event, 'tt25', 'link25')" onMouseOut="HideTip('tt25')" class=ISymbol>registerProfile</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.removeAll" id=link26 onMouseOver="ShowTip(event, 'tt26', 'link26')" onMouseOut="HideTip('tt26')" class=ISymbol>removeAll</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=IHeading><a 
 name="S"></a>S</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.setFormValidating" id=link27 onMouseOver="ShowTip(event, 'tt27', 'link27')" onMouseOut="HideTip('tt27')" class=ISymbol>setFormValidating</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.submit" id=link28 onMouseOver="ShowTip(event, 'tt28', 'link28')" onMouseOut="HideTip('tt28')" class=ISymbol>submit</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.submitAsync" id=link29 onMouseOver="ShowTip(event, 'tt29', 'link29')" onMouseOut="HideTip('tt29')" class=ISymbol>submitAsync</a>, <span class=IParent>tapestry.form</span></td></tr></table>
+<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! &middot; 0-9 &middot; <a href="#A">A</a> &middot; <a href="#B">B</a> &middot; <a href="#C">C</a> &middot; D &middot; <a href="#E">E</a> &middot; <a href="#F">F</a> &middot; <a href="#G">G</a> &middot; H &middot; <a href="#I">I</a> &middot; J &middot; K &middot; <a href="#L">L</a> &middot; M &middot; N &middot; O &middot; <a href="#P">P</a> &middot; Q &middot; <a href="#R">R</a> &middot; <a href="#S">S</a> &middot; T &middot; U &middot; V &middot; W &middot; X &middot; Y &middot; Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="A"></a>A</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachAjaxStatus" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>attachAjaxStatus</a>, <span class=IParent>tapestry.fx</span
 ></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachPostEffect" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')" class=ISymbol>attachPostEffect</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.attachPreEffect" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')" class=ISymbol>attachPreEffect</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=IHeading><a name="B"></a>B</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.bind" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')" class=ISymbol>bind</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href
 ="../files/core-js.html#tapestry.event.buildEventProperties" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')" class=ISymbol>buildEventProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.event.buildNodeProperties" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')" class=ISymbol>buildNodeProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.event.buildTargetProperties" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')" class=ISymbol>buildTargetProperties</a>, <span class=IParent>tapestry.<span class=HB> </span>event</span></td></tr><tr><td class=IHeading><a name="C"></a>C</td><td></td></tr><tr><td clas
 s=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.cancel" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')" class=ISymbol>cancel</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.cleanConnect" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')" class=ISymbol>cleanConnect</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.clearProfiles" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')" class=ISymbol>clearProfiles</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=IHeading><a name="E"></a>E</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><
 a href="../files/core-js.html#tapestry.error" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')" class=ISymbol>error</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="F"></a>F</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/widget/TDebugConsole-js.html#fillInTemplate" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')" class=ISymbol>fillInTemplate</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.focusField" id=link13 onMouseOver="ShowTip(event, 'tt13', 'link13')" onMouseOut="HideTip('tt13')" class=ISymbol>focusField</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=IHeading><a name="G"></a>G</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core
 -js.html#tapestry.html.getContentAsString" id=link14 onMouseOver="ShowTip(event, 'tt14', 'link14')" onMouseOut="HideTip('tt14')" class=ISymbol>getContentAsString</a>, <span class=IParent>tapestry.html</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.html.getElementAsString" id=link15 onMouseOver="ShowTip(event, 'tt15', 'link15')" onMouseOut="HideTip('tt15')" class=ISymbol>getElementAsString</a>, <span class=IParent>tapestry.html</span></td></tr><tr><td class=IHeading><a name="I"></a>I</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.isServingRequests" id=link16 onMouseOver="ShowTip(event, 'tt16', 'link16')" onMouseOut="HideTip('tt16')" class=ISymbol>isServingRequests</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFi
 rstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.load" id=link17 onMouseOver="ShowTip(event, 'tt17', 'link17')" onMouseOut="HideTip('tt17')" class=ISymbol>load</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadContent" id=link18 onMouseOver="ShowTip(event, 'tt18', 'link18')" onMouseOut="HideTip('tt18')" class=ISymbol>loadContent</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadJson" id=link19 onMouseOver="ShowTip(event, 'tt19', 'link19')" onMouseOut="HideTip('tt19')" class=ISymbol>loadJson</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadScriptContent" id=link20 onMouseOver="ShowTip(event, 'tt20', 'link20')" onMouseOut="HideTip('tt20')" class=I
 Symbol>loadScriptContent</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.loadScriptFromUrl" id=link21 onMouseOver="ShowTip(event, 'tt21', 'link21')" onMouseOut="HideTip('tt21')" class=ISymbol>loadScriptFromUrl</a>, <span class=IParent>tapestry</span></td></tr><tr><td class=IHeading><a name="P"></a>P</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/widget/AlertDialog-js.html#postCreate" id=link22 onMouseOver="ShowTip(event, 'tt22', 'link22')" onMouseOut="HideTip('tt22')" class=ISymbol>postCreate</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/core-js.html#tapestry.presentException" id=link23 onMouseOver="ShowTip(event, 'tt23', 'link23')" onMouseOut="HideTip('tt23')" class=ISymbol>presentException</a>, <span class=IParent>tapestry</span>
 </td></tr><tr><td class=IHeading><a name="R"></a>R</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.refresh" id=link24 onMouseOver="ShowTip(event, 'tt24', 'link24')" onMouseOut="HideTip('tt24')" class=ISymbol>refresh</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.registerForm" id=link25 onMouseOver="ShowTip(event, 'tt25', 'link25')" onMouseOut="HideTip('tt25')" class=ISymbol>registerForm</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.registerProfile" id=link26 onMouseOver="ShowTip(event, 'tt26', 'link26')" onMouseOut="HideTip('tt26')" class=ISymbol>registerProfile</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbs
 p;</td><td class=IEntry><a href="../files/fx-js.html#tapestry.fx.removeAll" id=link27 onMouseOver="ShowTip(event, 'tt27', 'link27')" onMouseOut="HideTip('tt27')" class=ISymbol>removeAll</a>, <span class=IParent>tapestry.fx</span></td></tr><tr><td class=IHeading><a name="S"></a>S</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.setFormValidating" id=link28 onMouseOver="ShowTip(event, 'tt28', 'link28')" onMouseOut="HideTip('tt28')" class=ISymbol>setFormValidating</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.html#tapestry.form.submit" id=link29 onMouseOver="ShowTip(event, 'tt29', 'link29')" onMouseOut="HideTip('tt29')" class=ISymbol>submit</a>, <span class=IParent>tapestry.form</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/form-js.ht
 ml#tapestry.form.submitAsync" id=link30 onMouseOver="ShowTip(event, 'tt30', 'link30')" onMouseOut="HideTip('tt30')" class=ISymbol>submitAsync</a>, <span class=IParent>tapestry.form</span></td></tr></table>
 <!--START_ND_TOOLTIPS-->
 <div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>attachAjaxStatus:function(</td><td class=PParameter nowrap>a1</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Allows specifying a dom node that will be shown or hidden while ajax requests are in progress or have finished. </div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>attachPostEffect:function(</td><td class=PParameter nowrap>updateId,</td></tr><tr><td></td><td class=PParameter nowrap>animationFunc</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Schedules the execution of an effect when the specified content is r
 eturned through an XHR response.</div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>attachPreEffect:function(</td><td class=PParameter nowrap>triggerId,</td></tr><tr><td></td><td class=PParameter nowrap>animationFunc,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Schedules the execution of an effect when the specified link is clicked (and thus an XHR request begins).</div></div><!--END_ND_TOOLTIPS-->
 
@@ -44,19 +44,19 @@
 
 
 <!--START_ND_TOOLTIPS-->
-<div class=CToolTip id="tt17"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global load handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt18"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td cl
 ass=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Used by tapestry.load when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</div></div><div class=CToolTip id="tt19"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptContent:function(</td><td class=PParameter nowrap>element,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Manages loading javascript content for a specific incoming xml element.</div></div><div class=CToolTip id="tt20"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><t
 d class=PBeforeParameters nowrap>loadScriptFromUrl:function(</td><td class=PParameter nowrap>url</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a url string and loads the javascript it points to as a normal document head script include section. </div></div><!--END_ND_TOOLTIPS-->
+<div class=CToolTip id="tt17"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Global load handling function for dojo.io.bind requests. </div></div><div class=CToolTip id="tt18"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadContent:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>element</td><td cl
 ass=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Used by tapestry.load when handling xml responses to iterate over the tapestry specific xml response and appropriately load all content types / perform animations / execute scripts in the proper order / etc..</div></div><div class=CToolTip id="tt19"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadJson:function(</td><td class=PParameter nowrap>type,</td></tr><tr><td></td><td class=PParameter nowrap>data,</td></tr><tr><td></td><td class=PParameter nowrap>http,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt20"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cell
 spacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptContent:function(</td><td class=PParameter nowrap>element,</td></tr><tr><td></td><td class=PParameter nowrap>async</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Manages loading javascript content for a specific incoming xml element.</div></div><div class=CToolTip id="tt21"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>loadScriptFromUrl:function(</td><td class=PParameter nowrap>url</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Takes a url string and loads the javascript it points to as a normal document head script include section. </div></div><!--END_ND_TOOLTIPS-->
 
 
 <!--START_ND_TOOLTIPS-->
-<div class=CToolTip id="tt21"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>postCreate: function(</td><td class=PParameter nowrap>args,</td></tr><tr><td></td><td class=PParameter nowrap>frag,</td></tr><tr><td></td><td class=PParameter nowrap>parentComp</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Called after widget constructed.</div></div><div class=CToolTip id="tt22"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>presentException:function(</td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>When remote exceptions are caught on the s
 erver special xml blocks are returned to the client when the requests are initiated via async IO. </div></div><!--END_ND_TOOLTIPS-->
+<div class=CToolTip id="tt22"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>postCreate: function(</td><td class=PParameter nowrap>args,</td></tr><tr><td></td><td class=PParameter nowrap>frag,</td></tr><tr><td></td><td class=PParameter nowrap>parentComp</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Called after widget constructed.</div></div><div class=CToolTip id="tt23"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>presentException:function(</td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>kwArgs</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>When remote exceptions are caught on the s
 erver special xml blocks are returned to the client when the requests are initiated via async IO. </div></div><!--END_ND_TOOLTIPS-->
 
 
 <!--START_ND_TOOLTIPS-->
-<div class=CToolTip id="tt23"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>refresh:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Submits the form to the server in &ldquo;refresh&rdquo; mode, invoking any refresh listeners registered to the server side equivalent to the form passed in.</div></div><div class=CToolTip id="tt24"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>registerForm:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>async,</td></tr><tr><t
 d></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Registers the form with the local forms property so that there is a central reference of all tapestry forms.</div></div><div class=CToolTip id="tt25"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>registerProfile:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>profile</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Registers a form validation/translation profile. </div></div><div class=CToolTip id="tt26"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>removeAll:function()</td></tr></table></blockquote>Removes all registered effects (preEffects and postEffects).</div></div><!--
 END_ND_TOOLTIPS-->
+<div class=CToolTip id="tt24"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>refresh:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Submits the form to the server in &ldquo;refresh&rdquo; mode, invoking any refresh listeners registered to the server side equivalent to the form passed in.</div></div><div class=CToolTip id="tt25"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>registerForm:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>async,</td></tr><tr><t
 d></td><td class=PParameter nowrap>json</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Registers the form with the local forms property so that there is a central reference of all tapestry forms.</div></div><div class=CToolTip id="tt26"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>registerProfile:function(</td><td class=PParameter nowrap>id,</td></tr><tr><td></td><td class=PParameter nowrap>profile</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Registers a form validation/translation profile. </div></div><div class=CToolTip id="tt27"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>removeAll:function()</td></tr></table></blockquote>Removes all registered effects (preEffects and postEffects).</div></div><!--
 END_ND_TOOLTIPS-->
 
 
 <!--START_ND_TOOLTIPS-->
-<div class=CToolTip id="tt27"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>setFormValidating:function(</td><td class=PParameter nowrap>formId,</td></tr><tr><td></td><td class=PParameter nowrap>validate</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>If a form registered with the specified formId exists a local property will be set that causes validation to be turned on/off depending on the argument.</div></div><div class=CToolTip id="tt28"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>submit:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td c
 lass=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Submits the form specified, optionally setting the submitname hidden input field to the value of submitName to let the Form component on server know which button caused the submission. </div></div><div class=CToolTip id="tt29"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>submitAsync:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Does almost the same thing as tapestry.form.submit, but submits the request via XHR to the server asynchronously.</div></div><!--END_ND_TOOLTIPS-->
+<div class=CToolTip id="tt28"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>setFormValidating:function(</td><td class=PParameter nowrap>formId,</td></tr><tr><td></td><td class=PParameter nowrap>validate</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>If a form registered with the specified formId exists a local property will be set that causes validation to be turned on/off depending on the argument.</div></div><div class=CToolTip id="tt29"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>submit:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td c
 lass=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Submits the form specified, optionally setting the submitname hidden input field to the value of submitName to let the Form component on server know which button caused the submission. </div></div><div class=CToolTip id="tt30"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>submitAsync:function(</td><td class=PParameter nowrap>form,</td></tr><tr><td></td><td class=PParameter nowrap>content,</td></tr><tr><td></td><td class=PParameter nowrap>submitName,</td></tr><tr><td></td><td class=PParameter nowrap>parms</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Does almost the same thing as tapestry.form.submit, but submits the request via XHR to the server asynchronously.</div></div><!--END_ND_TOOLTIPS-->
 
 </div><!--Index-->