Author: artdaw
Date: 2007-11-22 07:07:03 -0500 (Thu, 22 Nov 2007)
New Revision: 4176
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
RF-391- edit 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
11:50:23 UTC (rev 4175)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-22
12:07:03 UTC (rev 4176)
@@ -133,9 +133,8 @@
...
]]></programlisting>
<para>
- In order to access the selected rows in <emphasis role="bold">
- <property><rich:scrollableDataTable></property>
- </emphasis> component you can use the
<emphasis><property>"selection"</property></emphasis>
attribute. Simple code is placed below.
+ 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>
<programlisting role="XML"><![CDATA[...
<rich:scrollableDataTable value="#{bean.property1}" var="cur"
selection="#{bean.selection}">
@@ -148,7 +147,6 @@
<h:outputText value="State"/>
</f:facet>
</rich:column>
- <!--...//Set of columns and header/footer facets-->
</rich:scrollableDataTable>
...
]]></programlisting>
Show replies by date