[richfaces-svn-commits] JBoss Rich Faces SVN: r13956 - trunk/ui/calendar/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 09:40:12 EDT 2009


Author: ochikvina
Date: 2009-04-30 09:40:12 -0400 (Thu, 30 Apr 2009)
New Revision: 13956

Modified:
   trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;

Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml	2009-04-30 13:15:58 UTC (rev 13955)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml	2009-04-30 13:40:12 UTC (rev 13956)
@@ -159,7 +159,7 @@
 			<name>popup</name>
 			<classname>boolean</classname>
 			<description>
-				If &quot;true&quot; calendar will be rendered initially
+				If &quot;true&quot;, the calendar will be rendered initially
 				as hidden with additional elements for calling as popup. Default value is &quot;true&quot;.
 			</description>
 			<defaultvalue>true</defaultvalue>
@@ -328,108 +328,108 @@
 		<property>
 			<name>oninputmouseover</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved onto</description>
+			<description>The client side script method to be called when a pointer is moved onto the input field</description>
 		</property>
 		<property>
 			<name>oninputmouseout</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved away</description>
+			<description>The client side script method to be called when a pointer is moved away from the input field</description>
 		</property>
 		<property>
 			<name>ondateselect</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke before some date cell was selected.</description>
+			<description>The client side script method to be called when some date cell is selected</description>
 		</property>
 		<property>
 			<name>ondateselected</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke after some date cell selected.</description>
+			<description>The client side script method to be called after some date cell is selected</description>
 		</property>
 		<property>
 			<name>ontimeselect</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke before new time was selected</description>
+			<description>The client side script method to be called before new time is selected</description>
 		</property>
 		<property>
 			<name>ontimeselected</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke after time selected</description>
+			<description>The client side script method to be called after time is selected</description>
 		</property>
 		<property>
 			<name>onchanged</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke when date or time was changed and applied to input</description>
+			<description>The client side script method to be called when the date or time is changed and applied to input</description>
 		</property>
 		<property>
 			<name>oncurrentdateselect</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke before current month was changed </description>
+			<description>The client side script method to be called when the current month or year is changed</description>
 		</property>
 		<property>
 			<name>oncurrentdateselected</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke after current month was changed </description>
+			<description>The client side script method to be called after the current month or year is changed</description>
 		</property>
 		<property>
 			<name>onexpand</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; calendar was opened</description>
+			<description>The client side script method to be called before the calendar popup is opened</description>
 		</property>
 		<property>
 			<name>oncollapse</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; calendar was closed</description>
+			<description>The client side script method to be called before the calendar popup is closed</description>
 		</property>
 		<property>
 			<name>ondatemouseover</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; to invoke when a pointer is moved to the date cell</description>
+			<description>The client side script method to be called when a pointer is moved onto the date cell</description>
 		</property>
 		<property>
 			<name>ondatemouseout</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved away the date cell</description>
+			<description>The client side script method to be called when a pointer is moved away from the date cell</description>
 		</property>
 
 		<property>
 			<name>oninputchange</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; the input field is changed</description>
+			<description>The client side script method to be called when the input field value is changed manually</description>
 		</property>
 		<property>
 			<name>oninputselect</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; the input field is selected</description>
+			<description>The client side script method to be called when the input field value is selected</description>
 		</property>
 		<property>
 			<name>oninputfocus</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; the input field got the focus</description>
+			<description>The client side script method to be called when the input field gets the focus</description>
 		</property>
 		<property>
 			<name>oninputblur</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; the input field lost the focus</description>
+			<description>The client side script method to be called when the input field loses the focus</description>
 		</property>
 		<property>
 			<name>oninputclick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; the input field is clicked</description>
+			<description>The client side script method to be called when the input field is clicked</description>
 		</property>
 		<property>
 			<name>oninputkeypress</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a key for the input field is pressed and released</description>
+			<description>The client side script method to be called when a key is pressed and released in the input field</description>
 		</property>
 		<property>
 			<name>oninputkeydown</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a key for the input field is pressed down</description>
+			<description>The client side script method to be called when a key is pressed down in the input field</description>
 		</property>
 		<property>
 			<name>oninputkeyup</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a key for the input field is released</description>
+			<description>The client side script method to be called when a key is released in the input field</description>
 		</property>
 
 		<property hidden="true">




More information about the richfaces-svn-commits mailing list