[richfaces-svn-commits] JBoss Rich Faces SVN: r14633 - branches/community/3.3.X/ui/drag-drop/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 17 05:16:10 EDT 2009


Author: ochikvina
Date: 2009-06-17 05:16:10 -0400 (Wed, 17 Jun 2009)
New Revision: 14633

Modified:
   branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes definitions;

Modified: branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
--- branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml	2009-06-17 09:15:23 UTC (rev 14632)
+++ branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml	2009-06-17 09:16:10 UTC (rev 14633)
@@ -38,17 +38,17 @@
 				<property>
                         <name>styleClass</name>
                         <classname>java.lang.String</classname>
-						  <description>Assigns one or more CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.</description>
+						  <description>Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.</description>
                 </property>
                 <property>
                         <name>acceptClass</name>
                         <classname>java.lang.String</classname>
-                	      <description>Assigns one or more CSS class names to the indicator which are applied when a drop is accepted</description>
+                	      <description>Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is accepted</description>
                 </property>
                 <property>
                         <name>rejectClass</name>
                         <classname>java.lang.String</classname>
-                		  <description>Assigns one or more CSS class names to the indicator which are applied when a drop is rejected</description>
+                		  <description>Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is rejected</description>
                 </property>
 	</component>
 </components>




More information about the richfaces-svn-commits mailing list