Author: cluts
Date: 2008-06-28 04:55:23 -0400 (Sat, 28 Jun 2008)
New Revision: 9284
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
trunk/ui/core/src/main/config/component/include.xml
trunk/ui/core/src/main/config/component/outputPanel.xml
Log:
RF-696 - corrected description for "ajaxRendered" attribute
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent 2008-06-28
08:48:13 UTC (rev 9283)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent 2008-06-28
08:55:23 UTC (rev 9284)
@@ -5,7 +5,7 @@
<defaultvalue>true</defaultvalue>
<description>
Define, must be (or not) content of this component will be included in AJAX
response created by parent AJAX Container, even if not forced by reRender list of ajax
action.
- ignored if component marked to output by Ajax action.
+ Ignored if component marked to output by some Ajax action component.
</description>
</property>
<property>
Modified: trunk/ui/core/src/main/config/component/include.xml
===================================================================
--- trunk/ui/core/src/main/config/component/include.xml 2008-06-28 08:48:13 UTC (rev
9283)
+++ trunk/ui/core/src/main/config/component/include.xml 2008-06-28 08:55:23 UTC (rev
9284)
@@ -69,8 +69,8 @@
<description>Defines, whether the content of this component must be
(or not) included in AJAX response created by parent
AJAX Container, even if it is not forced by reRender
- list of ajax action. Ignored if component marked to
- output by Ajax action. Default value is
"false".</description>
+ list of ajax action. Ignored if component marked to output by some Ajax action
component.
+ Default value is "false".</description>
</property>
<property>
<name>keepTransient</name>
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-06-28 08:48:13 UTC (rev
9283)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-06-28 08:55:23 UTC (rev
9284)
@@ -65,8 +65,8 @@
Defines, whether the content of this component must be
(or not) included in AJAX response created by parent
AJAX Container, even if it is not forced by reRender
- list of ajax action. Ignored if component marked to
- output by Ajax action. Default value is "false".
+ list of ajax action. Ignored if component marked to output by some Ajax action
component.
+ Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
Show replies by date