Author: vkorluzhenko
Date: 2007-11-09 11:01:36 -0500 (Fri, 09 Nov 2007)
New Revision: 3873
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
Log:
http://jira.jboss.com/jira/browse/RF-926 - verified codes for dataFilterSlider, fixed some
errors.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2007-11-09
15:57:37 UTC (rev 3872)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2007-11-09
16:01:36 UTC (rev 3873)
@@ -43,12 +43,8 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
- <rich:dataFilterSlider sliderListener="#{mybean.doSlide}"
- startRange="0"
- endRange="50000"
- increment="10000"
- handleValue="1"
- />
+ <rich:dataFilterSlider sliderListener="#{mybean.doSlide}"
startRange="0"
+ endRange="50000"
increment="10000" handleValue="1" />
...
]]></programlisting>
</section>
@@ -66,10 +62,11 @@
</section>
<section>
<title>Details of Usage</title>
- <para>The <property>dataFilterSlider</property> component is bound
to some UIData component
- using a <emphasis>
+ <para>The <emphasis role="bold">
+ <property>dataFilterSlider</property>
+ </emphasis> component is bound to some UIData component using a
<emphasis>
<property>"for"</property>
- </emphasis> attribute and filters data in this table. </para>
+ </emphasis> attribute and filters data in a table. </para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -127,9 +124,9 @@
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataFilterS...
- >Here</ulink> you can see the example of <emphasis
role="bold"
-
><property><rich:dataFilterSlider></property></emphasis>
usage and sources for the given example.
- </para>
+ >Here</ulink> you can see the example of <emphasis
role="bold">
+ <property><rich:dataFilterSlider></property>
+ </emphasis> usage and sources for the given example. </para>
</section>
</section>