Author: buildbot
Date: Sun Mar  3 00:22:46 2013
New Revision: 852742

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/built-in-mixins.html
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/component-mixins.html
    websites/production/tapestry/content/component-reference.html

Modified: websites/production/tapestry/content/built-in-mixins.html
==============================================================================
--- websites/production/tapestry/content/built-in-mixins.html (original)
+++ websites/production/tapestry/content/built-in-mixins.html Sun Mar  3 
00:22:46 2013
@@ -59,7 +59,7 @@
 <div id="ConfluenceContent"><p>Tapestry includes the following mixins 
out-of-the-box.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to an element 
that renders an element. At the end of the render, if the element is empty, 
then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";>Ov
 errideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when attached to a form field, causes that field to gain focus. Starting in 
Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client element 
to render its client id by ensuring that "getClientId" is called. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
attribute if the containing component is disabled </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <
 a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
informal parameters, at the end of the BeginRender phase. This mixin can be 
used with components that render a single tag inside the BeginRender phase. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
notifications to identify when it enters the BeginRender and AfterRender render 
phases </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html";>T
 riggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> when 
applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to any 
component that renders an element. At the end of the render, if the element is 
empty, then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";
 >OverrideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
 >when attached to a form field, causes that field to gain focus. Starting in 
 >Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client 
 >element to render its client id by ensuring that "getClientId" is called. 
 ></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 >shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
 >attribute if the containing component is disabled </td></tr><tr><td 
 >colspan="1" rowspan="1" class="confluenceTd"
 > <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
 > informal parameters, at the end of the BeginRender phase. This mixin can be 
 > used with components that render a single tag inside the BeginRender phase. 
 > </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 > shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
 > notifications to identify when it enters the BeginRender and AfterRender 
 > render phases </td></tr><tr><td colspan="1" rowspan="1" 
 > class="confluenceTd"> <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html
 ">TriggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
 </div>
 </div>
 </div>

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/component-mixins.html
==============================================================================
--- websites/production/tapestry/content/component-mixins.html (original)
+++ websites/production/tapestry/content/component-mixins.html Sun Mar  3 
00:22:46 2013
@@ -64,15 +64,15 @@
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
-                         <a shape="rect" 
href="component-cheat-sheet.html">Component Cheat Sheet</a>
+                         <a shape="rect" href="javascript.html">JavaScript</a>
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
-                         <a shape="rect" href="javascript.html">JavaScript</a>
+                         <a shape="rect" 
href="component-templates.html">Component Templates</a>
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
-                         <a shape="rect" 
href="component-templates.html">Component Templates</a>
+                         <a shape="rect" 
href="component-cheat-sheet.html">Component Cheat Sheet</a>
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
@@ -311,7 +311,7 @@
 <p>Tapestry includes the following mixins out-of-the-box.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to an element 
that renders an element. At the end of the render, if the element is empty, 
then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";>Ov
 errideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when attached to a form field, causes that field to gain focus. Starting in 
Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client element 
to render its client id by ensuring that "getClientId" is called. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
attribute if the containing component is disabled </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <
 a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
informal parameters, at the end of the BeginRender phase. This mixin can be 
used with components that render a single tag inside the BeginRender phase. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
notifications to identify when it enters the BeginRender and AfterRender render 
phases </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html";>T
 riggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> when 
applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to any 
component that renders an element. At the end of the render, if the element is 
empty, then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";
 >OverrideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
 >when attached to a form field, causes that field to gain focus. Starting in 
 >Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client 
 >element to render its client id by ensuring that "getClientId" is called. 
 ></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 >shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
 >attribute if the containing component is disabled </td></tr><tr><td 
 >colspan="1" rowspan="1" class="confluenceTd"
 > <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
 > informal parameters, at the end of the BeginRender phase. This mixin can be 
 > used with components that render a single tag inside the BeginRender phase. 
 > </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 > shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
 > notifications to identify when it enters the BeginRender and AfterRender 
 > render phases </td></tr><tr><td colspan="1" rowspan="1" 
 > class="confluenceTd"> <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html
 ">TriggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/tapestry/content/component-reference.html
