[richfaces-svn-commits] JBoss Rich Faces SVN: r805 - trunk/richfaces/panelmenu/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri May 18 09:06:45 EDT 2007


Author: dbiatenia
Date: 2007-05-18 09:06:45 -0400 (Fri, 18 May 2007)
New Revision: 805

Modified:
   trunk/richfaces/panelmenu/src/main/config/component/panelMenu.xml
Log:


Modified: trunk/richfaces/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/richfaces/panelmenu/src/main/config/component/panelMenu.xml	2007-05-18 12:42:08 UTC (rev 804)
+++ trunk/richfaces/panelmenu/src/main/config/component/panelMenu.xml	2007-05-18 13:06:45 UTC (rev 805)
@@ -308,7 +308,13 @@
 	    	<classname>java.lang.String</classname>
 	    	<description>Path to the icon to be displayed for the collapsed item state</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
-	    </property>
+	    </property>
+		<property>
+	    	<name>expanded</name>
+	    	<classname>boolean</classname>
+	    	<description>If “true” group will be displayed expanded initially.</description>
+	    	<defaultvalue>false</defaultvalue>
+	    </property>
 		<property>
 	    	<name>iconDisabled</name>
 	    	<classname>java.lang.String</classname>




More information about the richfaces-svn-commits mailing list