[richfaces-svn-commits] JBoss Rich Faces SVN: r11689 - trunk/ui/dropdown-menu/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 10 08:06:12 EST 2008


Author: atsebro
Date: 2008-12-10 08:06:12 -0500 (Wed, 10 Dec 2008)
New Revision: 11689

Modified:
   trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
Log:
RF-2087: DDMenu description update

Modified: trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2008-12-10 12:06:16 UTC (rev 11688)
+++ trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2008-12-10 13:06:12 UTC (rev 11689)
@@ -186,7 +186,7 @@
             <name>disabledLabelClass</name>
             <classname>java.lang.String</classname>
             <description>
-				Space-separated list of CSS style class(es) that are be applied to disabled label of DD menu
+                  Space-separated list of CSS style class(es) applied to dropdown menu label when it is disabled. 
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
@@ -194,11 +194,20 @@
             <name>selectedLabelClass</name>
             <classname>java.lang.String</classname>
             <description>
-				Space-separated list of CSS style class(es) that are be applied to selected label of DD menu
+                  Space-separated list of CSS style class(es) applied to dropdown menu label when it is selected.
             </description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
 
+          <property>
+                <name>labelClass</name>
+                <classname>java.lang.String</classname>
+                <description>
+                      Space-separated list of CSS style class(es) applied to dropdown menu label in it normal (neither selected nor disabled) sate.
+                </description>
+                <defaultvalue><![CDATA[""]]></defaultvalue>
+          </property>
+
         <property>
             <name>itemStyle</name>
             <classname>java.lang.String</classname>




More information about the richfaces-svn-commits mailing list