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

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


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

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

Modified: branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml	2009-06-23 15:52:39 UTC (rev 14705)
+++ branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml	2009-06-23 15:54:42 UTC (rev 14706)
@@ -222,7 +222,7 @@
        		<property>
        			<name>disabledStyle</name>
        			<classname>java.lang.String</classname>
-       			<description>Holds a fragment of a style sheet that applies to the component disabled controls</description>
+       			<description>CSS style rules to be applied to the component disabled controls</description>
        		</property>
        		
        		<property>
@@ -234,7 +234,7 @@
        		<property>
        			<name>enabledStyle</name>
        			<classname>java.lang.String</classname>
-       			<description>Holds a fragment of a style sheet that applies to the component enabled controls</description>
+       			<description>CSS style rules to be applied to the component enabled controls</description>
        			
        		</property>
        		




More information about the richfaces-svn-commits mailing list