Author: artdaw
Date: 2007-11-21 11:39:04 -0500 (Wed, 21 Nov 2007)
New Revision: 4145
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
RF-391 - fix simple code for 'selection' attribute in the Details of Usage of
scrollableDataTable
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-21
16:24:07 UTC (rev 4144)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-21
16:39:04 UTC (rev 4145)
@@ -136,7 +136,8 @@
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.
- <programlisting role="XML"><![CDATA[...
+ </para>
+ <programlisting role="XML"><![CDATA[...
<rich:scrollableDataTable value="#{bean.unLinkedThemes}" var="cur"
selection="#{bean.selection}">
<rich:column width="100px">
<f:facet name="header" >
@@ -151,9 +152,7 @@
</rich:scrollableDataTable>
...
]]></programlisting>
-
- </para>
-<para>
+ <para>
Finally, the component has the following extra attributes for event processing on the
client:
<itemizedlist>
<listitem>onselectionchange</listitem>
Show replies by date