Author: artdaw
Date: 2007-11-22 07:30:58 -0500 (Thu, 22 Nov 2007)
New Revision: 4177
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
RF-391- fix the description of 'selection' attribute
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-22
12:07:03 UTC (rev 4176)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-22
12:30:58 UTC (rev 4177)
@@ -132,10 +132,8 @@
</rich:scrollableDataTable>
...
]]></programlisting>
- <para>
- When using <property>one and multi-selection rows mode</property>you
may need to access the selected rows in your script.
- In this case you can use the
<emphasis><property>"selection"</property></emphasis>
attribute. Simple code is placed below.
- </para>
+ <para>In order to get the row data when using <property>one and
multi-selection rows mode</property> the access to the selected rows is
required.</para>
+ <para>In this case you can use the
<emphasis><property>"selection"</property></emphasis>
attribute. Simple code is placed below.</para>
<programlisting role="XML"><![CDATA[...
<rich:scrollableDataTable value="#{bean.property1}" var="cur"
selection="#{bean.selection}">
<rich:column width="100px">
Show replies by date