[richfaces-svn-commits] JBoss Rich Faces SVN: r571 - in trunk: richfaces/datascroller/src/main/config/component and 5 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 26 11:50:21 EDT 2007


Author: vkukharchuk
Date: 2007-04-26 11:50:21 -0400 (Thu, 26 Apr 2007)
New Revision: 571

Modified:
   trunk/docs/userguide/en/modules/treeNode_table.xml
   trunk/docs/userguide/en/modules/tree_table.xml
   trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
   trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
   trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
   trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
   trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
   trunk/richfaces/tree/src/main/config/component/commonTreeAttributes.ent
Log:


Modified: trunk/docs/userguide/en/modules/treeNode_table.xml
===================================================================
--- trunk/docs/userguide/en/modules/treeNode_table.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/docs/userguide/en/modules/treeNode_table.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -153,7 +153,7 @@
             </row>
             <row>
                <entry>reRender</entry>
-               <entry>Id[s] (in format of call  UIComopnent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</entry>
+               <entry>Id[s] (in format of call  UIComponent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</entry>
             </row>
             <row>
                <entry>selectedClass</entry>

Modified: trunk/docs/userguide/en/modules/tree_table.xml
===================================================================
--- trunk/docs/userguide/en/modules/tree_table.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/docs/userguide/en/modules/tree_table.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -182,7 +182,7 @@
             </row>
             <row>
                <entry>reRender</entry>
-               <entry>Id[s] (in format of call  UIComopnent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</entry>
+               <entry>Id[s] (in format of call  UIComponent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</entry>
             </row>
             <row>
                <entry>selectedClass</entry>

Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -101,7 +101,7 @@
 		<property>
 			<name>rendered</name>
 			<classname>java.lang.String</classname>
-			<description>If "true", this component is rendered.</description>
+			<description>If "false", this component is not rendered.</description>
 		</property>
 		<property>
 			<name>for</name>
@@ -161,7 +161,7 @@
 			<name>renderIfSinglePage</name>
 			<classname>boolean</classname>
 			<description>
-			 If renderIfSinglePage=true then display datascroller if the data hold on one page
+			 If "true" then display datascroller if the data hold on one page
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>

Modified: trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -169,7 +169,7 @@
 	    <property>
 	    	<name> barClass </name>
 	    	<classname>java.lang.String</classname>
-	    	<description>A name of CSS class </description>
+	    	<description>A name of CSS class  for the bar element.</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
 	    <property>
@@ -194,7 +194,7 @@
 	    <property>
 	    	<name> tipClass </name>
 	    	<classname>java.lang.String</classname>
-	    	<description>A name of CSS class </description>
+	    	<description>A name of CSS class for the tool tip element.</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
 		&ui_component_attributes;

Modified: trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -52,7 +52,7 @@
     	<property>
 	    	<name>step</name>
 	    	<classname>java.lang.String</classname>
-    		<description>Parameter that determines the step betwen nearest values while using handler</description>
+    		<description>Parameter that determines the step betwen nearest values while using handle.</description>
 	    	<defaultvalue><![CDATA["1"]]></defaultvalue>
 	    </property>
     	<property>

Modified: trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -65,7 +65,7 @@
             <name>bodyClass</name>
             <classname>java.lang.String</classname>
             <description>
-                A class that defines a style for a panel header
+                A class that defines a style for a panel content.
             </description>
         </property>
 

Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-26 15:50:21 UTC (rev 571)
@@ -377,7 +377,7 @@
 			<name>status</name>
 			<classname>java.lang.String</classname>
 			<description>
-				ID (in format of call UIComopnent.findComponent()) of
+				ID (in format of call UIComponent.findComponent()) of
 				Request status component
 			</description>
 		</property>

Modified: trunk/richfaces/tree/src/main/config/component/commonTreeAttributes.ent
===================================================================
--- trunk/richfaces/tree/src/main/config/component/commonTreeAttributes.ent	2007-04-26 15:36:24 UTC (rev 570)
+++ trunk/richfaces/tree/src/main/config/component/commonTreeAttributes.ent	2007-04-26 15:50:21 UTC (rev 571)
@@ -29,5 +29,5 @@
 	<property>
 		<name>reRender</name>
 		<classname>java.lang.Object</classname>
-   		<description>Id[s] (in format of call  UIComopnent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</description>
+   		<description>Id[s] (in format of call  UIComponent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Ids, or EL Expression  with array or Collection</description>
 	</property>




More information about the richfaces-svn-commits mailing list