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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 6 10:38:21 EDT 2007


Author: vkukharchuk
Date: 2007-06-06 10:38:21 -0400 (Wed, 06 Jun 2007)
New Revision: 1047

Modified:
   trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
   trunk/richfaces/dataTable/src/main/config/component/column.xml
   trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
   trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
   trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
   trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
   trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
   trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
   trunk/richfaces/tree/src/main/config/component/tree.xml
Log:


Modified: trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -32,7 +32,7 @@
 		<property>
 			<name>breakBefore</name>
 			<classname>java.lang.String</classname>
-			<description>if 'true' next column begins from the first row</description>
+			<description>if "true" next column begins from the first row</description>
 		</property>		
 		<property>
 			<name>columnClasses</name>

Modified: trunk/richfaces/dataTable/src/main/config/component/column.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/column.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/dataTable/src/main/config/component/column.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -48,7 +48,7 @@
 		<property>
 			<name>breakBefore</name>
 			<classname>boolean</classname>
-			<description>if 'true' next column begins from the first row</description>
+			<description>if "true" next column begins from the first row</description>
 		</property>
 		<property>
 			<name>headerClass</name>

Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -189,7 +189,7 @@
 		<property>
 			<name>ignoreDupResponses</name>
 			<classname>boolean</classname>
-			<description>If true, unfinished request will be aborted on new event
+			<description>If "true", unfinished request will be aborted on new event
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>

Modified: trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -111,7 +111,7 @@
 			<name>resizeable</name>
 			<classname>boolean</classname>
 			<description>
-				if 'true' there is possibily to change component size 
+				if "true" there is possibily to change component size 
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
@@ -119,7 +119,7 @@
 			<name>moveable</name>
 			<classname>boolean</classname>
 			<description>
-				if 'true' there is possibily to move component
+				if "true" there is possibily to move component
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>

Modified: trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -69,7 +69,7 @@
             <name>bodyClass</name>
             <classname>java.lang.String</classname>
             <description>
-                A class that defines a style for a panel content.
+                A class that defines a style for a panel content
             </description>
         </property>
 
@@ -77,7 +77,7 @@
             <name>switchType</name>
             <classname>java.lang.String</classname>
             <description>
-                <![CDATA[Facets switch algorithm: "client", "server"(default), "ajax".]]>
+                <![CDATA[Facets switch algorithm: "client", "server"(default), "ajax"]]>
             </description>
         </property>
         <property required="false" el="true" elonly="true">

Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -78,7 +78,7 @@
             <name>ajaxSingle</name>
             <classname>boolean</classname>
             <description>
-                if true, submit ONLY one field/link, instead of all
+                if "true", submit ONLY one field/link, instead of all
                 form controls
             </description>
             <defaultvalue>true</defaultvalue>
@@ -91,7 +91,7 @@
             <name>selfRendered</name>
             <classname>boolean</classname>
             <description>
-                If true, forces active Ajax region render response
+                If "true", forces active Ajax region render response
                 directly from stored components tree, bypasses page
                 processing. Can be used for increase performance. Also,
                 must be set to 'true' inside iteration components, such
@@ -135,7 +135,7 @@
             <classname>java.lang.String</classname>
             <description>
                 Name of the CSS class for a selected suggestion entry
-                element (table row).
+                element (table row)
             </description>
         </property>
         <property>
@@ -283,7 +283,7 @@
             <name>shadowOpacity</name>
             <classname>java.lang.String</classname>
             <description>
-                Attribute defines shadow opacity for suggestion content.
+                Attribute defines shadow opacity for suggestion content
             </description>
         </property>
         <property>
@@ -302,7 +302,7 @@
             <name>zindex</name>
             <classname>int</classname>
             <description>
-                Attribute is similar to the standard HTML attribute and can specify window placement relative to the content.
+                Attribute is similar to the standard HTML attribute and can specify window placement relative to the content
             </description>
             <defaultvalue>200</defaultvalue>
         </property>

Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -46,7 +46,7 @@
 	    	<name>validatorMessage</name>
 	    	<classname>java.lang.String</classname>
 	    	<description>
-			 	A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator.
+			 	A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
 			</description>
 	    </property>			
 		<property>

Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -87,7 +87,7 @@
 	    	<name>validatorMessage</name>
 	    	<classname>java.lang.String</classname>
 	    	<description>
-			 	A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator.
+			 	A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
 			</description>
 	    </property>		
 		<property hidden="true">
@@ -183,7 +183,7 @@
 		<property required="false" el="true" elonly="true">
 			<name>panelId</name>
 			<classname>java.lang.String</classname>
-			<description>Attribute defines Id for corresponding panel.
+			<description>Attribute defines Id for corresponding panel
 			</description>
 		</property>
 
@@ -369,7 +369,7 @@
 			<name>ajaxSingle</name>
 			<classname>boolean</classname>
 			<description>
-				if true, submit ONLY one field/link, instead of all
+				if "true", submit ONLY one field/link, instead of all
 				form controls
 			</description>
 		</property>

Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml	2007-06-06 14:35:32 UTC (rev 1046)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml	2007-06-06 14:38:21 UTC (rev 1047)
@@ -125,19 +125,19 @@
 		<property>
 			<name>showConnectingLines</name>
 			<classname>boolean</classname>
-			<description>If true, connecting lines are show</description>
+			<description>If "true", connecting lines are show</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>preserveDataInRequest</name>
 			<classname>boolean</classname>
-			<description>If true, data is preserved in a request</description>
+			<description>If "true", data is preserved in a request</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>ajaxSubmitSelection</name>
 			<classname>boolean</classname>
-			<description>If true, an Ajax request to be submit when selecting node</description>
+			<description>If "true", an Ajax request to be submit when selecting node</description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		
@@ -199,8 +199,8 @@
 			<name>toggleOnClick</name>
 			<classname>boolean</classname>
 			<description>
-				If false do not toggle node state on click.
-				If true, than node will be toggles on click on ether node content, 
+				If "false" do not toggle node state on click.
+				If "true", than node will be toggles on click on ether node content, 
 				or node icon. 
  				Default value is false.
 			</description>




More information about the richfaces-svn-commits mailing list