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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 7 12:37:39 EDT 2007


Author: sergeyhalipov
Date: 2007-08-07 12:37:39 -0400 (Tue, 07 Aug 2007)
New Revision: 2111

Modified:
   trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
Log:
DFS: Default values for some attributes.

Modified: trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-08-07 16:36:28 UTC (rev 2110)
+++ trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-08-07 16:37:39 UTC (rev 2111)
@@ -162,14 +162,16 @@
             <classname>boolean</classname>
             <description>
                 If the slider value changes must submit a form, onSlide or OnChange can be true
-            </description>
+            </description>
+            <defaultvalue>true</defaultvalue>
         </property>
         <property>
             <name>onChange</name>
             <classname>boolean</classname>
             <description>
                 If the slider value changes must submit a form, onSlide or OnChange can be true
-            </description>
+            </description>
+            <defaultvalue>true</defaultvalue>
         </property>
         <property>
             <name>storeResults</name>




More information about the richfaces-svn-commits mailing list