[richfaces-svn-commits] JBoss Rich Faces SVN: r13953 - 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:53:28 EDT 2009


Author: ochikvina
Date: 2009-04-30 08:53:28 -0400 (Thu, 30 Apr 2009)
New Revision: 13953

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handler description is unified;

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent	2009-04-30 12:43:40 UTC (rev 13952)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent	2009-04-30 12:53:28 UTC (rev 13953)
@@ -3,6 +3,6 @@
     <property>
         <name>onselect</name>
         <classname>java.lang.String</classname>
-        <description>HTML: script expression; some text is selected in a text field. This attribute may be used with the INPUT and TEXTAREA elements</description>
+        <description>The client side script method to be called when some text is selected in the text field. This attribute can be used with the INPUT and TEXTAREA elements.</description>
     </property>
 </properties>




More information about the richfaces-svn-commits mailing list