[richfaces-svn-commits] JBoss Rich Faces SVN: r4703 - trunk/ui/modal-panel/src/main/config/component and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 11 08:39:38 EST 2007


Author: sergeyhalipov
Date: 2007-12-11 08:39:38 -0500 (Tue, 11 Dec 2007)
New Revision: 4703

Modified:
   branches/3.1.x/ui/modal-panel/src/main/config/component/modalPanel.xml
   trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-1595

Modified: branches/3.1.x/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- branches/3.1.x/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-12-11 13:26:55 UTC (rev 4702)
+++ branches/3.1.x/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-12-11 13:39:38 UTC (rev 4703)
@@ -167,13 +167,23 @@
 			<description> If 'true' modalPanel should be autosizeable </description>
 			<defaultvalue>false</defaultvalue>
 		</property>
-		<property>
+		<property hidden="true" >
 			<name>requiredMessage</name>
 			<classname>java.lang.String</classname>
 			<description> A ValueExpression enabled attribute that, if present, will be used as the
 				text of the validation message for the "required" facility, if the "required"
 				facility is used </description>
 		</property>
+		<property hidden="true" >
+			<name>required</name>
+			<classname>boolean</classname>
+			<defaultvalue>false</defaultvalue>
+		</property>
+		<property hidden="true" >
+			<name>immediate</name>
+			<classname>boolean</classname>
+			<defaultvalue>false</defaultvalue>
+		</property>
 		<property>
 			<name>validatorMessage</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-12-11 13:26:55 UTC (rev 4702)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-12-11 13:39:38 UTC (rev 4703)
@@ -23,25 +23,13 @@
 			<classname>org.richfaces.taglib.ModalPanelTag</classname>
 			<superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
 		</tag>
-		<!--
-		<taghandler>
-			<classname>org.ajax4jsf.tag.TestHandler</classname>
-		</taghandler>
-		-->
-		&ui_component_attributes; &ui_input_attributes; &ui_output_attributes; 	&html_style_attributes;
-		<!--
+		
+		&ui_component_attributes;
+		&ui_input_attributes;
+		&ui_output_attributes;
+		&html_style_attributes;
+		
 		<property>
-			<name>param</name>
-			<classname>java.lang.String</classname>
-			<description>
-			</description>
-			<defaultvalue>"default"</defaultvalue>
-		</property>
-        -->
-        
-        
-        
-		<property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
 			<description>CSS style(s) is/are to be applied to component header when this component
@@ -183,12 +171,22 @@
 			<description> If 'true' modalPanel should be autosizeable </description>
 			<defaultvalue>false</defaultvalue>
 		</property>
-		<property>
+		<property hidden="true" >
 			<name>requiredMessage</name>
 			<classname>java.lang.String</classname>
 			<description> A ValueExpression enabled attribute that, if present, will be used as the
 				text of the validation message for the "required" facility, if the "required"
 				facility is used </description>
+		</property>
+		<property hidden="true" >
+			<name>required</name>
+			<classname>boolean</classname>
+			<defaultvalue>false</defaultvalue>
+		</property>
+		<property hidden="true" >
+			<name>immediate</name>
+			<classname>boolean</classname>
+			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>
 			<name>validatorMessage</name>




More information about the richfaces-svn-commits mailing list