X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.Slider.html..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.slider.MultiSlider.html diff --git a/docs/output/Ext.Slider.html b/docs/output/Ext.slider.MultiSlider.html similarity index 87% rename from docs/output/Ext.Slider.html rename to docs/output/Ext.slider.MultiSlider.html index ef8a4c9b..1e758db7 100644 --- a/docs/output/Ext.Slider.html +++ b/docs/output/Ext.slider.MultiSlider.html @@ -1,21 +1,34 @@ -
Observable
  Component
    BoxComponent
      Slider

Class Ext.Slider

Package:Ext
Defined In:Slider.js
Class:Slider
Extends:BoxComponent
Slider which supports vertical or horizontal orientation, keyboard adjustments, -configurable snapping, axis clicking and animation. Can be added as an item to -any container. Example usage: -
new Ext.Slider({
-    renderTo: Ext.getBody(),
-    width: 200,
-    value: 50,
-    increment: 10,
-    minValue: 0,
-    maxValue: 100
-});

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component