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