Author: artdaw
Date: 2008-07-28 09:28:18 -0400 (Mon, 28 Jul 2008)
New Revision: 9806
Modified:
trunk/ui/hotKey/src/main/config/component/hotKey.xml
Log:
https://jira.jboss.org/jira/browse/RF-3783 - "timing" attribute description was
edited
Modified: trunk/ui/hotKey/src/main/config/component/hotKey.xml
===================================================================
--- trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-07-28 13:27:02 UTC (rev
9805)
+++ trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-07-28 13:28:18 UTC (rev
9806)
@@ -44,7 +44,7 @@
<name>timing</name>
<classname>java.lang.String</classname>
<description>
- Defines the key registration timing
+ Defines the time when the hotkey is registered. Possible values are
"immediate" (by default), "onload", and
"onregistercall".
</description>
<defaultvalue>"immediate"</defaultvalue>
</property>
@@ -60,7 +60,7 @@
<name>type</name>
<classname>java.lang.String</classname>
<description>
- Defines the type of a keyboard event (onkeyup, onkeypress etc.)
+ Defines the type of a keyboard event (onkeyup, onkeypress, etc.)
</description>
<defaultvalue>""</defaultvalue>
</property>