X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.dd.DDProxy.html diff --git a/docs/output/Ext.dd.DDProxy.html b/docs/output/Ext.dd.DDProxy.html deleted file mode 100644 index 0b799e8c..00000000 --- a/docs/output/Ext.dd.DDProxy.html +++ /dev/null @@ -1,275 +0,0 @@ -
Properties Methods Events Direct Link
DragDrop
  DD
    DDProxy

Class Ext.dd.DDProxy

Package:Ext.dd
Defined In:DDCore.js
Class:DDProxy
Subclasses:DragSource
Extends:DD
A DragDrop implementation that inserts an empty, bordered div into -the document that follows the cursor during drag operations. At the time of -the click, the frame div is resized to the dimensions of the linked html -element, and moved to the exact location of the linked element. -References to the "frame" element refer to the single proxy element that -was created to be dragged in place of all DDProxy elements on the -page.

Public Properties

PropertyDefined By
 Ext.dd.DDProxy.dragElId : String
The default drag frame div id
DDProxy
 available : boolean
The available 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
 invalidHandleClasses : Array
An Array of CSS class names for elements to be considered in valid as drag handles.
DragDrop
 isTarget : boolean
By default, all instances can be a drop target. This can be disabled by -setting isTarget to false.
DragDrop
 padding : int[] An array containing the 4 padding values: [top, right, bottom, left]
The padding configured for this drag and drop object for calculating -the drop zone intersection with this object.
DragDrop

Public Methods

MethodDefined By

Public Events

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