[richfaces-svn-commits] JBoss Rich Faces SVN: r15232 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Aug 20 08:08:37 EDT 2009
Author: ochikvina
Date: 2009-08-20 08:08:37 -0400 (Thu, 20 Aug 2009)
New Revision: 15232
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-7680 - the component description and Identification Parameters are reviewed;
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml 2009-08-20 10:26:45 UTC (rev 15231)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml 2009-08-20 12:08:37 UTC (rev 15232)
@@ -10,7 +10,7 @@
</title>
<section>
<title>Description</title>
- <para>The component for tables rendering that allows choosing data from a model and obtains
+ <para>The component is meant for rendering tables. It allows choosing data from a model and obtains
built-in support of Ajax updates.</para>
<figure>
<title>
@@ -40,18 +40,8 @@
<para>Possibility to update a limited set of strings with Ajax</para>
</listitem>
<listitem>
- <para>Possibility to sort and to filter of columns</para>
+ <para><link linkend="sort">Sorting</link> and <link linkend="filter">filtering</link> functionalities for a table columns</para>
</listitem>
- <listitem>
- <para>
- <link linkend="sort">Sorting column values</link>
- </para>
- </listitem>
- <listitem>
- <para>
- <link linkend="filter">Filtering column values</link>
- </para>
- </listitem>
</itemizedlist>
</section>
<section>
@@ -63,33 +53,14 @@
</emphasis> one, except Ajax support and skinnability. Ajax support is possible, because the
component was created basing on the <emphasis role="bold">
<property><a4j:repeat></property>
- </emphasis> component and as a result it could be partially updated with Ajax. <emphasis>
+ </emphasis> component and as a result it could be partially updated with Ajax. The <emphasis>
<property>"ajaxKeys"</property>
- </emphasis> attribute allows to define row keys that is updated after an Ajax request.</para>
+ </emphasis> attribute allows to define row keys which are updated after an Ajax request. You can find an example which demonstrate the usage of the
+ <emphasis>
+ <property>"ajaxKeys"</property>
+ </emphasis> attributes for data iteration components in the
+ <ulink url="http://www.jboss.org/community/wiki/UsingtheajaxKeysattributeforrichdataList">RichFaces Cookbook article</ulink>.</para>
- <para>Here is an example:</para>
-
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML">...
-<rich:dataTable value="#{capitalsBean.capitals}" var="capitals"
- ajaxKeys="#{bean.ajaxSet}" binding="#{bean.table}" id="table">
- ...
-</rich:dataTable>
-...
-<a4j:commandButton action="#{tableBean.action}" reRender="table" value="Submit"/>
-...
-</programlisting>
-
- <para> In the example <emphasis>
- <property>"reRender"</property>
- </emphasis> attribute contains value of <emphasis>
- <property>"id"</property>
- </emphasis> attribute for <emphasis role="bold">
- <property><rich:dataTable></property>
- </emphasis> component. As a result the component is updated after an Ajax request.</para>
-
<para id="table_ex">The component allows to use <emphasis>
<property>"header"</property>
</emphasis>, <emphasis>
More information about the richfaces-svn-commits
mailing list