X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.dd.DragSource.html diff --git a/docs/output/Ext.dd.DragSource.html b/docs/output/Ext.dd.DragSource.html index 55240ea0..eceb324b 100644 --- a/docs/output/Ext.dd.DragSource.html +++ b/docs/output/Ext.dd.DragSource.html @@ -1,11 +1,6 @@ -
Properties Methods Events Config Options Direct Link
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