[richfaces-svn-commits] JBoss Rich Faces SVN: r5871 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 6 10:41:00 EST 2008


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>&lt;a4j:repeat&gt;</property>
   </emphasis> component and as a result it could be partially updated with Ajax. <emphasis>
     <property>&quot;ajaxKeys&quot;</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>&quot;ajaxKeys&quot;</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>&lt;a4j:repeater&gt;</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>&quot;ajaxRowSet&quot;</property>
        </emphasis> defined in the <emphasis >
         <property>&quot;ajaxKeys&quot;</property>




More information about the richfaces-svn-commits mailing list