[richfaces-svn-commits] JBoss Rich Faces SVN: r1025 - in trunk: richfaces/dataTable/src/main/config/component and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 5 11:33:33 EDT 2007


Author: vkukharchuk
Date: 2007-06-05 11:33:33 -0400 (Tue, 05 Jun 2007)
New Revision: 1025

Modified:
   trunk/docs/userguide/en/included/dataTable.xml
   trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
   trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
   trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
   trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
   trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
   trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
Log:


Modified: trunk/docs/userguide/en/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/included/dataTable.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/docs/userguide/en/included/dataTable.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -76,7 +76,7 @@
        the <emphasis role="bold"><property>&lt;a4j:repeat&gt;</property></emphasis> outputs the standard HTML structure for table rendering.</para>
        <programlisting role="XML"><![CDATA[...
     <rich:dataTable value="#{capitalsBean.capitals}" var="capitals" 
-                        ajaxKeys="#{bean.ajaxSet}" binding="#{bean.table}" id="table">
+            ajaxKeys="#{bean.ajaxSet}" binding="#{bean.table}" id="table">
             <!--Set of columns and header/footer facets-->
     </rich:dataTable>
 ...

Modified: trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -40,14 +40,14 @@
 			<description>
 				Comma-delimited list of CSS style classes that are be applied to the columns of this table.
 				A space separated list of classes may also be specified for any individual column.
-				If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored.
+				If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored
 			</description>
 		</property>
 		<property>
 			<name>rowClasses</name>
 			<classname>java.lang.String</classname>
 			<description>
-				A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
+				A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
 			</description>
 		</property>
 		<!--

Modified: trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -49,7 +49,7 @@
 		<property>
 			<name>columns</name>
 			<classname>int</classname>
-			<description>Quantity of columns.
+			<description>Quantity of columns
 			</description>
 		</property>
 		<property>
@@ -67,7 +67,7 @@
 		<property>
 			<name>cellspacing</name>
 			<classname>java.lang.String</classname>
-			<description>This attribute specifies the amount of space between the border of the cell and its contents.  The attribute also specifies the amount of space to leave between cells.
+			<description>This attribute specifies the amount of space between the border of the cell and its contents.  The attribute also specifies the amount of space to leave between cells
 			</description>
 			<defaultvalue>"0"</defaultvalue>
 		</property>
@@ -84,13 +84,13 @@
 		<property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
-			<description>Space-separated list of CSS style class(es) that are be applied to header for this component.
+			<description>Space-separated list of CSS style class(es) that are be applied to header for this component
 			</description>
 		</property>
 		<property>
 			<name>footerClass</name>
 			<classname>java.lang.String</classname>
-			<description>Space-separated list of CSS style class(es) that are be applied to footer for this component.
+			<description>Space-separated list of CSS style class(es) that are be applied to footer for this component
 			</description>
 		</property>
 		<!--
@@ -106,7 +106,7 @@
 			<name>stateVar</name>
 			<classname>java.lang.String</classname>
 			<description>
-				The attribute  provides access to a component state on the client side.
+				The attribute  provides access to a component state on the client side
 			</description>
 		</property>
 		<property>
@@ -118,14 +118,14 @@
 			<name>rowKey</name>
 			<classname>java.lang.String</classname>
 			<description>
-				RowKey is a representation of an identifier for a specific data row.
+				RowKey is a representation of an identifier for a specific data row
 			</description>
 		</property>
 		<property>
 			<name>value</name>
 			<classname>java.lang.String</classname>
 			<description>
-				The current value for this component.
+				The current value for this component
 			</description>
 		</property>		
 		<!-- rows javascript events -->
@@ -133,43 +133,43 @@
 			<name>onRowClick</name>
 			<classname>java.lang.String</classname>
 			<description>
-				HTML: a script expression; a pointer button is clicked on row.
+				HTML: a script expression; a pointer button is clicked on row
 			</description>
 		</property>
 		<property>
 			<name>onRowDblClick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is double-clicked on row.
+			<description>HTML: a script expression; a pointer button is double-clicked on row
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; a pointer button is released on row.
+			<description>HTML: script expression; a pointer button is released on row
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseDown</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; a pointer button is pressed down on row.
+			<description>HTML: script expression; a pointer button is pressed down on row
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseOver</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved onto of row.
+			<description>HTML: a script expression; a pointer is moved onto of row
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseOut</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved away of row.
+			<description>HTML: a script expression; a pointer is moved away of row
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseMove</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer is moved within of row.
+			<description>HTML: a script expression; a pointer is moved within of row
 			</description>
 		</property>
 		<property>

Modified: trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataTable.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/dataTable/src/main/config/component/dataTable.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -58,7 +58,7 @@
 		<property>
 			<name>cellspacing</name>
 			<classname>java.lang.String</classname>
-			<description>This attribute specifies the amount of space between the border of the cell and its contents.  The attribute also specifies the amount of space to leave between cells.
+			<description>This attribute specifies the amount of space between the border of the cell and its contents.  The attribute also specifies the amount of space to leave between cells
 			</description>
 			<defaultvalue>"0"</defaultvalue>
 		</property>
@@ -93,7 +93,7 @@
 		<property>
 			<name>footerClass</name>
 			<classname>java.lang.String</classname>
-			<description>Space-separated list of CSS style class(es) that are be applied to footer for this component.
+			<description>Space-separated list of CSS style class(es) that are be applied to footer for this component
 			</description>
 		</property>
 	

Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -59,7 +59,7 @@
 		<property>
 			<name>id</name>
 			<classname>java.lang.String</classname>
-			<description>Every component may have a unique id that is automatically created if omitted.
+			<description>Every component may have a unique id that is automatically created if omitted
 			</description>
 		</property>
 
@@ -117,27 +117,27 @@
 		<property>
 			<name>tableStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Space-separated list of CSS style class(es) that are be applied to outside table of this component.
+			<description>Space-separated list of CSS style class(es) that are be applied to outside table of this component
 			</description>
 		</property>
 		<property>
 			<name>tableStyle</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied to outside table when this component is rendered.
+			<description>CSS style(s) is/are to be applied to outside table when this component is rendered
 			</description>
 		</property>
 
 		<property>
 			<name>styleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML class attribute.
+			<description>Corresponds to the HTML class attribute
 			</description>
 		</property>
 
 		<property>
 			<name>style</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied when this component is rendered.
+			<description>CSS style(s) is/are to be applied when this component is rendered
 			</description>			
 		</property>
 
@@ -211,7 +211,7 @@
 			<name>align</name>
 			<classname>java.lang.String</classname>
 			<description>
-			left|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document.	
+			left|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document	
 			</description>
 			<defaultvalue>"center"</defaultvalue>
 		</property>
@@ -242,7 +242,7 @@
 			<description>
 Possible values are: "show" - default mode. Controls are visible always. 
 "hide" - controls are hidden. 
-"auto" - unnecessary controls are hidden.			
+"auto" - unnecessary controls are hidden			
 			</description>
 			
 			<defaultvalue><![CDATA["show"]]></defaultvalue>			

Modified: trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -156,7 +156,7 @@
             <name>disabledItemClass</name>
             <classname>java.lang.String</classname>
             <description>
-			Space-separated list of CSS style class(es) that are be applied to disabled item of this component.
+			Space-separated list of CSS style class(es) that are be applied to disabled item of this component
             </description>
         </property>
 
@@ -172,7 +172,7 @@
             <name>itemClass</name>
             <classname>java.lang.String</classname>
             <description>
-			Space-separated list of CSS style class(es) that are be applied to item of this component.
+			Space-separated list of CSS style class(es) that are be applied to item of this component
             </description>
         </property>
 

Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-06-05 14:50:05 UTC (rev 1024)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-06-05 15:33:33 UTC (rev 1025)
@@ -111,7 +111,7 @@
             <name>rowClasses</name>
             <classname>java.lang.String</classname>
             <description>
-                A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
+                A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
             </description>
         </property>
 




More information about the richfaces-svn-commits mailing list