[richfaces-svn-commits] JBoss Rich Faces SVN: r14448 - 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
Wed Jun 3 03:18:16 EDT 2009


Author: ochikvina
Date: 2009-06-03 03:18:16 -0400 (Wed, 03 Jun 2009)
New Revision: 14448

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the 'onclick' attribute description;

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent	2009-06-02 15:45:32 UTC (rev 14447)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent	2009-06-03 07:18:16 UTC (rev 14448)
@@ -3,7 +3,7 @@
     <property>
         <name>onclick</name>
         <classname>java.lang.String</classname>
-        <description>The clientside script method to be called when the element is clicked</description>
+        <description>The client side script method to be called when the element is clicked</description>
     </property>
     <property>
         <name>ondblclick</name>




More information about the richfaces-svn-commits mailing list