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

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


Author: ochikvina
Date: 2009-06-17 05:15:03 -0400 (Wed, 17 Jun 2009)
New Revision: 14631

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

Modified: branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2009-06-17 09:14:41 UTC (rev 14630)
+++ branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2009-06-17 09:15:03 UTC (rev 14631)
@@ -82,14 +82,14 @@
             <name>styleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the container surrounding the component. Corresponds to the HTML &quot;class&quot; attribute.
+            	Assigns one or more space-separated CSS class names to the container surrounding the component. Corresponds to the HTML &quot;class&quot; attribute.
             </description>
         </property>
         <property>
             <name>fieldStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the component input field. The value of the &quot;manualInput&quot; attribute must
+            	Assigns one or more space-separated CSS class names to the component input field. The value of the &quot;manualInput&quot; attribute must
             	be &quot;true&quot;.
             </description>
         </property>
@@ -97,28 +97,28 @@
             <name>handleStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the component handle
+            	Assigns one or more space-separated CSS class names to the component handle
             </description>
         </property>
         <property>
             <name>trailerStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the trailer following the component handle
+            	Assigns one or more space-separated CSS class names to the trailer following the component handle
             </description>
         </property>
         <property>
             <name>trackStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the component track
+            	Assigns one or more space-separated CSS class names to the component track
             </description>
         </property>
         <property>
             <name>rangeStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-            	Assigns one or more CSS class names to the background div element wrapping a full range
+            	Assigns one or more space-separated CSS class names to the background div element wrapping a full range
             </description>
         </property>
         <property>




More information about the richfaces-svn-commits mailing list