X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.dd.DropTarget.html diff --git a/docs/output/Ext.dd.DropTarget.html b/docs/output/Ext.dd.DropTarget.html index fcac79d6..96e3c0fe 100644 --- a/docs/output/Ext.dd.DropTarget.html +++ b/docs/output/Ext.dd.DropTarget.html @@ -1,1329 +1,248 @@ -
-
- 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 -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
  - - available : boolean
- The availabe property is false until the linked dom element is accessible.
-
DragDrop
  - - config : object
- Configuration attributes passed into the constructor
-
DragDrop
  - - defaultPadding : Object
- Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}).
-
DragDrop

Public Events

This class has no public events.
\ No newline at end of file