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