X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.slider.MultiSlider.html diff --git a/docs/output/Ext.slider.MultiSlider.html b/docs/output/Ext.slider.MultiSlider.html index 1e758db7..ea60d414 100644 --- a/docs/output/Ext.slider.MultiSlider.html +++ b/docs/output/Ext.slider.MultiSlider.html @@ -1,4 +1,7 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      MultiSlider

Class Ext.slider.MultiSlider

Package:Ext.slider
Defined In:Slider.js
Class:MultiSlider
Subclasses:SingleSlider
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: +

Class Ext.slider.MultiSlider

Package:Ext.slider
Defined In:Slider.js
Class:MultiSlider
Subclasses:SingleSlider
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(),
@@ -578,7 +581,7 @@ The predefined xtypes are listed Ext.ComponentMgr.registerType in order to be able to
-take advantage of lazy instantiation and rendering.
Component y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 dragging : Boolean
True while the thumb is in a drag operation
MultiSlider
 y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component