[richfaces-svn-commits] JBoss Rich Faces SVN: r5544 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 22 13:59:59 EST 2008


Author: artdaw
Date: 2008-01-22 13:59:59 -0500 (Tue, 22 Jan 2008)
New Revision: 5544

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/columns.xml
Log:
http://jira.jboss.com/jira/browse/RF-1199 - add 'var', 'value' attributes

Modified: trunk/docs/userguide/en/src/main/docbook/included/columns.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/columns.xml	2008-01-22 18:59:11 UTC (rev 5543)
+++ trunk/docs/userguide/en/src/main/docbook/included/columns.xml	2008-01-22 18:59:59 UTC (rev 5544)
@@ -73,8 +73,12 @@
             It is possible to use <emphasis><property>&quot;header&quot;</property></emphasis> and <emphasis><property>&quot;footer&quot; </property></emphasis> facets
             with <emphasis role="bold"><property>&lt;rich:columns&gt;</property></emphasis> component.
         </para>
-        <para>The simple example is placed below</para>
         <para>
+            The <emphasis><property>&quot;value&quot;</property></emphasis> and  <emphasis><property>&quot;var&quot;</property></emphasis>attributes 
+            are used to access the values of collection.
+        </para>
+        <para>The simple example is placed below.</para>
+        <para>
             <emphasis role="bold">Example:</emphasis>
         </para>
         <programlisting role="XML"><![CDATA[...
@@ -150,7 +154,8 @@
 ...]]></programlisting>
         
         <para>In order to group columns with text information into one row, use
-            the <emphasis ><property>&quot;colspan&quot;</property></emphasis> attribute, which is similar to an HTML one, specifying that the first column contains 3 columns.
+            the <emphasis ><property>&quot;colspan&quot;</property></emphasis> attribute, which is similar to an HTML one. 
+            In the following example the third column contains 3 columns.
             In addition, it&apos;s necessary to specify that the next column begins from the first row with the help of the
             <emphasis ><property>&quot;breakBefore&quot;</property></emphasis> attribute = true.
         </para>
@@ -186,8 +191,7 @@
         </figure-->
         
         <para>The same way is used for <property>columns</property> grouping with the <emphasis ><property>&quot;rowspan&quot;</property></emphasis> 
-            attribute that is similar to an HTML one responsible for rows quantity definition occupied with the 
-            current one. The only thing to add in the example is an instruction to move onto the next row for each next after the second column.
+            attribute that is similar to an HTML. The only thing to add in the example is an instruction to move onto the next row for each next after the second column.
         </para>
         <para>
             <emphasis role="bold">Example:</emphasis>
@@ -209,6 +213,7 @@
 </rich:dataTable>
 ...
 ]]></programlisting>
+        
         <!--para>As a result:</para>
         <figure>
             <title>&lt;rich:column&gt; generated with rowspan attribute</title>




More information about the richfaces-svn-commits mailing list