Properties Methods Events Direct Link

Class Ext.dd.DragDropMgr

Package:Ext.dd
Defined In:DDCore.js
Class:DragDropMgr
Extends:Object
DragDropMgr is a singleton that tracks the element interaction for all DragDrop items in the window. Generally, you will not call this class directly, but it does have helper methods that could be useful in your DragDrop implementations.

This class is a singleton and cannot be created directly.

Public Properties

Property Defined By
  POINT : int
<static> In point mode, drag and drop interaction is defined by the location of the cursor during the drag/drop
DragDropMgr
  css : Object
A reference to the style property
DragDropMgr
  el : Object
The element
DragDropMgr
  id : Object
The element id
DragDropMgr
  mode : int
<static> The current drag and drop mode. Default: POINT
DragDropMgr

Public Methods

Method Defined By

Public Events

This class has no public events.