==============================================================================
--- websites/production/tapestry/content/component-reference.html (original)
+++ websites/production/tapestry/content/component-reference.html Sun Mar  3 
00:22:46 2013
@@ -64,11 +64,11 @@
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
-                         <a shape="rect" 
href="component-classes.html">Component Classes</a>
+                         <a shape="rect" 
href="component-parameters.html">Component Parameters</a>
         
                                             </td></tr><tr><td colspan="1" 
rowspan="1">
                                  <span class="icon icon-page" 
title="Page">Page:</span>
-                         <a shape="rect" 
href="component-parameters.html">Component Parameters</a>
+                         <a shape="rect" 
href="component-classes.html">Component Classes</a>
         
                                             </td></tr></table>
 </div>
@@ -149,7 +149,7 @@
 <p>Tapestry includes the following mixins out-of-the-box.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to an element 
that renders an element. At the end of the render, if the element is empty, 
then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";>Ov
 errideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when attached to a form field, causes that field to gain focus. Starting in 
Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client element 
to render its client id by ensuring that "getClientId" is called. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
attribute if the containing component is disabled </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <
 a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
informal parameters, at the end of the BeginRender phase. This mixin can be 
used with components that render a single tag inside the BeginRender phase. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
notifications to identify when it enters the BeginRender and AfterRender render 
phases </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html";>T
 riggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> when 
applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html";>Autocomplete</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> modifies a text field 
to provide for auto-completion of text using values retrieved from the server 
as the user types. <a shape="rect" 
href="ajax-and-zones.html#AjaxandZones-autocomplete">See instructions</a>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/DiscardBody.html";>DiscardBody</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> discards a component's 
body. Returns false from the BeforeRenderBody phase, which prevents the 
rendering of the body. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <a shape="rect"
  class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/FormFieldFocus.html";>FormFieldFocus</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> instruments the outer 
Form on which component the focus should be activated. Replaced by 
OverrideFieldFocus starting in Tapestry 5.4. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/NotEmpty.html";>NotEmpty</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> attaches to any 
component that renders an element. At the end of the render, if the element is 
empty, then a non-breaking space (&amp;nbsp;) is injected into the element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" 
class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/OverrideFieldFocus.html";
 >OverrideFieldFocus</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
 >when attached to a form field, causes that field to gain focus. Starting in 
 >Tapestry 5.4, this supersedes FormFieldFocus. </td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html";>RenderClientId</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> forces a client 
 >element to render its client id by ensuring that "getClientId" is called. 
 ></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 >shape="rect" class="external-link" 
 >href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderDisabled.html";>RenderDisabled</a>
 > </td><td colspan="1" rowspan="1" class="confluenceTd"> renders an "disabled" 
 >attribute if the containing component is disabled </td></tr><tr><td 
 >colspan="1" rowspan="1" class="confluenceTd"
 > <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderInformals.html";>RenderInformals</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> renders out all 
 > informal parameters, at the end of the BeginRender phase. This mixin can be 
 > used with components that render a single tag inside the BeginRender phase. 
 > </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
 > shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderNotification.html";>RenderNotification</a>
 >  </td><td colspan="1" rowspan="1" class="confluenceTd"> triggers event 
 > notifications to identify when it enters the BeginRender and AfterRender 
 > render phases </td></tr><tr><td colspan="1" rowspan="1" 
 > class="confluenceTd"> <a shape="rect" class="external-link" 
 > href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/TriggerFragment.html
 ">TriggerFragment</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
when applied to a Checkbox or Radio component, links the input field and a 
FormFragment, making the field control the client-side visibility of the 
FormFragment </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a 
shape="rect" class="external-link" 
href="http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html";>ZoneRefresh</a>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> periodically refreshes 
a Zone by triggering an event on the server using ajax requests. 
</td></tr></tbody></table>
 </div>
 
 


Reply via email to