[richfaces-svn-commits] JBoss Rich Faces SVN: r4704 - branches/3.1.x/ui/componentControl/src/main/config/component.

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


Author: artdaw
Date: 2007-12-11 08:54:00 -0500 (Tue, 11 Dec 2007)
New Revision: 4704

Modified:
   branches/3.1.x/ui/componentControl/src/main/config/component/componentControl.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 - add attributes for componentControl

Modified: branches/3.1.x/ui/componentControl/src/main/config/component/componentControl.xml
===================================================================
--- branches/3.1.x/ui/componentControl/src/main/config/component/componentControl.xml	2007-12-11 13:39:38 UTC (rev 4703)
+++ branches/3.1.x/ui/componentControl/src/main/config/component/componentControl.xml	2007-12-11 13:54:00 UTC (rev 4704)
@@ -27,8 +27,14 @@
 		</taghandler>
 		-->
 		&ui_component_attributes;
-
 		<property>
+			<name>disableDefault</name>
+			<classname>boolean</classname>
+			<description>
+				If &quot;true&quot;, it is used to avoid a problem with form submit and modalPanel showing
+			</description>
+		</property>
+		<property>
 			<name>event</name>
 			<classname>java.lang.String</classname>
 			<description>
@@ -57,8 +63,8 @@
 			<classname>java.lang.String</classname>
 			<description>
 				The function of Javascript API that will be invoked. The API method
-				is attached to the 'component' property of the root DOM element that represents
-				the target component. The function has two parameters - event and params. See: 'params'
+				is attached to the &apos;component&apos; property of the root DOM element that represents
+				the target component. The function has two parameters - event and params. See: &apos;params&apos;
 				attribute for details.
 			</description>
 			<defaultvalue>""</defaultvalue>
@@ -92,6 +98,7 @@
 			<name>attachTiming</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Defines an Id of a component or HTML element listened by the control component
 			</description>
 			<defaultvalue>"immediate"</defaultvalue>
 		</property>




More information about the richfaces-svn-commits mailing list