Author: ochikvina
Date: 2009-08-19 08:57:20 -0400 (Wed, 19 Aug 2009)
New Revision: 15219
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataOrderedList.xml
Log:
https://jira.jboss.org/jira/browse/RF-7684 - updated the component 'Details of
usage' section;
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataOrderedList.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataOrderedList.xml 2009-08-19
12:47:11 UTC (rev 15218)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataOrderedList.xml 2009-08-19
12:57:20 UTC (rev 15219)
@@ -120,49 +120,23 @@
is used for a popup title.
</para>
- <para>
- The <emphasis role="bold">
- <property><rich:dataOrderedList></property>
- </emphasis>
- component could be partially updated with
- Ajax. The
- <emphasis>
- <property>"ajaxKeys"</property>
- </emphasis>
- attribute allows to define row keys that are updated after
- an Ajax request.
- </para>
- <para>Here is an example:</para>
-
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML">...
-<rich:dataOrderedList value="#{dataTableScrollerBean.allCars}"
var="car" ajaxKeys="#{listBean.list}"
- binding="#{listBean.dataList}"
id="list">
- ...
-</rich:dataOrderedList>
-...
-<a4j:commandButton action="#{listBean.action}" reRender="list"
value="Submit"/>
-...
-</programlisting>
-
- <para>
- In the example
- <emphasis>
- <property>"reRender"</property>
- </emphasis>
- attribute contains value of the
- <emphasis>
- <property>"id"</property>
- </emphasis>
- attribute for the
- <emphasis role="bold">
- <property><rich:dataOrderedList></property>
- </emphasis>
- component. As a result the component is updated after an
- Ajax request.
- </para>
+ <para>
+ The <emphasis role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis>
+ component could be partially updated with
+ Ajax. The
+ <emphasis>
+ <property>"ajaxKeys"</property>
+ </emphasis>
+ attribute points to an Object (java.util.Set) that should contain row keys to be
updated after
+ an Ajax request. See an example of usage the
+ <emphasis>
+ <property>"ajaxKeys"</property>
+ </emphasis> attribute for the <emphasis role="bold">
+ <property><rich:dataList></property>
+ </emphasis> component in the <ulink
url="http://www.jboss.org/community/wiki/UsingtheajaxKeysattributefo...
Cookbook article</ulink>.
+ </para>
</section>
<section>
<title>Reference Data</title>