[richfaces-svn-commits] JBoss Rich Faces SVN: r490 - in trunk/richfaces: togglePanel/src/main/config/component and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 23 12:10:19 EDT 2007


Author: vkukharchuk
Date: 2007-04-23 12:10:19 -0400 (Mon, 23 Apr 2007)
New Revision: 490

Modified:
   trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
   trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
Log:


Modified: trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/richfaces/panelbar/src/main/config/component/panelbar.xml	2007-04-23 15:26:24 UTC (rev 489)
+++ trunk/richfaces/panelbar/src/main/config/component/panelbar.xml	2007-04-23 16:10:19 UTC (rev 490)
@@ -48,13 +48,13 @@
     	<property>
 	    	<name>style</name>
 	    	<classname>java.lang.String</classname>
-	    	<description>The component style</description>
+    		<description>CSS style(s) is/are to be applied when this component is rendered</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
     	<property>
 	    	<name>styleClass</name>
 	    	<classname>java.lang.String</classname>
-	    	<description>The component style class</description>
+    		<description>Corresponds to the HTML class attribute.</description>
 	    </property>
         <property>
            <name>headerStyleActive</name>
@@ -72,11 +72,23 @@
            <classname>java.lang.String</classname>
            <description>Id of expanded panelBarItem</description>
         </property>
+		<property >
+			<name>converter</name>
+			<classname>javax.faces.convert.Converter</classname>
+			<description>
+				Id of Converter to be used or reference to a Converter.
+			</description>
+		</property> 
+		<property hidden="true">
+			<name>localValueSet</name>
+			<classname>boolean</classname>
+		</property>
+		
 	    
-	    
 		&ui_component_attributes;
 	    &header_component_attributes;
 	    &content_component_attributes;
+	    &ui_input_attributes;
 		<!--
 		<taghandler>
 			<classname>org.ajax4jsf.tag.TestHandler</classname>

Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-23 15:26:24 UTC (rev 489)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-23 16:10:19 UTC (rev 490)
@@ -75,7 +75,7 @@
 			</taghandler>
 		-->
 		&ui_component_attributes;
-		&ui_input_attributes.ent;
+		&ui_input_attributes;
 		<!--
 			<property>
 			<name>param</name>




More information about the richfaces-svn-commits mailing list