Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.view.DragZone.js
1 Ext.data.JsonP.Ext_view_DragZone({
2   "tagname": "class",
3   "name": "Ext.view.DragZone",
4   "doc": "\n",
5   "extends": "Ext.dd.DragZone",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": true,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "animRepair",
21       "member": "Ext.dd.DragSource",
22       "type": "Boolean",
23       "doc": "<p>Defaults to true. If true, animates the proxy element back to the position of the handle element used to trigger the drag.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
26       "linenr": 34,
27       "html_filename": "DragSource.html",
28       "href": "DragSource.html#Ext-dd-DragSource-cfg-animRepair",
29       "shortDoc": "Defaults to true. If true, animates the proxy element back to the position of the handle element used to trigger the ..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "containerScroll",
34       "member": "Ext.dd.DragZone",
35       "type": "Boolean",
36       "doc": "<p>True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
39       "linenr": 78,
40       "html_filename": "DragZone.html",
41       "href": "DragZone.html#Ext-dd-DragZone-cfg-containerScroll"
42     },
43     {
44       "tagname": "cfg",
45       "name": "ddGroup",
46       "member": "Ext.dd.DragSource",
47       "type": "String",
48       "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",
49       "private": false,
50       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
51       "linenr": 16,
52       "html_filename": "DragSource.html",
53       "href": "DragSource.html#Ext-dd-DragSource-cfg-ddGroup",
54       "shortDoc": "A named drag drop group to which this object belongs.  If a group is specified, then this object will only\ninteract w..."
55     },
56     {
57       "tagname": "cfg",
58       "name": "dropAllowed",
59       "member": "Ext.dd.DragSource",
60       "type": "String",
61       "doc": "<p>The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").</p>\n",
62       "private": false,
63       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
64       "linenr": 22,
65       "html_filename": "DragSource.html",
66       "href": "DragSource.html#Ext-dd-DragSource-cfg-dropAllowed"
67     },
68     {
69       "tagname": "cfg",
70       "name": "dropNotAllowed",
71       "member": "Ext.dd.DragSource",
72       "type": "String",
73       "doc": "<p>The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").</p>\n",
74       "private": false,
75       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
76       "linenr": 28,
77       "html_filename": "DragSource.html",
78       "href": "DragSource.html#Ext-dd-DragSource-cfg-dropNotAllowed"
79     },
80     {
81       "tagname": "cfg",
82       "name": "repairHighlightColor",
83       "member": "Ext.dd.DragSource",
84       "type": "String",
85       "doc": "<p>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 '#'.</p>\n",
86       "private": false,
87       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
88       "linenr": 40,
89       "html_filename": "DragSource.html",
90       "href": "DragSource.html#Ext-dd-DragSource-cfg-repairHighlightColor",
91       "shortDoc": "The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults t..."
92     }
93   ],
94   "method": [
95     {
96       "tagname": "method",
97       "name": "DragZone",
98       "member": "Ext.dd.DragZone",
99       "doc": "\n",
100       "params": [
101         {
102           "type": "Mixed",
103           "name": "el",
104           "doc": "<p>The container element</p>\n",
105           "optional": false
106         },
107         {
108           "type": "Object",
109           "name": "config",
110           "doc": "\n",
111           "optional": false
112         }
113       ],
114       "return": {
115         "type": "void",
116         "doc": "\n"
117       },
118       "private": false,
119       "static": false,
120       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
121       "linenr": 1,
122       "html_filename": "DragZone.html",
123       "href": "DragZone.html#Ext-dd-DragZone-method-constructor",
124       "shortDoc": "\n"
125     },
126     {
127       "tagname": "method",
128       "name": "addInvalidHandleClass",
129       "member": "Ext.dd.DragDrop",
130       "doc": "<p>Lets you specify a css class of elements that will not initiate a drag</p>\n",
131       "params": [
132         {
133           "type": "string",
134           "name": "cssClass",
135           "doc": "<p>the class of the elements you wish to ignore</p>\n",
136           "optional": false
137         }
138       ],
139       "return": {
140         "type": "void",
141         "doc": "\n"
142       },
143       "private": false,
144       "static": false,
145       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
146       "linenr": 894,
147       "html_filename": "DragDrop.html",
148       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleClass",
149       "shortDoc": "<p>Lets you specify a css class of elements that will not initiate a drag</p>\n"
150     },
151     {
152       "tagname": "method",
153       "name": "addInvalidHandleId",
154       "member": "Ext.dd.DragDrop",
155       "doc": "<p>Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag</p>\n",
156       "params": [
157         {
158           "type": "string",
159           "name": "id",
160           "doc": "<p>the element id of the element you wish to ignore</p>\n",
161           "optional": false
162         }
163       ],
164       "return": {
165         "type": "void",
166         "doc": "\n"
167       },
168       "private": false,
169       "static": false,
170       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
171       "linenr": 881,
172       "html_filename": "DragDrop.html",
173       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleId",
174       "shortDoc": "<p>Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag</p>\n"
175     },
176     {
177       "tagname": "method",
178       "name": "addInvalidHandleType",
179       "member": "Ext.dd.DragDrop",
180       "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",
181       "params": [
182         {
183           "type": "string",
184           "name": "tagName",
185           "doc": "<p>the type of element to exclude</p>\n",
186           "optional": false
187         }
188       ],
189       "return": {
190         "type": "void",
191         "doc": "\n"
192       },
193       "private": false,
194       "static": false,
195       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
196       "linenr": 869,
197       "html_filename": "DragDrop.html",
198       "href": "DragDrop.html#Ext-dd-DragDrop-method-addInvalidHandleType",
199       "shortDoc": "Allows you to specify a tag name that should not start a drag operation\nwhen clicked.  This is designed to facilitate..."
200     },
201     {
202       "tagname": "method",
203       "name": "addToGroup",
204       "member": "Ext.dd.DragDrop",
205       "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",
206       "params": [
207         {
208           "type": "Object",
209           "name": "sGroup",
210           "doc": "<p>{string} the name of the group</p>\n",
211           "optional": false
212         }
213       ],
214       "return": {
215         "type": "void",
216         "doc": "\n"
217       },
218       "private": false,
219       "static": false,
220       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
221       "linenr": 730,
222       "html_filename": "DragDrop.html",
223       "href": "DragDrop.html#Ext-dd-DragDrop-method-addToGroup",
224       "shortDoc": "Add this instance to a group of related drag/drop objects.  All\ninstances belong to at least one group, and can belon..."
225     },
226     {
227       "tagname": "method",
228       "name": "afterDragDrop",
229       "member": "Ext.dd.DragSource",
230       "doc": "<p>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.</p>\n",
231       "params": [
232         {
233           "type": "Ext.dd.DragDrop",
234           "name": "target",
235           "doc": "<p>The drop target</p>\n",
236           "optional": false
237         },
238         {
239           "type": "Event",
240           "name": "e",
241           "doc": "<p>The event object</p>\n",
242           "optional": false
243         },
244         {
245           "type": "String",
246           "name": "id",
247           "doc": "<p>The id of the dropped element</p>\n",
248           "optional": false
249         }
250       ],
251       "return": {
252         "type": "void",
253         "doc": "\n"
254       },
255       "private": false,
256       "static": false,
257       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
258       "linenr": 203,
259       "html_filename": "DragSource.html",
260       "href": "DragSource.html#Ext-dd-DragSource-method-afterDragDrop",
261       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurr..."
262     },
263     {
264       "tagname": "method",
265       "name": "afterDragEnter",
266       "member": "Ext.dd.DragSource",
267       "doc": "<p>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.</p>\n",
268       "params": [
269         {
270           "type": "Ext.dd.DragDrop",
271           "name": "target",
272           "doc": "<p>The drop target</p>\n",
273           "optional": false
274         },
275         {
276           "type": "Event",
277           "name": "e",
278           "doc": "<p>The event object</p>\n",
279           "optional": false
280         },
281         {
282           "type": "String",
283           "name": "id",
284           "doc": "<p>The id of the dragged element</p>\n",
285           "optional": false
286         }
287       ],
288       "return": {
289         "type": "void",
290         "doc": "\n"
291       },
292       "private": false,
293       "static": false,
294       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
295       "linenr": 87,
296       "html_filename": "DragSource.html",
297       "href": "DragSource.html#Ext-dd-DragSource-method-afterDragEnter",
298       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the d..."
299     },
300     {
301       "tagname": "method",
302       "name": "afterDragOut",
303       "member": "Ext.dd.DragSource",
304       "doc": "<p>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.</p>\n",
305       "params": [
306         {
307           "type": "Ext.dd.DragDrop",
308           "name": "target",
309           "doc": "<p>The drop target</p>\n",
310           "optional": false
311         },
312         {
313           "type": "Event",
314           "name": "e",
315           "doc": "<p>The event object</p>\n",
316           "optional": false
317         },
318         {
319           "type": "String",
320           "name": "id",
321           "doc": "<p>The id of the dragged element</p>\n",
322           "optional": false
323         }
324       ],
325       "return": {
326         "type": "void",
327         "doc": "\n"
328       },
329       "private": false,
330       "static": false,
331       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
332       "linenr": 162,
333       "html_filename": "DragSource.html",
334       "href": "DragSource.html#Ext-dd-DragSource-method-afterDragOut",
335       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged ..."
336     },
337     {
338       "tagname": "method",
339       "name": "afterDragOver",
340       "member": "Ext.dd.DragSource",
341       "doc": "<p>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.</p>\n",
342       "params": [
343         {
344           "type": "Ext.dd.DragDrop",
345           "name": "target",
346           "doc": "<p>The drop target</p>\n",
347           "optional": false
348         },
349         {
350           "type": "Event",
351           "name": "e",
352           "doc": "<p>The event object</p>\n",
353           "optional": false
354         },
355         {
356           "type": "String",
357           "name": "id",
358           "doc": "<p>The id of the dragged element</p>\n",
359           "optional": false
360         }
361       ],
362       "return": {
363         "type": "void",
364         "doc": "\n"
365       },
366       "private": false,
367       "static": false,
368       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
369       "linenr": 128,
370       "html_filename": "DragSource.html",
371       "href": "DragSource.html#Ext-dd-DragSource-method-afterDragOver",
372       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the..."
373     },
374     {
375       "tagname": "method",
376       "name": "afterInvalidDrop",
377       "member": "Ext.dd.DragSource",
378       "doc": "<p>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.</p>\n",
379       "params": [
380         {
381           "type": "Event",
382           "name": "e",
383           "doc": "<p>The event object</p>\n",
384           "optional": false
385         },
386         {
387           "type": "String",
388           "name": "id",
389           "doc": "<p>The id of the dropped element</p>\n",
390           "optional": false
391         }
392       ],
393       "return": {
394         "type": "void",
395         "doc": "\n"
396       },
397       "private": false,
398       "static": false,
399       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
400       "linenr": 262,
401       "html_filename": "DragSource.html",
402       "href": "DragSource.html#Ext-dd-DragSource-method-afterInvalidDrop",
403       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred..."
404     },
405     {
406       "tagname": "method",
407       "name": "afterRepair",
408       "member": "Ext.dd.DragZone",
409       "doc": "<p>Called after a repair of an invalid drop. By default, highlights this.dragData.ddel</p>\n",
410       "params": [
411
412       ],
413       "return": {
414         "type": "void",
415         "doc": "\n"
416       },
417       "private": false,
418       "static": false,
419       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
420       "linenr": 108,
421       "html_filename": "DragZone.html",
422       "href": "DragZone.html#Ext-dd-DragZone-method-afterRepair",
423       "shortDoc": "<p>Called after a repair of an invalid drop. By default, highlights this.dragData.ddel</p>\n"
424     },
425     {
426       "tagname": "method",
427       "name": "alignElWithMouse",
428       "member": "Ext.dd.DD",
429       "doc": "<p>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.</p>\n",
430       "params": [
431         {
432           "type": "HTMLElement",
433           "name": "el",
434           "doc": "<p>the element to move</p>\n",
435           "optional": false
436         },
437         {
438           "type": "int",
439           "name": "iPageX",
440           "doc": "<p>the X coordinate of the mousedown or drag event</p>\n",
441           "optional": false
442         },
443         {
444           "type": "int",
445           "name": "iPageY",
446           "doc": "<p>the Y coordinate of the mousedown or drag event</p>\n",
447           "optional": false
448         }
449       ],
450       "return": {
451         "type": "void",
452         "doc": "\n"
453       },
454       "private": false,
455       "static": false,
456       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
457       "linenr": 84,
458       "html_filename": "DD.html",
459       "href": "DD.html#Ext-dd-DD-method-alignElWithMouse",
460       "shortDoc": "Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the loc..."
461     },
462     {
463       "tagname": "method",
464       "name": "applyConfig",
465       "member": "Ext.dd.DD",
466       "doc": "<p>Sets up config options specific to this class. Overrides\nExt.dd.DragDrop, but all versions of this method through the\ninheritance chain are called</p>\n",
467       "params": [
468
469       ],
470       "return": {
471         "type": "void",
472         "doc": "\n"
473       },
474       "private": false,
475       "static": false,
476       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
477       "linenr": 258,
478       "html_filename": "DD.html",
479       "href": "DD.html#Ext-dd-DD-method-applyConfig",
480       "shortDoc": "Sets up config options specific to this class. Overrides\nExt.dd.DragDrop, but all versions of this method through the..."
481     },
482     {
483       "tagname": "method",
484       "name": "autoOffset",
485       "member": "Ext.dd.DD",
486       "doc": "<p>Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was clicked</p>\n",
487       "params": [
488         {
489           "type": "int",
490           "name": "iPageX",
491           "doc": "<p>the X coordinate of the click</p>\n",
492           "optional": false
493         },
494         {
495           "type": "int",
496           "name": "iPageY",
497           "doc": "<p>the Y coordinate of the click</p>\n",
498           "optional": false
499         }
500       ],
501       "return": {
502         "type": "void",
503         "doc": "\n"
504       },
505       "private": false,
506       "static": false,
507       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
508       "linenr": 41,
509       "html_filename": "DD.html",
510       "href": "DD.html#Ext-dd-DD-method-autoOffset",
511       "shortDoc": "Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was..."
512     },
513     {
514       "tagname": "method",
515       "name": "b4Drag",
516       "member": "Ext.dd.DD",
517       "doc": "<p>Event that fires prior to the onDrag event.  Overrides\nExt.dd.DragDrop.</p>\n",
518       "params": [
519         {
520           "type": "Object",
521           "name": "e",
522           "doc": "\n",
523           "optional": false
524         }
525       ],
526       "return": {
527         "type": "void",
528         "doc": "\n"
529       },
530       "private": false,
531       "static": false,
532       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
533       "linenr": 277,
534       "html_filename": "DD.html",
535       "href": "DD.html#Ext-dd-DD-method-b4Drag",
536       "shortDoc": "<p>Event that fires prior to the onDrag event.  Overrides\nExt.dd.DragDrop.</p>\n"
537     },
538     {
539       "tagname": "method",
540       "name": "b4MouseDown",
541       "member": "Ext.dd.DD",
542       "doc": "<p>Event that fires prior to the onMouseDown event.  Overrides\nExt.dd.DragDrop.</p>\n",
543       "params": [
544         {
545           "type": "Object",
546           "name": "e",
547           "doc": "\n",
548           "optional": false
549         }
550       ],
551       "return": {
552         "type": "void",
553         "doc": "\n"
554       },
555       "private": false,
556       "static": false,
557       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
558       "linenr": 268,
559       "html_filename": "DD.html",
560       "href": "DD.html#Ext-dd-DD-method-b4MouseDown",
561       "shortDoc": "<p>Event that fires prior to the onMouseDown event.  Overrides\nExt.dd.DragDrop.</p>\n"
562     },
563     {
564       "tagname": "method",
565       "name": "beforeDragDrop",
566       "member": "Ext.dd.DragSource",
567       "doc": "<p>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.</p>\n",
568       "params": [
569         {
570           "type": "Ext.dd.DragDrop",
571           "name": "target",
572           "doc": "<p>The drop target</p>\n",
573           "optional": false
574         },
575         {
576           "type": "Event",
577           "name": "e",
578           "doc": "<p>The event object</p>\n",
579           "optional": false
580         },
581         {
582           "type": "String",
583           "name": "id",
584           "doc": "<p>The id of the dragged element</p>\n",
585           "optional": false
586         }
587       ],
588       "return": {
589         "type": "Boolean",
590         "doc": "<p>isValid True if the drag drop event is valid, else false to cancel</p>\n"
591       },
592       "private": false,
593       "static": false,
594       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
595       "linenr": 217,
596       "html_filename": "DragSource.html",
597       "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragDrop",
598       "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped..."
599     },
600     {
601       "tagname": "method",
602       "name": "beforeDragEnter",
603       "member": "Ext.dd.DragSource",
604       "doc": "<p>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.</p>\n",
605       "params": [
606         {
607           "type": "Ext.dd.DragDrop",
608           "name": "target",
609           "doc": "<p>The drop target</p>\n",
610           "optional": false
611         },
612         {
613           "type": "Event",
614           "name": "e",
615           "doc": "<p>The event object</p>\n",
616           "optional": false
617         },
618         {
619           "type": "String",
620           "name": "id",
621           "doc": "<p>The id of the dragged element</p>\n",
622           "optional": false
623         }
624       ],
625       "return": {
626         "type": "Boolean",
627         "doc": "<p>isValid True if the drag event is valid, else false to cancel</p>\n"
628       },
629       "private": false,
630       "static": false,
631       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
632       "linenr": 100,
633       "html_filename": "DragSource.html",
634       "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragEnter",
635       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the..."
636     },
637     {
638       "tagname": "method",
639       "name": "beforeDragOut",
640       "member": "Ext.dd.DragSource",
641       "doc": "<p>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.</p>\n",
642       "params": [
643         {
644           "type": "Ext.dd.DragDrop",
645           "name": "target",
646           "doc": "<p>The drop target</p>\n",
647           "optional": false
648         },
649         {
650           "type": "Event",
651           "name": "e",
652           "doc": "<p>The event object</p>\n",
653           "optional": false
654         },
655         {
656           "type": "String",
657           "name": "id",
658           "doc": "<p>The id of the dragged element</p>\n",
659           "optional": false
660         }
661       ],
662       "return": {
663         "type": "Boolean",
664         "doc": "<p>isValid True if the drag event is valid, else false to cancel</p>\n"
665       },
666       "private": false,
667       "static": false,
668       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
669       "linenr": 176,
670       "html_filename": "DragSource.html",
671       "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragOut",
672       "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged..."
673     },
674     {
675       "tagname": "method",
676       "name": "beforeDragOver",
677       "member": "Ext.dd.DragSource",
678       "doc": "<p>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.</p>\n",
679       "params": [
680         {
681           "type": "Ext.dd.DragDrop",
682           "name": "target",
683           "doc": "<p>The drop target</p>\n",
684           "optional": false
685         },
686         {
687           "type": "Event",
688           "name": "e",
689           "doc": "<p>The event object</p>\n",
690           "optional": false
691         },
692         {
693           "type": "String",
694           "name": "id",
695           "doc": "<p>The id of the dragged element</p>\n",
696           "optional": false
697         }
698       ],
699       "return": {
700         "type": "Boolean",
701         "doc": "<p>isValid True if the drag event is valid, else false to cancel</p>\n"
702       },
703       "private": false,
704       "static": false,
705       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
706       "linenr": 141,
707       "html_filename": "DragSource.html",
708       "href": "DragSource.html#Ext-dd-DragSource-method-beforeDragOver",
709       "shortDoc": "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the..."
710     },
711     {
712       "tagname": "method",
713       "name": "beforeInvalidDrop",
714       "member": "Ext.dd.DragSource",
715       "doc": "<p>An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred.</p>\n",
716       "params": [
717         {
718           "type": "Ext.dd.DragDrop",
719           "name": "target",
720           "doc": "<p>The drop target</p>\n",
721           "optional": false
722         },
723         {
724           "type": "Event",
725           "name": "e",
726           "doc": "<p>The event object</p>\n",
727           "optional": false
728         },
729         {
730           "type": "String",
731           "name": "id",
732           "doc": "<p>The id of the dragged element</p>\n",
733           "optional": false
734         }
735       ],
736       "return": {
737         "type": "Boolean",
738         "doc": "<p>isValid True if the invalid drop should proceed, else false to cancel</p>\n"
739       },
740       "private": false,
741       "static": false,
742       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
743       "linenr": 282,
744       "html_filename": "DragSource.html",
745       "href": "DragSource.html#Ext-dd-DragSource-method-beforeInvalidDrop",
746       "shortDoc": "<p>An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred.</p>\n"
747     },
748     {
749       "tagname": "method",
750       "name": "cachePosition",
751       "member": "Ext.dd.DD",
752       "doc": "<p>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.</p>\n",
753       "params": [
754         {
755           "type": "Object",
756           "name": "iPageX",
757           "doc": "<p>the current x position (optional, this just makes it so we\ndon't have to look it up again)</p>\n",
758           "optional": false
759         },
760         {
761           "type": "Object",
762           "name": "iPageY",
763           "doc": "<p>the current y position (optional, this just makes it so we\ndon't have to look it up again)</p>\n",
764           "optional": false
765         }
766       ],
767       "return": {
768         "type": "void",
769         "doc": "\n"
770       },
771       "private": false,
772       "static": false,
773       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
774       "linenr": 124,
775       "html_filename": "DD.html",
776       "href": "DD.html#Ext-dd-DD-method-cachePosition",
777       "shortDoc": "Saves the most recent position so that we can reset the constraints and\ntick marks on-demand.  We need to know this s..."
778     },
779     {
780       "tagname": "method",
781       "name": "clearConstraints",
782       "member": "Ext.dd.DragDrop",
783       "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",
784       "params": [
785
786       ],
787       "return": {
788         "type": "void",
789         "doc": "\n"
790       },
791       "private": false,
792       "static": false,
793       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
794       "linenr": 1049,
795       "html_filename": "DragDrop.html",
796       "href": "DragDrop.html#Ext-dd-DragDrop-method-clearConstraints",
797       "shortDoc": "Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constrain..."
798     },
799     {
800       "tagname": "method",
801       "name": "clearTicks",
802       "member": "Ext.dd.DragDrop",
803       "doc": "<p>Clears any tick interval defined for this instance</p>\n",
804       "params": [
805
806       ],
807       "return": {
808         "type": "void",
809         "doc": "\n"
810       },
811       "private": false,
812       "static": false,
813       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
814       "linenr": 1060,
815       "html_filename": "DragDrop.html",
816       "href": "DragDrop.html#Ext-dd-DragDrop-method-clearTicks",
817       "shortDoc": "<p>Clears any tick interval defined for this instance</p>\n"
818     },
819     {
820       "tagname": "method",
821       "name": "constrainTo",
822       "member": "Ext.dd.DragDrop",
823       "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",
824       "params": [
825         {
826           "type": "Mixed",
827           "name": "constrainTo",
828           "doc": "<p>The element to constrain to.</p>\n",
829           "optional": false
830         },
831         {
832           "type": "Object/Number",
833           "name": "pad",
834           "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",
835           "optional": true
836         },
837         {
838           "type": "Boolean",
839           "name": "inContent",
840           "doc": "<p>(optional) Constrain the draggable in the content box of the element (inside padding and borders)</p>\n",
841           "optional": true
842         }
843       ],
844       "return": {
845         "type": "void",
846         "doc": "\n"
847       },
848       "private": false,
849       "static": false,
850       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
851       "linenr": 493,
852       "html_filename": "DragDrop.html",
853       "href": "DragDrop.html#Ext-dd-DragDrop-method-constrainTo",
854       "shortDoc": "Initializes the drag drop object's constraints to restrict movement to a certain element.\n\nUsage:\n\n var dd = new Ext...."
855     },
856     {
857       "tagname": "method",
858       "name": "createFrame",
859       "member": "Ext.dd.DDProxy",
860       "doc": "<p>Creates the proxy element if it does not yet exist</p>\n",
861       "params": [
862
863       ],
864       "return": {
865         "type": "void",
866         "doc": "\n"
867       },
868       "private": false,
869       "static": false,
870       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DDProxy.js",
871       "linenr": 67,
872       "html_filename": "DDProxy.html",
873       "href": "DDProxy.html#Ext-dd-DDProxy-method-createFrame",
874       "shortDoc": "<p>Creates the proxy element if it does not yet exist</p>\n"
875     },
876     {
877       "tagname": "method",
878       "name": "endDrag",
879       "member": "Ext.dd.DragDrop",
880       "doc": "<p>Fired when we are done dragging the object</p>\n",
881       "params": [
882         {
883           "type": "Event",
884           "name": "e",
885           "doc": "<p>the mouseup event</p>\n",
886           "optional": false
887         }
888       ],
889       "return": {
890         "type": "void",
891         "doc": "\n"
892       },
893       "private": false,
894       "static": false,
895       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
896       "linenr": 445,
897       "html_filename": "DragDrop.html",
898       "href": "DragDrop.html#Ext-dd-DragDrop-method-endDrag",
899       "shortDoc": "<p>Fired when we are done dragging the object</p>\n"
900     },
901     {
902       "tagname": "method",
903       "name": "getDragData",
904       "member": "Ext.dd.DragZone",
905       "doc": "<p>Called when a mousedown occurs in this container. Looks in <a href=\"#/api/Ext.dd.Registry\" rel=\"Ext.dd.Registry\" class=\"docClass\">Ext.dd.Registry</a>\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.</p>\n",
906       "params": [
907         {
908           "type": "EventObject",
909           "name": "e",
910           "doc": "<p>The mouse down event</p>\n",
911           "optional": false
912         }
913       ],
914       "return": {
915         "type": "Object",
916         "doc": "<p>The dragData</p>\n"
917       },
918       "private": false,
919       "static": false,
920       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
921       "linenr": 83,
922       "html_filename": "DragZone.html",
923       "href": "DragZone.html#Ext-dd-DragZone-method-getDragData",
924       "shortDoc": "Called when a mousedown occurs in this container. Looks in Ext.dd.Registry\nfor a valid target to drag based on the mo..."
925     },
926     {
927       "tagname": "method",
928       "name": "getDragEl",
929       "member": "Ext.dd.DragDrop",
930       "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",
931       "params": [
932
933       ],
934       "return": {
935         "type": "HTMLElement",
936         "doc": "<p>the html element</p>\n"
937       },
938       "private": false,
939       "static": false,
940       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
941       "linenr": 563,
942       "html_filename": "DragDrop.html",
943       "href": "DragDrop.html#Ext-dd-DragDrop-method-getDragEl",
944       "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..."
945     },
946     {
947       "tagname": "method",
948       "name": "getEl",
949       "member": "Ext.dd.DragDrop",
950       "doc": "<p>Returns a reference to the linked element</p>\n",
951       "params": [
952
953       ],
954       "return": {
955         "type": "HTMLElement",
956         "doc": "<p>the html element</p>\n"
957       },
958       "private": false,
959       "static": false,
960       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
961       "linenr": 550,
962       "html_filename": "DragDrop.html",
963       "href": "DragDrop.html#Ext-dd-DragDrop-method-getEl",
964       "shortDoc": "<p>Returns a reference to the linked element</p>\n"
965     },
966     {
967       "tagname": "method",
968       "name": "getProxy",
969       "member": "Ext.dd.DragSource",
970       "doc": "<p>Returns the drag source's underlying <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a></p>\n",
971       "params": [
972
973       ],
974       "return": {
975         "type": "Ext.dd.StatusProxy",
976         "doc": "<p>proxy The StatusProxy</p>\n"
977       },
978       "private": false,
979       "static": false,
980       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
981       "linenr": 345,
982       "html_filename": "DragSource.html",
983       "href": "DragSource.html#Ext-dd-DragSource-method-getProxy",
984       "shortDoc": "<p>Returns the drag source's underlying <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a></p>\n"
985     },
986     {
987       "tagname": "method",
988       "name": "getRepairXY",
989       "member": "Ext.dd.DragZone",
990       "doc": "<p>Called before a repair of an invalid drop to get the XY to animate to. By default returns\nthe XY of this.dragData.ddel</p>\n",
991       "params": [
992         {
993           "type": "EventObject",
994           "name": "e",
995           "doc": "<p>The mouse up event</p>\n",
996           "optional": false
997         }
998       ],
999       "return": {
1000         "type": "Array",
1001         "doc": "<p>The xy location (e.g. [100, 200])</p>\n"
1002       },
1003       "private": false,
1004       "static": false,
1005       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
1006       "linenr": 119,
1007       "html_filename": "DragZone.html",
1008       "href": "DragZone.html#Ext-dd-DragZone-method-getRepairXY",
1009       "shortDoc": "<p>Called before a repair of an invalid drop to get the XY to animate to. By default returns\nthe XY of this.dragData.ddel</p>\n"
1010     },
1011     {
1012       "tagname": "method",
1013       "name": "hideProxy",
1014       "member": "Ext.dd.DragSource",
1015       "doc": "<p>Hides the drag source's <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a></p>\n",
1016       "params": [
1017
1018       ],
1019       "return": {
1020         "type": "void",
1021         "doc": "\n"
1022       },
1023       "private": false,
1024       "static": false,
1025       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
1026       "linenr": 353,
1027       "html_filename": "DragSource.html",
1028       "href": "DragSource.html#Ext-dd-DragSource-method-hideProxy",
1029       "shortDoc": "<p>Hides the drag source's <a href=\"#/api/Ext.dd.StatusProxy\" rel=\"Ext.dd.StatusProxy\" class=\"docClass\">Ext.dd.StatusProxy</a></p>\n"
1030     },
1031     {
1032       "tagname": "method",
1033       "name": "init",
1034       "member": "Ext.dd.DragDrop",
1035       "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",
1036       "params": [
1037         {
1038           "type": "Object",
1039           "name": "id",
1040           "doc": "<p>the id of the linked element</p>\n",
1041           "optional": false
1042         },
1043         {
1044           "type": "String",
1045           "name": "sGroup",
1046           "doc": "<p>the group of related items</p>\n",
1047           "optional": false
1048         },
1049         {
1050           "type": "object",
1051           "name": "config",
1052           "doc": "<p>configuration attributes</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": 574,
1064       "html_filename": "DragDrop.html",
1065       "href": "DragDrop.html#Ext-dd-DragDrop-method-init",
1066       "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"
1067     },
1068     {
1069       "tagname": "method",
1070       "name": "initFrame",
1071       "member": "Ext.dd.DDProxy",
1072       "doc": "<p>Initialization for the drag frame element.  Must be called in the\nconstructor of all subclasses</p>\n",
1073       "params": [
1074
1075       ],
1076       "return": {
1077         "type": "void",
1078         "doc": "\n"
1079       },
1080       "private": false,
1081       "static": false,
1082       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DDProxy.js",
1083       "linenr": 100,
1084       "html_filename": "DDProxy.html",
1085       "href": "DDProxy.html#Ext-dd-DDProxy-method-initFrame",
1086       "shortDoc": "<p>Initialization for the drag frame element.  Must be called in the\nconstructor of all subclasses</p>\n"
1087     },
1088     {
1089       "tagname": "method",
1090       "name": "initTarget",
1091       "member": "Ext.dd.DragDrop",
1092       "doc": "<p>Initializes Targeting functionality only... the object does not\nget a mousedown handler.</p>\n",
1093       "params": [
1094         {
1095           "type": "Object",
1096           "name": "id",
1097           "doc": "<p>the id of the linked element</p>\n",
1098           "optional": false
1099         },
1100         {
1101           "type": "String",
1102           "name": "sGroup",
1103           "doc": "<p>the group of related items</p>\n",
1104           "optional": false
1105         },
1106         {
1107           "type": "object",
1108           "name": "config",
1109           "doc": "<p>configuration attributes</p>\n",
1110           "optional": false
1111         }
1112       ],
1113       "return": {
1114         "type": "void",
1115         "doc": "\n"
1116       },
1117       "private": false,
1118       "static": false,
1119       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1120       "linenr": 588,
1121       "html_filename": "DragDrop.html",
1122       "href": "DragDrop.html#Ext-dd-DragDrop-method-initTarget",
1123       "shortDoc": "<p>Initializes Targeting functionality only... the object does not\nget a mousedown handler.</p>\n"
1124     },
1125     {
1126       "tagname": "method",
1127       "name": "isLocked",
1128       "member": "Ext.dd.DragDrop",
1129       "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",
1130       "params": [
1131
1132       ],
1133       "return": {
1134         "type": "boolean",
1135         "doc": "<p>true if this obj or all drag/drop is locked, else\nfalse</p>\n"
1136       },
1137       "private": false,
1138       "static": false,
1139       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1140       "linenr": 814,
1141       "html_filename": "DragDrop.html",
1142       "href": "DragDrop.html#Ext-dd-DragDrop-method-isLocked",
1143       "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..."
1144     },
1145     {
1146       "tagname": "method",
1147       "name": "isValidHandleChild",
1148       "member": "Ext.dd.DragDrop",
1149       "doc": "<p>Checks the tag exclusion list to see if this click should be ignored</p>\n",
1150       "params": [
1151         {
1152           "type": "HTMLElement",
1153           "name": "node",
1154           "doc": "<p>the HTMLElement to evaluate</p>\n",
1155           "optional": false
1156         }
1157       ],
1158       "return": {
1159         "type": "boolean",
1160         "doc": "<p>true if this is a valid tag type, false if not</p>\n"
1161       },
1162       "private": false,
1163       "static": false,
1164       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1165       "linenr": 940,
1166       "html_filename": "DragDrop.html",
1167       "href": "DragDrop.html#Ext-dd-DragDrop-method-isValidHandleChild",
1168       "shortDoc": "<p>Checks the tag exclusion list to see if this click should be ignored</p>\n"
1169     },
1170     {
1171       "tagname": "method",
1172       "name": "lock",
1173       "member": "Ext.dd.DragDrop",
1174       "doc": "<p>Lock this instance</p>\n",
1175       "params": [
1176
1177       ],
1178       "return": {
1179         "type": "void",
1180         "doc": "\n"
1181       },
1182       "private": false,
1183       "static": false,
1184       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1185       "linenr": 177,
1186       "html_filename": "DragDrop.html",
1187       "href": "DragDrop.html#Ext-dd-DragDrop-method-lock",
1188       "shortDoc": "<p>Lock this instance</p>\n"
1189     },
1190     {
1191       "tagname": "method",
1192       "name": "onAvailable",
1193       "member": "Ext.dd.DragDrop",
1194       "doc": "<p>Override the onAvailable method to do what is needed after the initial\nposition was determined.</p>\n",
1195       "params": [
1196
1197       ],
1198       "return": {
1199         "type": "void",
1200         "doc": "\n"
1201       },
1202       "private": false,
1203       "static": false,
1204       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1205       "linenr": 474,
1206       "html_filename": "DragDrop.html",
1207       "href": "DragDrop.html#Ext-dd-DragDrop-method-onAvailable",
1208       "shortDoc": "<p>Override the onAvailable method to do what is needed after the initial\nposition was determined.</p>\n"
1209     },
1210     {
1211       "tagname": "method",
1212       "name": "onBeforeDrag",
1213       "member": "Ext.dd.DragSource",
1214       "doc": "<p>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.</p>\n",
1215       "params": [
1216         {
1217           "type": "Object",
1218           "name": "data",
1219           "doc": "<p>An object containing arbitrary data to be shared with drop targets</p>\n",
1220           "optional": false
1221         },
1222         {
1223           "type": "Event",
1224           "name": "e",
1225           "doc": "<p>The event object</p>\n",
1226           "optional": false
1227         }
1228       ],
1229       "return": {
1230         "type": "Boolean",
1231         "doc": "<p>isValid True if the drag event is valid, else false to cancel</p>\n"
1232       },
1233       "private": false,
1234       "static": false,
1235       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
1236       "linenr": 307,
1237       "html_filename": "DragSource.html",
1238       "href": "DragSource.html#Ext-dd-DragSource-method-onBeforeDrag",
1239       "shortDoc": "An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begi..."
1240     },
1241     {
1242       "tagname": "method",
1243       "name": "onDrag",
1244       "member": "Ext.dd.DragDrop",
1245       "doc": "<p>Abstract method called during the onMouseMove event while dragging an\nobject.</p>\n",
1246       "params": [
1247         {
1248           "type": "Event",
1249           "name": "e",
1250           "doc": "<p>the mousemove event</p>\n",
1251           "optional": false
1252         }
1253       ],
1254       "return": {
1255         "type": "void",
1256         "doc": "\n"
1257       },
1258       "private": false,
1259       "static": false,
1260       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1261       "linenr": 358,
1262       "html_filename": "DragDrop.html",
1263       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDrag",
1264       "shortDoc": "<p>Abstract method called during the onMouseMove event while dragging an\nobject.</p>\n"
1265     },
1266     {
1267       "tagname": "method",
1268       "name": "onDragDrop",
1269       "member": "Ext.dd.DragDrop",
1270       "doc": "<p>Abstract method called when this item is dropped on another DragDrop\nobj</p>\n",
1271       "params": [
1272         {
1273           "type": "Event",
1274           "name": "e",
1275           "doc": "<p>the mouseup event</p>\n",
1276           "optional": false
1277         },
1278         {
1279           "type": "String|DragDrop[]",
1280           "name": "id",
1281           "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",
1282           "optional": false
1283         }
1284       ],
1285       "return": {
1286         "type": "void",
1287         "doc": "\n"
1288       },
1289       "private": false,
1290       "static": false,
1291       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1292       "linenr": 419,
1293       "html_filename": "DragDrop.html",
1294       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragDrop",
1295       "shortDoc": "<p>Abstract method called when this item is dropped on another DragDrop\nobj</p>\n"
1296     },
1297     {
1298       "tagname": "method",
1299       "name": "onDragEnter",
1300       "member": "Ext.dd.DragDrop",
1301       "doc": "<p>Abstract method called when this element fist begins hovering over\nanother DragDrop obj</p>\n",
1302       "params": [
1303         {
1304           "type": "Event",
1305           "name": "e",
1306           "doc": "<p>the mousemove event</p>\n",
1307           "optional": false
1308         },
1309         {
1310           "type": "String|DragDrop[]",
1311           "name": "id",
1312           "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",
1313           "optional": false
1314         }
1315       ],
1316       "return": {
1317         "type": "void",
1318         "doc": "\n"
1319       },
1320       "private": false,
1321       "static": false,
1322       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1323       "linenr": 366,
1324       "html_filename": "DragDrop.html",
1325       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragEnter",
1326       "shortDoc": "<p>Abstract method called when this element fist begins hovering over\nanother DragDrop obj</p>\n"
1327     },
1328     {
1329       "tagname": "method",
1330       "name": "onDragOut",
1331       "member": "Ext.dd.DragDrop",
1332       "doc": "<p>Abstract method called when we are no longer hovering over an element</p>\n",
1333       "params": [
1334         {
1335           "type": "Event",
1336           "name": "e",
1337           "doc": "<p>the mousemove event</p>\n",
1338           "optional": false
1339         },
1340         {
1341           "type": "String|DragDrop[]",
1342           "name": "id",
1343           "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",
1344           "optional": false
1345         }
1346       ],
1347       "return": {
1348         "type": "void",
1349         "doc": "\n"
1350       },
1351       "private": false,
1352       "static": false,
1353       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1354       "linenr": 402,
1355       "html_filename": "DragDrop.html",
1356       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOut",
1357       "shortDoc": "<p>Abstract method called when we are no longer hovering over an element</p>\n"
1358     },
1359     {
1360       "tagname": "method",
1361       "name": "onDragOver",
1362       "member": "Ext.dd.DragDrop",
1363       "doc": "<p>Abstract method called when this element is hovering over another\nDragDrop obj</p>\n",
1364       "params": [
1365         {
1366           "type": "Event",
1367           "name": "e",
1368           "doc": "<p>the mousemove event</p>\n",
1369           "optional": false
1370         },
1371         {
1372           "type": "String|DragDrop[]",
1373           "name": "id",
1374           "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",
1375           "optional": false
1376         }
1377       ],
1378       "return": {
1379         "type": "void",
1380         "doc": "\n"
1381       },
1382       "private": false,
1383       "static": false,
1384       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1385       "linenr": 384,
1386       "html_filename": "DragDrop.html",
1387       "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOver",
1388       "shortDoc": "<p>Abstract method called when this element is hovering over another\nDragDrop obj</p>\n"
1389     },
1390     {
1391       "tagname": "method",
1392       "name": "onInitDrag",
1393       "member": "Ext.dd.DragZone",
1394       "doc": "<p>Called once drag threshold has been reached to initialize the proxy element. By default, it clones the\nthis.dragData.ddel</p>\n",
1395       "params": [
1396         {
1397           "type": "Number",
1398           "name": "x",
1399           "doc": "<p>The x position of the click on the dragged object</p>\n",
1400           "optional": false
1401         },
1402         {
1403           "type": "Number",
1404           "name": "y",
1405           "doc": "<p>The y position of the click on the dragged object</p>\n",
1406           "optional": false
1407         }
1408       ],
1409       "return": {
1410         "type": "Boolean",
1411         "doc": "<p>true to continue the drag, false to cancel</p>\n"
1412       },
1413       "private": false,
1414       "static": false,
1415       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
1416       "linenr": 95,
1417       "html_filename": "DragZone.html",
1418       "href": "DragZone.html#Ext-dd-DragZone-method-onInitDrag",
1419       "shortDoc": "Called once drag threshold has been reached to initialize the proxy element. By default, it clones the\nthis.dragData...."
1420     },
1421     {
1422       "tagname": "method",
1423       "name": "onInvalidDrop",
1424       "member": "Ext.dd.DragDrop",
1425       "doc": "<p>Abstract method called when this item is dropped on an area with no\ndrop target</p>\n",
1426       "params": [
1427         {
1428           "type": "Event",
1429           "name": "e",
1430           "doc": "<p>the mouseup event</p>\n",
1431           "optional": false
1432         }
1433       ],
1434       "return": {
1435         "type": "void",
1436         "doc": "\n"
1437       },
1438       "private": false,
1439       "static": false,
1440       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1441       "linenr": 430,
1442       "html_filename": "DragDrop.html",
1443       "href": "DragDrop.html#Ext-dd-DragDrop-method-onInvalidDrop",
1444       "shortDoc": "<p>Abstract method called when this item is dropped on an area with no\ndrop target</p>\n"
1445     },
1446     {
1447       "tagname": "method",
1448       "name": "onMouseDown",
1449       "member": "Ext.dd.DragDrop",
1450       "doc": "<p>Event handler that fires when a drag/drop obj gets a mousedown</p>\n",
1451       "params": [
1452         {
1453           "type": "Event",
1454           "name": "e",
1455           "doc": "<p>the mousedown event</p>\n",
1456           "optional": false
1457         }
1458       ],
1459       "return": {
1460         "type": "void",
1461         "doc": "\n"
1462       },
1463       "private": false,
1464       "static": false,
1465       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1466       "linenr": 460,
1467       "html_filename": "DragDrop.html",
1468       "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseDown",
1469       "shortDoc": "<p>Event handler that fires when a drag/drop obj gets a mousedown</p>\n"
1470     },
1471     {
1472       "tagname": "method",
1473       "name": "onMouseUp",
1474       "member": "Ext.dd.DragDrop",
1475       "doc": "<p>Event handler that fires when a drag/drop obj gets a mouseup</p>\n",
1476       "params": [
1477         {
1478           "type": "Event",
1479           "name": "e",
1480           "doc": "<p>the mouseup event</p>\n",
1481           "optional": false
1482         }
1483       ],
1484       "return": {
1485         "type": "void",
1486         "doc": "\n"
1487       },
1488       "private": false,
1489       "static": false,
1490       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1491       "linenr": 467,
1492       "html_filename": "DragDrop.html",
1493       "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseUp",
1494       "shortDoc": "<p>Event handler that fires when a drag/drop obj gets a mouseup</p>\n"
1495     },
1496     {
1497       "tagname": "method",
1498       "name": "onStartDrag",
1499       "member": "Ext.dd.DragSource",
1500       "doc": "<p>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.</p>\n",
1501       "params": [
1502         {
1503           "type": "Number",
1504           "name": "x",
1505           "doc": "<p>The x position of the click on the dragged object</p>\n",
1506           "optional": false
1507         },
1508         {
1509           "type": "Number",
1510           "name": "y",
1511           "doc": "<p>The y position of the click on the dragged object</p>\n",
1512           "optional": false
1513         }
1514       ],
1515       "return": {
1516         "type": "void",
1517         "doc": "\n"
1518       },
1519       "private": false,
1520       "static": false,
1521       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragSource.js",
1522       "linenr": 318,
1523       "html_filename": "DragSource.html",
1524       "href": "DragSource.html#Ext-dd-DragSource-method-onStartDrag",
1525       "shortDoc": "An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has be..."
1526     },
1527     {
1528       "tagname": "method",
1529       "name": "removeFromGroup",
1530       "member": "Ext.dd.DragDrop",
1531       "doc": "<p>Remove's this instance from the supplied interaction group</p>\n",
1532       "params": [
1533         {
1534           "type": "string",
1535           "name": "sGroup",
1536           "doc": "<p>The group to drop</p>\n",
1537           "optional": false
1538         }
1539       ],
1540       "return": {
1541         "type": "void",
1542         "doc": "\n"
1543       },
1544       "private": false,
1545       "static": false,
1546       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1547       "linenr": 742,
1548       "html_filename": "DragDrop.html",
1549       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeFromGroup",
1550       "shortDoc": "<p>Remove's this instance from the supplied interaction group</p>\n"
1551     },
1552     {
1553       "tagname": "method",
1554       "name": "removeInvalidHandleClass",
1555       "member": "Ext.dd.DragDrop",
1556       "doc": "<p>Unsets an invalid css class</p>\n",
1557       "params": [
1558         {
1559           "type": "string",
1560           "name": "cssClass",
1561           "doc": "<p>the class of the element(s) you wish to\nre-enable</p>\n",
1562           "optional": false
1563         }
1564       ],
1565       "return": {
1566         "type": "void",
1567         "doc": "\n"
1568       },
1569       "private": false,
1570       "static": false,
1571       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1572       "linenr": 926,
1573       "html_filename": "DragDrop.html",
1574       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleClass",
1575       "shortDoc": "<p>Unsets an invalid css class</p>\n"
1576     },
1577     {
1578       "tagname": "method",
1579       "name": "removeInvalidHandleId",
1580       "member": "Ext.dd.DragDrop",
1581       "doc": "<p>Unsets an invalid handle id</p>\n",
1582       "params": [
1583         {
1584           "type": "string",
1585           "name": "id",
1586           "doc": "<p>the id of the element to re-enable</p>\n",
1587           "optional": false
1588         }
1589       ],
1590       "return": {
1591         "type": "void",
1592         "doc": "\n"
1593       },
1594       "private": false,
1595       "static": false,
1596       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1597       "linenr": 914,
1598       "html_filename": "DragDrop.html",
1599       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleId",
1600       "shortDoc": "<p>Unsets an invalid handle id</p>\n"
1601     },
1602     {
1603       "tagname": "method",
1604       "name": "removeInvalidHandleType",
1605       "member": "Ext.dd.DragDrop",
1606       "doc": "<p>Unsets an excluded tag name set by addInvalidHandleType</p>\n",
1607       "params": [
1608         {
1609           "type": "string",
1610           "name": "tagName",
1611           "doc": "<p>the type of element to unexclude</p>\n",
1612           "optional": false
1613         }
1614       ],
1615       "return": {
1616         "type": "void",
1617         "doc": "\n"
1618       },
1619       "private": false,
1620       "static": false,
1621       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1622       "linenr": 903,
1623       "html_filename": "DragDrop.html",
1624       "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleType",
1625       "shortDoc": "<p>Unsets an excluded tag name set by addInvalidHandleType</p>\n"
1626     },
1627     {
1628       "tagname": "method",
1629       "name": "resetConstraints",
1630       "member": "Ext.dd.DragDrop",
1631       "doc": "<p>resetConstraints must be called if you manually reposition a dd element.</p>\n",
1632       "params": [
1633         {
1634           "type": "boolean",
1635           "name": "maintainOffset",
1636           "doc": "\n",
1637           "optional": false
1638         }
1639       ],
1640       "return": {
1641         "type": "void",
1642         "doc": "\n"
1643       },
1644       "private": false,
1645       "static": false,
1646       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1647       "linenr": 1093,
1648       "html_filename": "DragDrop.html",
1649       "href": "DragDrop.html#Ext-dd-DragDrop-method-resetConstraints",
1650       "shortDoc": "<p>resetConstraints must be called if you manually reposition a dd element.</p>\n"
1651     },
1652     {
1653       "tagname": "method",
1654       "name": "setDelta",
1655       "member": "Ext.dd.DD",
1656       "doc": "<p>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)</p>\n",
1657       "params": [
1658         {
1659           "type": "int",
1660           "name": "iDeltaX",
1661           "doc": "<p>the distance from the left</p>\n",
1662           "optional": false
1663         },
1664         {
1665           "type": "int",
1666           "name": "iDeltaY",
1667           "doc": "<p>the distance from the top</p>\n",
1668           "optional": false
1669         }
1670       ],
1671       "return": {
1672         "type": "void",
1673         "doc": "\n"
1674       },
1675       "private": false,
1676       "static": false,
1677       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
1678       "linenr": 54,
1679       "html_filename": "DD.html",
1680       "href": "DD.html#Ext-dd-DD-method-setDelta",
1681       "shortDoc": "Sets the pointer offset.  You can call this directly to force the\noffset to be in a particular location (e.g., pass i..."
1682     },
1683     {
1684       "tagname": "method",
1685       "name": "setDragElId",
1686       "member": "Ext.dd.DragDrop",
1687       "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",
1688       "params": [
1689         {
1690           "type": "Object",
1691           "name": "id",
1692           "doc": "<p>{string} the id of the element that will be used to initiate the drag</p>\n",
1693           "optional": false
1694         }
1695       ],
1696       "return": {
1697         "type": "void",
1698         "doc": "\n"
1699       },
1700       "private": false,
1701       "static": false,
1702       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1703       "linenr": 755,
1704       "html_filename": "DragDrop.html",
1705       "href": "DragDrop.html#Ext-dd-DragDrop-method-setDragElId",
1706       "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"
1707     },
1708     {
1709       "tagname": "method",
1710       "name": "setDragElPos",
1711       "member": "Ext.dd.DD",
1712       "doc": "<p>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.</p>\n",
1713       "params": [
1714         {
1715           "type": "int",
1716           "name": "iPageX",
1717           "doc": "<p>the X coordinate of the mousedown or drag event</p>\n",
1718           "optional": false
1719         },
1720         {
1721           "type": "int",
1722           "name": "iPageY",
1723           "doc": "<p>the Y coordinate of the mousedown or drag event</p>\n",
1724           "optional": false
1725         }
1726       ],
1727       "return": {
1728         "type": "void",
1729         "doc": "\n"
1730       },
1731       "private": false,
1732       "static": false,
1733       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
1734       "linenr": 67,
1735       "html_filename": "DD.html",
1736       "href": "DD.html#Ext-dd-DD-method-setDragElPos",
1737       "shortDoc": "Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to th..."
1738     },
1739     {
1740       "tagname": "method",
1741       "name": "setHandleElId",
1742       "member": "Ext.dd.DragDrop",
1743       "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",
1744       "params": [
1745         {
1746           "type": "Object",
1747           "name": "id",
1748           "doc": "<p>{string} the id of the element that will be used to\ninitiate the drag.</p>\n",
1749           "optional": false
1750         }
1751       ],
1752       "return": {
1753         "type": "void",
1754         "doc": "\n"
1755       },
1756       "private": false,
1757       "static": false,
1758       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1759       "linenr": 765,
1760       "html_filename": "DragDrop.html",
1761       "href": "DragDrop.html#Ext-dd-DragDrop-method-setHandleElId",
1762       "shortDoc": "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation.  An example o..."
1763     },
1764     {
1765       "tagname": "method",
1766       "name": "setInitPosition",
1767       "member": "Ext.dd.DragDrop",
1768       "doc": "<p>Stores the initial placement of the linked element.</p>\n",
1769       "params": [
1770         {
1771           "type": "int",
1772           "name": "diffX",
1773           "doc": "<p>the X offset, default 0</p>\n",
1774           "optional": false
1775         },
1776         {
1777           "type": "int",
1778           "name": "diffY",
1779           "doc": "<p>the Y offset, default 0</p>\n",
1780           "optional": false
1781         }
1782       ],
1783       "return": {
1784         "type": "void",
1785         "doc": "\n"
1786       },
1787       "private": false,
1788       "static": false,
1789       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1790       "linenr": 688,
1791       "html_filename": "DragDrop.html",
1792       "href": "DragDrop.html#Ext-dd-DragDrop-method-setInitPosition",
1793       "shortDoc": "<p>Stores the initial placement of the linked element.</p>\n"
1794     },
1795     {
1796       "tagname": "method",
1797       "name": "setOuterHandleElId",
1798       "member": "Ext.dd.DragDrop",
1799       "doc": "<p>Allows you to set an element outside of the linked element as a drag\nhandle</p>\n",
1800       "params": [
1801         {
1802           "type": "Object",
1803           "name": "id",
1804           "doc": "<p>the id of the element that will be used to initiate the drag</p>\n",
1805           "optional": false
1806         }
1807       ],
1808       "return": {
1809         "type": "void",
1810         "doc": "\n"
1811       },
1812       "private": false,
1813       "static": false,
1814       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1815       "linenr": 784,
1816       "html_filename": "DragDrop.html",
1817       "href": "DragDrop.html#Ext-dd-DragDrop-method-setOuterHandleElId",
1818       "shortDoc": "<p>Allows you to set an element outside of the linked element as a drag\nhandle</p>\n"
1819     },
1820     {
1821       "tagname": "method",
1822       "name": "setPadding",
1823       "member": "Ext.dd.DragDrop",
1824       "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",
1825       "params": [
1826         {
1827           "type": "int",
1828           "name": "iTop",
1829           "doc": "<p>Top pad</p>\n",
1830           "optional": false
1831         },
1832         {
1833           "type": "int",
1834           "name": "iRight",
1835           "doc": "<p>Right pad</p>\n",
1836           "optional": false
1837         },
1838         {
1839           "type": "int",
1840           "name": "iBot",
1841           "doc": "<p>Bot pad</p>\n",
1842           "optional": false
1843         },
1844         {
1845           "type": "int",
1846           "name": "iLeft",
1847           "doc": "<p>Left pad</p>\n",
1848           "optional": false
1849         }
1850       ],
1851       "return": {
1852         "type": "void",
1853         "doc": "\n"
1854       },
1855       "private": false,
1856       "static": false,
1857       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1858       "linenr": 665,
1859       "html_filename": "DragDrop.html",
1860       "href": "DragDrop.html#Ext-dd-DragDrop-method-setPadding",
1861       "shortDoc": "Configures the padding for the target zone in px.  Effectively expands\n(or reduces) the virtual object size for targe..."
1862     },
1863     {
1864       "tagname": "method",
1865       "name": "setXConstraint",
1866       "member": "Ext.dd.DragDrop",
1867       "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",
1868       "params": [
1869         {
1870           "type": "int",
1871           "name": "iLeft",
1872           "doc": "<p>the number of pixels the element can move to the left</p>\n",
1873           "optional": false
1874         },
1875         {
1876           "type": "int",
1877           "name": "iRight",
1878           "doc": "<p>the number of pixels the element can move to the\nright</p>\n",
1879           "optional": false
1880         },
1881         {
1882           "type": "int",
1883           "name": "iTickSize",
1884           "doc": "<p>optional parameter for specifying that the\nelement\nshould move iTickSize pixels at a time.</p>\n",
1885           "optional": false
1886         }
1887       ],
1888       "return": {
1889         "type": "void",
1890         "doc": "\n"
1891       },
1892       "private": false,
1893       "static": false,
1894       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1895       "linenr": 1026,
1896       "html_filename": "DragDrop.html",
1897       "href": "DragDrop.html#Ext-dd-DragDrop-method-setXConstraint",
1898       "shortDoc": "By default, the element can be dragged any place on the screen.  Use\nthis method to limit the horizontal travel of th..."
1899     },
1900     {
1901       "tagname": "method",
1902       "name": "setYConstraint",
1903       "member": "Ext.dd.DragDrop",
1904       "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",
1905       "params": [
1906         {
1907           "type": "int",
1908           "name": "iUp",
1909           "doc": "<p>the number of pixels the element can move up</p>\n",
1910           "optional": false
1911         },
1912         {
1913           "type": "int",
1914           "name": "iDown",
1915           "doc": "<p>the number of pixels the element can move down</p>\n",
1916           "optional": false
1917         },
1918         {
1919           "type": "int",
1920           "name": "iTickSize",
1921           "doc": "<p>optional parameter for specifying that the\nelement should move iTickSize pixels at a time.</p>\n",
1922           "optional": false
1923         }
1924       ],
1925       "return": {
1926         "type": "void",
1927         "doc": "\n"
1928       },
1929       "private": false,
1930       "static": false,
1931       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1932       "linenr": 1071,
1933       "html_filename": "DragDrop.html",
1934       "href": "DragDrop.html#Ext-dd-DragDrop-method-setYConstraint",
1935       "shortDoc": "By default, the element can be dragged any place on the screen.  Set\nthis to limit the vertical travel of the element..."
1936     },
1937     {
1938       "tagname": "method",
1939       "name": "startDrag",
1940       "member": "Ext.dd.DragDrop",
1941       "doc": "<p>Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.</p>\n",
1942       "params": [
1943         {
1944           "type": "int",
1945           "name": "X",
1946           "doc": "<p>click location</p>\n",
1947           "optional": false
1948         },
1949         {
1950           "type": "int",
1951           "name": "Y",
1952           "doc": "<p>click location</p>\n",
1953           "optional": false
1954         }
1955       ],
1956       "return": {
1957         "type": "void",
1958         "doc": "\n"
1959       },
1960       "private": false,
1961       "static": false,
1962       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1963       "linenr": 342,
1964       "html_filename": "DragDrop.html",
1965       "href": "DragDrop.html#Ext-dd-DragDrop-method-startDrag",
1966       "shortDoc": "<p>Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.</p>\n"
1967     },
1968     {
1969       "tagname": "method",
1970       "name": "toString",
1971       "member": "Ext.dd.DragDrop",
1972       "doc": "<p>toString method</p>\n",
1973       "params": [
1974
1975       ],
1976       "return": {
1977         "type": "string",
1978         "doc": "<p>string representation of the dd obj</p>\n"
1979       },
1980       "private": false,
1981       "static": false,
1982       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
1983       "linenr": 1160,
1984       "html_filename": "DragDrop.html",
1985       "href": "DragDrop.html#Ext-dd-DragDrop-method-toString",
1986       "shortDoc": "<p>toString method</p>\n"
1987     },
1988     {
1989       "tagname": "method",
1990       "name": "unlock",
1991       "member": "Ext.dd.DragDrop",
1992       "doc": "<p>Unlock this instace</p>\n",
1993       "params": [
1994
1995       ],
1996       "return": {
1997         "type": "void",
1998         "doc": "\n"
1999       },
2000       "private": false,
2001       "static": false,
2002       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2003       "linenr": 193,
2004       "html_filename": "DragDrop.html",
2005       "href": "DragDrop.html#Ext-dd-DragDrop-method-unlock",
2006       "shortDoc": "<p>Unlock this instace</p>\n"
2007     },
2008     {
2009       "tagname": "method",
2010       "name": "unreg",
2011       "member": "Ext.dd.DragDrop",
2012       "doc": "<p>Remove all drag and drop hooks for this element</p>\n",
2013       "params": [
2014
2015       ],
2016       "return": {
2017         "type": "void",
2018         "doc": "\n"
2019       },
2020       "private": false,
2021       "static": false,
2022       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2023       "linenr": 800,
2024       "html_filename": "DragDrop.html",
2025       "href": "DragDrop.html#Ext-dd-DragDrop-method-unreg",
2026       "shortDoc": "<p>Remove all drag and drop hooks for this element</p>\n"
2027     }
2028   ],
2029   "property": [
2030     {
2031       "tagname": "property",
2032       "name": "Ext",
2033       "member": "Ext.dd.DDProxy",
2034       "type": "String",
2035       "doc": "<p>The default drag frame div id .dd.DDProxy.dragElId</p>\n",
2036       "private": false,
2037       "static": true,
2038       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DDProxy.js",
2039       "linenr": 32,
2040       "html_filename": "DDProxy.html",
2041       "href": "DDProxy.html#Ext-dd-DDProxy-property-Ext"
2042     },
2043     {
2044       "tagname": "property",
2045       "name": "available",
2046       "member": "Ext.dd.DragDrop",
2047       "type": "boolean",
2048       "doc": "<p>The available property is false until the linked dom element is accessible.</p>\n",
2049       "private": false,
2050       "static": false,
2051       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2052       "linenr": 315,
2053       "html_filename": "DragDrop.html",
2054       "href": "DragDrop.html#Ext-dd-DragDrop-property-available"
2055     },
2056     {
2057       "tagname": "property",
2058       "name": "centerFrame",
2059       "member": "Ext.dd.DDProxy",
2060       "type": "boolean",
2061       "doc": "<p>By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by <a href=\"#/api/Ext.dd.DD\" rel=\"Ext.dd.DD\" class=\"docClass\">Ext.dd.DD</a>.  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.</p>\n",
2062       "private": false,
2063       "static": false,
2064       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DDProxy.js",
2065       "linenr": 57,
2066       "html_filename": "DDProxy.html",
2067       "href": "DDProxy.html#Ext-dd-DDProxy-property-centerFrame",
2068       "shortDoc": "By default the frame is positioned exactly where the drag element is, so\nwe use the cursor offset provided by Ext.dd...."
2069     },
2070     {
2071       "tagname": "property",
2072       "name": "config",
2073       "member": "Ext.dd.DragDrop",
2074       "type": "object",
2075       "doc": "<p>Configuration attributes passed into the constructor</p>\n",
2076       "private": false,
2077       "static": false,
2078       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2079       "linenr": 81,
2080       "html_filename": "DragDrop.html",
2081       "href": "DragDrop.html#Ext-dd-DragDrop-property-config"
2082     },
2083     {
2084       "tagname": "property",
2085       "name": "defaultPadding",
2086       "member": "Ext.dd.DragDrop",
2087       "type": "Object",
2088       "doc": "<p>Provides default constraint padding to \"constrainTo\" elements (defaults to {left: 0, right:0, top:0, bottom:0}).</p>\n",
2089       "private": false,
2090       "static": false,
2091       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2092       "linenr": 482,
2093       "html_filename": "DragDrop.html",
2094       "href": "DragDrop.html#Ext-dd-DragDrop-property-defaultPadding"
2095     },
2096     {
2097       "tagname": "property",
2098       "name": "dragData",
2099       "member": "Ext.dd.DragZone",
2100       "type": "Object",
2101       "doc": "<p>This property contains the data representing the dragged object. This data is set up by the implementation\nof the <a href=\"#/api/Ext.view.DragZone-method-getDragData\" rel=\"Ext.view.DragZone-method-getDragData\" class=\"docClass\">getDragData</a> method. It must contain a <tt>ddel</tt> property, but can contain\nany other data according to the application's needs.</p>\n",
2102       "private": false,
2103       "static": false,
2104       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragZone.js",
2105       "linenr": 70,
2106       "html_filename": "DragZone.html",
2107       "href": "DragZone.html#Ext-dd-DragZone-property-dragData",
2108       "shortDoc": "This property contains the data representing the dragged object. This data is set up by the implementation\nof the get..."
2109     },
2110     {
2111       "tagname": "property",
2112       "name": "groups",
2113       "member": "Ext.dd.DragDrop",
2114       "type": "object",
2115       "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",
2116       "private": false,
2117       "static": false,
2118       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2119       "linenr": 158,
2120       "html_filename": "DragDrop.html",
2121       "href": "DragDrop.html#Ext-dd-DragDrop-property-groups",
2122       "shortDoc": "The group defines a logical collection of DragDrop objects that are\nrelated.  Instances only get events when interact..."
2123     },
2124     {
2125       "tagname": "property",
2126       "name": "hasOuterHandles",
2127       "member": "Ext.dd.DragDrop",
2128       "type": "boolean",
2129       "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",
2130       "private": false,
2131       "static": false,
2132       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2133       "linenr": 322,
2134       "html_filename": "DragDrop.html",
2135       "href": "DragDrop.html#Ext-dd-DragDrop-property-hasOuterHandles",
2136       "shortDoc": "By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is.  This is done in..."
2137     },
2138     {
2139       "tagname": "property",
2140       "name": "id",
2141       "member": "Ext.dd.DragDrop",
2142       "type": "String",
2143       "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",
2144       "private": false,
2145       "static": false,
2146       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2147       "linenr": 71,
2148       "html_filename": "DragDrop.html",
2149       "href": "DragDrop.html#Ext-dd-DragDrop-property-id",
2150       "shortDoc": "The id of the element associated with this object.  This is what we\nrefer to as the \"linked element\" because the size..."
2151     },
2152     {
2153       "tagname": "property",
2154       "name": "ignoreSelf",
2155       "member": "Ext.dd.DragDrop",
2156       "type": "Boolean",
2157       "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",
2158       "private": false,
2159       "static": false,
2160       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2161       "linenr": 63,
2162       "html_filename": "DragDrop.html",
2163       "href": "DragDrop.html#Ext-dd-DragDrop-property-ignoreSelf",
2164       "shortDoc": "Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. Defaults to true - ..."
2165     },
2166     {
2167       "tagname": "property",
2168       "name": "invalidHandleClasses",
2169       "member": "Ext.dd.DragDrop",
2170       "type": "Array",
2171       "doc": "<p>An Array of CSS class names for elements to be considered in valid as drag handles.</p>\n",
2172       "private": false,
2173       "static": false,
2174       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2175       "linenr": 133,
2176       "html_filename": "DragDrop.html",
2177       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleClasses"
2178     },
2179     {
2180       "tagname": "property",
2181       "name": "invalidHandleIds",
2182       "member": "Ext.dd.DragDrop",
2183       "type": "Object",
2184       "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",
2185       "private": false,
2186       "static": false,
2187       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2188       "linenr": 121,
2189       "html_filename": "DragDrop.html",
2190       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleIds",
2191       "shortDoc": "An object who's property names identify the IDs of elements to be considered invalid as drag handles.\nA non-null prop..."
2192     },
2193     {
2194       "tagname": "property",
2195       "name": "invalidHandleTypes",
2196       "member": "Ext.dd.DragDrop",
2197       "type": "Object",
2198       "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",
2199       "private": false,
2200       "static": false,
2201       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2202       "linenr": 109,
2203       "html_filename": "DragDrop.html",
2204       "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleTypes",
2205       "shortDoc": "An object who's property names identify HTML tags to be considered invalid as drag handles.\nA non-null property value..."
2206     },
2207     {
2208       "tagname": "property",
2209       "name": "isTarget",
2210       "member": "Ext.dd.DragDrop",
2211       "type": "boolean",
2212       "doc": "<p>By default, all instances can be a drop target.  This can be disabled by\nsetting isTarget to false.</p>\n",
2213       "private": false,
2214       "static": false,
2215       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2216       "linenr": 201,
2217       "html_filename": "DragDrop.html",
2218       "href": "DragDrop.html#Ext-dd-DragDrop-property-isTarget"
2219     },
2220     {
2221       "tagname": "property",
2222       "name": "maintainOffset",
2223       "member": "Ext.dd.DragDrop",
2224       "type": "boolean",
2225       "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",
2226       "private": false,
2227       "static": false,
2228       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2229       "linenr": 279,
2230       "html_filename": "DragDrop.html",
2231       "href": "DragDrop.html#Ext-dd-DragDrop-property-maintainOffset",
2232       "shortDoc": "Maintain offsets when we resetconstraints.  Set to true when you want\nthe position of the element relative to its par..."
2233     },
2234     {
2235       "tagname": "property",
2236       "name": "moveOnly",
2237       "member": "Ext.dd.DragDrop",
2238       "type": "boolean",
2239       "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",
2240       "private": false,
2241       "static": false,
2242       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2243       "linenr": 185,
2244       "html_filename": "DragDrop.html",
2245       "href": "DragDrop.html#Ext-dd-DragDrop-property-moveOnly",
2246       "shortDoc": "When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ..."
2247     },
2248     {
2249       "tagname": "property",
2250       "name": "padding",
2251       "member": "Ext.dd.DragDrop",
2252       "type": "[int]",
2253       "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",
2254       "private": false,
2255       "static": false,
2256       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2257       "linenr": 209,
2258       "html_filename": "DragDrop.html",
2259       "href": "DragDrop.html#Ext-dd-DragDrop-property-padding",
2260       "shortDoc": "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.\nAn ..."
2261     },
2262     {
2263       "tagname": "property",
2264       "name": "primaryButtonOnly",
2265       "member": "Ext.dd.DragDrop",
2266       "type": "boolean",
2267       "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",
2268       "private": false,
2269       "static": false,
2270       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2271       "linenr": 305,
2272       "html_filename": "DragDrop.html",
2273       "href": "DragDrop.html#Ext-dd-DragDrop-property-primaryButtonOnly",
2274       "shortDoc": "By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m..."
2275     },
2276     {
2277       "tagname": "property",
2278       "name": "resizeFrame",
2279       "member": "Ext.dd.DDProxy",
2280       "type": "boolean",
2281       "doc": "<p>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.</p>\n",
2282       "private": false,
2283       "static": false,
2284       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DDProxy.js",
2285       "linenr": 48,
2286       "html_filename": "DDProxy.html",
2287       "href": "DDProxy.html#Ext-dd-DDProxy-property-resizeFrame",
2288       "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..."
2289     },
2290     {
2291       "tagname": "property",
2292       "name": "scroll",
2293       "member": "Ext.dd.DD",
2294       "type": "boolean",
2295       "doc": "<p>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.</p>\n",
2296       "private": false,
2297       "static": false,
2298       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DD.js",
2299       "linenr": 32,
2300       "html_filename": "DD.html",
2301       "href": "DD.html#Ext-dd-DD-property-scroll",
2302       "shortDoc": "When set to true, the utility automatically tries to scroll the browser\nwindow when a drag and drop element is dragge..."
2303     },
2304     {
2305       "tagname": "property",
2306       "name": "xTicks",
2307       "member": "Ext.dd.DragDrop",
2308       "type": "[int]",
2309       "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",
2310       "private": false,
2311       "static": false,
2312       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2313       "linenr": 289,
2314       "html_filename": "DragDrop.html",
2315       "href": "DragDrop.html#Ext-dd-DragDrop-property-xTicks",
2316       "shortDoc": "Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval.  This array is ge..."
2317     },
2318     {
2319       "tagname": "property",
2320       "name": "yTicks",
2321       "member": "Ext.dd.DragDrop",
2322       "type": "[int]",
2323       "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",
2324       "private": false,
2325       "static": false,
2326       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDrop.js",
2327       "linenr": 297,
2328       "html_filename": "DragDrop.html",
2329       "href": "DragDrop.html#Ext-dd-DragDrop-property-yTicks",
2330       "shortDoc": "Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval.  This array is gene..."
2331     }
2332   ],
2333   "event": [
2334
2335   ],
2336   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/DragZone.js",
2337   "linenr": 1,
2338   "html_filename": "DragZone3.html",
2339   "href": "DragZone3.html#Ext-view-DragZone",
2340   "cssVar": [
2341
2342   ],
2343   "cssMixin": [
2344
2345   ],
2346   "component": false,
2347   "superclasses": [
2348     "Ext.dd.DragDrop",
2349     "Ext.dd.DD",
2350     "Ext.dd.DDProxy",
2351     "Ext.dd.DragSource",
2352     "Ext.dd.DragZone"
2353   ],
2354   "subclasses": [
2355
2356   ],
2357   "mixedInto": [
2358
2359   ],
2360   "allMixins": [
2361
2362   ]
2363 });