Author: atsebro
Date: 2009-06-04 13:20:21 -0400 (Thu, 04 Jun 2009)
New Revision: 14507
Modified:
branches/community/3.3.X/ui/core/src/main/config/component/region.xml
Log:
RF-7303: <a4j:region> component review.
Modified: branches/community/3.3.X/ui/core/src/main/config/component/region.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/region.xml 2009-06-04
16:55:49 UTC (rev 14506)
+++ branches/community/3.3.X/ui/core/src/main/config/component/region.xml 2009-06-04
17:20:21 UTC (rev 14507)
@@ -72,12 +72,8 @@
<name>renderRegionOnly</name>
<classname>boolean</classname>
<description>
- Flag to disable rendering in AJAX responses content
- outside of active region. If this attribute set to
- "true" , no one of the components outside of region will
- be included to AJAX response. If set to "false", search
- for components to include in response will be performed
- on all tree. Default value is "false".
+ Excludes all the components from the outside of the region from updating on the
page on Renderer Response phase.
+ Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
Show replies by date