[richfaces-svn-commits] JBoss Rich Faces SVN: r13950 - 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:29:13 EDT 2009


Author: ochikvina
Date: 2009-04-30 08:29:13 -0400 (Thu, 30 Apr 2009)
New Revision: 13950

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.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/html_control_events.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent	2009-04-30 12:22:37 UTC (rev 13949)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent	2009-04-30 12:29:13 UTC (rev 13950)
@@ -3,17 +3,17 @@
     <property>
         <name>onblur</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; the element lost the focus</description>
+        <description>The client side script method to be called when the element loses the focus</description>
     </property>
     <property>
         <name>onfocus</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; the element got the focus</description>
+        <description>The client side script method to be called when the element gets the focus</description>
     </property>
     <property>
         <name>onchange</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; the element value was changed</description>
+        <description>The client side script method to be called when the element value is changed</description>
     </property>
     
     




More information about the richfaces-svn-commits mailing list