X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.grid.GridDragZone.html diff --git a/docs/output/Ext.grid.GridDragZone.html b/docs/output/Ext.grid.GridDragZone.html index 53fefd61..6595b607 100644 --- a/docs/output/Ext.grid.GridDragZone.html +++ b/docs/output/Ext.grid.GridDragZone.html @@ -1,25 +1,20 @@ -
DragDrop
  DD
    DDProxy
      DragSource
        DragZone
          GridDragZone

Class Ext.grid.GridDragZone

Package:Ext.grid
Defined In:GridDD.js
Class:GridDragZone
Extends:DragZone

A customized implementation of a DragZone which provides default implementations of two of the +

DragDrop
  DD
    DDProxy
      DragSource
        DragZone
          GridDragZone

Class Ext.grid.GridDragZone

Package:Ext.grid
Defined In:GridDD.js
Class:GridDragZone
Extends:DragZone

A customized implementation of a DragZone which provides default implementations of two of the template methods of DragZone to enable dragging of the selected rows of a GridPanel.

A cooperating DropZone must be created who's template method implementations of onNodeEnter, onNodeOver, onNodeOut and onNodeDrop

are able -to process the data which is provided.

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