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

Class Ext.dd.DropZone

Package:Ext.dd
Defined In:DropZone.js
Class:DropZone
Subclasses:TreeDropZone
Extends:DropTarget

This class provides a container DD instance that allows dropping on multiple child target nodes.

+
DragDrop
  DDTarget
    DropTarget
      DropZone

Class Ext.dd.DropZone

Package:Ext.dd
Defined In:DropZone.js
Class:DropZone
Subclasses:TreeDropZone
Extends:DropTarget

This class provides a container DD instance that allows dropping on multiple child target nodes.

By default, this class requires that child nodes accepting drop are registered with Ext.dd.Registry. However a simpler way to allow a DropZone to manage any number of target elements is to configure the DropZone with an implementation of getTargetFromEvent which interrogates the passed @@ -51,90 +51,90 @@ application state, and UI state.

}); } See the DragZone documentation for details about building a DragZone which -cooperates with this DropZone.

Config Options

Config OptionsDefined By