Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.dd.DragDropManager.js
1 Ext.data.JsonP.Ext_dd_DragDropManager({
2   "tagname": "class",
3   "name": "Ext.dd.DragDropManager",
4   "doc": "<p>DragDropManager is a singleton that tracks the element interaction for\nall DragDrop items in the window.  Generally, you will not call\nthis class directly, but it does have helper methods that could\nbe useful in your DragDrop implementations.</p>\n",
5   "extends": null,
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10     "Ext.dd.DragDropMgr",
11     "Ext.dd.DDM"
12   ],
13   "xtype": null,
14   "author": null,
15   "docauthor": null,
16   "singleton": true,
17   "private": false,
18   "cfg": [
19
20   ],
21   "method": [
22     {
23       "tagname": "method",
24       "name": "getBestMatch",
25       "member": "Ext.dd.DragDropManager",
26       "doc": "<p>Helper function for getting the best match from the list of drag\nand drop objects returned by the drag and drop events when we are\nin INTERSECT mode.  It returns either the first object that the\ncursor is over, or the object that has the greatest overlap with\nthe dragged element.</p>\n",
27       "params": [
28         {
29           "type": "DragDrop[]",
30           "name": "dds",
31           "doc": "<p>The array of drag and drop objects\ntargeted</p>\n",
32           "optional": false
33         }
34       ],
35       "return": {
36         "type": "DragDrop",
37         "doc": "<p>The best single match</p>\n"
38       },
39       "private": false,
40       "static": true,
41       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
42       "linenr": 787,
43       "html_filename": "DragDropManager.html",
44       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getBestMatch",
45       "shortDoc": "Helper function for getting the best match from the list of drag\nand drop objects returned by the drag and drop event..."
46     },
47     {
48       "tagname": "method",
49       "name": "getCss",
50       "member": "Ext.dd.DragDropManager",
51       "doc": "<p>Returns the style property for the DOM element (i.e.,\ndocument.getElById(id).style)</p>\n",
52       "params": [
53         {
54           "type": "String",
55           "name": "id",
56           "doc": "<p>the id of the elment to get</p>\n",
57           "optional": false
58         }
59       ],
60       "return": {
61         "type": "Object",
62         "doc": "<p>The style property of the element</p>\n"
63       },
64       "private": false,
65       "static": true,
66       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
67       "linenr": 1079,
68       "html_filename": "DragDropManager.html",
69       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getCss",
70       "shortDoc": "<p>Returns the style property for the DOM element (i.e.,\ndocument.getElById(id).style)</p>\n"
71     },
72     {
73       "tagname": "method",
74       "name": "getDDById",
75       "member": "Ext.dd.DragDropManager",
76       "doc": "<p>Returns the DragDrop instance for a given id</p>\n",
77       "params": [
78         {
79           "type": "String",
80           "name": "id",
81           "doc": "<p>the id of the DragDrop object</p>\n",
82           "optional": false
83         }
84       ],
85       "return": {
86         "type": "DragDrop",
87         "doc": "<p>the drag drop object, null if it is not found</p>\n"
88       },
89       "private": false,
90       "static": true,
91       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
92       "linenr": 460,
93       "html_filename": "DragDropManager.html",
94       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getDDById",
95       "shortDoc": "<p>Returns the DragDrop instance for a given id</p>\n"
96     },
97     {
98       "tagname": "method",
99       "name": "getElement",
100       "member": "Ext.dd.DragDropManager",
101       "doc": "<p>Returns the actual DOM element</p>\n",
102       "params": [
103         {
104           "type": "String",
105           "name": "id",
106           "doc": "<p>the id of the elment to get</p>\n",
107           "optional": false
108         }
109       ],
110       "return": {
111         "type": "Object",
112         "doc": "<p>The element\n@deprecated use Ext.lib.Ext.getDom instead</p>\n"
113       },
114       "private": false,
115       "static": true,
116       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
117       "linenr": 1067,
118       "html_filename": "DragDropManager.html",
119       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getElement",
120       "shortDoc": "<p>Returns the actual DOM element</p>\n"
121     },
122     {
123       "tagname": "method",
124       "name": "getLocation",
125       "member": "Ext.dd.DragDropManager",
126       "doc": "<p>Returns a Region object containing the drag and drop element's position\nand size, including the padding configured for it</p>\n",
127       "params": [
128         {
129           "type": "DragDrop",
130           "name": "oDD",
131           "doc": "<p>the drag and drop object to get the</p>\n\n<pre><code>                  location for\n</code></pre>\n",
132           "optional": false
133         }
134       ],
135       "return": {
136         "type": "Ext.util.Region",
137         "doc": "<p>a Region object representing the total area</p>\n\n<pre><code>                        the element occupies, including any padding\n                        the instance is configured for.\n</code></pre>\n"
138       },
139       "private": false,
140       "static": true,
141       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
142       "linenr": 904,
143       "html_filename": "DragDropManager.html",
144       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getLocation",
145       "shortDoc": "Returns a Region object containing the drag and drop element's position\nand size, including the padding configured fo..."
146     },
147     {
148       "tagname": "method",
149       "name": "getRelated",
150       "member": "Ext.dd.DragDropManager",
151       "doc": "<p>Returns the drag and drop instances that are in all groups the\npassed in instance belongs to.</p>\n",
152       "params": [
153         {
154           "type": "DragDrop",
155           "name": "p_oDD",
156           "doc": "<p>the obj to get related data for</p>\n",
157           "optional": false
158         },
159         {
160           "type": "boolean",
161           "name": "bTargetsOnly",
162           "doc": "<p>if true, only return targetable objs</p>\n",
163           "optional": false
164         }
165       ],
166       "return": {
167         "type": "DragDrop[]",
168         "doc": "<p>the related instances</p>\n"
169       },
170       "private": false,
171       "static": true,
172       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
173       "linenr": 384,
174       "html_filename": "DragDropManager.html",
175       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-getRelated",
176       "shortDoc": "<p>Returns the drag and drop instances that are in all groups the\npassed in instance belongs to.</p>\n"
177     },
178     {
179       "tagname": "method",
180       "name": "isDragDrop",
181       "member": "Ext.dd.DragDropManager",
182       "doc": "<p>Utility function to determine if a given element has been\nregistered as a drag drop item.</p>\n",
183       "params": [
184         {
185           "type": "String",
186           "name": "id",
187           "doc": "<p>the element id to check</p>\n",
188           "optional": false
189         }
190       ],
191       "return": {
192         "type": "boolean",
193         "doc": "<p>true if this element is a DragDrop item,\nfalse otherwise</p>\n"
194       },
195       "private": false,
196       "static": true,
197       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
198       "linenr": 371,
199       "html_filename": "DragDropManager.html",
200       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-isDragDrop",
201       "shortDoc": "<p>Utility function to determine if a given element has been\nregistered as a drag drop item.</p>\n"
202     },
203     {
204       "tagname": "method",
205       "name": "isHandle",
206       "member": "Ext.dd.DragDropManager",
207       "doc": "<p>Utility function to determine if a given element has been\nregistered as a drag drop handle for the given Drag Drop object.</p>\n",
208       "params": [
209         {
210           "type": "String",
211           "name": "id",
212           "doc": "<p>the element id to check</p>\n",
213           "optional": false
214         },
215         {
216           "type": "Object",
217           "name": "sHandleId",
218           "doc": "\n",
219           "optional": false
220         }
221       ],
222       "return": {
223         "type": "boolean",
224         "doc": "<p>true if this element is a DragDrop handle, false\notherwise</p>\n"
225       },
226       "private": false,
227       "static": true,
228       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
229       "linenr": 446,
230       "html_filename": "DragDropManager.html",
231       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-isHandle",
232       "shortDoc": "Utility function to determine if a given element has been\nregistered as a drag drop handle for the given Drag Drop ob..."
233     },
234     {
235       "tagname": "method",
236       "name": "isLegalTarget",
237       "member": "Ext.dd.DragDropManager",
238       "doc": "<p>Returns true if the specified dd target is a legal target for\nthe specifice drag obj</p>\n",
239       "params": [
240         {
241           "type": "DragDrop",
242           "name": "oDD",
243           "doc": "<p>the drag obj</p>\n",
244           "optional": false
245         },
246         {
247           "type": "DragDrop",
248           "name": "oTargetDD",
249           "doc": "<p>the target</p>\n",
250           "optional": false
251         }
252       ],
253       "return": {
254         "type": "boolean",
255         "doc": "<p>true if the target is a legal target for the\ndd obj</p>\n"
256       },
257       "private": false,
258       "static": true,
259       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
260       "linenr": 410,
261       "html_filename": "DragDropManager.html",
262       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-isLegalTarget",
263       "shortDoc": "<p>Returns true if the specified dd target is a legal target for\nthe specifice drag obj</p>\n"
264     },
265     {
266       "tagname": "method",
267       "name": "isLocked",
268       "member": "Ext.dd.DragDropManager",
269       "doc": "<p>Is drag and drop locked?</p>\n",
270       "params": [
271
272       ],
273       "return": {
274         "type": "boolean",
275         "doc": "<p>True if drag and drop is locked, false otherwise.</p>\n"
276       },
277       "private": false,
278       "static": true,
279       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
280       "linenr": 221,
281       "html_filename": "DragDropManager.html",
282       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-isLocked",
283       "shortDoc": "<p>Is drag and drop locked?</p>\n"
284     },
285     {
286       "tagname": "method",
287       "name": "isTypeOfDD",
288       "member": "Ext.dd.DragDropManager",
289       "doc": "<p>My goal is to be able to transparently determine if an object is\ntypeof DragDrop, and the exact subclass of DragDrop.  typeof\nreturns \"object\", oDD.constructor.toString() always returns\n\"DragDrop\" and not the name of the subclass.  So for now it just\nevaluates a well-known variable in DragDrop.</p>\n",
290       "params": [
291         {
292           "type": "Object",
293           "name": "the",
294           "doc": "<p>object to evaluate</p>\n",
295           "optional": false
296         }
297       ],
298       "return": {
299         "type": "boolean",
300         "doc": "<p>true if typeof oDD = DragDrop</p>\n"
301       },
302       "private": false,
303       "static": true,
304       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
305       "linenr": 431,
306       "html_filename": "DragDropManager.html",
307       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-isTypeOfDD",
308       "shortDoc": "My goal is to be able to transparently determine if an object is\ntypeof DragDrop, and the exact subclass of DragDrop...."
309     },
310     {
311       "tagname": "method",
312       "name": "lock",
313       "member": "Ext.dd.DragDropManager",
314       "doc": "<p>Lock all drag and drop functionality</p>\n",
315       "params": [
316
317       ],
318       "return": {
319         "type": "void",
320         "doc": "\n"
321       },
322       "private": false,
323       "static": true,
324       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
325       "linenr": 207,
326       "html_filename": "DragDropManager.html",
327       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-lock",
328       "shortDoc": "<p>Lock all drag and drop functionality</p>\n"
329     },
330     {
331       "tagname": "method",
332       "name": "refreshCache",
333       "member": "Ext.dd.DragDropManager",
334       "doc": "<p>Refreshes the cache of the top-left and bottom-right points of the\ndrag and drop objects in the specified group(s).  This is in the\nformat that is stored in the drag and drop instance, so typical\nusage is:\n<code>\nExt.dd.DragDropManager.refreshCache(ddinstance.groups);\n</code>\nAlternatively:\n<code>\nExt.dd.DragDropManager.refreshCache({group1:true, group2:true});\n</code>\n@TODO this really should be an indexed array.  Alternatively this\nmethod could accept both.</p>\n",
335       "params": [
336         {
337           "type": "Object",
338           "name": "groups",
339           "doc": "<p>an associative array of groups to refresh</p>\n",
340           "optional": false
341         }
342       ],
343       "return": {
344         "type": "void",
345         "doc": "\n"
346       },
347       "private": false,
348       "static": true,
349       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
350       "linenr": 834,
351       "html_filename": "DragDropManager.html",
352       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-refreshCache",
353       "shortDoc": "Refreshes the cache of the top-left and bottom-right points of the\ndrag and drop objects in the specified group(s).  ..."
354     },
355     {
356       "tagname": "method",
357       "name": "regDragDrop",
358       "member": "Ext.dd.DragDropManager",
359       "doc": "<p>Each DragDrop instance must be registered with the DragDropManager.\nThis is executed in DragDrop.init()</p>\n",
360       "params": [
361         {
362           "type": "DragDrop",
363           "name": "oDD",
364           "doc": "<p>the DragDrop object to register</p>\n",
365           "optional": false
366         },
367         {
368           "type": "String",
369           "name": "sGroup",
370           "doc": "<p>the name of the group this element belongs to</p>\n",
371           "optional": false
372         }
373       ],
374       "return": {
375         "type": "void",
376         "doc": "\n"
377       },
378       "private": false,
379       "static": true,
380       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
381       "linenr": 304,
382       "html_filename": "DragDropManager.html",
383       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-regDragDrop",
384       "shortDoc": "<p>Each DragDrop instance must be registered with the DragDropManager.\nThis is executed in DragDrop.init()</p>\n"
385     },
386     {
387       "tagname": "method",
388       "name": "regHandle",
389       "member": "Ext.dd.DragDropManager",
390       "doc": "<p>Each DragDrop handle element must be registered.  This is done\nautomatically when executing DragDrop.setHandleElId()</p>\n",
391       "params": [
392         {
393           "type": "String",
394           "name": "sDDId",
395           "doc": "<p>the DragDrop id this element is a handle for</p>\n",
396           "optional": false
397         },
398         {
399           "type": "String",
400           "name": "sHandleId",
401           "doc": "<p>the id of the element that is the drag\nhandle</p>\n",
402           "optional": false
403         }
404       ],
405       "return": {
406         "type": "void",
407         "doc": "\n"
408       },
409       "private": false,
410       "static": true,
411       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
412       "linenr": 355,
413       "html_filename": "DragDropManager.html",
414       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-regHandle",
415       "shortDoc": "<p>Each DragDrop handle element must be registered.  This is done\nautomatically when executing DragDrop.setHandleElId()</p>\n"
416     },
417     {
418       "tagname": "method",
419       "name": "startDrag",
420       "member": "Ext.dd.DragDropManager",
421       "doc": "<p>Fired when either the drag pixel threshol or the mousedown hold\ntime threshold has been met.</p>\n",
422       "params": [
423         {
424           "type": "Object",
425           "name": "x",
426           "doc": "<p>{int} the X position of the original mousedown</p>\n",
427           "optional": false
428         },
429         {
430           "type": "Object",
431           "name": "y",
432           "doc": "<p>{int} the Y position of the original mousedown</p>\n",
433           "optional": false
434         }
435       ],
436       "return": {
437         "type": "void",
438         "doc": "\n"
439       },
440       "private": false,
441       "static": true,
442       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
443       "linenr": 517,
444       "html_filename": "DragDropManager.html",
445       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-startDrag",
446       "shortDoc": "<p>Fired when either the drag pixel threshol or the mousedown hold\ntime threshold has been met.</p>\n"
447     },
448     {
449       "tagname": "method",
450       "name": "stopEvent",
451       "member": "Ext.dd.DragDropManager",
452       "doc": "<p>Utility to stop event propagation and event default, if these\nfeatures are turned on.</p>\n",
453       "params": [
454         {
455           "type": "Event",
456           "name": "e",
457           "doc": "<p>the event as returned by this.getEvent()</p>\n",
458           "optional": false
459         }
460       ],
461       "return": {
462         "type": "void",
463         "doc": "\n"
464       },
465       "private": false,
466       "static": true,
467       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
468       "linenr": 563,
469       "html_filename": "DragDropManager.html",
470       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-stopEvent",
471       "shortDoc": "<p>Utility to stop event propagation and event default, if these\nfeatures are turned on.</p>\n"
472     },
473     {
474       "tagname": "method",
475       "name": "unlock",
476       "member": "Ext.dd.DragDropManager",
477       "doc": "<p>Unlock all drag and drop functionality</p>\n",
478       "params": [
479
480       ],
481       "return": {
482         "type": "void",
483         "doc": "\n"
484       },
485       "private": false,
486       "static": true,
487       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
488       "linenr": 214,
489       "html_filename": "DragDropManager.html",
490       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-unlock",
491       "shortDoc": "<p>Unlock all drag and drop functionality</p>\n"
492     },
493     {
494       "tagname": "method",
495       "name": "verifyEl",
496       "member": "Ext.dd.DragDropManager",
497       "doc": "<p>This checks to make sure an element exists and is in the DOM.  The\nmain purpose is to handle cases where innerHTML is used to remove\ndrag and drop objects from the DOM.  IE provides an 'unspecified\nerror' when trying to access the offsetParent of such an element</p>\n",
498       "params": [
499         {
500           "type": "HTMLElement",
501           "name": "el",
502           "doc": "<p>the element to check</p>\n",
503           "optional": false
504         }
505       ],
506       "return": {
507         "type": "boolean",
508         "doc": "<p>true if the element looks usable</p>\n"
509       },
510       "private": false,
511       "static": true,
512       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
513       "linenr": 876,
514       "html_filename": "DragDropManager.html",
515       "href": "DragDropManager.html#Ext-dd-DragDropManager-method-verifyEl",
516       "shortDoc": "This checks to make sure an element exists and is in the DOM.  The\nmain purpose is to handle cases where innerHTML is..."
517     }
518   ],
519   "property": [
520     {
521       "tagname": "property",
522       "name": "INTERSECT",
523       "member": "Ext.dd.DragDropManager",
524       "type": "int",
525       "doc": "<p>In intersect mode, drag and drop interaction is defined by the\noverlap of two or more drag and drop objects.</p>\n",
526       "private": false,
527       "static": true,
528       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
529       "linenr": 143,
530       "html_filename": "DragDropManager.html",
531       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-INTERSECT"
532     },
533     {
534       "tagname": "property",
535       "name": "POINT",
536       "member": "Ext.dd.DragDropManager",
537       "type": "int",
538       "doc": "<p>In point mode, drag and drop interaction is defined by the\nlocation of the cursor during the drag/drop</p>\n",
539       "private": false,
540       "static": true,
541       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
542       "linenr": 134,
543       "html_filename": "DragDropManager.html",
544       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-POINT"
545     },
546     {
547       "tagname": "property",
548       "name": "clickPixelThresh",
549       "member": "Ext.dd.DragDropManager",
550       "type": "int",
551       "doc": "<p>The number of pixels that the mouse needs to move after the\nmousedown before the drag is initiated.  Default=3;</p>\n",
552       "private": false,
553       "static": true,
554       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
555       "linenr": 247,
556       "html_filename": "DragDropManager.html",
557       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-clickPixelThresh"
558     },
559     {
560       "tagname": "property",
561       "name": "clickTimeThresh",
562       "member": "Ext.dd.DragDropManager",
563       "type": "int",
564       "doc": "<p>The number of milliseconds after the mousedown event to initiate the\ndrag if we don't get a mouseup event. Default=350</p>\n",
565       "private": false,
566       "static": true,
567       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
568       "linenr": 256,
569       "html_filename": "DragDropManager.html",
570       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-clickTimeThresh"
571     },
572     {
573       "tagname": "property",
574       "name": "mode",
575       "member": "Ext.dd.DragDropManager",
576       "type": "int",
577       "doc": "<p>The current drag and drop mode.  Default: POINT</p>\n",
578       "private": false,
579       "static": true,
580       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
581       "linenr": 152,
582       "html_filename": "DragDropManager.html",
583       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-mode"
584     },
585     {
586       "tagname": "property",
587       "name": "preventDefault",
588       "member": "Ext.dd.DragDropManager",
589       "type": "boolean",
590       "doc": "<p>Flag to determine if we should prevent the default behavior of the\nevents we define. By default this is true, but this can be set to\nfalse if you need the default behavior (not recommended)</p>\n",
591       "private": false,
592       "static": true,
593       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
594       "linenr": 86,
595       "html_filename": "DragDropManager.html",
596       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-preventDefault",
597       "shortDoc": "Flag to determine if we should prevent the default behavior of the\nevents we define. By default this is true, but thi..."
598     },
599     {
600       "tagname": "property",
601       "name": "stopPropagation",
602       "member": "Ext.dd.DragDropManager",
603       "type": "boolean",
604       "doc": "<p>Flag to determine if we should stop the propagation of the events\nwe generate. This is true by default but you may want to set it to\nfalse if the html element contains other features that require the\nmouse click.</p>\n",
605       "private": false,
606       "static": true,
607       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
608       "linenr": 96,
609       "html_filename": "DragDropManager.html",
610       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-stopPropagation",
611       "shortDoc": "Flag to determine if we should stop the propagation of the events\nwe generate. This is true by default but you may wa..."
612     },
613     {
614       "tagname": "property",
615       "name": "useCache",
616       "member": "Ext.dd.DragDropManager",
617       "type": "boolean",
618       "doc": "<p>Set useCache to false if you want to force object the lookup of each\ndrag and drop linked element constantly during a drag.</p>\n",
619       "private": false,
620       "static": true,
621       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
622       "linenr": 238,
623       "html_filename": "DragDropManager.html",
624       "href": "DragDropManager.html#Ext-dd-DragDropManager-property-useCache",
625       "shortDoc": "Set useCache to false if you want to force object the lookup of each\ndrag and drop linked element constantly during a..."
626     }
627   ],
628   "event": [
629
630   ],
631   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
632   "linenr": 10,
633   "html_filename": "DragDropManager.html",
634   "href": "DragDropManager.html#Ext-dd-DragDropManager",
635   "cssVar": [
636
637   ],
638   "cssMixin": [
639
640   ],
641   "component": false,
642   "superclasses": [
643
644   ],
645   "subclasses": [
646
647   ],
648   "mixedInto": [
649
650   ],
651   "allMixins": [
652
653   ]
654 });