Author: cluts
Date: 2008-04-30 09:12:40 -0400 (Wed, 30 Apr 2008)
New Revision: 8376
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
trunk/ui/calendar/src/main/config/component/calendar.xml
trunk/ui/datascroller/src/main/config/component/datascroller.xml
trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
Log:
RF-3228 - corrected description
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2008-04-30
13:06:40 UTC (rev 8375)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2008-04-30
13:12:40 UTC (rev 8376)
@@ -15,7 +15,8 @@
<property >
<name>ajaxSingle</name>
<classname>boolean</classname>
- <description>if "true", submits ONLY one field/link, instead of
all form controls</description>
+ <description>boolean attribute which provides possibility to limit JSF tree
processing(decoding, conversion/validation, value applying)
+to the component which send the request only</description>
</property>
<property >
@@ -36,13 +37,13 @@
<description>Id['s] (in format of call UIComponent.findComponent()) of
components, rendered in case of AjaxRequest caused by this component. Can be single id,
comma-separated list of Id's, or EL Expression with array or
Collection</description>
</property>
- <property >
- <name>process</name>
- <classname>java.lang.Object</classname>
- <description>Id['s] (in format of call UIComponent.findComponent()) of
components, processed at the phases 2-5 in case of AjaxRequest caused by this component.
Can be single id, comma-separated list of Id's, or EL Expression with array or
Collection</description>
- </property>
-
<property >
+ <name>process</name>
+ <classname>java.lang.Object</classname>
+ <description>Id['s] (in format of call UIComponent.findComponent()) of
components, processed at the phases 2-5 in case of AjaxRequest caused by this component.
Can be single id, comma-separated list of Id's, or EL Expression with array or
Collection</description>
+ </property>
+
+ <property >
<name>status</name>
<classname>java.lang.String</classname>
<description>ID (in format of call UIComponent.findComponent()) of Request
status component</description>
@@ -73,12 +74,12 @@
<classname>java.lang.String</classname>
<description>JavaScript code for call before DOM has been updated on client
side</description>
</property>
- <property >
- <name>focus</name>
- <classname>java.lang.String</classname>
- <description>id of element to set focus after request completed on client
side</description>
- </property>
<property >
+ <name>focus</name>
+ <classname>java.lang.String</classname>
+ <description>id of element to set focus after request completed on client
side</description>
+ </property>
+ <property >
<name>data</name>
<classname>java.lang.Object</classname>
<description>Serialized (on default with JSON) data passed on the client by
a developer on AJAX request. It's accessible via "data.foo"
syntax</description>
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-04-30 13:06:40 UTC (rev
8375)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-04-30 13:12:40 UTC (rev
8376)
@@ -433,8 +433,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- if "true", submits ONLY one field/link, instead of all
- form controls. Default value is "true".
+ boolean attribute which provides possibility to limit JSF tree processing(decoding,
conversion/validation, value applying) to the component which send the request only.
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-30 13:06:40
UTC (rev 8375)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-30 13:12:40
UTC (rev 8376)
@@ -198,7 +198,8 @@
<property>
<name>ajaxSingle</name>
<classname>boolean</classname>
- <description>If "true", submits ONLY one field/link, instead
of all form controls. Default value is "true".
+ <description>
+ Boolean attribute which provides possibility to limit JSF tree processing(decoding,
conversion/validation, value applying) to the component which send the request only.
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-04-30 13:06:40 UTC
(rev 8375)
+++ trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-04-30 13:12:40 UTC
(rev 8376)
@@ -340,8 +340,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- If this attribute set up in true upload request will be like as single.
- No components value in form will be updated after file uploaded. Default value is
"false".
+ Boolean attribute which provides possibility to limit JSF tree processing(decoding,
conversion/validation, value applying) to the component which send the request only.
</description>
<defaultvalue>false</defaultvalue>
</property>
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-30 13:06:40
UTC (rev 8375)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-30 13:12:40
UTC (rev 8376)
@@ -84,7 +84,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- if "true", the component tree is processed limited only to the
current component. Default value is "true".
+ Boolean attribute which provides possibility to limit JSF tree
processing(decoding, conversion/validation, value applying) to the component which send
the request only.
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-30 13:06:40 UTC
(rev 8375)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-30 13:12:40 UTC
(rev 8376)
@@ -382,8 +382,7 @@
<name>ajaxSingle</name>
<classname>boolean</classname>
<description>
- if "true", submit ONLY one field/link, instead of all
- form controls
+ Boolean attribute which provides possibility to limit JSF tree processing(decoding,
conversion/validation, value applying) to the component which send the request only.
</description>
</property>