Represents a single thumb element on a Slider. This would not usually be created manually and would instead
+be created internally by an
Ext.Slider.
Config Options
|
| constrain : Boolean True to constrain the thumb so that it cannot overlap its siblings | Thumb |
| slider : Ext.slider.MultiSlider The Slider to render to (required) | Thumb |
Public Properties
|
| dragging : Boolean True while the thumb is in a drag operation | Thumb |
| slider : Ext.slider.MultiSlider
The slider this thumb is contained within | Thumb |
Public Methods
|
| disable()
:
voidDisables the thumb if it is currently enabled Disables the thumb if it is currently enabled | Thumb |
| enable()
|