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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 14:07:39 EDT 2009


Author: ochikvina
Date: 2009-06-04 14:07:39 -0400 (Thu, 04 Jun 2009)
New Revision: 14515

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

Modified: branches/community/3.3.X/ui/layout/src/main/config/component/page.xml
===================================================================
--- branches/community/3.3.X/ui/layout/src/main/config/component/page.xml	2009-06-04 18:04:21 UTC (rev 14514)
+++ branches/community/3.3.X/ui/layout/src/main/config/component/page.xml	2009-06-04 18:07:39 UTC (rev 14515)
@@ -47,7 +47,7 @@
         <property>
             <name>oncontextmenu</name>
             <classname>java.lang.String</classname>
-            <description>HTML: a script expression</description>
+        	<description>The client-side script method to be called when the right mouse button is clicked over the component</description>
         </property>
 		<property>
 			<name>pageTitle</name>
@@ -60,14 +60,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>




More information about the richfaces-svn-commits mailing list