[richfaces-svn-commits] JBoss Rich Faces SVN: r2539 - trunk/ui/modal-panel/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 28 10:54:08 EDT 2007


Author: vkorluzhenko
Date: 2007-08-28 10:54:08 -0400 (Tue, 28 Aug 2007)
New Revision: 2539

Modified:
   trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 - added descriptions

Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-08-28 14:23:42 UTC (rev 2538)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-08-28 14:54:08 UTC (rev 2539)
@@ -112,12 +112,8 @@
 			<description> HTML CSS class attribute of element for pop-up suggestion content
 			</description>
 		</property>
+		
 		<property>
-			<name>keepVisualState</name>
-			<classname>boolean</classname>
-			<description> If 'true' modalPanel should save state after submittion </description>
-		</property>
-		<property>
 			<name>shadowDepth</name>
 			<classname>java.lang.String</classname>
 			<description> Pop-up shadow depth for suggestion content </description>
@@ -143,10 +139,17 @@
 		<property>
 			<name>keepVisualState</name>
 			<classname>boolean</classname>
-			<description> </description>
+			<description> If &quot;true&quot; modalPanel should save state after submittion </description>
 			<defaultvalue>false</defaultvalue>
 		</property>
+		
 		<property>
+			<name>visualOptions</name>
+			<classname>java.util.Map</classname>
+			<description>Defines options that were specified on the client side</description>
+			<defaultvalue/>
+		</property>
+		<property>
 			<name>tridentIVEngineSelectBehavior</name>
 			<classname>java.lang.String</classname>
 			<description> How to handle HTML SELECT-based controls in IE 6? - "disable" - default,




More information about the richfaces-svn-commits mailing list