Author: msorokin
Date: 2008-04-26 07:32:13 -0400 (Sat, 26 Apr 2008)
New Revision: 8206
Modified:
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-26 08:37:42 UTC
(rev 8205)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-26 11:32:13 UTC
(rev 8206)
@@ -63,7 +63,7 @@
<name>grabCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates then you can grab and drag an object
+ List of comma separated cursors that indicates then you can grab and drag an object
</description>
<defaultvalue>""</defaultvalue>
</property>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-26 08:37:42 UTC
(rev 8205)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-26 11:32:13 UTC
(rev 8206)
@@ -55,7 +55,7 @@
<name>acceptCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when acceptable draggable over
dropzone
+ List of comma separated cursors that indicates when acceptable draggable over
dropzone
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -64,7 +64,7 @@
<name>rejectCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when rejectable draggable over
dropzone
+ List of comma separated cursors that indicates when rejectable draggable over
dropzone
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -73,7 +73,7 @@
<name>cursorTypeMapping</name>
<classname>java.lang.Object</classname>
<description>
- mapping between drop types and acceptable cursors
+ Mapping between drop types and acceptable cursors
</description>
</property>