X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/docs/output/Ext.dd.DragZone.js diff --git a/docs/output/Ext.dd.DragZone.js b/docs/output/Ext.dd.DragZone.js index 4bff493d..5771d8c6 100644 --- a/docs/output/Ext.dd.DragZone.js +++ b/docs/output/Ext.dd.DragZone.js @@ -1,2957 +1 @@ -Ext.data.JsonP.Ext_dd_DragZone({ - "allMixins": [ - - ], - "deprecated": null, - "docauthor": null, - "members": { - "cfg": [ - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragSource.html#Ext-dd-DragSource-cfg-animRepair", - "shortDoc": "Defaults to true. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "name": "animRepair", - "owner": "Ext.dd.DragSource", - "doc": "

Defaults to true. If true, animates the proxy element back to the position of the handle element used to trigger the drag.

\n", - "linenr": 31, - "html_filename": "DragSource.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragZone.html#Ext-dd-DragZone-cfg-containerScroll", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "name": "containerScroll", - "owner": "Ext.dd.DragZone", - "doc": "

True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.

\n", - "linenr": 80, - "html_filename": "DragZone.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragSource.html#Ext-dd-DragSource-cfg-ddGroup", - "shortDoc": "A named drag drop group to which this object belongs. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "name": "ddGroup", - "owner": "Ext.dd.DragSource", - "doc": "

A named drag drop group to which this object belongs. If a group is specified, then this object will only\ninteract with other drag drop objects in the same group (defaults to undefined).

\n", - "linenr": 13, - "html_filename": "DragSource.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragSource.html#Ext-dd-DragSource-cfg-dropAllowed", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "name": "dropAllowed", - "owner": "Ext.dd.DragSource", - "doc": "

The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").

\n", - "linenr": 19, - "html_filename": "DragSource.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragSource.html#Ext-dd-DragSource-cfg-dropNotAllowed", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "name": "dropNotAllowed", - "owner": "Ext.dd.DragSource", - "doc": "

The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").

\n", - "linenr": 25, - "html_filename": "DragSource.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "DragSource.html#Ext-dd-DragSource-cfg-repairHighlightColor", - "shortDoc": "The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults t...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "name": "repairHighlightColor", - "owner": "Ext.dd.DragSource", - "doc": "

The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults to 'c3daf9' - light blue). The color must be a 6 digit hex value, without\na preceding '#'.

\n", - "linenr": 37, - "html_filename": "DragSource.html" - } - ], - "method": [ - { - "deprecated": null, - "alias": null, - "href": "DragZone.html#Ext-dd-DragZone-method-constructor", - "tagname": "method", - "protected": false, - "shortDoc": "Creates new DragZone. ...", - "static": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The container element

\n", - "name": "el" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "config" - } - ], - "private": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "doc": "

Creates new DragZone.

\n", - "owner": "Ext.dd.DragZone", - "name": "DragZone", - "html_filename": "DragZone.html", - "return": { - "type": "Object", - "doc": "\n" - }, - "linenr": 60 - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleClass", - "shortDoc": "Lets you specify a css class of elements that will not initiate a drag ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the class of the elements you wish to ignore

\n", - "name": "cssClass" - } - ], - "name": "addInvalidHandleClass", - "owner": "Ext.dd.DragDrop", - "doc": "

Lets you specify a css class of elements that will not initiate a drag

\n", - "linenr": 861, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleId", - "shortDoc": "Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the element id of the element you wish to ignore

\n", - "name": "id" - } - ], - "name": "addInvalidHandleId", - "owner": "Ext.dd.DragDrop", - "doc": "

Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag

\n", - "linenr": 848, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleType", - "shortDoc": "Allows you to specify a tag name that should not start a drag operation\nwhen clicked. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the type of element to exclude

\n", - "name": "tagName" - } - ], - "name": "addInvalidHandleType", - "owner": "Ext.dd.DragDrop", - "doc": "

Allows you to specify a tag name that should not start a drag operation\nwhen clicked. This is designed to facilitate embedding links within a\ndrag handle that do something other than start the drag.

\n", - "linenr": 836, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-addStatics", - "shortDoc": "Add / override static properties of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "addStatics", - "owner": "Ext.Base", - "doc": "

Add / override static properties of this class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n
\n", - "linenr": 388, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-addToGroup", - "shortDoc": "Adds this instance to a group of related drag/drop objects. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the name of the group

\n", - "name": "sGroup" - } - ], - "name": "addToGroup", - "owner": "Ext.dd.DragDrop", - "doc": "

Adds this instance to a group of related drag/drop objects. All\ninstances belong to at least one group, and can belong to as many\ngroups as needed.

\n", - "linenr": 705, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-afterDragDrop", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurr...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dropped element

\n", - "name": "id" - } - ], - "name": "afterDragDrop", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurred by providing an implementation.

\n", - "linenr": 206, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-afterDragEnter", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the d...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "afterDragEnter", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the drop target by providing an implementation.

\n", - "linenr": 90, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-afterDragOut", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "afterDragOut", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged out of the target without dropping.

\n", - "linenr": 165, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-afterDragOver", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "afterDragOver", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target by providing an implementation.

\n", - "linenr": 131, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-afterInvalidDrop", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dropped element

\n", - "name": "id" - } - ], - "name": "afterInvalidDrop", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred by providing an implementation.

\n", - "linenr": 265, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragZone.html#Ext-dd-DragZone-method-afterRepair", - "shortDoc": "Called after a repair of an invalid drop. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "params": [ - - ], - "name": "afterRepair", - "owner": "Ext.dd.DragZone", - "doc": "

Called after a repair of an invalid drop. By default, highlights this.dragData.ddel

\n", - "linenr": 110, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragZone.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-alignElWithMouse", - "shortDoc": "Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the loc...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "HTMLElement", - "optional": false, - "doc": "

the element to move

\n", - "name": "el" - }, - { - "type": "int", - "optional": false, - "doc": "

the X coordinate of the mousedown or drag event

\n", - "name": "iPageX" - }, - { - "type": "int", - "optional": false, - "doc": "

the Y coordinate of the mousedown or drag event

\n", - "name": "iPageY" - } - ], - "name": "alignElWithMouse", - "owner": "Ext.dd.DD", - "doc": "

Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked. Override this if you want to place the element in a\nlocation other than where the cursor is.

\n", - "linenr": 85, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-applyConfig", - "shortDoc": "Sets up config options specific to this class. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - - ], - "name": "applyConfig", - "owner": "Ext.dd.DD", - "doc": "

Sets up config options specific to this class. Overrides\nExt.dd.DragDrop, but all versions of this method through the\ninheritance chain are called

\n", - "linenr": 259, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-autoOffset", - "shortDoc": "Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the X coordinate of the click

\n", - "name": "iPageX" - }, - { - "type": "int", - "optional": false, - "doc": "

the Y coordinate of the click

\n", - "name": "iPageY" - } - ], - "name": "autoOffset", - "owner": "Ext.dd.DD", - "doc": "

Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was clicked

\n", - "linenr": 42, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-b4Drag", - "shortDoc": "Event that fires prior to the onDrag event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "e" - } - ], - "name": "b4Drag", - "owner": "Ext.dd.DD", - "doc": "

Event that fires prior to the onDrag event. Overrides\nExt.dd.DragDrop.

\n", - "linenr": 278, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-b4MouseDown", - "shortDoc": "Event that fires prior to the onMouseDown event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "e" - } - ], - "name": "b4MouseDown", - "owner": "Ext.dd.DD", - "doc": "

Event that fires prior to the onMouseDown event. Overrides\nExt.dd.DragDrop.

\n", - "linenr": 269, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragDrop", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "beforeDragDrop", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped onto the target and optionally cancel the onDragDrop.

\n", - "linenr": 220, - "return": { - "type": "Boolean", - "doc": "

isValid True if the drag drop event is valid, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragEnter", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "beforeDragEnter", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the drop target and optionally cancel the onDragEnter.

\n", - "linenr": 103, - "return": { - "type": "Boolean", - "doc": "

isValid True if the drag event is valid, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragOut", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "beforeDragOut", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged out of the target without dropping, and optionally cancel the onDragOut.

\n", - "linenr": 179, - "return": { - "type": "Boolean", - "doc": "

isValid True if the drag event is valid, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragOver", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "beforeDragOver", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target and optionally cancel the onDragOver.

\n", - "linenr": 144, - "return": { - "type": "Boolean", - "doc": "

isValid True if the drag event is valid, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-beforeInvalidDrop", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Ext.dd.DragDrop", - "optional": false, - "doc": "

The drop target

\n", - "name": "target" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "String", - "optional": false, - "doc": "

The id of the dragged element

\n", - "name": "id" - } - ], - "name": "beforeInvalidDrop", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred.

\n", - "linenr": 285, - "return": { - "type": "Boolean", - "doc": "

isValid True if the invalid drop should proceed, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-cachePosition", - "shortDoc": "Saves the most recent position so that we can reset the constraints and\ntick marks on-demand. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

the current x position (optional, this just makes it so we\ndon't have to look it up again)

\n", - "name": "iPageX" - }, - { - "type": "Object", - "optional": false, - "doc": "

the current y position (optional, this just makes it so we\ndon't have to look it up again)

\n", - "name": "iPageY" - } - ], - "name": "cachePosition", - "owner": "Ext.dd.DD", - "doc": "

Saves the most recent position so that we can reset the constraints and\ntick marks on-demand. We need to know this so that we can calculate the\nnumber of pixels the element is offset from its original position.

\n", - "linenr": 125, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-callOverridden", - "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n constructo...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Array/Arguments", - "optional": false, - "doc": "

The arguments, either an array or the arguments object

\n", - "name": "args" - } - ], - "name": "callOverridden", - "owner": "Ext.Base", - "doc": "

Call the original method that was previously overridden with Ext.Base.override

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n", - "linenr": 269, - "return": { - "type": "Mixed", - "doc": "

Returns the result after calling the overridden method

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-callParent", - "shortDoc": "Call the parent's overridden method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Array/Arguments", - "optional": false, - "doc": "

The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

\n", - "name": "args" - } - ], - "name": "callParent", - "owner": "Ext.Base", - "doc": "

Call the parent's overridden method. For example:

\n\n
Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n
\n", - "linenr": 124, - "return": { - "type": "Mixed", - "doc": "

Returns the result from the superclass' method

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-clearConstraints", - "shortDoc": "Clears any constraints applied to this instance. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "clearConstraints", - "owner": "Ext.dd.DragDrop", - "doc": "

Clears any constraints applied to this instance. Also clears ticks\nsince they can't exist independent of a constraint at this time.

\n", - "linenr": 1007, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-clearTicks", - "shortDoc": "Clears any tick interval defined for this instance ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "clearTicks", - "owner": "Ext.dd.DragDrop", - "doc": "

Clears any tick interval defined for this instance

\n", - "linenr": 1017, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-constrainTo", - "shortDoc": "Initializes the drag drop object's constraints to restrict movement to a certain element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The element to constrain to.

\n", - "name": "constrainTo" - }, - { - "type": "Object/Number", - "optional": true, - "doc": "

(optional) Pad provides a way to specify \"padding\" of the constraints,\nand can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or\nan object containing the sides to pad. For example: {right:10, bottom:10}

\n", - "name": "pad" - }, - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) Constrain the draggable in the content box of the element (inside padding and borders)

\n", - "name": "inContent" - } - ], - "name": "constrainTo", - "owner": "Ext.dd.DragDrop", - "doc": "

Initializes the drag drop object's constraints to restrict movement to a certain element.

\n\n

Usage:

\n\n
var dd = new Ext.dd.DDProxy(\"dragDiv1\", \"proxytest\",\n               { dragElId: \"existingProxyDiv\" });\ndd.startDrag = function(){\n    this.constrainTo(\"parent-id\");\n};\n
\n\n

Or you can initalize it using the Ext.core.Element object:

\n\n
Ext.get(\"dragDiv1\").initDDProxy(\"proxytest\", {dragElId: \"existingProxyDiv\"}, {\n    startDrag : function(){\n        this.constrainTo(\"parent-id\");\n    }\n});\n
\n", - "linenr": 478, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-create", - "shortDoc": "Create a new instance of this Class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "create", - "owner": "Ext.Base", - "doc": "

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n", - "linenr": 329, - "return": { - "type": "Object", - "doc": "

the created instance.

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-createAlias", - "shortDoc": "Create aliases for existing prototype methods. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "String/Object", - "optional": false, - "doc": "

The new method name, or an object to set multiple aliases. See\nflexSetter

\n", - "name": "alias" - }, - { - "type": "String/Object", - "optional": false, - "doc": "

The original method name

\n", - "name": "origin" - } - ], - "name": "createAlias", - "owner": "Ext.Base", - "doc": "

Create aliases for existing prototype methods. Example:

\n\n
Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -> test.method1()\n
\n", - "linenr": 648, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DDProxy.html#Ext-dd-DDProxy-method-createFrame", - "shortDoc": "Creates the proxy element if it does not yet exist ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DDProxy.js", - "private": false, - "params": [ - - ], - "name": "createFrame", - "owner": "Ext.dd.DDProxy", - "doc": "

Creates the proxy element if it does not yet exist

\n", - "linenr": 69, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DDProxy.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-endDrag", - "shortDoc": "Called when we are done dragging the object ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mouseup event

\n", - "name": "e" - } - ], - "name": "endDrag", - "owner": "Ext.dd.DragDrop", - "doc": "

Called when we are done dragging the object

\n", - "linenr": 435, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragZone.html#Ext-dd-DragZone-method-getDragData", - "shortDoc": "Called when a mousedown occurs in this container. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "params": [ - { - "type": "EventObject", - "optional": false, - "doc": "

The mouse down event

\n", - "name": "e" - } - ], - "name": "getDragData", - "owner": "Ext.dd.DragZone", - "doc": "

Called when a mousedown occurs in this container. Looks in Ext.dd.Registry\nfor a valid target to drag based on the mouse down. Override this method\nto provide your own lookup logic (e.g. finding a child by class name). Make sure your returned\nobject has a \"ddel\" attribute (with an HTML Element) for other functions to work.

\n", - "linenr": 85, - "return": { - "type": "Object", - "doc": "

The dragData

\n" - }, - "html_filename": "DragZone.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-getDragEl", - "shortDoc": "Returns a reference to the actual element to drag. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "getDragEl", - "owner": "Ext.dd.DragDrop", - "doc": "

Returns a reference to the actual element to drag. By default this is\nthe same as the html element, but it can be assigned to another\nelement. An example of this can be found in Ext.dd.DDProxy

\n", - "linenr": 547, - "return": { - "type": "HTMLElement", - "doc": "

the html element

\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-getEl", - "shortDoc": "Returns a reference to the linked element ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "getEl", - "owner": "Ext.dd.DragDrop", - "doc": "

Returns a reference to the linked element

\n", - "linenr": 535, - "return": { - "type": "HTMLElement", - "doc": "

the html element

\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-getName", - "shortDoc": "Get the current class' name in string format. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "getName", - "owner": "Ext.Base", - "doc": "

Get the current class' name in string format.

\n\n
Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n
\n", - "linenr": 631, - "return": { - "type": "String", - "doc": "

className

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-getProxy", - "shortDoc": "Returns the drag source's underlying Ext.dd.StatusProxy ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - - ], - "name": "getProxy", - "owner": "Ext.dd.DragSource", - "doc": "

Returns the drag source's underlying Ext.dd.StatusProxy

\n", - "linenr": 348, - "return": { - "type": "Ext.dd.StatusProxy", - "doc": "

proxy The StatusProxy

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragZone.html#Ext-dd-DragZone-method-getRepairXY", - "shortDoc": "Called before a repair of an invalid drop to get the XY to animate to. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "params": [ - { - "type": "EventObject", - "optional": false, - "doc": "

The mouse up event

\n", - "name": "e" - } - ], - "name": "getRepairXY", - "owner": "Ext.dd.DragZone", - "doc": "

Called before a repair of an invalid drop to get the XY to animate to. By default returns\nthe XY of this.dragData.ddel

\n", - "linenr": 121, - "return": { - "type": "Array", - "doc": "

The xy location (e.g. [100, 200])

\n" - }, - "html_filename": "DragZone.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-hideProxy", - "shortDoc": "Hides the drag source's Ext.dd.StatusProxy ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - - ], - "name": "hideProxy", - "owner": "Ext.dd.DragSource", - "doc": "

Hides the drag source's Ext.dd.StatusProxy

\n", - "linenr": 356, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-implement", - "shortDoc": "Add methods / properties to the prototype of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "implement", - "owner": "Ext.Base", - "doc": "

Add methods / properties to the prototype of this class.

\n\n
Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n
\n", - "linenr": 415, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-init", - "shortDoc": "Sets up the DragDrop object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the linked element

\n", - "name": "id" - }, - { - "type": "String", - "optional": false, - "doc": "

the group of related items

\n", - "name": "sGroup" - }, - { - "type": "Object", - "optional": false, - "doc": "

configuration attributes

\n", - "name": "config" - } - ], - "name": "init", - "owner": "Ext.dd.DragDrop", - "doc": "

Sets up the DragDrop object. Must be called in the constructor of any\nExt.dd.DragDrop subclass

\n", - "linenr": 557, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-initConfig", - "shortDoc": "Initialize configuration for this class. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "config" - } - ], - "name": "initConfig", - "owner": "Ext.Base", - "doc": "

Initialize configuration for this class. a typical example:

\n\n
Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n
\n", - "linenr": 63, - "return": { - "type": "Object", - "doc": "

mixins The mixin prototypes as key - value pairs

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DDProxy.html#Ext-dd-DDProxy-method-initFrame", - "shortDoc": "Initialization for the drag frame element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DDProxy.js", - "private": false, - "params": [ - - ], - "name": "initFrame", - "owner": "Ext.dd.DDProxy", - "doc": "

Initialization for the drag frame element. Must be called in the\nconstructor of all subclasses

\n", - "linenr": 102, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DDProxy.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-initTarget", - "shortDoc": "Initializes Targeting functionality only... ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the linked element

\n", - "name": "id" - }, - { - "type": "String", - "optional": false, - "doc": "

the group of related items

\n", - "name": "sGroup" - }, - { - "type": "Object", - "optional": false, - "doc": "

configuration attributes

\n", - "name": "config" - } - ], - "name": "initTarget", - "owner": "Ext.dd.DragDrop", - "doc": "

Initializes Targeting functionality only... the object does not\nget a mousedown handler.

\n", - "linenr": 570, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-isLocked", - "shortDoc": "Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on th...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "isLocked", - "owner": "Ext.dd.DragDrop", - "doc": "

Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on the page.)

\n", - "linenr": 783, - "return": { - "type": "Boolean", - "doc": "

true if this obj or all drag/drop is locked, else\nfalse

\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-isValidHandleChild", - "shortDoc": "Checks the tag exclusion list to see if this click should be ignored ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "HTMLElement", - "optional": false, - "doc": "

the HTMLElement to evaluate

\n", - "name": "node" - } - ], - "name": "isValidHandleChild", - "owner": "Ext.dd.DragDrop", - "doc": "

Checks the tag exclusion list to see if this click should be ignored

\n", - "linenr": 903, - "return": { - "type": "Boolean", - "doc": "

true if this is a valid tag type, false if not

\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-lock", - "shortDoc": "Locks this instance ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "lock", - "owner": "Ext.dd.DragDrop", - "doc": "

Locks this instance

\n", - "linenr": 183, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onAvailable", - "shortDoc": "Override the onAvailable method to do what is needed after the initial\nposition was determined. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "onAvailable", - "owner": "Ext.dd.DragDrop", - "doc": "

Override the onAvailable method to do what is needed after the initial\nposition was determined.

\n", - "linenr": 460, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-onBeforeDrag", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begi...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

An object containing arbitrary data to be shared with drop targets

\n", - "name": "data" - }, - { - "type": "Event", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - } - ], - "name": "onBeforeDrag", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begins and optionally cancel it.

\n", - "linenr": 310, - "return": { - "type": "Boolean", - "doc": "

isValid True if the drag event is valid, else false to cancel

\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onDrag", - "shortDoc": "Abstract method called during the onMouseMove event while dragging an\nobject. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mousemove event

\n", - "name": "e" - } - ], - "name": "onDrag", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called during the onMouseMove event while dragging an\nobject.

\n", - "linenr": 358, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragDrop", - "shortDoc": "Abstract method called when this item is dropped on another DragDrop\nobj ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mouseup event

\n", - "name": "e" - }, - { - "type": "String/[DragDrop]", - "optional": false, - "doc": "

In POINT mode, the element\nid this was dropped on. In INTERSECT mode, an array of dd items this\nwas dropped on.

\n", - "name": "id" - } - ], - "name": "onDragDrop", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called when this item is dropped on another DragDrop\nobj

\n", - "linenr": 412, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragEnter", - "shortDoc": "Abstract method called when this element fist begins hovering over\nanother DragDrop obj ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mousemove event

\n", - "name": "e" - }, - { - "type": "String/[DragDrop]", - "optional": false, - "doc": "

In POINT mode, the element\nid this is hovering over. In INTERSECT mode, an array of one or more\ndragdrop items being hovered over.

\n", - "name": "id" - } - ], - "name": "onDragEnter", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called when this element fist begins hovering over\nanother DragDrop obj

\n", - "linenr": 365, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOut", - "shortDoc": "Abstract method called when we are no longer hovering over an element ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mousemove event

\n", - "name": "e" - }, - { - "type": "String/[DragDrop]", - "optional": false, - "doc": "

In POINT mode, the element\nid this was hovering over. In INTERSECT mode, an array of dd items\nthat the mouse is no longer over.

\n", - "name": "id" - } - ], - "name": "onDragOut", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called when we are no longer hovering over an element

\n", - "linenr": 397, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOver", - "shortDoc": "Abstract method called when this element is hovering over another\nDragDrop obj ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mousemove event

\n", - "name": "e" - }, - { - "type": "String|DragDrop[]", - "optional": false, - "doc": "

In POINT mode, the element\nid this is hovering over. In INTERSECT mode, an array of dd items\nbeing hovered over.

\n", - "name": "id" - } - ], - "name": "onDragOver", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called when this element is hovering over another\nDragDrop obj

\n", - "linenr": 381, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragZone.html#Ext-dd-DragZone-method-onInitDrag", - "shortDoc": "Called once drag threshold has been reached to initialize the proxy element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The x position of the click on the dragged object

\n", - "name": "x" - }, - { - "type": "Number", - "optional": false, - "doc": "

The y position of the click on the dragged object

\n", - "name": "y" - } - ], - "name": "onInitDrag", - "owner": "Ext.dd.DragZone", - "doc": "

Called once drag threshold has been reached to initialize the proxy element. By default, it clones the\nthis.dragData.ddel

\n", - "linenr": 97, - "return": { - "type": "Boolean", - "doc": "

true to continue the drag, false to cancel

\n" - }, - "html_filename": "DragZone.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onInvalidDrop", - "shortDoc": "Abstract method called when this item is dropped on an area with no\ndrop target ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mouseup event

\n", - "name": "e" - } - ], - "name": "onInvalidDrop", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called when this item is dropped on an area with no\ndrop target

\n", - "linenr": 422, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseDown", - "shortDoc": "Called when a drag/drop obj gets a mousedown ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mousedown event

\n", - "name": "e" - } - ], - "name": "onMouseDown", - "owner": "Ext.dd.DragDrop", - "doc": "

Called when a drag/drop obj gets a mousedown

\n", - "linenr": 448, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseUp", - "shortDoc": "Called when a drag/drop obj gets a mouseup ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

the mouseup event

\n", - "name": "e" - } - ], - "name": "onMouseUp", - "owner": "Ext.dd.DragDrop", - "doc": "

Called when a drag/drop obj gets a mouseup

\n", - "linenr": 454, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragSource.html#Ext-dd-DragSource-method-onStartDrag", - "shortDoc": "An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has be...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragSource.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The x position of the click on the dragged object

\n", - "name": "x" - }, - { - "type": "Number", - "optional": false, - "doc": "

The y position of the click on the dragged object

\n", - "name": "y" - } - ], - "name": "onStartDrag", - "owner": "Ext.dd.DragSource", - "doc": "

An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has begun. The drag cannot be canceled from this function.

\n", - "linenr": 321, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragSource.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-override", - "shortDoc": "Override prototype members of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "override", - "owner": "Ext.Base", - "doc": "

Override prototype members of this class. Overridden methods can be invoked via\nExt.Base.callOverridden

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n", - "linenr": 518, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-removeFromGroup", - "shortDoc": "Removes this instance from the supplied interaction group ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The group to drop

\n", - "name": "sGroup" - } - ], - "name": "removeFromGroup", - "owner": "Ext.dd.DragDrop", - "doc": "

Removes this instance from the supplied interaction group

\n", - "linenr": 716, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleClass", - "shortDoc": "Unsets an invalid css class ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the class of the element(s) you wish to\nre-enable

\n", - "name": "cssClass" - } - ], - "name": "removeInvalidHandleClass", - "owner": "Ext.dd.DragDrop", - "doc": "

Unsets an invalid css class

\n", - "linenr": 890, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleId", - "shortDoc": "Unsets an invalid handle id ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the element to re-enable

\n", - "name": "id" - } - ], - "name": "removeInvalidHandleId", - "owner": "Ext.dd.DragDrop", - "doc": "

Unsets an invalid handle id

\n", - "linenr": 879, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleType", - "shortDoc": "Unsets an excluded tag name set by addInvalidHandleType ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the type of element to unexclude

\n", - "name": "tagName" - } - ], - "name": "removeInvalidHandleType", - "owner": "Ext.dd.DragDrop", - "doc": "

Unsets an excluded tag name set by addInvalidHandleType

\n", - "linenr": 869, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-resetConstraints", - "shortDoc": "Must be called if you manually reposition a dd element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "boolean", - "optional": false, - "doc": "\n", - "name": "maintainOffset" - } - ], - "name": "resetConstraints", - "owner": "Ext.dd.DragDrop", - "doc": "

Must be called if you manually reposition a dd element.

\n", - "linenr": 1048, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-setDelta", - "shortDoc": "Sets the pointer offset. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the distance from the left

\n", - "name": "iDeltaX" - }, - { - "type": "int", - "optional": false, - "doc": "

the distance from the top

\n", - "name": "iDeltaY" - } - ], - "name": "setDelta", - "owner": "Ext.dd.DD", - "doc": "

Sets the pointer offset. You can call this directly to force the\noffset to be in a particular location (e.g., pass in 0,0 to set it\nto the center of the object)

\n", - "linenr": 55, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setDragElId", - "shortDoc": "Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the element that will be used to initiate the drag

\n", - "name": "id" - } - ], - "name": "setDragElId", - "owner": "Ext.dd.DragDrop", - "doc": "

Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag

\n", - "linenr": 728, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DD.html#Ext-dd-DD-method-setDragElPos", - "shortDoc": "Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to th...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the X coordinate of the mousedown or drag event

\n", - "name": "iPageX" - }, - { - "type": "int", - "optional": false, - "doc": "

the Y coordinate of the mousedown or drag event

\n", - "name": "iPageY" - } - ], - "name": "setDragElPos", - "owner": "Ext.dd.DD", - "doc": "

Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked. Override this if you want to place the element in a\nlocation other than where the cursor is.

\n", - "linenr": 68, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DD.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setHandleElId", - "shortDoc": "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the element that will be used to\ninitiate the drag.

\n", - "name": "id" - } - ], - "name": "setHandleElId", - "owner": "Ext.dd.DragDrop", - "doc": "

Allows you to specify a child of the linked element that should be\nused to initiate the drag operation. An example of this would be if\nyou have a content div with text and links. Clicking anywhere in the\ncontent area would normally start the drag operation. Use this method\nto specify that an element inside of the content div is the element\nthat starts the drag operation.

\n", - "linenr": 737, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setInitPosition", - "shortDoc": "Stores the initial placement of the linked element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the X offset, default 0

\n", - "name": "diffX" - }, - { - "type": "int", - "optional": false, - "doc": "

the Y offset, default 0

\n", - "name": "diffY" - } - ], - "name": "setInitPosition", - "owner": "Ext.dd.DragDrop", - "doc": "

Stores the initial placement of the linked element.

\n", - "linenr": 665, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setOuterHandleElId", - "shortDoc": "Allows you to set an element outside of the linked element as a drag\nhandle ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

the id of the element that will be used to initiate the drag

\n", - "name": "id" - } - ], - "name": "setOuterHandleElId", - "owner": "Ext.dd.DragDrop", - "doc": "

Allows you to set an element outside of the linked element as a drag\nhandle

\n", - "linenr": 755, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setPadding", - "shortDoc": "Configures the padding for the target zone in px. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

Top pad

\n", - "name": "iTop" - }, - { - "type": "int", - "optional": false, - "doc": "

Right pad

\n", - "name": "iRight" - }, - { - "type": "int", - "optional": false, - "doc": "

Bot pad

\n", - "name": "iBot" - }, - { - "type": "int", - "optional": false, - "doc": "

Left pad

\n", - "name": "iLeft" - } - ], - "name": "setPadding", - "owner": "Ext.dd.DragDrop", - "doc": "

Configures the padding for the target zone in px. Effectively expands\n(or reduces) the virtual object size for targeting calculations.\nSupports css-style shorthand; if only one parameter is passed, all sides\nwill have that padding, and if only two are passed, the top and bottom\nwill have the first param, the left and right the second.

\n", - "linenr": 643, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setXConstraint", - "shortDoc": "By default, the element can be dragged any place on the screen. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the number of pixels the element can move to the left

\n", - "name": "iLeft" - }, - { - "type": "int", - "optional": false, - "doc": "

the number of pixels the element can move to the\nright

\n", - "name": "iRight" - }, - { - "type": "int", - "optional": false, - "doc": "

optional parameter for specifying that the\nelement should move iTickSize pixels at a time.

\n", - "name": "iTickSize" - } - ], - "name": "setXConstraint", - "owner": "Ext.dd.DragDrop", - "doc": "

By default, the element can be dragged any place on the screen. Use\nthis method to limit the horizontal travel of the element. Pass in\n0,0 for the parameters if you want to lock the drag to the y axis.

\n", - "linenr": 986, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-setYConstraint", - "shortDoc": "By default, the element can be dragged any place on the screen. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

the number of pixels the element can move up

\n", - "name": "iUp" - }, - { - "type": "int", - "optional": false, - "doc": "

the number of pixels the element can move down

\n", - "name": "iDown" - }, - { - "type": "int", - "optional": false, - "doc": "

optional parameter for specifying that the\nelement should move iTickSize pixels at a time.

\n", - "name": "iTickSize" - } - ], - "name": "setYConstraint", - "owner": "Ext.dd.DragDrop", - "doc": "

By default, the element can be dragged any place on the screen. Set\nthis to limit the vertical travel of the element. Pass in 0,0 for the\nparameters if you want to lock the drag to the x axis.

\n", - "linenr": 1027, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-startDrag", - "shortDoc": "Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - { - "type": "int", - "optional": false, - "doc": "

click location

\n", - "name": "X" - }, - { - "type": "int", - "optional": false, - "doc": "

click location

\n", - "name": "Y" - } - ], - "name": "startDrag", - "owner": "Ext.dd.DragDrop", - "doc": "

Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.

\n", - "linenr": 344, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-statics", - "shortDoc": "Get the reference to the class from which this object was instantiated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "statics", - "owner": "Ext.Base", - "doc": "

Get the reference to the class from which this object was instantiated. Note that unlike Ext.Base.self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n
\n", - "linenr": 199, - "return": { - "type": "Class", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-toString", - "shortDoc": "toString method ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "toString", - "owner": "Ext.dd.DragDrop", - "doc": "

toString method

\n", - "linenr": 1113, - "return": { - "type": "string", - "doc": "

string representation of the dd obj

\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-unlock", - "shortDoc": "Unlocks this instace ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "unlock", - "owner": "Ext.dd.DragDrop", - "doc": "

Unlocks this instace

\n", - "linenr": 198, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "DragDrop.html#Ext-dd-DragDrop-method-unreg", - "shortDoc": "Removes all drag and drop hooks for this element ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "params": [ - - ], - "name": "unreg", - "owner": "Ext.dd.DragDrop", - "doc": "

Removes all drag and drop hooks for this element

\n", - "linenr": 770, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "DragDrop.html" - } - ], - "property": [ - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-available", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "available", - "owner": "Ext.dd.DragDrop", - "doc": "

The available property is false until the linked dom element is accessible.

\n", - "linenr": 319, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DDProxy.html#Ext-dd-DDProxy-property-centerFrame", - "shortDoc": "By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by Ext.dd.DD. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DDProxy.js", - "private": false, - "name": "centerFrame", - "owner": "Ext.dd.DDProxy", - "doc": "

By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by Ext.dd.DD. Another option that works only if\nyou do not have constraints on the obj is to have the drag frame centered\naround the cursor. Set centerFrame to true for this effect.

\n", - "linenr": 59, - "html_filename": "DDProxy.html" - }, - { - "type": "object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-config", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "config", - "owner": "Ext.dd.DragDrop", - "doc": "

Configuration attributes passed into the constructor

\n", - "linenr": 87, - "html_filename": "DragDrop.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-defaultPadding", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "defaultPadding", - "owner": "Ext.dd.DragDrop", - "doc": "

Provides default constraint padding to \"constrainTo\" elements (defaults to {left:0, right:0, top:0, bottom:0}).

\n", - "linenr": 467, - "html_filename": "DragDrop.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragZone.html#Ext-dd-DragZone-property-dragData", - "shortDoc": "This property contains the data representing the dragged object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "name": "dragData", - "owner": "Ext.dd.DragZone", - "doc": "

This property contains the data representing the dragged object. This data is set up by the implementation\nof the getDragData method. It must contain a ddel property, but can contain\nany other data according to the application's needs.

\n", - "linenr": 72, - "html_filename": "DragZone.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DDProxy.html#Ext-dd-DDProxy-property-dragElId", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DDProxy.js", - "private": false, - "name": "dragElId", - "owner": "Ext.dd.DDProxy", - "doc": "

The default drag frame div id

\n", - "linenr": 25, - "html_filename": "DDProxy.html" - }, - { - "type": "object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-groups", - "shortDoc": "The group defines a logical collection of DragDrop objects that are\nrelated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "groups", - "owner": "Ext.dd.DragDrop", - "doc": "

The group defines a logical collection of DragDrop objects that are\nrelated. Instances only get events when interacting with other\nDragDrop object in the same group. This lets us define multiple\ngroups using a single DragDrop subclass if we want. An object in the format {'group1':true, 'group2':true}

\n", - "linenr": 164, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-hasOuterHandles", - "shortDoc": "By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "hasOuterHandles", - "owner": "Ext.dd.DragDrop", - "doc": "

By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. This is done in part to work around a\nbug in some browsers that mis-report the mousedown if the previous\nmouseup happened outside of the window. This property is set to true\nif outer handles are defined. Defaults to false.

\n", - "linenr": 326, - "html_filename": "DragDrop.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-id", - "shortDoc": "The id of the element associated with this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "id", - "owner": "Ext.dd.DragDrop", - "doc": "

The id of the element associated with this object. This is what we\nrefer to as the \"linked element\" because the size and position of\nthis element is used to determine when the drag and drop objects have\ninteracted.

\n", - "linenr": 77, - "html_filename": "DragDrop.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-ignoreSelf", - "shortDoc": "Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "ignoreSelf", - "owner": "Ext.dd.DragDrop", - "doc": "

Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. Defaults to true - DragDrop objects do not by default\nfire drag events to themselves.

\n", - "linenr": 69, - "html_filename": "DragDrop.html" - }, - { - "type": "Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleClasses", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "invalidHandleClasses", - "owner": "Ext.dd.DragDrop", - "doc": "

An Array of CSS class names for elements to be considered in valid as drag handles.

\n", - "linenr": 139, - "html_filename": "DragDrop.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleIds", - "shortDoc": "An object who's property names identify the IDs of elements to be considered invalid as drag handles. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "invalidHandleIds", - "owner": "Ext.dd.DragDrop", - "doc": "

An object who's property names identify the IDs of elements to be considered invalid as drag handles.\nA non-null property value identifies the ID as invalid. For example, to prevent\ndragging from being initiated on element ID \"foo\", use:

\n\n
{\n    foo: true\n}
\n\n", - "linenr": 127, - "html_filename": "DragDrop.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleTypes", - "shortDoc": "An object who's property names identify HTML tags to be considered invalid as drag handles. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "invalidHandleTypes", - "owner": "Ext.dd.DragDrop", - "doc": "

An object who's property names identify HTML tags to be considered invalid as drag handles.\nA non-null property value identifies the tag as invalid. Defaults to the\nfollowing value which prevents drag operations from being initiated by <a> elements:

\n\n
{\n    A: \"A\"\n}
\n\n", - "linenr": 115, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-isTarget", - "shortDoc": "By default, all instances can be a drop target. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "isTarget", - "owner": "Ext.dd.DragDrop", - "doc": "

By default, all instances can be a drop target. This can be disabled by\nsetting isTarget to false.

\n", - "linenr": 205, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-maintainOffset", - "shortDoc": "Maintain offsets when we resetconstraints. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "maintainOffset", - "owner": "Ext.dd.DragDrop", - "doc": "

Maintain offsets when we resetconstraints. Set to true when you want\nthe position of the element relative to its parent to stay the same\nwhen the page changes

\n", - "linenr": 283, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-moveOnly", - "shortDoc": "When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "moveOnly", - "owner": "Ext.dd.DragDrop", - "doc": "

When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is dragged over them. Defaults to false.

\n", - "linenr": 190, - "html_filename": "DragDrop.html" - }, - { - "type": "[int]", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-padding", - "shortDoc": "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "padding", - "owner": "Ext.dd.DragDrop", - "doc": "

The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.\nAn array containing the 4 padding values: [top, right, bottom, left]

\n", - "linenr": 213, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-primaryButtonOnly", - "shortDoc": "By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "primaryButtonOnly", - "owner": "Ext.dd.DragDrop", - "doc": "

By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed mouse). Set to true to\nallow drag and drop to start with any mouse click that is propogated\nby the browser

\n", - "linenr": 309, - "html_filename": "DragDrop.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DDProxy.html#Ext-dd-DDProxy-property-resizeFrame", - "shortDoc": "By default we resize the drag frame to be the same size as the element\nwe want to drag (this is to get the frame effe...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DDProxy.js", - "private": false, - "name": "resizeFrame", - "owner": "Ext.dd.DDProxy", - "doc": "

By default we resize the drag frame to be the same size as the element\nwe want to drag (this is to get the frame effect). We can turn it off\nif we want a different behavior.

\n", - "linenr": 50, - "html_filename": "DDProxy.html" - }, - { - "type": "boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DD.html#Ext-dd-DD-property-scroll", - "shortDoc": "When set to true, the utility automatically tries to scroll the browser\nwindow when a drag and drop element is dragge...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DD.js", - "private": false, - "name": "scroll", - "owner": "Ext.dd.DD", - "doc": "

When set to true, the utility automatically tries to scroll the browser\nwindow when a drag and drop element is dragged near the viewport boundary.\nDefaults to true.

\n", - "linenr": 33, - "html_filename": "DD.html" - }, - { - "type": "Class", - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "property", - "href": "Base3.html#Ext-Base-property-self", - "shortDoc": "Get the reference to the current class from which this object was instantiated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "name": "self", - "owner": "Ext.Base", - "doc": "

Get the reference to the current class from which this object was instantiated. Unlike Ext.Base.statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See Ext.Base.statics\nfor a detailed comparison

\n\n
Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n
\n", - "linenr": 18, - "html_filename": "Base3.html" - }, - { - "type": "[int]", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-xTicks", - "shortDoc": "Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "xTicks", - "owner": "Ext.dd.DragDrop", - "doc": "

Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n", - "linenr": 293, - "html_filename": "DragDrop.html" - }, - { - "type": "[int]", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "DragDrop.html#Ext-dd-DragDrop-property-yTicks", - "shortDoc": "Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js", - "private": false, - "name": "yTicks", - "owner": "Ext.dd.DragDrop", - "doc": "

Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n", - "linenr": 301, - "html_filename": "DragDrop.html" - } - ], - "cssVar": [ - - ], - "cssMixin": [ - - ], - "event": [ - - ] - }, - "singleton": false, - "alias": null, - "superclasses": [ - "Ext.Base", - "Ext.dd.DragDrop", - "Ext.dd.DD", - "Ext.dd.DDProxy", - "Ext.dd.DragSource" - ], - "protected": false, - "tagname": "class", - "mixins": [ - - ], - "href": "DragZone.html#Ext-dd-DragZone", - "subclasses": [ - - ], - "static": false, - "author": null, - "component": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragZone.js", - "private": false, - "alternateClassNames": [ - - ], - "name": "Ext.dd.DragZone", - "doc": "

This class provides a container DD instance that allows dragging of multiple child source nodes.

\n\n\n

This class does not move the drag target nodes, but a proxy element which may contain\nany DOM structure you wish. The DOM element to show in the proxy is provided by either a\nprovided implementation of getDragData, or by registered draggables registered with Ext.dd.Registry

\n\n\n

If you wish to provide draggability for an arbitrary number of DOM nodes, each of which represent some\napplication object (For example nodes in a DataView) then use of this class\nis the most efficient way to \"activate\" those nodes.

\n\n\n

By default, this class requires that draggable child nodes are registered with Ext.dd.Registry.\nHowever a simpler way to allow a DragZone to manage any number of draggable elements is to configure\nthe DragZone with an implementation of the getDragData method which interrogates the passed\nmouse event to see if it has taken place within an element, or class of elements. This is easily done\nby using the event's getTarget method to identify a node based on a\nExt.DomQuery selector. For example, to make the nodes of a DataView draggable, use the following\ntechnique. Knowledge of the use of the DataView is required:

\n\n\n
myDataView.on('render', function(v) {\n    myDataView.dragZone = new Ext.dd.DragZone(v.getEl(), {\n\n//      On receipt of a mousedown event, see if it is within a DataView node.\n//      Return a drag data object if so.\n        getDragData: function(e) {\n\n//          Use the DataView's own itemSelector (a mandatory property) to\n//          test if the mousedown is within one of the DataView's nodes.\n            var sourceEl = e.getTarget(v.itemSelector, 10);\n\n//          If the mousedown is within a DataView node, clone the node to produce\n//          a ddel element for use by the drag proxy. Also add application data\n//          to the returned data object.\n            if (sourceEl) {\n                d = sourceEl.cloneNode(true);\n                d.id = Ext.id();\n                return {\n                    ddel: d,\n                    sourceEl: sourceEl,\n                    repairXY: Ext.fly(sourceEl).getXY(),\n                    sourceStore: v.store,\n                    draggedRecord: v.getRecord(sourceEl)\n                }\n            }\n        },\n\n//      Provide coordinates for the proxy to slide back to on failed drag.\n//      This is the original XY coordinates of the draggable element captured\n//      in the getDragData method.\n        getRepairXY: function() {\n            return this.dragData.repairXY;\n        }\n    });\n});
\n\n\n

See the DropZone documentation for details about building a DropZone which\ncooperates with this DragZone.

\n", - "mixedInto": [ - - ], - "linenr": 1, - "xtypes": [ - - ], - "html_filename": "DragZone.html", - "extends": "Ext.dd.DragSource" -}); \ No newline at end of file +Ext.data.JsonP.Ext_dd_DragZone({"tagname":"class","html":"

Hierarchy

Files

This class provides a container DD instance that allows dragging of multiple child source nodes.

\n\n\n

This class does not move the drag target nodes, but a proxy element which may contain\nany DOM structure you wish. The DOM element to show in the proxy is provided by either a\nprovided implementation of getDragData, or by registered draggables registered with Ext.dd.Registry

\n\n\n

If you wish to provide draggability for an arbitrary number of DOM nodes, each of which represent some\napplication object (For example nodes in a DataView) then use of this class\nis the most efficient way to \"activate\" those nodes.

\n\n\n

By default, this class requires that draggable child nodes are registered with Ext.dd.Registry.\nHowever a simpler way to allow a DragZone to manage any number of draggable elements is to configure\nthe DragZone with an implementation of the getDragData method which interrogates the passed\nmouse event to see if it has taken place within an element, or class of elements. This is easily done\nby using the event's getTarget method to identify a node based on a\nExt.DomQuery selector. For example, to make the nodes of a DataView draggable, use the following\ntechnique. Knowledge of the use of the DataView is required:

\n\n\n
myDataView.on('render', function(v) {\n    myDataView.dragZone = new Ext.dd.DragZone(v.getEl(), {\n\n//      On receipt of a mousedown event, see if it is within a DataView node.\n//      Return a drag data object if so.\n        getDragData: function(e) {\n\n//          Use the DataView's own itemSelector (a mandatory property) to\n//          test if the mousedown is within one of the DataView's nodes.\n            var sourceEl = e.getTarget(v.itemSelector, 10);\n\n//          If the mousedown is within a DataView node, clone the node to produce\n//          a ddel element for use by the drag proxy. Also add application data\n//          to the returned data object.\n            if (sourceEl) {\n                d = sourceEl.cloneNode(true);\n                d.id = Ext.id();\n                return {\n                    ddel: d,\n                    sourceEl: sourceEl,\n                    repairXY: Ext.fly(sourceEl).getXY(),\n                    sourceStore: v.store,\n                    draggedRecord: v.getRecord(sourceEl)\n                }\n            }\n        },\n\n//      Provide coordinates for the proxy to slide back to on failed drag.\n//      This is the original XY coordinates of the draggable element captured\n//      in the getDragData method.\n        getRepairXY: function() {\n            return this.dragData.repairXY;\n        }\n    });\n});
\n\n\n

See the DropZone documentation for details about building a DropZone which\ncooperates with this DragZone.

\n
Defined By

Config options

If true, animates the proxy element back to the position of the handle element used to trigger the drag. ...

If true, animates the proxy element back to the position of the handle element used to trigger the drag.

\n

Defaults to: true

 

True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.

\n

True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.

\n
A named drag drop group to which this object belongs. ...

A named drag drop group to which this object belongs. If a group is specified, then this object will only\ninteract with other drag drop objects in the same group.

\n
The CSS class returned to the drag source when drop is allowed. ...

The CSS class returned to the drag source when drop is allowed.

\n

Defaults to: "x-dd-drop-ok"

The CSS class returned to the drag source when drop is not allowed. ...

The CSS class returned to the drag source when drop is not allowed.

\n

Defaults to: "x-dd-drop-nodrop"

The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults t...

The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults to light blue). The color must be a 6 digit hex value, without\na preceding '#'.

\n

Defaults to: "c3daf9"

Defined By

Properties

 

The available property is false until the linked dom element is accessible.

\n

The available property is false until the linked dom element is accessible.

\n
By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by Ext.dd.DD. ...

By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by Ext.dd.DD. Another option that works only if\nyou do not have constraints on the obj is to have the drag frame centered\naround the cursor. Set centerFrame to true for this effect.

\n
 

Configuration attributes passed into the constructor

\n

Configuration attributes passed into the constructor

\n
 

Provides default constraint padding to \"constrainTo\" elements.

\n

Provides default constraint padding to \"constrainTo\" elements.

\n
This property contains the data representing the dragged object. ...

This property contains the data representing the dragged object. This data is set up by the implementation\nof the getDragData method. It must contain a ddel property, but can contain\nany other data according to the application's needs.

\n
The group defines a logical collection of DragDrop objects that are\nrelated. ...

The group defines a logical collection of DragDrop objects that are\nrelated. Instances only get events when interacting with other\nDragDrop object in the same group. This lets us define multiple\ngroups using a single DragDrop subclass if we want. An object in the format {'group1':true, 'group2':true}

\n
By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. ...

By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. This is done in part to work around a\nbug in some browsers that mis-report the mousedown if the previous\nmouseup happened outside of the window. This property is set to true\nif outer handles are defined. Defaults to false.

\n
The id of the element associated with this object. ...

The id of the element associated with this object. This is what we\nrefer to as the \"linked element\" because the size and position of\nthis element is used to determine when the drag and drop objects have\ninteracted.

\n
Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. ...

Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. Defaults to true - DragDrop objects do not by default\nfire drag events to themselves.

\n
 

An Array of CSS class names for elements to be considered in valid as drag handles.

\n

An Array of CSS class names for elements to be considered in valid as drag handles.

\n
An object who's property names identify the IDs of elements to be considered invalid as drag handles. ...

An object who's property names identify the IDs of elements to be considered invalid as drag handles.\nA non-null property value identifies the ID as invalid. For example, to prevent\ndragging from being initiated on element ID \"foo\", use:

\n\n
{\n    foo: true\n}
\n\n
An object who's property names identify HTML tags to be considered invalid as drag handles. ...

An object who's property names identify HTML tags to be considered invalid as drag handles.\nA non-null property value identifies the tag as invalid. Defaults to the\nfollowing value which prevents drag operations from being initiated by <a> elements:

\n\n
{\n    A: \"A\"\n}
\n\n
By default, all instances can be a drop target. ...

By default, all instances can be a drop target. This can be disabled by\nsetting isTarget to false.

\n
Maintain offsets when we resetconstraints. ...

Maintain offsets when we resetconstraints. Set to true when you want\nthe position of the element relative to its parent to stay the same\nwhen the page changes

\n
When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ...

When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is dragged over them. Defaults to false.

\n
The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object. ...

The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.\nAn array containing the 4 padding values: [top, right, bottom, left]

\n
By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m...

By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed mouse). Set to true to\nallow drag and drop to start with any mouse click that is propogated\nby the browser

\n
By default we resize the drag frame to be the same size as the element\nwe want to drag (this is to get the frame effe...

By default we resize the drag frame to be the same size as the element\nwe want to drag (this is to get the frame effect). We can turn it off\nif we want a different behavior.

\n
When set to true, the utility automatically tries to scroll the browser\nwindow when a drag and drop element is dragge...

When set to true, the utility automatically tries to scroll the browser\nwindow when a drag and drop element is dragged near the viewport boundary.\nDefaults to true.

\n
Get the reference to the current class from which this object was instantiated. ...

Get the reference to the current class from which this object was instantiated. Unlike statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See statics\nfor a detailed comparison

\n\n
Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n
\n
Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. ...

Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n
Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. ...

Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n

Methods

Defined By

Instance Methods

Creates new DragZone. ...

Creates new DragZone.

\n

Parameters

Returns

Lets you specify a css class of elements that will not initiate a drag ...

Lets you specify a css class of elements that will not initiate a drag

\n

Parameters

  • cssClass : String

    the class of the elements you wish to ignore

    \n
Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag ...

Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag

\n

Parameters

  • id : String

    the element id of the element you wish to ignore

    \n
Allows you to specify a tag name that should not start a drag operation\nwhen clicked. ...

Allows you to specify a tag name that should not start a drag operation\nwhen clicked. This is designed to facilitate embedding links within a\ndrag handle that do something other than start the drag.

\n

Parameters

  • tagName : String

    the type of element to exclude

    \n
Adds this instance to a group of related drag/drop objects. ...

Adds this instance to a group of related drag/drop objects. All\ninstances belong to at least one group, and can belong to as many\ngroups as needed.

\n

Parameters

  • sGroup : String

    the name of the group

    \n
An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurr...

An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurred by providing an implementation.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dropped element

    \n
An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the d...

An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the drop target by providing an implementation.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n
An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged ...

An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged out of the target without dropping.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n
An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the...

An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target by providing an implementation.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n
An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred...

An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred by providing an implementation.

\n

Parameters

  • e : Event

    The event object

    \n
  • id : String

    The id of the dropped element

    \n
Called after a repair of an invalid drop. ...

Called after a repair of an invalid drop. By default, highlights this.dragData.ddel

\n
An empty function by default, but provided so that you can perform a custom action\nafter a valid drop has occurred by...

An empty function by default, but provided so that you can perform a custom action\nafter a valid drop has occurred by providing an implementation.

\n

Parameters

  • target : Object

    The target DD

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dropped element

    \n
( HTMLElement el, Number iPageX, Number iPageY )
Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the loc...

Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked. Override this if you want to place the element in a\nlocation other than where the cursor is.

\n

Parameters

  • el : HTMLElement

    the element to move

    \n
  • iPageX : Number

    the X coordinate of the mousedown or drag event

    \n
  • iPageY : Number

    the Y coordinate of the mousedown or drag event

    \n
Sets up config options specific to this class. ...

Sets up config options specific to this class. Overrides\nExt.dd.DragDrop, but all versions of this method through the\ninheritance chain are called

\n
Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was...

Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was clicked

\n

Parameters

  • iPageX : Number

    the X coordinate of the click

    \n
  • iPageY : Number

    the Y coordinate of the click

    \n
Event that fires prior to the onDrag event. ...

Event that fires prior to the onDrag event. Overrides\nExt.dd.DragDrop.

\n

Parameters

Event that fires prior to the onMouseDown event. ...

Event that fires prior to the onMouseDown event. Overrides\nExt.dd.DragDrop.

\n

Parameters

An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped...

An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped onto the target and optionally cancel the onDragDrop.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n

Returns

  • Boolean

    isValid True if the drag drop event is valid, else false to cancel

    \n
An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the...

An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the drop target and optionally cancel the onDragEnter.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n

Returns

  • Boolean

    isValid True if the drag event is valid, else false to cancel

    \n
An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged...

An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged out of the target without dropping, and optionally cancel the onDragOut.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n

Returns

  • Boolean

    isValid True if the drag event is valid, else false to cancel

    \n
An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the...

An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target and optionally cancel the onDragOver.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n

Returns

  • Boolean

    isValid True if the drag event is valid, else false to cancel

    \n
An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred. ...

An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred.

\n

Parameters

  • target : Ext.dd.DragDrop

    The drop target

    \n
  • e : Event

    The event object

    \n
  • id : String

    The id of the dragged element

    \n

Returns

  • Boolean

    isValid True if the invalid drop should proceed, else false to cancel

    \n
Saves the most recent position so that we can reset the constraints and\ntick marks on-demand. ...

Saves the most recent position so that we can reset the constraints and\ntick marks on-demand. We need to know this so that we can calculate the\nnumber of pixels the element is offset from its original position.

\n

Parameters

  • iPageX : Number (optional)

    the current x position (this just makes it so we\ndon't have to look it up again)

    \n
  • iPageY : Number (optional)

    the current y position (this just makes it so we\ndon't have to look it up again)

    \n
( Array/Arguments args ) : Objectprotected
Call the original method that was previously overridden with override\n\nExt.define('My.Cat', {\n constructor: functi...

Call the original method that was previously overridden with override

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object

    \n

Returns

  • Object

    Returns the result after calling the overridden method

    \n
( Array/Arguments args ) : Objectprotected
Call the parent's overridden method. ...

Call the parent's overridden method. For example:

\n\n
Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

    \n

Returns

  • Object

    Returns the result from the superclass' method

    \n
Clears any constraints applied to this instance. ...

Clears any constraints applied to this instance. Also clears ticks\nsince they can't exist independent of a constraint at this time.

\n
Clears any tick interval defined for this instance ...

Clears any tick interval defined for this instance

\n
( String/HTMLElement/Ext.Element constrainTo, [Object/Number pad], [Boolean inContent] )
Initializes the drag drop object's constraints to restrict movement to a certain element. ...

Initializes the drag drop object's constraints to restrict movement to a certain element.

\n\n

Usage:

\n\n
var dd = new Ext.dd.DDProxy(\"dragDiv1\", \"proxytest\",\n               { dragElId: \"existingProxyDiv\" });\ndd.startDrag = function(){\n    this.constrainTo(\"parent-id\");\n};\n
\n\n

Or you can initalize it using the Ext.Element object:

\n\n
Ext.get(\"dragDiv1\").initDDProxy(\"proxytest\", {dragElId: \"existingProxyDiv\"}, {\n    startDrag : function(){\n        this.constrainTo(\"parent-id\");\n    }\n});\n
\n

Parameters

  • constrainTo : String/HTMLElement/Ext.Element

    The element or element ID to constrain to.

    \n
  • pad : Object/Number (optional)

    Pad provides a way to specify \"padding\" of the constraints,\nand can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or\nan object containing the sides to pad. For example: {right:10, bottom:10}

    \n
  • inContent : Boolean (optional)

    Constrain the draggable in the content box of the element (inside padding and borders)

    \n
Creates the proxy element if it does not yet exist ...

Creates the proxy element if it does not yet exist

\n
Called when we are done dragging the object ...

Called when we are done dragging the object

\n

Parameters

  • e : Event

    the mouseup event

    \n
Called when a mousedown occurs in this container. ...

Called when a mousedown occurs in this container. Looks in Ext.dd.Registry\nfor a valid target to drag based on the mouse down. Override this method\nto provide your own lookup logic (e.g. finding a child by class name). Make sure your returned\nobject has a \"ddel\" attribute (with an HTML Element) for other functions to work.

\n

Parameters

  • e : Event

    The mouse down event

    \n

Returns

Returns a reference to the actual element to drag. ...

Returns a reference to the actual element to drag. By default this is\nthe same as the html element, but it can be assigned to another\nelement. An example of this can be found in Ext.dd.DDProxy

\n

Returns

  • HTMLElement

    the html element

    \n
Returns a reference to the linked element ...

Returns a reference to the linked element

\n

Returns

  • HTMLElement

    the html element

    \n
Returns the drag source's underlying Ext.dd.StatusProxy ...

Returns the drag source's underlying Ext.dd.StatusProxy

\n

Returns

Called before a repair of an invalid drop to get the XY to animate to. ...

Called before a repair of an invalid drop to get the XY to animate to. By default returns\nthe XY of this.dragData.ddel

\n

Parameters

  • e : Event

    The mouse up event

    \n

Returns

  • Number[]

    The xy location (e.g. [100, 200])

    \n
Hides the drag source's Ext.dd.StatusProxy ...

Hides the drag source's Ext.dd.StatusProxy

\n
Sets up the DragDrop object. ...

Sets up the DragDrop object. Must be called in the constructor of any\nExt.dd.DragDrop subclass

\n

Parameters

  • id : String

    the id of the linked element

    \n
  • sGroup : String

    the group of related items

    \n
  • config : Object

    configuration attributes

    \n
Initialize configuration for this class. ...

Initialize configuration for this class. a typical example:

\n\n
Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n
\n

Parameters

Returns

  • Object

    mixins The mixin prototypes as key - value pairs

    \n
Initialization for the drag frame element. ...

Initialization for the drag frame element. Must be called in the\nconstructor of all subclasses

\n
Initializes Targeting functionality only... ...

Initializes Targeting functionality only... the object does not\nget a mousedown handler.

\n

Parameters

  • id : String

    the id of the linked element

    \n
  • sGroup : String

    the group of related items

    \n
  • config : Object

    configuration attributes

    \n
Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on th...

Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on the page.)

\n

Returns

  • Boolean

    true if this obj or all drag/drop is locked, else\nfalse

    \n
Checks the tag exclusion list to see if this click should be ignored ...

Checks the tag exclusion list to see if this click should be ignored

\n

Parameters

  • node : HTMLElement

    the HTMLElement to evaluate

    \n

Returns

  • Boolean

    true if this is a valid tag type, false if not

    \n
Locks this instance ...

Locks this instance

\n
Override the onAvailable method to do what is needed after the initial\nposition was determined. ...

Override the onAvailable method to do what is needed after the initial\nposition was determined.

\n
An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begi...

An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begins and optionally cancel it.

\n

Parameters

  • data : Object

    An object containing arbitrary data to be shared with drop targets

    \n
  • e : Event

    The event object

    \n

Returns

  • Boolean

    isValid True if the drag event is valid, else false to cancel

    \n
Abstract method called during the onMouseMove event while dragging an\nobject. ...

Abstract method called during the onMouseMove event while dragging an\nobject.

\n

Parameters

  • e : Event

    the mousemove event

    \n
Abstract method called when this item is dropped on another DragDrop\nobj ...

Abstract method called when this item is dropped on another DragDrop\nobj

\n

Parameters

  • e : Event

    the mouseup event

    \n
  • id : String/Ext.dd.DragDrop[]

    In POINT mode, the element\nid this was dropped on. In INTERSECT mode, an array of dd items this\nwas dropped on.

    \n
Abstract method called when this element fist begins hovering over\nanother DragDrop obj ...

Abstract method called when this element fist begins hovering over\nanother DragDrop obj

\n

Parameters

  • e : Event

    the mousemove event

    \n
  • id : String/Ext.dd.DragDrop[]

    In POINT mode, the element\nid this is hovering over. In INTERSECT mode, an array of one or more\ndragdrop items being hovered over.

    \n
Abstract method called when we are no longer hovering over an element ...

Abstract method called when we are no longer hovering over an element

\n

Parameters

  • e : Event

    the mousemove event

    \n
  • id : String/Ext.dd.DragDrop[]

    In POINT mode, the element\nid this was hovering over. In INTERSECT mode, an array of dd items\nthat the mouse is no longer over.

    \n
Abstract method called when this element is hovering over another\nDragDrop obj ...

Abstract method called when this element is hovering over another\nDragDrop obj

\n

Parameters

  • e : Event

    the mousemove event

    \n
  • id : String/Ext.dd.DragDrop[]

    In POINT mode, the element\nid this is hovering over. In INTERSECT mode, an array of dd items\nbeing hovered over.

    \n
Called once drag threshold has been reached to initialize the proxy element. ...

Called once drag threshold has been reached to initialize the proxy element. By default, it clones the\nthis.dragData.ddel

\n

Parameters

  • x : Number

    The x position of the click on the dragged object

    \n
  • y : Number

    The y position of the click on the dragged object

    \n

Returns

  • Boolean

    true to continue the drag, false to cancel

    \n
Abstract method called when this item is dropped on an area with no\ndrop target ...

Abstract method called when this item is dropped on an area with no\ndrop target

\n

Parameters

  • e : Event

    the mouseup event

    \n
Called when a drag/drop obj gets a mousedown ...

Called when a drag/drop obj gets a mousedown

\n

Parameters

  • e : Event

    the mousedown event

    \n
Called when a drag/drop obj gets a mouseup ...

Called when a drag/drop obj gets a mouseup

\n

Parameters

  • e : Event

    the mouseup event

    \n
An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has be...

An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has begun. The drag cannot be canceled from this function.

\n

Parameters

  • x : Number

    The x position of the click on the dragged object

    \n
  • y : Number

    The y position of the click on the dragged object

    \n
Removes this instance from the supplied interaction group ...

Removes this instance from the supplied interaction group

\n

Parameters

  • sGroup : String

    The group to drop

    \n
Unsets an invalid css class ...

Unsets an invalid css class

\n

Parameters

  • cssClass : String

    the class of the element(s) you wish to\nre-enable

    \n
Unsets an invalid handle id ...

Unsets an invalid handle id

\n

Parameters

  • id : String

    the id of the element to re-enable

    \n
Unsets an excluded tag name set by addInvalidHandleType ...

Unsets an excluded tag name set by addInvalidHandleType

\n

Parameters

  • tagName : String

    the type of element to unexclude

    \n
Must be called if you manually reposition a dd element. ...

Must be called if you manually reposition a dd element.

\n

Parameters

Sets the pointer offset. ...

Sets the pointer offset. You can call this directly to force the\noffset to be in a particular location (e.g., pass in 0,0 to set it\nto the center of the object)

\n

Parameters

  • iDeltaX : Number

    the distance from the left

    \n
  • iDeltaY : Number

    the distance from the top

    \n
Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag ...

Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag

\n

Parameters

  • id : String

    the id of the element that will be used to initiate the drag

    \n
Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to th...

Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked. Override this if you want to place the element in a\nlocation other than where the cursor is.

\n

Parameters

  • iPageX : Number

    the X coordinate of the mousedown or drag event

    \n
  • iPageY : Number

    the Y coordinate of the mousedown or drag event

    \n
Allows you to specify a child of the linked element that should be\nused to initiate the drag operation. ...

Allows you to specify a child of the linked element that should be\nused to initiate the drag operation. An example of this would be if\nyou have a content div with text and links. Clicking anywhere in the\ncontent area would normally start the drag operation. Use this method\nto specify that an element inside of the content div is the element\nthat starts the drag operation.

\n

Parameters

  • id : String

    the id of the element that will be used to\ninitiate the drag.

    \n
Stores the initial placement of the linked element. ...

Stores the initial placement of the linked element.

\n

Parameters

  • diffX : Number

    the X offset, default 0

    \n
  • diffY : Number

    the Y offset, default 0

    \n
Allows you to set an element outside of the linked element as a drag\nhandle ...

Allows you to set an element outside of the linked element as a drag\nhandle

\n

Parameters

  • id : String

    the id of the element that will be used to initiate the drag

    \n
Configures the padding for the target zone in px. ...

Configures the padding for the target zone in px. Effectively expands\n(or reduces) the virtual object size for targeting calculations.\nSupports css-style shorthand; if only one parameter is passed, all sides\nwill have that padding, and if only two are passed, the top and bottom\nwill have the first param, the left and right the second.

\n

Parameters

By default, the element can be dragged any place on the screen. ...

By default, the element can be dragged any place on the screen. Use\nthis method to limit the horizontal travel of the element. Pass in\n0,0 for the parameters if you want to lock the drag to the y axis.

\n

Parameters

  • iLeft : Number

    the number of pixels the element can move to the left

    \n
  • iRight : Number

    the number of pixels the element can move to the\nright

    \n
  • iTickSize : Number (optional)

    parameter for specifying that the\nelement should move iTickSize pixels at a time.

    \n
By default, the element can be dragged any place on the screen. ...

By default, the element can be dragged any place on the screen. Set\nthis to limit the vertical travel of the element. Pass in 0,0 for the\nparameters if you want to lock the drag to the x axis.

\n

Parameters

  • iUp : Number

    the number of pixels the element can move up

    \n
  • iDown : Number

    the number of pixels the element can move down

    \n
  • iTickSize : Number (optional)

    parameter for specifying that the\nelement should move iTickSize pixels at a time.

    \n
Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met. ...

Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.

\n

Parameters

Get the reference to the class from which this object was instantiated. ...

Get the reference to the class from which this object was instantiated. Note that unlike self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n
\n

Returns

toString method ...

toString method

\n

Returns

  • String

    string representation of the dd obj

    \n
Unlocks this instace ...

Unlocks this instace

\n
Removes all drag and drop hooks for this element ...

Removes all drag and drop hooks for this element

\n
Defined By

Static Methods

Add / override static properties of this class. ...

Add / override static properties of this class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n
\n

Parameters

Returns

( Ext.Base fromClass, String/String[] members ) : Ext.Basestatic
Borrow another class' members to the prototype of this class. ...

Borrow another class' members to the prototype of this class.

\n\n
Ext.define('Bank', {\n    money: '$$$',\n    printMoney: function() {\n        alert('$$$$$$$');\n    }\n});\n\nExt.define('Thief', {\n    ...\n});\n\nThief.borrow(Bank, ['money', 'printMoney']);\n\nvar steve = new Thief();\n\nalert(steve.money); // alerts '$$$'\nsteve.printMoney(); // alerts '$$$$$$$'\n
\n

Parameters

  • fromClass : Ext.Base

    The class to borrow members from

    \n
  • members : String/String[]

    The names of the members to borrow

    \n

Returns

Create a new instance of this Class. ...

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n

Returns

Create aliases for existing prototype methods. ...

Create aliases for existing prototype methods. Example:

\n\n
Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -> test.method1()\n
\n

Parameters

Get the current class' name in string format. ...

Get the current class' name in string format.

\n\n
Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n
\n

Returns

Add methods / properties to the prototype of this class. ...

Add methods / properties to the prototype of this class.

\n\n
Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n
\n

Parameters

Override prototype members of this class. ...

Override prototype members of this class. Overridden methods can be invoked via\ncallOverridden

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n

Parameters

Returns

","allMixins":[],"meta":{},"requires":[],"deprecated":null,"extends":"Ext.dd.DragSource","inheritable":false,"static":false,"superclasses":["Ext.Base","Ext.dd.DragDrop","Ext.dd.DD","Ext.dd.DDProxy","Ext.dd.DragSource","Ext.dd.DragZone"],"singleton":false,"code_type":"ext_define","alias":null,"statics":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"addStatics","id":"static-method-addStatics"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"borrow","id":"static-method-borrow"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"create","id":"static-method-create"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"createAlias","id":"static-method-createAlias"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"getName","id":"static-method-getName"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"implement","id":"static-method-implement"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"override","id":"static-method-override"}],"event":[]},"subclasses":["Ext.grid.header.DragZone","Ext.view.DragZone"],"uses":[],"protected":false,"mixins":[],"members":{"property":[{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"available","id":"property-available"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DDProxy","template":null,"required":null,"protected":false,"name":"centerFrame","id":"property-centerFrame"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"config","id":"property-config"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"defaultPadding","id":"property-defaultPadding"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":null,"required":null,"protected":false,"name":"dragData","id":"property-dragData"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"groups","id":"property-groups"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"hasOuterHandles","id":"property-hasOuterHandles"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"id","id":"property-id"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"ignoreSelf","id":"property-ignoreSelf"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"invalidHandleClasses","id":"property-invalidHandleClasses"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"invalidHandleIds","id":"property-invalidHandleIds"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"invalidHandleTypes","id":"property-invalidHandleTypes"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"isTarget","id":"property-isTarget"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"maintainOffset","id":"property-maintainOffset"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"moveOnly","id":"property-moveOnly"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"padding","id":"property-padding"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"primaryButtonOnly","id":"property-primaryButtonOnly"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DDProxy","template":null,"required":null,"protected":false,"name":"resizeFrame","id":"property-resizeFrame"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":null,"required":null,"protected":false,"name":"scroll","id":"property-scroll"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.Base","template":null,"required":null,"protected":true,"name":"self","id":"property-self"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"xTicks","id":"property-xTicks"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":null,"required":null,"protected":false,"name":"yTicks","id":"property-yTicks"}],"css_var":[],"css_mixin":[],"cfg":[{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":null,"required":false,"protected":false,"name":"animRepair","id":"cfg-animRepair"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":null,"required":false,"protected":false,"name":"containerScroll","id":"cfg-containerScroll"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":null,"required":false,"protected":false,"name":"ddGroup","id":"cfg-ddGroup"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":null,"required":false,"protected":false,"name":"dropAllowed","id":"cfg-dropAllowed"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":null,"required":false,"protected":false,"name":"dropNotAllowed","id":"cfg-dropNotAllowed"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":null,"required":false,"protected":false,"name":"repairHighlightColor","id":"cfg-repairHighlightColor"}],"method":[{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":false,"required":null,"protected":false,"name":"constructor","id":"method-constructor"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"addInvalidHandleClass","id":"method-addInvalidHandleClass"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"addInvalidHandleId","id":"method-addInvalidHandleId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"addInvalidHandleType","id":"method-addInvalidHandleType"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"addToGroup","id":"method-addToGroup"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterDragDrop","id":"method-afterDragDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterDragEnter","id":"method-afterDragEnter"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterDragOut","id":"method-afterDragOut"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterDragOver","id":"method-afterDragOver"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterInvalidDrop","id":"method-afterInvalidDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":false,"required":null,"protected":false,"name":"afterRepair","id":"method-afterRepair"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"afterValidDrop","id":"method-afterValidDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"alignElWithMouse","id":"method-alignElWithMouse"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"applyConfig","id":"method-applyConfig"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"autoOffset","id":"method-autoOffset"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"b4Drag","id":"method-b4Drag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"b4MouseDown","id":"method-b4MouseDown"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"beforeDragDrop","id":"method-beforeDragDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"beforeDragEnter","id":"method-beforeDragEnter"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"beforeDragOut","id":"method-beforeDragOut"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"beforeDragOver","id":"method-beforeDragOver"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"beforeInvalidDrop","id":"method-beforeInvalidDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"cachePosition","id":"method-cachePosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callOverridden","id":"method-callOverridden"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callParent","id":"method-callParent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"clearConstraints","id":"method-clearConstraints"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"clearTicks","id":"method-clearTicks"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"constrainTo","id":"method-constrainTo"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DDProxy","template":false,"required":null,"protected":false,"name":"createFrame","id":"method-createFrame"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"endDrag","id":"method-endDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":false,"required":null,"protected":false,"name":"getDragData","id":"method-getDragData"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"getDragEl","id":"method-getDragEl"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"getEl","id":"method-getEl"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"getProxy","id":"method-getProxy"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":false,"required":null,"protected":false,"name":"getRepairXY","id":"method-getRepairXY"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"hideProxy","id":"method-hideProxy"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"init","id":"method-init"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"initConfig","id":"method-initConfig"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DDProxy","template":false,"required":null,"protected":false,"name":"initFrame","id":"method-initFrame"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"initTarget","id":"method-initTarget"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"isLocked","id":"method-isLocked"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"isValidHandleChild","id":"method-isValidHandleChild"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"lock","id":"method-lock"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onAvailable","id":"method-onAvailable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"onBeforeDrag","id":"method-onBeforeDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onDrag","id":"method-onDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onDragDrop","id":"method-onDragDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onDragEnter","id":"method-onDragEnter"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onDragOut","id":"method-onDragOut"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onDragOver","id":"method-onDragOver"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragZone","template":false,"required":null,"protected":false,"name":"onInitDrag","id":"method-onInitDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onInvalidDrop","id":"method-onInvalidDrop"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onMouseDown","id":"method-onMouseDown"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"onMouseUp","id":"method-onMouseUp"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragSource","template":false,"required":null,"protected":false,"name":"onStartDrag","id":"method-onStartDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"removeFromGroup","id":"method-removeFromGroup"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"removeInvalidHandleClass","id":"method-removeInvalidHandleClass"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"removeInvalidHandleId","id":"method-removeInvalidHandleId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"removeInvalidHandleType","id":"method-removeInvalidHandleType"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"resetConstraints","id":"method-resetConstraints"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"setDelta","id":"method-setDelta"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setDragElId","id":"method-setDragElId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DD","template":false,"required":null,"protected":false,"name":"setDragElPos","id":"method-setDragElPos"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setHandleElId","id":"method-setHandleElId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setInitPosition","id":"method-setInitPosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setOuterHandleElId","id":"method-setOuterHandleElId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setPadding","id":"method-setPadding"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setXConstraint","id":"method-setXConstraint"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"setYConstraint","id":"method-setYConstraint"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"startDrag","id":"method-startDrag"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"statics","id":"method-statics"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"toString","id":"method-toString"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"unlock","id":"method-unlock"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.dd.DragDrop","template":false,"required":null,"protected":false,"name":"unreg","id":"method-unreg"}],"event":[]},"private":false,"component":false,"name":"Ext.dd.DragZone","alternateClassNames":[],"id":"class-Ext.dd.DragZone","mixedInto":[],"xtypes":{},"files":[{"href":"DragZone.html#Ext-dd-DragZone","filename":"DragZone.js"}]}); \ No newline at end of file