X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.tree.TreeDragZone.html diff --git a/docs/output/Ext.tree.TreeDragZone.html b/docs/output/Ext.tree.TreeDragZone.html index 377d1e14..bb28003f 100644 --- a/docs/output/Ext.tree.TreeDragZone.html +++ b/docs/output/Ext.tree.TreeDragZone.html @@ -1,20 +1,15 @@ -
DragDrop
  DD
    DDProxy
      DragSource
        DragZone
          TreeDragZone

Class Ext.tree.TreeDragZone

Package:Ext.tree
Defined In:TreeDragZone.js
Class:TreeDragZone
Extends:DragZone

Config Options

Config OptionsDefined By
 containerScroll : Boolean
True to register this container with the Scrollmanager -for auto scrolling during drag operations.
DragZone
 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