Author: smukhina
Date: 2008-02-06 10:40:59 -0500 (Wed, 06 Feb 2008)
New Revision: 5871
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
Log:
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2008-02-06
15:40:13 UTC (rev 5870)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2008-02-06
15:40:59 UTC (rev 5871)
@@ -123,7 +123,7 @@
<property><a4j:repeat></property>
</emphasis> component and as a result it could be partially updated with Ajax.
<emphasis>
<property>"ajaxKeys"</property>
- </emphasis> attribute allows to define rows that are updated after an Ajax
request.</para>
+ </emphasis> attribute allows to define row keys that are updated after an Ajax
request.</para>
<para>Here is an example:</para>
<para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-02-06 15:40:13 UTC
(rev 5870)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-02-06 15:40:59 UTC
(rev 5871)
@@ -59,7 +59,7 @@
<title>Key attributes and ways of usage</title>
<para>The main difference of this component from iterative components of
other libraries is a special <emphasis >
<property>"ajaxKeys"</property>
- </emphasis> attribute. This attribute defines strings that are updated after
an Ajax request. As a result it becomes easier to update several child components
separately without updating the whole page.</para>
+ </emphasis> attribute. This attribute defines row keys that are updated after
an Ajax request. As a result it becomes easier to update several child components
separately without updating the whole page.</para>
<programlisting role="XML"><![CDATA[...
<a4j:poll intervall="1000" action="#{repeater.action}"
reRender="text">
@@ -93,7 +93,7 @@
<title>Note:</title>
<para>The <emphasis role="bold">
<property><a4j:repeater></property>
- </emphasis> component is defined as fully updated, but really updated there
are only the strings which rowKeys includes into the set <emphasis >
+ </emphasis> component is defined as fully updated, but really updated there are
only the row keys which rowKeys includes into the set <emphasis >
<property>"ajaxRowSet"</property>
</emphasis> defined in the <emphasis >
<property>"ajaxKeys"</property>
Show replies by date