[richfaces-svn-commits] JBoss Rich Faces SVN: r13952 - 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:43:40 EDT 2009


Author: ochikvina
Date: 2009-04-30 08:43:40 -0400 (Thu, 30 Apr 2009)
New Revision: 13952

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

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent	2009-04-30 12:37:20 UTC (rev 13951)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent	2009-04-30 12:43:40 UTC (rev 13952)
@@ -20,16 +20,16 @@
         <name>disabled</name><classname>java.lang.String</classname><description>Disabled state of an element or button</description>
     </property>
     <property>
-        <name>onblur</name><classname>java.lang.String</classname><description>HTML: script expression; an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
+        <name>onblur</name><classname>java.lang.String</classname><description>The client side script method to be called when the element loses the focus either when pointing a device or tabbing navigation. It may be used for the same elements as onfocus</description>
     </property>
     <property>
-        <name>onchange</name><classname>java.lang.String</classname><description>HTML: script expression; element's value is changed</description>
+        <name>onchange</name><classname>java.lang.String</classname><description>The client side script method to be called when the element value is changed</description>
     </property>
     <property>
-        <name>onfocus</name><classname>java.lang.String</classname><description>HTML: script expression; the element got the focus</description>
+        <name>onfocus</name><classname>java.lang.String</classname><description>The client side script method to be called when the element gets the focus</description>
     </property>
     <property>
-        <name>onselect</name><classname>java.lang.String</classname><description>HTML: script expression; text is selected in an input field</description>
+        <name>onselect</name><classname>java.lang.String</classname><description>The client side script method to be called when some text is selected in the input field</description>
     </property>
     <property>
         <name>readonly</name><classname>java.lang.String</classname><description>Flag indicating that this component will prohibit




More information about the richfaces-svn-commits mailing list