[richfaces-svn-commits] JBoss Rich Faces SVN: r14550 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.

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


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

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_form_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent	2009-06-08 12:47:49 UTC (rev 14549)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent	2009-06-08 12:49:59 UTC (rev 14550)
@@ -59,12 +59,12 @@
     <property>
         <name>onblur</name>
         <classname>java.lang.String</classname>
-        <description>JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
+        <description>The client-side script method to be called when the element loses the focus either when pointing a device or tabbing navigation. The attribute may be used with the same elements as onfocus</description>
     </property>
     <property>
         <name>onfocus</name>
         <classname>java.lang.String</classname>
-        <description>JavaScript code. The onfocus event occurs when an element gets focus</description>
+        <description>The client-side script method to be called when the element gets the focus</description>
     </property>
     
     <property>

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_form_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_form_attributes.ent	2009-06-08 12:47:49 UTC (rev 14549)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_form_attributes.ent	2009-06-08 12:49:59 UTC (rev 14550)
@@ -20,12 +20,12 @@
     <property>
         <name>onreset</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; a form is reseted. It only applies to the FORM element</description>
+        <description>The client-side script method to be called when a form is reset. It is only applied to the FORM element</description>
     </property>
     <property>
         <name>onsubmit</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; a form is submitted. It only applies to the FORM element</description>
+        <description>The client-side script method to be called when a form is submitted. It is only applied to the FORM element</description>
     </property>
     <property>
         <name>target</name>




More information about the richfaces-svn-commits mailing list