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

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


Author: ochikvina
Date: 2009-06-23 11:40:33 -0400 (Tue, 23 Jun 2009)
New Revision: 14697

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

Modified: branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2009-06-23 15:39:13 UTC (rev 14696)
+++ branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2009-06-23 15:40:33 UTC (rev 14697)
@@ -158,7 +158,7 @@
             <name>selectItemStyle</name>
             <classname>java.lang.String</classname>
             <description>
-            	Holds a fragment of a style sheet that applies to the component selected item
+            	CSS style rules to be applied to the component selected item
             </description>
         </property>
 
@@ -175,7 +175,7 @@
             <name>disabledItemStyle</name>
             <classname>java.lang.String</classname>
             <description>
-            	Holds a fragment of a style sheet that applies to the component disabled item
+            	CSS style rules to be applied to the component disabled item
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
@@ -219,7 +219,7 @@
             <name>itemStyle</name>
             <classname>java.lang.String</classname>
             <description>
-            	Holds a fragment of a style sheet that applies to the component item
+            	CSS style rules to be applied to the component item
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>




More information about the richfaces-svn-commits mailing list