X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Single.html diff --git a/docs/source/Single.html b/docs/source/Single.html index 5c332d46..5b2831d9 100644 --- a/docs/source/Single.html +++ b/docs/source/Single.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.slider.Single
  * @extends Ext.slider.Multi
  * Slider which supports vertical or horizontal orientation, keyboard adjustments,
@@ -24,7 +41,7 @@ Ext.define('Ext.slider.Single', {
     alias: ['widget.slider', 'widget.sliderfield'],
     alternateClassName: ['Ext.Slider', 'Ext.form.SliderField', 'Ext.slider.SingleSlider', 'Ext.slider.Slider'],
 
-    /**
+    /**
      * Returns the current value of the slider
      * @return {Number} The current value of the slider
      */
@@ -33,7 +50,7 @@ Ext.define('Ext.slider.Single', {
         return this.callParent([0]);
     },
 
-    /**
+    /**
      * Programmatically sets the value of the Slider. Ensures that the value is constrained within
      * the minValue and maxValue.
      * @param {Number} value The value to set the slider to. (This will be constrained within minValue and maxValue)
@@ -59,4 +76,6 @@ Ext.define('Ext.slider.Single', {
         return this.thumbs[0];
     }
 });
-
\ No newline at end of file +
+ +