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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 27 06:51:35 EDT 2008


Author: artdaw
Date: 2008-06-27 06:51:35 -0400 (Fri, 27 Jun 2008)
New Revision: 9267

Modified:
   trunk/ui/hotKey/src/main/config/component/hotKey.xml
Log:
http://jira.jboss.com/jira/browse/RF-3783 -  Attributes descriptions were added.

Modified: trunk/ui/hotKey/src/main/config/component/hotKey.xml
===================================================================
--- trunk/ui/hotKey/src/main/config/component/hotKey.xml	2008-06-27 09:54:05 UTC (rev 9266)
+++ trunk/ui/hotKey/src/main/config/component/hotKey.xml	2008-06-27 10:51:35 UTC (rev 9267)
@@ -36,6 +36,7 @@
 			<name>key</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines the hotkey itself
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -43,6 +44,7 @@
 			<name>timing</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines the key registration timing
 			</description>
 			<defaultvalue>"immediate"</defaultvalue>
 		</property>
@@ -50,6 +52,7 @@
 			<name>selector</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines a selector for query
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -57,6 +60,7 @@
 			<name>type</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines the type of a keyboard event (onkeyup onkeypress etc.)
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -64,6 +68,7 @@
 			<name>disableInInput</name>
 			<classname>java.lang.Boolean</classname>
 			<description>
+				Disables the hotkeys activated on input elements when the value of this attribute is &quot;true&quot;.
 			</description>
 		</property>
 		<property>
@@ -76,6 +81,7 @@
 			<name>handler</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines the JavaScript function name which is called on hotkey activation
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>




More information about the richfaces-svn-commits mailing list