[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>"handleValue"</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>"filterBy"</property>
@@ -112,12 +112,10 @@
<property>"storeResults"</property>
</emphasis> one that allows the <property>dataFilterSlider</property> component to keep UIData
target object in session.</para>
- <para>If it's necessary the component submits a form on event of a handler state
+ <para>If it's necessary the component submits a form on event of a handle state
changing, use the <emphasis>
- <property>"onSlide"</property>
- </emphasis> attribute (<emphasis>
- <property>"onChange"</property>
- </emphasis> is its alias). When the attribute <code>definition = "true"</code>, submission on this event is
+ <property>"submitOnSlide"</property>
+ </emphasis> attribute. When the attribute definition is <code>"true"</code>, submission on this event is
defined.</para>
<para>
Information about the <emphasis><property>"process"</property></emphasis> attribute usage you can find in the<link linkend="process"> "Decide what to process " </link> guide section.
More information about the richfaces-svn-commits
mailing list