X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.Slider.html diff --git a/docs/output/Ext.Slider.html b/docs/output/Ext.Slider.html index 4594a356..7fd2007c 100644 --- a/docs/output/Ext.Slider.html +++ b/docs/output/Ext.Slider.html @@ -1,2027 +1,887 @@ -
-
- 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, -configurable snapping, axis clicking and animation. Can be added as an item to +
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
  - - animate : Boolean
- Turn on or off animation. Defaults to true
-
Slider
  - - clickToChange : Boolean
- Determines whether or not clicking on the Slider axis will change the slider. Defaults to true
-
Slider
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component

Public Events

EventDefined By
\ No newline at end of file