X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.Slider.html diff --git a/docs/output/Ext.Slider.html b/docs/output/Ext.Slider.html index 2334ace1..ef8a4c9b 100644 --- a/docs/output/Ext.Slider.html +++ b/docs/output/Ext.Slider.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
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, +
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({
@@ -8,14 +8,14 @@ any container. Example usage:
     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