Author: smukhina
Date: 2008-08-14 08:24:54 -0400 (Thu, 14 Aug 2008)
New Revision: 10093
Modified:
trunk/ui/hotKey/src/main/config/component/hotKey.xml
Log:
https://jira.jboss.org/jira/browse/RF-4021 - description is added to the attribute
Modified: trunk/ui/hotKey/src/main/config/component/hotKey.xml
===================================================================
--- trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-08-14 12:17:45 UTC (rev
10092)
+++ trunk/ui/hotKey/src/main/config/component/hotKey.xml 2008-08-14 12:24:54 UTC (rev
10093)
@@ -89,7 +89,8 @@
<property>
<name>disableInInputTypes</name>
<classname>java.lang.String</classname>
- <defaultvalue>""</defaultvalue>
+ <description>Defines the types of the inputs not to be influenced with hotKey
component. Possible values: buttons, texts and all (default). By default it is empty and
this means ALL the types.</description>
+ <defaultvalue>"all"</defaultvalue>
</property>
</component>
</components>