X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Tip2.html diff --git a/docs/source/Tip2.html b/docs/source/Tip2.html index db95f046..dfd6f75e 100644 --- a/docs/source/Tip2.html +++ b/docs/source/Tip2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.slider.Tip
  * @extends Ext.tip.Tip
  * Simple plugin for using an Ext.tip.Tip with a slider to show the slider value. In general this
@@ -48,7 +65,7 @@ Ext.define('Ext.slider.Tip', {
             destroy  : me.destroy
         });
     },
-    /**
+    /**
      * @private
      * Called whenever a dragstart or drag event is received on the associated Thumb. 
      * Aligns the Tip with the Thumb's new position.
@@ -64,7 +81,7 @@ Ext.define('Ext.slider.Tip', {
         me.el.alignTo(thumb.el, 'b-t?', me.offsets);
     },
 
-    /**
+    /**
      * Used to create the text that appears in the Tip's body. By default this just returns
      * the value of the Slider Thumb that the Tip is attached to. Override to customize.
      * @param {Ext.slider.Thumb} thumb The Thumb that the Tip is attached to
@@ -73,4 +90,6 @@ Ext.define('Ext.slider.Tip', {
     getText : function(thumb) {
         return String(thumb.value);
     }
-});
\ No newline at end of file +});
+ +