[richfaces-svn-commits] JBoss Rich Faces SVN: r1016 - trunk/richfaces/dataFilterSlider/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 5 08:54:25 EDT 2007


Author: vkukharchuk
Date: 2007-06-05 08:54:25 -0400 (Tue, 05 Jun 2007)
New Revision: 1016

Modified:
   trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
Log:


Modified: trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-06-05 12:47:17 UTC (rev 1015)
+++ trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-06-05 12:54:25 UTC (rev 1016)
@@ -57,7 +57,7 @@
             <name>endRange</name>
             <classname>java.lang.Integer</classname>
             <description>
-                A slider end point.
+                A slider end point
             </description>
         </property>
         <property>
@@ -86,7 +86,7 @@
             <name>handleStyleClass</name>
             <classname>java.lang.String</classname>
             <description>
-                The handleStyleClass for a handle.
+                The handleStyleClass for a handle
             </description>
         </property>
         <property>
@@ -122,7 +122,7 @@
             <classname>boolean</classname>
             <description>
                 False value for this attribute makes text field "read-only" and "hidden".
-                Hence, the value can be changed only from a handle.
+                Hence, the value can be changed only from a handle
             </description>
             <defaultvalue>true</defaultvalue>
         </property>
@@ -138,7 +138,7 @@
             <classname>java.lang.String</classname>
             <description>
                 This is a string which is used in a value attribute of the datatable. It is used for resetting
-                the datatable back to the original list provided by a backing bean.
+                the datatable back to the original list provided by a backing bean
                 <!--TODO - get this programmatically - not using manual-->
             </description>
         </property>
@@ -147,7 +147,7 @@
             <classname>java.lang.String</classname>
             <description>
                 A getter of an object member required to compare a slider value to. This is a
-                value that is used in results filtering.
+                value that is used in results filtering
             </description>
         </property>
         <property>
@@ -161,14 +161,14 @@
             <name>onSlide</name>
             <classname>boolean</classname>
             <description>
-                If the slider value changes must submit a form, onSlide or OnChange can be true.
+                If the slider value changes must submit a form, onSlide or OnChange can be true
             </description>
         </property>
         <property>
             <name>onChange</name>
             <classname>boolean</classname>
             <description>
-                If the slider value changes must submit a form, onSlide or OnChange can be true.
+                If the slider value changes must submit a form, onSlide or OnChange can be true
             </description>
         </property>
         <property>




More information about the richfaces-svn-commits mailing list