[richfaces-svn-commits] JBoss Rich Faces SVN: r14368 - 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
Wed May 27 10:13:49 EDT 2009


Author: ochikvina
Date: 2009-05-27 10:13:49 -0400 (Wed, 27 May 2009)
New Revision: 14368

Modified:
   branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the 'details of usage' section is updated;

Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml	2009-05-27 14:08:18 UTC (rev 14367)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml	2009-05-27 14:13:49 UTC (rev 14368)
@@ -103,7 +103,7 @@
     </itemizedlist>
     <para><emphasis>
         <property>&quot;handleValue&quot;</property>
-      </emphasis> is an attribute for keeping the current handler position on the
+      </emphasis> is an attribute for keeping the current handle position on the
         <property>dataFilterSlider</property> component. Based on the current value, appropriate
       values obtained from a getter method defined in <emphasis>
         <property>&quot;filterBy&quot;</property>
@@ -112,12 +112,10 @@
         <property>&quot;storeResults&quot;</property>
       </emphasis> one that allows the <property>dataFilterSlider</property> component to keep UIData
       target object in session.</para>
-    <para>If it&apos;s necessary the component submits a form on event of a handler state
+    <para>If it&apos;s necessary the component submits a form on event of a handle state
       changing, use the <emphasis>
-        <property>&quot;onSlide&quot;</property>
-      </emphasis> attribute (<emphasis>
-        <property>&quot;onChange&quot;</property>
-      </emphasis> is its alias). When the attribute <code>definition = &quot;true&quot;</code>, submission on this event is
+        <property>&quot;submitOnSlide&quot;</property>
+      </emphasis> attribute. When the attribute definition is <code>&quot;true&quot;</code>, submission on this event is
       defined.</para>
     <para>
       Information about the <emphasis><property>&quot;process&quot;</property></emphasis> attribute usage you can find in the<link linkend="process"> &quot;Decide what to process &quot; </link> guide section.




More information about the richfaces-svn-commits mailing list