X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.tree.TreeDropZone.html diff --git a/docs/output/Ext.tree.TreeDropZone.html b/docs/output/Ext.tree.TreeDropZone.html index a6a36210..5edad9d4 100644 --- a/docs/output/Ext.tree.TreeDropZone.html +++ b/docs/output/Ext.tree.TreeDropZone.html @@ -1,93 +1,92 @@ -
DragDrop
  DDTarget
    DropTarget
      DropZone
        TreeDropZone

Class Ext.tree.TreeDropZone

Package:Ext.tree
Defined In:TreeDropZone.js
Class:TreeDropZone
Extends:DropZone

Config Options

Config OptionsDefined By
 allowContainerDrop : String
True if drops on the tree container (outside of a specific tree node) are allowed (defaults to false)
TreeDropZone
 appendOnly : String
True if the tree should only allow append drops (use for trees which are sorted, defaults to false)
TreeDropZone
 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