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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 10:16:02 EDT 2009


Author: ochikvina
Date: 2009-04-30 10:16:02 -0400 (Thu, 30 Apr 2009)
New Revision: 13967

Modified:
   trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;

Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2009-04-30 13:57:34 UTC (rev 13966)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2009-04-30 14:16:02 UTC (rev 13967)
@@ -93,13 +93,13 @@
 		<property>
 			<name>resizeable</name>
 			<classname>boolean</classname>
-			<description> if "true" there is possibility to change component size. Default value is &quot;true&quot;.</description>
+			<description>If "true" there is possibility to change component size. Default value is &quot;true&quot;.</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>moveable</name>
 			<classname>boolean</classname>
-			<description> if "true" there is possibility to move component. Default value is &quot;true&quot;. </description>
+			<description>If "true" there is possibility to move component. Default value is &quot;true&quot;. </description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
@@ -124,41 +124,41 @@
 		<property>
 			<name>onshow</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; after panel is opened </description>
+			<description>The client side script method to be called when the modal panel is displayed</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onhide</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; after panel is closed </description>
+			<description>The client side script method to be called after the modal panel is hidden</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		
 		<property>
 			<name>onmove</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; before panel is moved </description>
+			<description>The client side script method to be called before the modal panel is moved</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		
 		<property>
 			<name>onbeforeshow</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; before panel is opened </description>
+			<description>The client side script method to be called before the modal panel is opened</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		
 		<property>
 			<name>onbeforehide</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; before panel is hidden </description>
+			<description>The client side script method to be called before the modal panel is hidden</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 			
 		<property>
 			<name>onresize</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; panel is resized </description>
+			<description>The client side script method to be called when the modal panel is resized</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		
@@ -238,49 +238,49 @@
 		<property>
 			<name>onmaskclick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is clicked outside modalPanel</description>
+			<description>The client side script method to be called when a left mouse button is clicked outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskdblclick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is double-clicked outside modalPanel</description>
+			<description>The client side script method to be called when a left mouse button is double-clicked outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskcontextmenu</name>
 			<classname>java.lang.String</classname>
-			<description> JavaScript handler to be called on right click outside modalPanel</description>
+			<description>The client side script method to be called when a right mouse button is clicked outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskmouseup</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is released outside modalPanel</description>
+			<description>The client side script method to be called when a mouse button is released outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskmousedown</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is pressed down outside modalPanel</description>
+			<description>The client side script method to be called when a mouse button is pressed down outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskmousemove</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is moved outside modalPanel</description>
+			<description>The client side script method to be called when a pointer is moved outside the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskmouseover</name>
 			<classname>java.lang.String</classname>
-			<description> HTML: a script expression; a pointer button is moved onto modalPanel</description>
+			<description>The client side script method to be called when a pointer is moved onto the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>
 			<name>onmaskmouseout</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is moved away modalPanel</description>
+			<description>The client side script method to be called when a pointer is moved away from the modal panel</description>
 			<defaultvalue><![CDATA[""]]></defaultvalue>
 		</property>
 		<property>




More information about the richfaces-svn-commits mailing list