[richfaces-svn-commits] JBoss Rich Faces SVN: r14549 - branches/community/3.3.X/ui/core/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 8 08:47:49 EDT 2009


Author: ochikvina
Date: 2009-06-08 08:47:49 -0400 (Mon, 08 Jun 2009)
New Revision: 14549

Modified:
   branches/community/3.3.X/ui/core/src/main/config/component/poll.xml
   branches/community/3.3.X/ui/core/src/main/config/component/queue.xml
   branches/community/3.3.X/ui/core/src/main/config/component/support.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;

Modified: branches/community/3.3.X/ui/core/src/main/config/component/poll.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/poll.xml	2009-06-08 12:46:19 UTC (rev 14548)
+++ branches/community/3.3.X/ui/core/src/main/config/component/poll.xml	2009-06-08 12:47:49 UTC (rev 14549)
@@ -55,8 +55,7 @@
 			<name>onsubmit</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code for call before submission of ajax
-				event
+				The client-side script method to be called before an ajax request is submitted
 			</description>
 		</property>
 		<property>

Modified: branches/community/3.3.X/ui/core/src/main/config/component/queue.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/queue.xml	2009-06-08 12:46:19 UTC (rev 14548)
+++ branches/community/3.3.X/ui/core/src/main/config/component/queue.xml	2009-06-08 12:47:49 UTC (rev 14549)
@@ -65,22 +65,22 @@
 		<property>
 			<name>onsubmit</name>
 	        <classname>java.lang.String</classname>
-			<description>JavaScript code for call before submission of an ajax request</description>
+			<description>The client-side script method to be called before an ajax request is submitted</description>
 		</property>
 		<property>
 			<name>onbeforedomupdate</name>
 	        <classname>java.lang.String</classname>
-			<description>JavaScript code for call before DOM has been updated on client side</description>
+			<description>The client-side script method to be called before DOM is updated</description>
 		</property>
 		<property>
 			<name>oncomplete</name>
 	        <classname>java.lang.String</classname>
-			<description>JavaScript code for call after request completed on client side</description>
+			<description>The client-side script method to be called after the request is completed</description>
 		</property>
 		<property>
 			<name>onerror</name>
 	        <classname>java.lang.String</classname>
-			<description>HTML: a script expression; event fires whenever an JavaScript server-side error occurs</description>
+			<description>The client-side script method to be called whenever a JavaScript error occurs</description>
 		</property>
 		<property>
 			<name>sizeExceededBehavior</name>
@@ -91,17 +91,17 @@
 		<property>
 			<name>onsizeexceeded</name>
 	        <classname>java.lang.String</classname>
-			<description>A script expression; a size is exceed</description>
+			<description>The client-side script method to be called when a size is exceeded</description>
 		</property>
 		<property>
 			<name>onrequestqueue</name>
 			<classname>java.lang.String</classname>
-			<description>JavaScript code for call after the request has got into the queue</description>
+			<description>The client-side script method to be called when the request is added to the queue</description>
 		</property>
 		<property>
 			<name>onrequestdequeue</name>
 			<classname>java.lang.String</classname>
-			<description>JavaScript code for call after the request has removed from the queue</description>
+			<description>The client-side script method to be called after the request is removed from the queue</description>
 		</property>
 		
 		<property>

Modified: branches/community/3.3.X/ui/core/src/main/config/component/support.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/support.xml	2009-06-08 12:46:19 UTC (rev 14548)
+++ branches/community/3.3.X/ui/core/src/main/config/component/support.xml	2009-06-08 12:47:49 UTC (rev 14549)
@@ -85,8 +85,7 @@
 			<name>onsubmit</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code for call before submission of ajax
-				event
+				The client-side script method to be called before an ajax request is submitted
 			</description>
 		</property>
 		<property el="false">




More information about the richfaces-svn-commits mailing list