[richfaces-svn-commits] JBoss Rich Faces SVN: r14514 - 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
Thu Jun 4 14:04:21 EDT 2009


Author: ochikvina
Date: 2009-06-04 14:04:21 -0400 (Thu, 04 Jun 2009)
New Revision: 14514

Modified:
   branches/community/3.3.X/ui/core/src/main/config/component/page.xml
   branches/community/3.3.X/ui/core/src/main/config/component/status.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/page.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/page.xml	2009-06-04 17:39:20 UTC (rev 14513)
+++ branches/community/3.3.X/ui/core/src/main/config/component/page.xml	2009-06-04 18:04:21 UTC (rev 14514)
@@ -89,14 +89,14 @@
 			<name>onload</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code to execute on a page load.
+				The client-side script method to be called before a page is loaded
 			</description>
 		</property>
 		<property>
 			<name>onunload</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code to execute on a page unload.
+				The client-side script method to be called when a page is unloaded
 			</description>
 		</property>
 		<property>

Modified: branches/community/3.3.X/ui/core/src/main/config/component/status.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/status.xml	2009-06-04 17:39:20 UTC (rev 14513)
+++ branches/community/3.3.X/ui/core/src/main/config/component/status.xml	2009-06-04 18:04:21 UTC (rev 14514)
@@ -159,16 +159,15 @@
 			<name>onstart</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code, called on the start
-				of a request.
+				The client-side script method to be called at the start
+				of the request
 			</description>
 		</property>
 		<property>
 			<name>onstop</name>
 			<classname>java.lang.String</classname>
 			<description>
-				JavaScript code, called on the stop
-				of a request.
+				The client-side script method to be called when the request is finished
 			</description>
 		</property>
 	</component>     




More information about the richfaces-svn-commits mailing list