Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.dd.DropTarget.js
1 Ext.data.JsonP.Ext_dd_DropTarget({
2   "tagname": "class",
3   "name": "Ext.dd.DropTarget",
4   "doc": "<p>A simple class that provides the basic implementation needed to make any element a drop target that can have\ndraggable items dropped onto it.  The drop has no effect until an implementation of notifyDrop is provided.</p>\n",
5   "extends": "Ext.dd.DDTarget",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "ddGroup",
21       "member": "Ext.dd.DropTarget",
22       "type": "String",
23       "doc": "<p>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).</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
26       "linenr": 27,
27       "html_filename": "DropTarget.html",
28       "href": "DropTarget.html#Ext-dd-DropTarget-cfg-ddGroup",
29       "shortDoc": "A named drag drop group to which this object belongs.  If a group is specified, then this object will only\ninteract w..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "dropAllowed",
34       "member": "Ext.dd.DropTarget",
35       "type": "String",
36       "doc": "<p>The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
39       "linenr": 36,
40       "html_filename": "DropTarget.html",
41       "href": "DropTarget.html#Ext-dd-DropTarget-cfg-dropAllowed"
42     },
43     {
44       "tagname": "cfg",
45       "name": "dropNotAllowed",
46       "member": "Ext.dd.DropTarget",
47       "type": "String",
48       "doc": "<p>The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").</p>\n",
49       "private": false,
50       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
51       "linenr": 41,
52       "html_filename": "DropTarget.html",
53       "href": "DropTarget.html#Ext-dd-DropTarget-cfg-dropNotAllowed"
54     },
55     {
56       "tagname": "cfg",
57       "name": "overClass",
58       "member": "Ext.dd.DropTarget",
59       "type": "String",
60       "doc": "<p>The CSS class applied to the drop target element while the drag source is over it (defaults to \"\").</p>\n",
61       "private": false,
62       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
63       "linenr": 32,
64       "html_filename": "DropTarget.html",
65       "href": "DropTarget.html#Ext-dd-DropTarget-cfg-overClass"
66     }
67   ],
68   "method": [
69     {
70       "tagname": "method",
71       "name": "DropTarget",
72       "member": "Ext.dd.DropTarget",
73       "doc": "\n",
74       "params": [
75         {
76           "type": "Mixed",
77           "name": "el",
78           "doc": "<p>The container element</p>\n",
79           "optional": false
80         },
81         {
82           "type": "Object",
83           "name": "config",
84           "doc": "\n",
85           "optional": false
86         }
87       ],
88       "return": {
89         "type": "void",
90         "doc": "\n"
91       },
92       "private": false,
93       "static": false,
94       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
95       "linenr": 1,
96       "html_filename": "DropTarget.html",
97       "href": "DropTarget.html#Ext-dd-DropTarget-method-constructor",
98       "shortDoc": "\n"
99     },
100     {
101       "tagname": "method",
102       "name": "addInvalidHandleClass",
103       "member": "Ext.dd.DragDrop",
104       "doc": "<p>Lets you specify a css class of elements that will not initiate a drag</p>\n",
105       "params": [
106         {
107           "type": "string",
108           "name": "cssClass",
109           "doc": "<p>the class of the elements you wish to ignore</p>\n",
110           "optional": false
111         }
112       ],
113       "return": {
114         "type": "void",
115         "doc": "\n"
116       },
117       "private": false,
118       "static": false,
119       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
120       "linenr": 894,
121       "html_filename": "DragDrop.html",
122       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleClass",
123       "shortDoc": "<p>Lets you specify a css class of elements that will not initiate a drag</p>\n"
124     },
125     {
126       "tagname": "method",
127       "name": "addInvalidHandleId",
128       "member": "Ext.dd.DragDrop",
129       "doc": "<p>Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag</p>\n",
130       "params": [
131         {
132           "type": "string",
133           "name": "id",
134           "doc": "<p>the element id of the element you wish to ignore</p>\n",
135           "optional": false
136         }
137       ],
138       "return": {
139         "type": "void",
140         "doc": "\n"
141       },
142       "private": false,
143       "static": false,
144       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
145       "linenr": 881,
146       "html_filename": "DragDrop.html",
147       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleId",
148       "shortDoc": "<p>Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag</p>\n"
149     },
150     {
151       "tagname": "method",
152       "name": "addInvalidHandleType",
153       "member": "Ext.dd.DragDrop",
154       "doc": "<p>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.</p>\n",
155       "params": [
156         {
157           "type": "string",
158           "name": "tagName",
159           "doc": "<p>the type of element to exclude</p>\n",
160           "optional": false
161         }
162       ],
163       "return": {
164         "type": "void",
165         "doc": "\n"
166       },
167       "private": false,
168       "static": false,
169       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
170       "linenr": 869,
171       "html_filename": "DragDrop.html",
172       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleType",
173       "shortDoc": "Allows you to specify a tag name that should not start a drag operation\nwhen clicked.  This is designed to facilitate..."
174     },
175     {
176       "tagname": "method",
177       "name": "addToGroup",
178       "member": "Ext.dd.DragDrop",
179       "doc": "<p>Add 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.</p>\n",
180       "params": [
181         {
182           "type": "Object",
183           "name": "sGroup",
184           "doc": "<p>{string} the name of the group</p>\n",
185           "optional": false
186         }
187       ],
188       "return": {
189         "type": "void",
190         "doc": "\n"
191       },
192       "private": false,
193       "static": false,
194       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
195       "linenr": 730,
196       "html_filename": "DragDrop.html",
197       "href": "DragDrop.html#Ext-dd-DragDrop-method-addToGroup",
198       "shortDoc": "Add this instance to a group of related drag/drop objects.  All\ninstances belong to at least one group, and can belon..."
199     },
200     {
201       "tagname": "method",
202       "name": "applyConfig",
203       "member": "Ext.dd.DragDrop",
204       "doc": "<p>Applies the configuration parameters that were passed into the constructor.\nThis is supposed to happen at each level through the inheritance chain.  So\na DDProxy implentation will execute apply config on DDProxy, DD, and\nDragDrop in order to get all of the parameters that are available in\neach object.</p>\n",
205       "params": [
206
207       ],
208       "return": {
209         "type": "void",
210         "doc": "\n"
211       },
212       "private": false,
213       "static": false,
214       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
215       "linenr": 635,
216       "html_filename": "DragDrop.html",
217       "href": "DragDrop.html#Ext-dd-DragDrop-method-applyConfig",
218       "shortDoc": "Applies the configuration parameters that were passed into the constructor.\nThis is supposed to happen at each level ..."
219     },
220     {
221       "tagname": "method",
222       "name": "clearConstraints",
223       "member": "Ext.dd.DragDrop",
224       "doc": "<p>Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constraint at this time.</p>\n",
225       "params": [
226
227       ],
228       "return": {
229         "type": "void",
230         "doc": "\n"
231       },
232       "private": false,
233       "static": false,
234       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
235       "linenr": 1049,
236       "html_filename": "DragDrop.html",
237       "href": "DragDrop.html#Ext-dd-DragDrop-method-clearConstraints",
238       "shortDoc": "Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constrain..."
239     },
240     {
241       "tagname": "method",
242       "name": "clearTicks",
243       "member": "Ext.dd.DragDrop",
244       "doc": "<p>Clears any tick interval defined for this instance</p>\n",
245       "params": [
246
247       ],
248       "return": {
249         "type": "void",
250         "doc": "\n"
251       },
252       "private": false,
253       "static": false,
254       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
255       "linenr": 1060,
256       "html_filename": "DragDrop.html",
257       "href": "DragDrop.html#Ext-dd-DragDrop-method-clearTicks",
258       "shortDoc": "<p>Clears any tick interval defined for this instance</p>\n"
259     },
260     {
261       "tagname": "method",
262       "name": "constrainTo",
263       "member": "Ext.dd.DragDrop",
264       "doc": "<p>Initializes the drag drop object's constraints to restrict movement to a certain element.</p>\n\n<p>Usage:</p>\n\n<pre><code> var dd = new Ext.dd.DDProxy(\"dragDiv1\", \"proxytest\",\n                { dragElId: \"existingProxyDiv\" });\n dd.startDrag = function(){\n     this.constrainTo(\"parent-id\");\n };\n </code></pre>\n\n\n<p>Or you can initalize it using the <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> object:</p>\n\n<pre><code> Ext.get(\"dragDiv1\").initDDProxy(\"proxytest\", {dragElId: \"existingProxyDiv\"}, {\n     startDrag : function(){\n         this.constrainTo(\"parent-id\");\n     }\n });\n </code></pre>\n\n",
265       "params": [
266         {
267           "type": "Mixed",
268           "name": "constrainTo",
269           "doc": "<p>The element to constrain to.</p>\n",
270           "optional": false
271         },
272         {
273           "type": "Object/Number",
274           "name": "pad",
275           "doc": "<p>(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}</p>\n",
276           "optional": true
277         },
278         {
279           "type": "Boolean",
280           "name": "inContent",
281           "doc": "<p>(optional) Constrain the draggable in the content box of the element (inside padding and borders)</p>\n",
282           "optional": true
283         }
284       ],
285       "return": {
286         "type": "void",
287         "doc": "\n"
288       },
289       "private": false,
290       "static": false,
291       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
292       "linenr": 493,
293       "html_filename": "DragDrop.html",
294       "href": "DragDrop.html#Ext-dd-DragDrop-method-constrainTo",
295       "shortDoc": "Initializes the drag drop object's constraints to restrict movement to a certain element.\n\nUsage:\n\n var dd = new Ext...."
296     },
297     {
298       "tagname": "method",
299       "name": "endDrag",
300       "member": "Ext.dd.DragDrop",
301       "doc": "<p>Fired when we are done dragging the object</p>\n",
302       "params": [
303         {
304           "type": "Event",
305           "name": "e",
306           "doc": "<p>the mouseup event</p>\n",
307           "optional": false
308         }
309       ],
310       "return": {
311         "type": "void",
312         "doc": "\n"
313       },
314       "private": false,
315       "static": false,
316       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
317       "linenr": 445,
318       "html_filename": "DragDrop.html",
319       "href": "DragDrop.html#Ext-dd-DragDrop-method-endDrag",
320       "shortDoc": "<p>Fired when we are done dragging the object</p>\n"
321     },
322     {
323       "tagname": "method",
324       "name": "getDragEl",
325       "member": "Ext.dd.DragDrop",
326       "doc": "<p>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</p>\n",
327       "params": [
328
329       ],
330       "return": {
331         "type": "HTMLElement",
332         "doc": "<p>the html element</p>\n"
333       },
334       "private": false,
335       "static": false,
336       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
337       "linenr": 563,
338       "html_filename": "DragDrop.html",
339       "href": "DragDrop.html#Ext-dd-DragDrop-method-getDragEl",
340       "shortDoc": "Returns a reference to the actual element to drag.  By default this is\nthe same as the html element, but it can be as..."
341     },
342     {
343       "tagname": "method",
344       "name": "getEl",
345       "member": "Ext.dd.DragDrop",
346       "doc": "<p>Returns a reference to the linked element</p>\n",
347       "params": [
348
349       ],
350       "return": {
351         "type": "HTMLElement",
352         "doc": "<p>the html element</p>\n"
353       },
354       "private": false,
355       "static": false,
356       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
357       "linenr": 550,
358       "html_filename": "DragDrop.html",
359       "href": "DragDrop.html#Ext-dd-DragDrop-method-getEl",
360       "shortDoc": "<p>Returns a reference to the linked element</p>\n"
361     },
362     {
363       "tagname": "method",
364       "name": "init",
365       "member": "Ext.dd.DragDrop",
366       "doc": "<p>Sets up the DragDrop object.  Must be called in the constructor of any\n<a href=\"#/api/Ext.dd.DragDrop\" rel=\"Ext.dd.DragDrop\" class=\"docClass\">Ext.dd.DragDrop</a> subclass</p>\n",
367       "params": [
368         {
369           "type": "Object",
370           "name": "id",
371           "doc": "<p>the id of the linked element</p>\n",
372           "optional": false
373         },
374         {
375           "type": "String",
376           "name": "sGroup",
377           "doc": "<p>the group of related items</p>\n",
378           "optional": false
379         },
380         {
381           "type": "object",
382           "name": "config",
383           "doc": "<p>configuration attributes</p>\n",
384           "optional": false
385         }
386       ],
387       "return": {
388         "type": "void",
389         "doc": "\n"
390       },
391       "private": false,
392       "static": false,
393       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
394       "linenr": 574,
395       "html_filename": "DragDrop.html",
396       "href": "DragDrop.html#Ext-dd-DragDrop-method-init",
397       "shortDoc": "<p>Sets up the DragDrop object.  Must be called in the constructor of any\n<a href=\"#/api/Ext.dd.DragDrop\" rel=\"Ext.dd.DragDrop\" class=\"docClass\">Ext.dd.DragDrop</a> subclass</p>\n"
398     },
399     {
400       "tagname": "method",
401       "name": "initTarget",
402       "member": "Ext.dd.DragDrop",
403       "doc": "<p>Initializes Targeting functionality only... the object does not\nget a mousedown handler.</p>\n",
404       "params": [
405         {
406           "type": "Object",
407           "name": "id",
408           "doc": "<p>the id of the linked element</p>\n",
409           "optional": false
410         },
411         {
412           "type": "String",
413           "name": "sGroup",
414           "doc": "<p>the group of related items</p>\n",
415           "optional": false
416         },
417         {
418           "type": "object",
419           "name": "config",
420           "doc": "<p>configuration attributes</p>\n",
421           "optional": false
422         }
423       ],
424       "return": {
425         "type": "void",
426         "doc": "\n"
427       },
428       "private": false,
429       "static": false,
430       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
431       "linenr": 588,
432       "html_filename": "DragDrop.html",
433       "href": "DragDrop.html#Ext-dd-DragDrop-method-initTarget",
434       "shortDoc": "<p>Initializes Targeting functionality only... the object does not\nget a mousedown handler.</p>\n"
435     },
436     {
437       "tagname": "method",
438       "name": "isLocked",
439       "member": "Ext.dd.DragDrop",
440       "doc": "<p>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.)</p>\n",
441       "params": [
442
443       ],
444       "return": {
445         "type": "boolean",
446         "doc": "<p>true if this obj or all drag/drop is locked, else\nfalse</p>\n"
447       },
448       "private": false,
449       "static": false,
450       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
451       "linenr": 814,
452       "html_filename": "DragDrop.html",
453       "href": "DragDrop.html#Ext-dd-DragDrop-method-isLocked",
454       "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..."
455     },
456     {
457       "tagname": "method",
458       "name": "isValidHandleChild",
459       "member": "Ext.dd.DragDrop",
460       "doc": "<p>Checks the tag exclusion list to see if this click should be ignored</p>\n",
461       "params": [
462         {
463           "type": "HTMLElement",
464           "name": "node",
465           "doc": "<p>the HTMLElement to evaluate</p>\n",
466           "optional": false
467         }
468       ],
469       "return": {
470         "type": "boolean",
471         "doc": "<p>true if this is a valid tag type, false if not</p>\n"
472       },
473       "private": false,
474       "static": false,
475       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
476       "linenr": 940,
477       "html_filename": "DragDrop.html",
478       "href": "DragDrop.html#Ext-dd-DragDrop-method-isValidHandleChild",
479       "shortDoc": "<p>Checks the tag exclusion list to see if this click should be ignored</p>\n"
480     },
481     {
482       "tagname": "method",
483       "name": "lock",
484       "member": "Ext.dd.DragDrop",
485       "doc": "<p>Lock this instance</p>\n",
486       "params": [
487
488       ],
489       "return": {
490         "type": "void",
491         "doc": "\n"
492       },
493       "private": false,
494       "static": false,
495       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
496       "linenr": 177,
497       "html_filename": "DragDrop.html",
498       "href": "DragDrop.html#Ext-dd-DragDrop-method-lock",
499       "shortDoc": "<p>Lock this instance</p>\n"
500     },
501     {
502       "tagname": "method",
503       "name": "notifyDrop",
504       "member": "Ext.dd.DropTarget",
505       "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the dragged item has\nbeen dropped on it.  This method has no default implementation and returns false, so you must provide an\nimplementation that does something to process the drop event and returns true so that the drag source's\nrepair action does not run.</p>\n",
506       "params": [
507         {
508           "type": "Ext.dd.DragSource",
509           "name": "source",
510           "doc": "<p>The drag source that was dragged over this drop target</p>\n",
511           "optional": false
512         },
513         {
514           "type": "Event",
515           "name": "e",
516           "doc": "<p>The event</p>\n",
517           "optional": false
518         },
519         {
520           "type": "Object",
521           "name": "data",
522           "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
523           "optional": false
524         }
525       ],
526       "return": {
527         "type": "Boolean",
528         "doc": "<p>False if the drop was invalid.</p>\n"
529       },
530       "private": false,
531       "static": false,
532       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
533       "linenr": 98,
534       "html_filename": "DropTarget.html",
535       "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyDrop",
536       "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the dragged item has\nbeen dropped on it. ..."
537     },
538     {
539       "tagname": "method",
540       "name": "notifyEnter",
541       "member": "Ext.dd.DropTarget",
542       "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the source is now over the\ntarget.  This default implementation adds the CSS class specified by overClass (if any) to the drop element\nand returns the dropAllowed config value.  This method should be overridden if drop validation is required.</p>\n",
543       "params": [
544         {
545           "type": "Ext.dd.DragSource",
546           "name": "source",
547           "doc": "<p>The drag source that was dragged over this drop target</p>\n",
548           "optional": false
549         },
550         {
551           "type": "Event",
552           "name": "e",
553           "doc": "<p>The event</p>\n",
554           "optional": false
555         },
556         {
557           "type": "Object",
558           "name": "data",
559           "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
560           "optional": false
561         }
562       ],
563       "return": {
564         "type": "String",
565         "doc": "<p>status The CSS class that communicates the drop status back to the source so that the\nunderlying <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a> can be updated</p>\n"
566       },
567       "private": false,
568       "static": false,
569       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
570       "linenr": 53,
571       "html_filename": "DropTarget.html",
572       "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyEnter",
573       "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the source is now over the\ntarget.  This ..."
574     },
575     {
576       "tagname": "method",
577       "name": "notifyOut",
578       "member": "Ext.dd.DropTarget",
579       "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the source has been dragged\nout of the target without dropping.  This default implementation simply removes the CSS class specified by\noverClass (if any) from the drop element.</p>\n",
580       "params": [
581         {
582           "type": "Ext.dd.DragSource",
583           "name": "source",
584           "doc": "<p>The drag source that was dragged over this drop target</p>\n",
585           "optional": false
586         },
587         {
588           "type": "Event",
589           "name": "e",
590           "doc": "<p>The event</p>\n",
591           "optional": false
592         },
593         {
594           "type": "Object",
595           "name": "data",
596           "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
597           "optional": false
598         }
599       ],
600       "return": {
601         "type": "void",
602         "doc": "\n"
603       },
604       "private": false,
605       "static": false,
606       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
607       "linenr": 84,
608       "html_filename": "DropTarget.html",
609       "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyOut",
610       "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged\nout of the ta..."
611     },
612     {
613       "tagname": "method",
614       "name": "notifyOver",
615       "member": "Ext.dd.DropTarget",
616       "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls continuously while it is being dragged over the target.\nThis method will be called on every mouse movement while the drag source is over the drop target.\nThis default implementation simply returns the dropAllowed config value.</p>\n",
617       "params": [
618         {
619           "type": "Ext.dd.DragSource",
620           "name": "source",
621           "doc": "<p>The drag source that was dragged over this drop target</p>\n",
622           "optional": false
623         },
624         {
625           "type": "Event",
626           "name": "e",
627           "doc": "<p>The event</p>\n",
628           "optional": false
629         },
630         {
631           "type": "Object",
632           "name": "data",
633           "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
634           "optional": false
635         }
636       ],
637       "return": {
638         "type": "String",
639         "doc": "<p>status The CSS class that communicates the drop status back to the source so that the\nunderlying <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a> can be updated</p>\n"
640       },
641       "private": false,
642       "static": false,
643       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
644       "linenr": 70,
645       "html_filename": "DropTarget.html",
646       "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyOver",
647       "shortDoc": "The function a Ext.dd.DragSource calls continuously while it is being dragged over the target.\nThis method will be ca..."
648     },
649     {
650       "tagname": "method",
651       "name": "onAvailable",
652       "member": "Ext.dd.DragDrop",
653       "doc": "<p>Override the onAvailable method to do what is needed after the initial\nposition was determined.</p>\n",
654       "params": [
655
656       ],
657       "return": {
658         "type": "void",
659         "doc": "\n"
660       },
661       "private": false,
662       "static": false,
663       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
664       "linenr": 474,
665       "html_filename": "DragDrop.html",
666       "href": "DragDrop.html#Ext-dd-DragDrop-method-onAvailable",
667       "shortDoc": "<p>Override the onAvailable method to do what is needed after the initial\nposition was determined.</p>\n"
668     },
669     {
670       "tagname": "method",
671       "name": "onDrag",
672       "member": "Ext.dd.DragDrop",
673       "doc": "<p>Abstract method called during the onMouseMove event while dragging an\nobject.</p>\n",
674       "params": [
675         {
676           "type": "Event",
677           "name": "e",
678           "doc": "<p>the mousemove event</p>\n",
679           "optional": false
680         }
681       ],
682       "return": {
683         "type": "void",
684         "doc": "\n"
685       },
686       "private": false,
687       "static": false,
688       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
689       "linenr": 358,
690       "html_filename": "DragDrop.html",
691       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDrag",
692       "shortDoc": "<p>Abstract method called during the onMouseMove event while dragging an\nobject.</p>\n"
693     },
694     {
695       "tagname": "method",
696       "name": "onDragDrop",
697       "member": "Ext.dd.DragDrop",
698       "doc": "<p>Abstract method called when this item is dropped on another DragDrop\nobj</p>\n",
699       "params": [
700         {
701           "type": "Event",
702           "name": "e",
703           "doc": "<p>the mouseup event</p>\n",
704           "optional": false
705         },
706         {
707           "type": "String|DragDrop[]",
708           "name": "id",
709           "doc": "<p>In POINT mode, the element\nid this was dropped on.  In INTERSECT mode, an array of dd items this\nwas dropped on.</p>\n",
710           "optional": false
711         }
712       ],
713       "return": {
714         "type": "void",
715         "doc": "\n"
716       },
717       "private": false,
718       "static": false,
719       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
720       "linenr": 419,
721       "html_filename": "DragDrop.html",
722       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragDrop",
723       "shortDoc": "<p>Abstract method called when this item is dropped on another DragDrop\nobj</p>\n"
724     },
725     {
726       "tagname": "method",
727       "name": "onDragEnter",
728       "member": "Ext.dd.DragDrop",
729       "doc": "<p>Abstract method called when this element fist begins hovering over\nanother DragDrop obj</p>\n",
730       "params": [
731         {
732           "type": "Event",
733           "name": "e",
734           "doc": "<p>the mousemove event</p>\n",
735           "optional": false
736         },
737         {
738           "type": "String|DragDrop[]",
739           "name": "id",
740           "doc": "<p>In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of one or more\ndragdrop items being hovered over.</p>\n",
741           "optional": false
742         }
743       ],
744       "return": {
745         "type": "void",
746         "doc": "\n"
747       },
748       "private": false,
749       "static": false,
750       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
751       "linenr": 366,
752       "html_filename": "DragDrop.html",
753       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragEnter",
754       "shortDoc": "<p>Abstract method called when this element fist begins hovering over\nanother DragDrop obj</p>\n"
755     },
756     {
757       "tagname": "method",
758       "name": "onDragOut",
759       "member": "Ext.dd.DragDrop",
760       "doc": "<p>Abstract method called when we are no longer hovering over an element</p>\n",
761       "params": [
762         {
763           "type": "Event",
764           "name": "e",
765           "doc": "<p>the mousemove event</p>\n",
766           "optional": false
767         },
768         {
769           "type": "String|DragDrop[]",
770           "name": "id",
771           "doc": "<p>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.</p>\n",
772           "optional": false
773         }
774       ],
775       "return": {
776         "type": "void",
777         "doc": "\n"
778       },
779       "private": false,
780       "static": false,
781       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
782       "linenr": 402,
783       "html_filename": "DragDrop.html",
784       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOut",
785       "shortDoc": "<p>Abstract method called when we are no longer hovering over an element</p>\n"
786     },
787     {
788       "tagname": "method",
789       "name": "onDragOver",
790       "member": "Ext.dd.DragDrop",
791       "doc": "<p>Abstract method called when this element is hovering over another\nDragDrop obj</p>\n",
792       "params": [
793         {
794           "type": "Event",
795           "name": "e",
796           "doc": "<p>the mousemove event</p>\n",
797           "optional": false
798         },
799         {
800           "type": "String|DragDrop[]",
801           "name": "id",
802           "doc": "<p>In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of dd items\nbeing hovered over.</p>\n",
803           "optional": false
804         }
805       ],
806       "return": {
807         "type": "void",
808         "doc": "\n"
809       },
810       "private": false,
811       "static": false,
812       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
813       "linenr": 384,
814       "html_filename": "DragDrop.html",
815       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOver",
816       "shortDoc": "<p>Abstract method called when this element is hovering over another\nDragDrop obj</p>\n"
817     },
818     {
819       "tagname": "method",
820       "name": "onInvalidDrop",
821       "member": "Ext.dd.DragDrop",
822       "doc": "<p>Abstract method called when this item is dropped on an area with no\ndrop target</p>\n",
823       "params": [
824         {
825           "type": "Event",
826           "name": "e",
827           "doc": "<p>the mouseup event</p>\n",
828           "optional": false
829         }
830       ],
831       "return": {
832         "type": "void",
833         "doc": "\n"
834       },
835       "private": false,
836       "static": false,
837       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
838       "linenr": 430,
839       "html_filename": "DragDrop.html",
840       "href": "DragDrop.html#Ext-dd-DragDrop-method-onInvalidDrop",
841       "shortDoc": "<p>Abstract method called when this item is dropped on an area with no\ndrop target</p>\n"
842     },
843     {
844       "tagname": "method",
845       "name": "onMouseDown",
846       "member": "Ext.dd.DragDrop",
847       "doc": "<p>Event handler that fires when a drag/drop obj gets a mousedown</p>\n",
848       "params": [
849         {
850           "type": "Event",
851           "name": "e",
852           "doc": "<p>the mousedown event</p>\n",
853           "optional": false
854         }
855       ],
856       "return": {
857         "type": "void",
858         "doc": "\n"
859       },
860       "private": false,
861       "static": false,
862       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
863       "linenr": 460,
864       "html_filename": "DragDrop.html",
865       "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseDown",
866       "shortDoc": "<p>Event handler that fires when a drag/drop obj gets a mousedown</p>\n"
867     },
868     {
869       "tagname": "method",
870       "name": "onMouseUp",
871       "member": "Ext.dd.DragDrop",
872       "doc": "<p>Event handler that fires when a drag/drop obj gets a mouseup</p>\n",
873       "params": [
874         {
875           "type": "Event",
876           "name": "e",
877           "doc": "<p>the mouseup event</p>\n",
878           "optional": false
879         }
880       ],
881       "return": {
882         "type": "void",
883         "doc": "\n"
884       },
885       "private": false,
886       "static": false,
887       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
888       "linenr": 467,
889       "html_filename": "DragDrop.html",
890       "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseUp",
891       "shortDoc": "<p>Event handler that fires when a drag/drop obj gets a mouseup</p>\n"
892     },
893     {
894       "tagname": "method",
895       "name": "removeFromGroup",
896       "member": "Ext.dd.DragDrop",
897       "doc": "<p>Remove's this instance from the supplied interaction group</p>\n",
898       "params": [
899         {
900           "type": "string",
901           "name": "sGroup",
902           "doc": "<p>The group to drop</p>\n",
903           "optional": false
904         }
905       ],
906       "return": {
907         "type": "void",
908         "doc": "\n"
909       },
910       "private": false,
911       "static": false,
912       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
913       "linenr": 742,
914       "html_filename": "DragDrop.html",
915       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeFromGroup",
916       "shortDoc": "<p>Remove's this instance from the supplied interaction group</p>\n"
917     },
918     {
919       "tagname": "method",
920       "name": "removeInvalidHandleClass",
921       "member": "Ext.dd.DragDrop",
922       "doc": "<p>Unsets an invalid css class</p>\n",
923       "params": [
924         {
925           "type": "string",
926           "name": "cssClass",
927           "doc": "<p>the class of the element(s) you wish to\nre-enable</p>\n",
928           "optional": false
929         }
930       ],
931       "return": {
932         "type": "void",
933         "doc": "\n"
934       },
935       "private": false,
936       "static": false,
937       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
938       "linenr": 926,
939       "html_filename": "DragDrop.html",
940       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleClass",
941       "shortDoc": "<p>Unsets an invalid css class</p>\n"
942     },
943     {
944       "tagname": "method",
945       "name": "removeInvalidHandleId",
946       "member": "Ext.dd.DragDrop",
947       "doc": "<p>Unsets an invalid handle id</p>\n",
948       "params": [
949         {
950           "type": "string",
951           "name": "id",
952           "doc": "<p>the id of the element to re-enable</p>\n",
953           "optional": false
954         }
955       ],
956       "return": {
957         "type": "void",
958         "doc": "\n"
959       },
960       "private": false,
961       "static": false,
962       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
963       "linenr": 914,
964       "html_filename": "DragDrop.html",
965       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleId",
966       "shortDoc": "<p>Unsets an invalid handle id</p>\n"
967     },
968     {
969       "tagname": "method",
970       "name": "removeInvalidHandleType",
971       "member": "Ext.dd.DragDrop",
972       "doc": "<p>Unsets an excluded tag name set by addInvalidHandleType</p>\n",
973       "params": [
974         {
975           "type": "string",
976           "name": "tagName",
977           "doc": "<p>the type of element to unexclude</p>\n",
978           "optional": false
979         }
980       ],
981       "return": {
982         "type": "void",
983         "doc": "\n"
984       },
985       "private": false,
986       "static": false,
987       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
988       "linenr": 903,
989       "html_filename": "DragDrop.html",
990       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleType",
991       "shortDoc": "<p>Unsets an excluded tag name set by addInvalidHandleType</p>\n"
992     },
993     {
994       "tagname": "method",
995       "name": "resetConstraints",
996       "member": "Ext.dd.DragDrop",
997       "doc": "<p>resetConstraints must be called if you manually reposition a dd element.</p>\n",
998       "params": [
999         {
1000           "type": "boolean",
1001           "name": "maintainOffset",
1002           "doc": "\n",
1003           "optional": false
1004         }
1005       ],
1006       "return": {
1007         "type": "void",
1008         "doc": "\n"
1009       },
1010       "private": false,
1011       "static": false,
1012       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1013       "linenr": 1093,
1014       "html_filename": "DragDrop.html",
1015       "href": "DragDrop.html#Ext-dd-DragDrop-method-resetConstraints",
1016       "shortDoc": "<p>resetConstraints must be called if you manually reposition a dd element.</p>\n"
1017     },
1018     {
1019       "tagname": "method",
1020       "name": "setDragElId",
1021       "member": "Ext.dd.DragDrop",
1022       "doc": "<p>Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag</p>\n",
1023       "params": [
1024         {
1025           "type": "Object",
1026           "name": "id",
1027           "doc": "<p>{string} the id of the element that will be used to initiate the drag</p>\n",
1028           "optional": false
1029         }
1030       ],
1031       "return": {
1032         "type": "void",
1033         "doc": "\n"
1034       },
1035       "private": false,
1036       "static": false,
1037       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1038       "linenr": 755,
1039       "html_filename": "DragDrop.html",
1040       "href": "DragDrop.html#Ext-dd-DragDrop-method-setDragElId",
1041       "shortDoc": "<p>Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag</p>\n"
1042     },
1043     {
1044       "tagname": "method",
1045       "name": "setHandleElId",
1046       "member": "Ext.dd.DragDrop",
1047       "doc": "<p>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.</p>\n",
1048       "params": [
1049         {
1050           "type": "Object",
1051           "name": "id",
1052           "doc": "<p>{string} the id of the element that will be used to\ninitiate the drag.</p>\n",
1053           "optional": false
1054         }
1055       ],
1056       "return": {
1057         "type": "void",
1058         "doc": "\n"
1059       },
1060       "private": false,
1061       "static": false,
1062       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1063       "linenr": 765,
1064       "html_filename": "DragDrop.html",
1065       "href": "DragDrop.html#Ext-dd-DragDrop-method-setHandleElId",
1066       "shortDoc": "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation.  An example o..."
1067     },
1068     {
1069       "tagname": "method",
1070       "name": "setInitPosition",
1071       "member": "Ext.dd.DragDrop",
1072       "doc": "<p>Stores the initial placement of the linked element.</p>\n",
1073       "params": [
1074         {
1075           "type": "int",
1076           "name": "diffX",
1077           "doc": "<p>the X offset, default 0</p>\n",
1078           "optional": false
1079         },
1080         {
1081           "type": "int",
1082           "name": "diffY",
1083           "doc": "<p>the Y offset, default 0</p>\n",
1084           "optional": false
1085         }
1086       ],
1087       "return": {
1088         "type": "void",
1089         "doc": "\n"
1090       },
1091       "private": false,
1092       "static": false,
1093       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1094       "linenr": 688,
1095       "html_filename": "DragDrop.html",
1096       "href": "DragDrop.html#Ext-dd-DragDrop-method-setInitPosition",
1097       "shortDoc": "<p>Stores the initial placement of the linked element.</p>\n"
1098     },
1099     {
1100       "tagname": "method",
1101       "name": "setOuterHandleElId",
1102       "member": "Ext.dd.DragDrop",
1103       "doc": "<p>Allows you to set an element outside of the linked element as a drag\nhandle</p>\n",
1104       "params": [
1105         {
1106           "type": "Object",
1107           "name": "id",
1108           "doc": "<p>the id of the element that will be used to initiate the drag</p>\n",
1109           "optional": false
1110         }
1111       ],
1112       "return": {
1113         "type": "void",
1114         "doc": "\n"
1115       },
1116       "private": false,
1117       "static": false,
1118       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1119       "linenr": 784,
1120       "html_filename": "DragDrop.html",
1121       "href": "DragDrop.html#Ext-dd-DragDrop-method-setOuterHandleElId",
1122       "shortDoc": "<p>Allows you to set an element outside of the linked element as a drag\nhandle</p>\n"
1123     },
1124     {
1125       "tagname": "method",
1126       "name": "setPadding",
1127       "member": "Ext.dd.DragDrop",
1128       "doc": "<p>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.</p>\n",
1129       "params": [
1130         {
1131           "type": "int",
1132           "name": "iTop",
1133           "doc": "<p>Top pad</p>\n",
1134           "optional": false
1135         },
1136         {
1137           "type": "int",
1138           "name": "iRight",
1139           "doc": "<p>Right pad</p>\n",
1140           "optional": false
1141         },
1142         {
1143           "type": "int",
1144           "name": "iBot",
1145           "doc": "<p>Bot pad</p>\n",
1146           "optional": false
1147         },
1148         {
1149           "type": "int",
1150           "name": "iLeft",
1151           "doc": "<p>Left pad</p>\n",
1152           "optional": false
1153         }
1154       ],
1155       "return": {
1156         "type": "void",
1157         "doc": "\n"
1158       },
1159       "private": false,
1160       "static": false,
1161       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1162       "linenr": 665,
1163       "html_filename": "DragDrop.html",
1164       "href": "DragDrop.html#Ext-dd-DragDrop-method-setPadding",
1165       "shortDoc": "Configures the padding for the target zone in px.  Effectively expands\n(or reduces) the virtual object size for targe..."
1166     },
1167     {
1168       "tagname": "method",
1169       "name": "setXConstraint",
1170       "member": "Ext.dd.DragDrop",
1171       "doc": "<p>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.</p>\n",
1172       "params": [
1173         {
1174           "type": "int",
1175           "name": "iLeft",
1176           "doc": "<p>the number of pixels the element can move to the left</p>\n",
1177           "optional": false
1178         },
1179         {
1180           "type": "int",
1181           "name": "iRight",
1182           "doc": "<p>the number of pixels the element can move to the\nright</p>\n",
1183           "optional": false
1184         },
1185         {
1186           "type": "int",
1187           "name": "iTickSize",
1188           "doc": "<p>optional parameter for specifying that the\nelement\nshould move iTickSize pixels at a time.</p>\n",
1189           "optional": false
1190         }
1191       ],
1192       "return": {
1193         "type": "void",
1194         "doc": "\n"
1195       },
1196       "private": false,
1197       "static": false,
1198       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1199       "linenr": 1026,
1200       "html_filename": "DragDrop.html",
1201       "href": "DragDrop.html#Ext-dd-DragDrop-method-setXConstraint",
1202       "shortDoc": "By default, the element can be dragged any place on the screen.  Use\nthis method to limit the horizontal travel of th..."
1203     },
1204     {
1205       "tagname": "method",
1206       "name": "setYConstraint",
1207       "member": "Ext.dd.DragDrop",
1208       "doc": "<p>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.</p>\n",
1209       "params": [
1210         {
1211           "type": "int",
1212           "name": "iUp",
1213           "doc": "<p>the number of pixels the element can move up</p>\n",
1214           "optional": false
1215         },
1216         {
1217           "type": "int",
1218           "name": "iDown",
1219           "doc": "<p>the number of pixels the element can move down</p>\n",
1220           "optional": false
1221         },
1222         {
1223           "type": "int",
1224           "name": "iTickSize",
1225           "doc": "<p>optional parameter for specifying that the\nelement should move iTickSize pixels at a time.</p>\n",
1226           "optional": false
1227         }
1228       ],
1229       "return": {
1230         "type": "void",
1231         "doc": "\n"
1232       },
1233       "private": false,
1234       "static": false,
1235       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1236       "linenr": 1071,
1237       "html_filename": "DragDrop.html",
1238       "href": "DragDrop.html#Ext-dd-DragDrop-method-setYConstraint",
1239       "shortDoc": "By default, the element can be dragged any place on the screen.  Set\nthis to limit the vertical travel of the element..."
1240     },
1241     {
1242       "tagname": "method",
1243       "name": "startDrag",
1244       "member": "Ext.dd.DragDrop",
1245       "doc": "<p>Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.</p>\n",
1246       "params": [
1247         {
1248           "type": "int",
1249           "name": "X",
1250           "doc": "<p>click location</p>\n",
1251           "optional": false
1252         },
1253         {
1254           "type": "int",
1255           "name": "Y",
1256           "doc": "<p>click location</p>\n",
1257           "optional": false
1258         }
1259       ],
1260       "return": {
1261         "type": "void",
1262         "doc": "\n"
1263       },
1264       "private": false,
1265       "static": false,
1266       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1267       "linenr": 342,
1268       "html_filename": "DragDrop.html",
1269       "href": "DragDrop.html#Ext-dd-DragDrop-method-startDrag",
1270       "shortDoc": "<p>Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.</p>\n"
1271     },
1272     {
1273       "tagname": "method",
1274       "name": "toString",
1275       "member": "Ext.dd.DragDrop",
1276       "doc": "<p>toString method</p>\n",
1277       "params": [
1278
1279       ],
1280       "return": {
1281         "type": "string",
1282         "doc": "<p>string representation of the dd obj</p>\n"
1283       },
1284       "private": false,
1285       "static": false,
1286       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1287       "linenr": 1160,
1288       "html_filename": "DragDrop.html",
1289       "href": "DragDrop.html#Ext-dd-DragDrop-method-toString",
1290       "shortDoc": "<p>toString method</p>\n"
1291     },
1292     {
1293       "tagname": "method",
1294       "name": "unlock",
1295       "member": "Ext.dd.DragDrop",
1296       "doc": "<p>Unlock this instace</p>\n",
1297       "params": [
1298
1299       ],
1300       "return": {
1301         "type": "void",
1302         "doc": "\n"
1303       },
1304       "private": false,
1305       "static": false,
1306       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1307       "linenr": 193,
1308       "html_filename": "DragDrop.html",
1309       "href": "DragDrop.html#Ext-dd-DragDrop-method-unlock",
1310       "shortDoc": "<p>Unlock this instace</p>\n"
1311     },
1312     {
1313       "tagname": "method",
1314       "name": "unreg",
1315       "member": "Ext.dd.DragDrop",
1316       "doc": "<p>Remove all drag and drop hooks for this element</p>\n",
1317       "params": [
1318
1319       ],
1320       "return": {
1321         "type": "void",
1322         "doc": "\n"
1323       },
1324       "private": false,
1325       "static": false,
1326       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1327       "linenr": 800,
1328       "html_filename": "DragDrop.html",
1329       "href": "DragDrop.html#Ext-dd-DragDrop-method-unreg",
1330       "shortDoc": "<p>Remove all drag and drop hooks for this element</p>\n"
1331     }
1332   ],
1333   "property": [
1334     {
1335       "tagname": "property",
1336       "name": "available",
1337       "member": "Ext.dd.DragDrop",
1338       "type": "boolean",
1339       "doc": "<p>The available property is false until the linked dom element is accessible.</p>\n",
1340       "private": false,
1341       "static": false,
1342       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1343       "linenr": 315,
1344       "html_filename": "DragDrop.html",
1345       "href": "DragDrop.html#Ext-dd-DragDrop-property-available"
1346     },
1347     {
1348       "tagname": "property",
1349       "name": "config",
1350       "member": "Ext.dd.DragDrop",
1351       "type": "object",
1352       "doc": "<p>Configuration attributes passed into the constructor</p>\n",
1353       "private": false,
1354       "static": false,
1355       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1356       "linenr": 81,
1357       "html_filename": "DragDrop.html",
1358       "href": "DragDrop.html#Ext-dd-DragDrop-property-config"
1359     },
1360     {
1361       "tagname": "property",
1362       "name": "defaultPadding",
1363       "member": "Ext.dd.DragDrop",
1364       "type": "Object",
1365       "doc": "<p>Provides default constraint padding to \"constrainTo\" elements (defaults to {left: 0, right:0, top:0, bottom:0}).</p>\n",
1366       "private": false,
1367       "static": false,
1368       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1369       "linenr": 482,
1370       "html_filename": "DragDrop.html",
1371       "href": "DragDrop.html#Ext-dd-DragDrop-property-defaultPadding"
1372     },
1373     {
1374       "tagname": "property",
1375       "name": "groups",
1376       "member": "Ext.dd.DragDrop",
1377       "type": "object",
1378       "doc": "<p>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}</p>\n",
1379       "private": false,
1380       "static": false,
1381       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1382       "linenr": 158,
1383       "html_filename": "DragDrop.html",
1384       "href": "DragDrop.html#Ext-dd-DragDrop-property-groups",
1385       "shortDoc": "The group defines a logical collection of DragDrop objects that are\nrelated.  Instances only get events when interact..."
1386     },
1387     {
1388       "tagname": "property",
1389       "name": "hasOuterHandles",
1390       "member": "Ext.dd.DragDrop",
1391       "type": "boolean",
1392       "doc": "<p>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. @default false</p>\n",
1393       "private": false,
1394       "static": false,
1395       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1396       "linenr": 322,
1397       "html_filename": "DragDrop.html",
1398       "href": "DragDrop.html#Ext-dd-DragDrop-property-hasOuterHandles",
1399       "shortDoc": "By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is.  This is done in..."
1400     },
1401     {
1402       "tagname": "property",
1403       "name": "id",
1404       "member": "Ext.dd.DragDrop",
1405       "type": "String",
1406       "doc": "<p>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.</p>\n",
1407       "private": false,
1408       "static": false,
1409       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1410       "linenr": 71,
1411       "html_filename": "DragDrop.html",
1412       "href": "DragDrop.html#Ext-dd-DragDrop-property-id",
1413       "shortDoc": "The id of the element associated with this object.  This is what we\nrefer to as the \"linked element\" because the size..."
1414     },
1415     {
1416       "tagname": "property",
1417       "name": "ignoreSelf",
1418       "member": "Ext.dd.DragDrop",
1419       "type": "Boolean",
1420       "doc": "<p>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.</p>\n",
1421       "private": false,
1422       "static": false,
1423       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1424       "linenr": 63,
1425       "html_filename": "DragDrop.html",
1426       "href": "DragDrop.html#Ext-dd-DragDrop-property-ignoreSelf",
1427       "shortDoc": "Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. Defaults to true - ..."
1428     },
1429     {
1430       "tagname": "property",
1431       "name": "invalidHandleClasses",
1432       "member": "Ext.dd.DragDrop",
1433       "type": "Array",
1434       "doc": "<p>An Array of CSS class names for elements to be considered in valid as drag handles.</p>\n",
1435       "private": false,
1436       "static": false,
1437       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1438       "linenr": 133,
1439       "html_filename": "DragDrop.html",
1440       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleClasses"
1441     },
1442     {
1443       "tagname": "property",
1444       "name": "invalidHandleIds",
1445       "member": "Ext.dd.DragDrop",
1446       "type": "Object",
1447       "doc": "<p>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:</p>\n\n<pre><code>{\n    foo: true\n}</code></pre>\n\n",
1448       "private": false,
1449       "static": false,
1450       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1451       "linenr": 121,
1452       "html_filename": "DragDrop.html",
1453       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleIds",
1454       "shortDoc": "An object who's property names identify the IDs of elements to be considered invalid as drag handles.\nA non-null prop..."
1455     },
1456     {
1457       "tagname": "property",
1458       "name": "invalidHandleTypes",
1459       "member": "Ext.dd.DragDrop",
1460       "type": "Object",
1461       "doc": "<p>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 &lt;a> elements:</p>\n\n<pre><code>{\n    A: \"A\"\n}</code></pre>\n\n",
1462       "private": false,
1463       "static": false,
1464       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1465       "linenr": 109,
1466       "html_filename": "DragDrop.html",
1467       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleTypes",
1468       "shortDoc": "An object who's property names identify HTML tags to be considered invalid as drag handles.\nA non-null property value..."
1469     },
1470     {
1471       "tagname": "property",
1472       "name": "isTarget",
1473       "member": "Ext.dd.DragDrop",
1474       "type": "boolean",
1475       "doc": "<p>By default, all instances can be a drop target.  This can be disabled by\nsetting isTarget to false.</p>\n",
1476       "private": false,
1477       "static": false,
1478       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1479       "linenr": 201,
1480       "html_filename": "DragDrop.html",
1481       "href": "DragDrop.html#Ext-dd-DragDrop-property-isTarget"
1482     },
1483     {
1484       "tagname": "property",
1485       "name": "maintainOffset",
1486       "member": "Ext.dd.DragDrop",
1487       "type": "boolean",
1488       "doc": "<p>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</p>\n",
1489       "private": false,
1490       "static": false,
1491       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1492       "linenr": 279,
1493       "html_filename": "DragDrop.html",
1494       "href": "DragDrop.html#Ext-dd-DragDrop-property-maintainOffset",
1495       "shortDoc": "Maintain offsets when we resetconstraints.  Set to true when you want\nthe position of the element relative to its par..."
1496     },
1497     {
1498       "tagname": "property",
1499       "name": "moveOnly",
1500       "member": "Ext.dd.DragDrop",
1501       "type": "boolean",
1502       "doc": "<p>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.</p>\n",
1503       "private": false,
1504       "static": false,
1505       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1506       "linenr": 185,
1507       "html_filename": "DragDrop.html",
1508       "href": "DragDrop.html#Ext-dd-DragDrop-property-moveOnly",
1509       "shortDoc": "When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ..."
1510     },
1511     {
1512       "tagname": "property",
1513       "name": "padding",
1514       "member": "Ext.dd.DragDrop",
1515       "type": "[int]",
1516       "doc": "<p>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]</p>\n",
1517       "private": false,
1518       "static": false,
1519       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1520       "linenr": 209,
1521       "html_filename": "DragDrop.html",
1522       "href": "DragDrop.html#Ext-dd-DragDrop-property-padding",
1523       "shortDoc": "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.\nAn ..."
1524     },
1525     {
1526       "tagname": "property",
1527       "name": "primaryButtonOnly",
1528       "member": "Ext.dd.DragDrop",
1529       "type": "boolean",
1530       "doc": "<p>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</p>\n",
1531       "private": false,
1532       "static": false,
1533       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1534       "linenr": 305,
1535       "html_filename": "DragDrop.html",
1536       "href": "DragDrop.html#Ext-dd-DragDrop-property-primaryButtonOnly",
1537       "shortDoc": "By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m..."
1538     },
1539     {
1540       "tagname": "property",
1541       "name": "xTicks",
1542       "member": "Ext.dd.DragDrop",
1543       "type": "[int]",
1544       "doc": "<p>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.</p>\n",
1545       "private": false,
1546       "static": false,
1547       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1548       "linenr": 289,
1549       "html_filename": "DragDrop.html",
1550       "href": "DragDrop.html#Ext-dd-DragDrop-property-xTicks",
1551       "shortDoc": "Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval.  This array is ge..."
1552     },
1553     {
1554       "tagname": "property",
1555       "name": "yTicks",
1556       "member": "Ext.dd.DragDrop",
1557       "type": "[int]",
1558       "doc": "<p>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.</p>\n",
1559       "private": false,
1560       "static": false,
1561       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1562       "linenr": 297,
1563       "html_filename": "DragDrop.html",
1564       "href": "DragDrop.html#Ext-dd-DragDrop-property-yTicks",
1565       "shortDoc": "Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval.  This array is gene..."
1566     }
1567   ],
1568   "event": [
1569
1570   ],
1571   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DropTarget.js",
1572   "linenr": 1,
1573   "html_filename": "DropTarget.html",
1574   "href": "DropTarget.html#Ext-dd-DropTarget",
1575   "cssVar": [
1576
1577   ],
1578   "cssMixin": [
1579
1580   ],
1581   "component": false,
1582   "superclasses": [
1583     "Ext.dd.DragDrop",
1584     "Ext.dd.DDTarget"
1585   ],
1586   "subclasses": [
1587     "Ext.dd.DropZone"
1588   ],
1589   "mixedInto": [
1590
1591   ],
1592   "allMixins": [
1593
1594   ]
1595 });