X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.dd.DragTracker.html diff --git a/docs/output/Ext.dd.DragTracker.html b/docs/output/Ext.dd.DragTracker.html index 35a5f4f4..4b4b63e1 100644 --- a/docs/output/Ext.dd.DragTracker.html +++ b/docs/output/Ext.dd.DragTracker.html @@ -1,9 +1,9 @@ -
Properties Methods Events Config Options Direct Link
Observable
  DragTracker

Class Ext.dd.DragTracker

Package:Ext.dd
Defined In:DragTracker.js
Class:DragTracker
Extends:Observable
A DragTracker listens for drag events on an Element and fires events at the start and end of the drag, -as well as during the drag. This is useful for components such as Ext.Slider, where there is +
Observable
  DragTracker

Class Ext.dd.DragTracker

Package:Ext.dd
Defined In:DragTracker.js
Class:DragTracker
Extends:Observable
A DragTracker listens for drag events on an Element and fires events at the start and end of the drag, +as well as during the drag. This is useful for components such as Ext.slider.MultiSlider, where there is an element that can be dragged around to change the Slider's value. DragTracker provides a series of template methods that should be overridden to provide functionality in response to detected drag operations. These are onBeforeStart, onStart, onDrag and onEnd. -See Ext.Slider's initEvents function for an example implementation.

Config Options

Config OptionsDefined By
 active : Boolean
Defaults to false.
DragTracker