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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 23 11:42:44 EDT 2009


Author: ochikvina
Date: 2009-06-23 11:42:44 -0400 (Tue, 23 Jun 2009)
New Revision: 14700

Modified:
   branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;

Modified: branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml	2009-06-23 15:42:23 UTC (rev 14699)
+++ branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml	2009-06-23 15:42:44 UTC (rev 14700)
@@ -130,7 +130,7 @@
 	    <property>
 	    	<name> inputStyle </name>
 	    	<classname>java.lang.String</classname>
-	    	<description>Holds a fragment of a style sheet that applies to the component input field</description>
+	    	<description>CSS style rules to be applied to the component input field</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
 	    <property>
@@ -181,7 +181,7 @@
 		<property>
 	    	<name> style </name>
 	    	<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the component
+			<description>CSS style rules to be applied to the component
 	    	</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
@@ -194,7 +194,7 @@
 		<property>
 	    	<name> barStyle </name>
 	    	<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the component bar element
+			<description>CSS style rules to be applied to the component bar element
 	    	</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
@@ -219,7 +219,7 @@
 	    <property>
 	    	<name> tipStyle </name>
 	    	<classname>java.lang.String</classname>
-	    	<description> Holds a fragment of a style sheet that applies to the tool tip element of the handle
+	    	<description>CSS style rules to be applied to the tool tip element of the handle
 	    	</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
@@ -232,7 +232,7 @@
 	    <property>
             <name>increaseStyle</name>
             <classname>java.lang.String</classname>
-	    	<description>Holds a fragment of a style sheet that applies to the increase arrow element
+	    	<description>CSS style rules to be applied to the increase arrow element
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
@@ -251,7 +251,7 @@
         <property>
             <name>decreaseStyle</name>
             <classname>java.lang.String</classname>
-        	<description>Holds a fragment of a style sheet that applies to the decrease arrow element
+        	<description>CSS style rules to be applied to the decrease arrow element
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>




More information about the richfaces-svn-commits mailing list