[richfaces-svn-commits] JBoss Rich Faces SVN: r13951 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 08:37:20 EDT 2009


Author: ochikvina
Date: 2009-04-30 08:37:20 -0400 (Thu, 30 Apr 2009)
New Revision: 13951

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unifying the event handlers descriptions;

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	2009-04-30 12:29:13 UTC (rev 13950)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2009-04-30 12:37:20 UTC (rev 13951)
@@ -70,12 +70,12 @@
     <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>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>focus</name>




More information about the richfaces-svn-commits mailing list