X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.dd.DropTarget.html diff --git a/docs/output/Ext.dd.DropTarget.html b/docs/output/Ext.dd.DropTarget.html index a8ab2d95..6d6cb3e1 100644 --- a/docs/output/Ext.dd.DropTarget.html +++ b/docs/output/Ext.dd.DropTarget.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
DragDrop
  DDTarget
    DropTarget

Class Ext.dd.DropTarget

Package:Ext.dd
Defined In:DropTarget.js
Class:DropTarget
Subclasses:DropZone
Extends:DDTarget
A simple class that provides the basic implementation needed to make any element a drop target that can have +
DragDrop
  DDTarget
    DropTarget

Class Ext.dd.DropTarget

Package:Ext.dd
Defined In:DropTarget.js
Class:DropTarget
Subclasses:DropZone
Extends:DDTarget
A simple class that provides the basic implementation needed to make any element a drop target that can have draggable items dropped onto it. The drop has no effect until an implementation of notifyDrop is provided.

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").
DropTarget
 dropNotAllowed : String
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").
DropTarget
 overClass : String
The CSS class applied to the drop target element while the drag source is over it (defaults to "").
DropTarget

Public Properties

PropertyDefined By