X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.dd.DragDrop.html diff --git a/docs/output/Ext.dd.DragDrop.html b/docs/output/Ext.dd.DragDrop.html index 9ecfc6e6..bf8c6a48 100644 --- a/docs/output/Ext.dd.DragDrop.html +++ b/docs/output/Ext.dd.DragDrop.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.dd.DragDrop

Package:Ext.dd
Defined In:DDCore.js
Class:DragDrop
Subclasses:DD, DDTarget
Extends:Object
Defines the interface and base operation of items that that can be +

Class Ext.dd.DragDrop

Package:Ext.dd
Defined In:DDCore.js
Class:DragDrop
Subclasses:DD, DDTarget
Extends:Object
Defines the interface and base operation of items that that can be dragged or can be drop targets. It was designed to be extended, overriding the event handlers for startDrag, onDrag, onDragOver and onDragOut. Up to three html elements can be associated with a DragDrop instance: @@ -32,90 +32,90 @@ also override the methods you want on an instance of the class... dd.onDragDrop = function(e, id) {   alert("dd was dropped on " + id); } -

Public Properties

PropertyDefined By