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>"header"</property></emphasis>
and <emphasis><property>"footer"
</property></emphasis> facets
with <emphasis
role="bold"><property><rich:columns></property></emphasis>
component.
</para>
- <para>The simple example is placed below</para>
<para>
+ The
<emphasis><property>"value"</property></emphasis>
and
<emphasis><property>"var"</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>"colspan"</property></emphasis>
attribute, which is similar to an HTML one, specifying that the first column contains 3
columns.
+ the <emphasis
><property>"colspan"</property></emphasis>
attribute, which is similar to an HTML one.
+ In the following example the third column contains 3 columns.
In addition, it's necessary to specify that the next column begins
from the first row with the help of the
<emphasis
><property>"breakBefore"</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>"rowspan"</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><rich:column> generated with rowspan
attribute</title>