X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.dd.DragSource.html diff --git a/docs/output/Ext.dd.DragSource.html b/docs/output/Ext.dd.DragSource.html index cb7624b4..4e6bc6cf 100644 --- a/docs/output/Ext.dd.DragSource.html +++ b/docs/output/Ext.dd.DragSource.html @@ -1,11 +1,6 @@ -
DragDrop
  DD
    DDProxy
      DragSource

Class Ext.dd.DragSource

Package:Ext.dd
Defined In:DragSource.js
Class:DragSource
Subclasses:DragZone
Extends:DDProxy
A simple class that provides the basic implementation needed to make any element draggable.

Config Options

Config OptionsDefined By
 dropAllowed : String
The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").
DragSource
 dropNotAllowed : String
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").
DragSource

Public Properties

PropertyDefined By
 Ext.dd.DDProxy.dragElId : String
The default drag frame div id
DDProxy
 available : boolean
The availabe property is false until the linked dom element is accessible.
DragDrop