Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.dd.DropTarget.js
1 Ext.data.JsonP.Ext_dd_DropTarget({
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": "DropTarget",
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": "Base3.html#Ext-Base-method-implement",
575         "shortDoc": "Add methods / properties to the prototype of this class. ...",
576         "static": true,
577         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
578         "private": false,
579         "params": [
580           {
581             "type": "Object",
582             "optional": false,
583             "doc": "\n",
584             "name": "members"
585           }
586         ],
587         "name": "implement",
588         "owner": "Ext.Base",
589         "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",
590         "linenr": 415,
591         "return": {
592           "type": "void",
593           "doc": "\n"
594         },
595         "html_filename": "Base3.html"
596       },
597       {
598         "deprecated": null,
599         "alias": null,
600         "protected": false,
601         "tagname": "method",
602         "href": "DragDrop.html#Ext-dd-DragDrop-method-init",
603         "shortDoc": "Sets up the DragDrop object. ...",
604         "static": false,
605         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
606         "private": false,
607         "params": [
608           {
609             "type": "String",
610             "optional": false,
611             "doc": "<p>the id of the linked element</p>\n",
612             "name": "id"
613           },
614           {
615             "type": "String",
616             "optional": false,
617             "doc": "<p>the group of related items</p>\n",
618             "name": "sGroup"
619           },
620           {
621             "type": "Object",
622             "optional": false,
623             "doc": "<p>configuration attributes</p>\n",
624             "name": "config"
625           }
626         ],
627         "name": "init",
628         "owner": "Ext.dd.DragDrop",
629         "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",
630         "linenr": 557,
631         "return": {
632           "type": "void",
633           "doc": "\n"
634         },
635         "html_filename": "DragDrop.html"
636       },
637       {
638         "deprecated": null,
639         "alias": null,
640         "protected": true,
641         "tagname": "method",
642         "href": "Base3.html#Ext-Base-method-initConfig",
643         "shortDoc": "Initialize configuration for this class. ...",
644         "static": false,
645         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
646         "private": false,
647         "params": [
648           {
649             "type": "Object",
650             "optional": false,
651             "doc": "\n",
652             "name": "config"
653           }
654         ],
655         "name": "initConfig",
656         "owner": "Ext.Base",
657         "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",
658         "linenr": 63,
659         "return": {
660           "type": "Object",
661           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
662         },
663         "html_filename": "Base3.html"
664       },
665       {
666         "deprecated": null,
667         "alias": null,
668         "protected": false,
669         "tagname": "method",
670         "href": "DragDrop.html#Ext-dd-DragDrop-method-initTarget",
671         "shortDoc": "Initializes Targeting functionality only... ...",
672         "static": false,
673         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
674         "private": false,
675         "params": [
676           {
677             "type": "String",
678             "optional": false,
679             "doc": "<p>the id of the linked element</p>\n",
680             "name": "id"
681           },
682           {
683             "type": "String",
684             "optional": false,
685             "doc": "<p>the group of related items</p>\n",
686             "name": "sGroup"
687           },
688           {
689             "type": "Object",
690             "optional": false,
691             "doc": "<p>configuration attributes</p>\n",
692             "name": "config"
693           }
694         ],
695         "name": "initTarget",
696         "owner": "Ext.dd.DragDrop",
697         "doc": "<p>Initializes Targeting functionality only... the object does not\nget a mousedown handler.</p>\n",
698         "linenr": 570,
699         "return": {
700           "type": "void",
701           "doc": "\n"
702         },
703         "html_filename": "DragDrop.html"
704       },
705       {
706         "deprecated": null,
707         "alias": null,
708         "protected": false,
709         "tagname": "method",
710         "href": "DragDrop.html#Ext-dd-DragDrop-method-isLocked",
711         "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...",
712         "static": false,
713         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
714         "private": false,
715         "params": [
716
717         ],
718         "name": "isLocked",
719         "owner": "Ext.dd.DragDrop",
720         "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",
721         "linenr": 783,
722         "return": {
723           "type": "Boolean",
724           "doc": "<p>true if this obj or all drag/drop is locked, else\nfalse</p>\n"
725         },
726         "html_filename": "DragDrop.html"
727       },
728       {
729         "deprecated": null,
730         "alias": null,
731         "protected": false,
732         "tagname": "method",
733         "href": "DragDrop.html#Ext-dd-DragDrop-method-isValidHandleChild",
734         "shortDoc": "Checks the tag exclusion list to see if this click should be ignored ...",
735         "static": false,
736         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
737         "private": false,
738         "params": [
739           {
740             "type": "HTMLElement",
741             "optional": false,
742             "doc": "<p>the HTMLElement to evaluate</p>\n",
743             "name": "node"
744           }
745         ],
746         "name": "isValidHandleChild",
747         "owner": "Ext.dd.DragDrop",
748         "doc": "<p>Checks the tag exclusion list to see if this click should be ignored</p>\n",
749         "linenr": 903,
750         "return": {
751           "type": "Boolean",
752           "doc": "<p>true if this is a valid tag type, false if not</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-lock",
762         "shortDoc": "Locks this instance ...",
763         "static": false,
764         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
765         "private": false,
766         "params": [
767
768         ],
769         "name": "lock",
770         "owner": "Ext.dd.DragDrop",
771         "doc": "<p>Locks this instance</p>\n",
772         "linenr": 183,
773         "return": {
774           "type": "void",
775           "doc": "\n"
776         },
777         "html_filename": "DragDrop.html"
778       },
779       {
780         "deprecated": null,
781         "alias": null,
782         "protected": false,
783         "tagname": "method",
784         "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyDrop",
785         "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the dragged item has\nbeen dropped on it. ...",
786         "static": false,
787         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DropTarget.js",
788         "private": false,
789         "params": [
790           {
791             "type": "Ext.dd.DragSource",
792             "optional": false,
793             "doc": "<p>The drag source that was dragged over this drop target</p>\n",
794             "name": "source"
795           },
796           {
797             "type": "Event",
798             "optional": false,
799             "doc": "<p>The event</p>\n",
800             "name": "e"
801           },
802           {
803             "type": "Object",
804             "optional": false,
805             "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
806             "name": "data"
807           }
808         ],
809         "name": "notifyDrop",
810         "owner": "Ext.dd.DropTarget",
811         "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the dragged item has\nbeen dropped on it.  This method has no default implementation and returns false, so you must provide an\nimplementation that does something to process the drop event and returns true so that the drag source's\nrepair action does not run.</p>\n",
812         "linenr": 100,
813         "return": {
814           "type": "Boolean",
815           "doc": "<p>False if the drop was invalid.</p>\n"
816         },
817         "html_filename": "DropTarget.html"
818       },
819       {
820         "deprecated": null,
821         "alias": null,
822         "protected": false,
823         "tagname": "method",
824         "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyEnter",
825         "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the source is now over the\ntarget. ...",
826         "static": false,
827         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DropTarget.js",
828         "private": false,
829         "params": [
830           {
831             "type": "Ext.dd.DragSource",
832             "optional": false,
833             "doc": "<p>The drag source that was dragged over this drop target</p>\n",
834             "name": "source"
835           },
836           {
837             "type": "Event",
838             "optional": false,
839             "doc": "<p>The event</p>\n",
840             "name": "e"
841           },
842           {
843             "type": "Object",
844             "optional": false,
845             "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
846             "name": "data"
847           }
848         ],
849         "name": "notifyEnter",
850         "owner": "Ext.dd.DropTarget",
851         "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the source is now over the\ntarget.  This default implementation adds the CSS class specified by overClass (if any) to the drop element\nand returns the dropAllowed config value.  This method should be overridden if drop validation is required.</p>\n",
852         "linenr": 55,
853         "return": {
854           "type": "String",
855           "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"
856         },
857         "html_filename": "DropTarget.html"
858       },
859       {
860         "deprecated": null,
861         "alias": null,
862         "protected": false,
863         "tagname": "method",
864         "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyOut",
865         "shortDoc": "The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged\nout of the ta...",
866         "static": false,
867         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DropTarget.js",
868         "private": false,
869         "params": [
870           {
871             "type": "Ext.dd.DragSource",
872             "optional": false,
873             "doc": "<p>The drag source that was dragged over this drop target</p>\n",
874             "name": "source"
875           },
876           {
877             "type": "Event",
878             "optional": false,
879             "doc": "<p>The event</p>\n",
880             "name": "e"
881           },
882           {
883             "type": "Object",
884             "optional": false,
885             "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
886             "name": "data"
887           }
888         ],
889         "name": "notifyOut",
890         "owner": "Ext.dd.DropTarget",
891         "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls once to notify this drop target that the source has been dragged\nout of the target without dropping.  This default implementation simply removes the CSS class specified by\noverClass (if any) from the drop element.</p>\n",
892         "linenr": 86,
893         "return": {
894           "type": "void",
895           "doc": "\n"
896         },
897         "html_filename": "DropTarget.html"
898       },
899       {
900         "deprecated": null,
901         "alias": null,
902         "protected": false,
903         "tagname": "method",
904         "href": "DropTarget.html#Ext-dd-DropTarget-method-notifyOver",
905         "shortDoc": "The function a Ext.dd.DragSource calls continuously while it is being dragged over the target. ...",
906         "static": false,
907         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DropTarget.js",
908         "private": false,
909         "params": [
910           {
911             "type": "Ext.dd.DragSource",
912             "optional": false,
913             "doc": "<p>The drag source that was dragged over this drop target</p>\n",
914             "name": "source"
915           },
916           {
917             "type": "Event",
918             "optional": false,
919             "doc": "<p>The event</p>\n",
920             "name": "e"
921           },
922           {
923             "type": "Object",
924             "optional": false,
925             "doc": "<p>An object containing arbitrary data supplied by the drag source</p>\n",
926             "name": "data"
927           }
928         ],
929         "name": "notifyOver",
930         "owner": "Ext.dd.DropTarget",
931         "doc": "<p>The function a <a href=\"#/api/Ext.dd.DragSource\" rel=\"Ext.dd.DragSource\" class=\"docClass\">Ext.dd.DragSource</a> calls continuously while it is being dragged over the target.\nThis method will be called on every mouse movement while the drag source is over the drop target.\nThis default implementation simply returns the dropAllowed config value.</p>\n",
932         "linenr": 72,
933         "return": {
934           "type": "String",
935           "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"
936         },
937         "html_filename": "DropTarget.html"
938       },
939       {
940         "deprecated": null,
941         "alias": null,
942         "protected": false,
943         "tagname": "method",
944         "href": "DragDrop.html#Ext-dd-DragDrop-method-onAvailable",
945         "shortDoc": "Override the onAvailable method to do what is needed after the initial\nposition was determined. ...",
946         "static": false,
947         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
948         "private": false,
949         "params": [
950
951         ],
952         "name": "onAvailable",
953         "owner": "Ext.dd.DragDrop",
954         "doc": "<p>Override the onAvailable method to do what is needed after the initial\nposition was determined.</p>\n",
955         "linenr": 460,
956         "return": {
957           "type": "void",
958           "doc": "\n"
959         },
960         "html_filename": "DragDrop.html"
961       },
962       {
963         "deprecated": null,
964         "alias": null,
965         "protected": false,
966         "tagname": "method",
967         "href": "DragDrop.html#Ext-dd-DragDrop-method-onDrag",
968         "shortDoc": "Abstract method called during the onMouseMove event while dragging an\nobject. ...",
969         "static": false,
970         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
971         "private": false,
972         "params": [
973           {
974             "type": "Event",
975             "optional": false,
976             "doc": "<p>the mousemove event</p>\n",
977             "name": "e"
978           }
979         ],
980         "name": "onDrag",
981         "owner": "Ext.dd.DragDrop",
982         "doc": "<p>Abstract method called during the onMouseMove event while dragging an\nobject.</p>\n",
983         "linenr": 358,
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": "DragDrop.html#Ext-dd-DragDrop-method-onDragDrop",
996         "shortDoc": "Abstract method called when this item is dropped on another DragDrop\nobj ...",
997         "static": false,
998         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
999         "private": false,
1000         "params": [
1001           {
1002             "type": "Event",
1003             "optional": false,
1004             "doc": "<p>the mouseup event</p>\n",
1005             "name": "e"
1006           },
1007           {
1008             "type": "String/[DragDrop]",
1009             "optional": false,
1010             "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",
1011             "name": "id"
1012           }
1013         ],
1014         "name": "onDragDrop",
1015         "owner": "Ext.dd.DragDrop",
1016         "doc": "<p>Abstract method called when this item is dropped on another DragDrop\nobj</p>\n",
1017         "linenr": 412,
1018         "return": {
1019           "type": "void",
1020           "doc": "\n"
1021         },
1022         "html_filename": "DragDrop.html"
1023       },
1024       {
1025         "deprecated": null,
1026         "alias": null,
1027         "protected": false,
1028         "tagname": "method",
1029         "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragEnter",
1030         "shortDoc": "Abstract method called when this element fist begins hovering over\nanother DragDrop obj ...",
1031         "static": false,
1032         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1033         "private": false,
1034         "params": [
1035           {
1036             "type": "Event",
1037             "optional": false,
1038             "doc": "<p>the mousemove event</p>\n",
1039             "name": "e"
1040           },
1041           {
1042             "type": "String/[DragDrop]",
1043             "optional": false,
1044             "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",
1045             "name": "id"
1046           }
1047         ],
1048         "name": "onDragEnter",
1049         "owner": "Ext.dd.DragDrop",
1050         "doc": "<p>Abstract method called when this element fist begins hovering over\nanother DragDrop obj</p>\n",
1051         "linenr": 365,
1052         "return": {
1053           "type": "void",
1054           "doc": "\n"
1055         },
1056         "html_filename": "DragDrop.html"
1057       },
1058       {
1059         "deprecated": null,
1060         "alias": null,
1061         "protected": false,
1062         "tagname": "method",
1063         "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOut",
1064         "shortDoc": "Abstract method called when we are no longer hovering over an element ...",
1065         "static": false,
1066         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1067         "private": false,
1068         "params": [
1069           {
1070             "type": "Event",
1071             "optional": false,
1072             "doc": "<p>the mousemove event</p>\n",
1073             "name": "e"
1074           },
1075           {
1076             "type": "String/[DragDrop]",
1077             "optional": false,
1078             "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",
1079             "name": "id"
1080           }
1081         ],
1082         "name": "onDragOut",
1083         "owner": "Ext.dd.DragDrop",
1084         "doc": "<p>Abstract method called when we are no longer hovering over an element</p>\n",
1085         "linenr": 397,
1086         "return": {
1087           "type": "void",
1088           "doc": "\n"
1089         },
1090         "html_filename": "DragDrop.html"
1091       },
1092       {
1093         "deprecated": null,
1094         "alias": null,
1095         "protected": false,
1096         "tagname": "method",
1097         "href": "DragDrop.html#Ext-dd-DragDrop-method-onDragOver",
1098         "shortDoc": "Abstract method called when this element is hovering over another\nDragDrop obj ...",
1099         "static": false,
1100         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1101         "private": false,
1102         "params": [
1103           {
1104             "type": "Event",
1105             "optional": false,
1106             "doc": "<p>the mousemove event</p>\n",
1107             "name": "e"
1108           },
1109           {
1110             "type": "String|DragDrop[]",
1111             "optional": false,
1112             "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",
1113             "name": "id"
1114           }
1115         ],
1116         "name": "onDragOver",
1117         "owner": "Ext.dd.DragDrop",
1118         "doc": "<p>Abstract method called when this element is hovering over another\nDragDrop obj</p>\n",
1119         "linenr": 381,
1120         "return": {
1121           "type": "void",
1122           "doc": "\n"
1123         },
1124         "html_filename": "DragDrop.html"
1125       },
1126       {
1127         "deprecated": null,
1128         "alias": null,
1129         "protected": false,
1130         "tagname": "method",
1131         "href": "DragDrop.html#Ext-dd-DragDrop-method-onInvalidDrop",
1132         "shortDoc": "Abstract method called when this item is dropped on an area with no\ndrop target ...",
1133         "static": false,
1134         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1135         "private": false,
1136         "params": [
1137           {
1138             "type": "Event",
1139             "optional": false,
1140             "doc": "<p>the mouseup event</p>\n",
1141             "name": "e"
1142           }
1143         ],
1144         "name": "onInvalidDrop",
1145         "owner": "Ext.dd.DragDrop",
1146         "doc": "<p>Abstract method called when this item is dropped on an area with no\ndrop target</p>\n",
1147         "linenr": 422,
1148         "return": {
1149           "type": "void",
1150           "doc": "\n"
1151         },
1152         "html_filename": "DragDrop.html"
1153       },
1154       {
1155         "deprecated": null,
1156         "alias": null,
1157         "protected": false,
1158         "tagname": "method",
1159         "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseDown",
1160         "shortDoc": "Called when a drag/drop obj gets a mousedown ...",
1161         "static": false,
1162         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1163         "private": false,
1164         "params": [
1165           {
1166             "type": "Event",
1167             "optional": false,
1168             "doc": "<p>the mousedown event</p>\n",
1169             "name": "e"
1170           }
1171         ],
1172         "name": "onMouseDown",
1173         "owner": "Ext.dd.DragDrop",
1174         "doc": "<p>Called when a drag/drop obj gets a mousedown</p>\n",
1175         "linenr": 448,
1176         "return": {
1177           "type": "void",
1178           "doc": "\n"
1179         },
1180         "html_filename": "DragDrop.html"
1181       },
1182       {
1183         "deprecated": null,
1184         "alias": null,
1185         "protected": false,
1186         "tagname": "method",
1187         "href": "DragDrop.html#Ext-dd-DragDrop-method-onMouseUp",
1188         "shortDoc": "Called when a drag/drop obj gets a mouseup ...",
1189         "static": false,
1190         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1191         "private": false,
1192         "params": [
1193           {
1194             "type": "Event",
1195             "optional": false,
1196             "doc": "<p>the mouseup event</p>\n",
1197             "name": "e"
1198           }
1199         ],
1200         "name": "onMouseUp",
1201         "owner": "Ext.dd.DragDrop",
1202         "doc": "<p>Called when a drag/drop obj gets a mouseup</p>\n",
1203         "linenr": 454,
1204         "return": {
1205           "type": "void",
1206           "doc": "\n"
1207         },
1208         "html_filename": "DragDrop.html"
1209       },
1210       {
1211         "deprecated": null,
1212         "alias": null,
1213         "protected": false,
1214         "tagname": "method",
1215         "href": "Base3.html#Ext-Base-method-override",
1216         "shortDoc": "Override prototype members of this class. ...",
1217         "static": true,
1218         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1219         "private": false,
1220         "params": [
1221           {
1222             "type": "Object",
1223             "optional": false,
1224             "doc": "\n",
1225             "name": "members"
1226           }
1227         ],
1228         "name": "override",
1229         "owner": "Ext.Base",
1230         "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",
1231         "linenr": 518,
1232         "return": {
1233           "type": "Ext.Base",
1234           "doc": "<p>this</p>\n"
1235         },
1236         "html_filename": "Base3.html"
1237       },
1238       {
1239         "deprecated": null,
1240         "alias": null,
1241         "protected": false,
1242         "tagname": "method",
1243         "href": "DragDrop.html#Ext-dd-DragDrop-method-removeFromGroup",
1244         "shortDoc": "Removes this instance from the supplied interaction group ...",
1245         "static": false,
1246         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1247         "private": false,
1248         "params": [
1249           {
1250             "type": "String",
1251             "optional": false,
1252             "doc": "<p>The group to drop</p>\n",
1253             "name": "sGroup"
1254           }
1255         ],
1256         "name": "removeFromGroup",
1257         "owner": "Ext.dd.DragDrop",
1258         "doc": "<p>Removes this instance from the supplied interaction group</p>\n",
1259         "linenr": 716,
1260         "return": {
1261           "type": "void",
1262           "doc": "\n"
1263         },
1264         "html_filename": "DragDrop.html"
1265       },
1266       {
1267         "deprecated": null,
1268         "alias": null,
1269         "protected": false,
1270         "tagname": "method",
1271         "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleClass",
1272         "shortDoc": "Unsets an invalid css class ...",
1273         "static": false,
1274         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1275         "private": false,
1276         "params": [
1277           {
1278             "type": "String",
1279             "optional": false,
1280             "doc": "<p>the class of the element(s) you wish to\nre-enable</p>\n",
1281             "name": "cssClass"
1282           }
1283         ],
1284         "name": "removeInvalidHandleClass",
1285         "owner": "Ext.dd.DragDrop",
1286         "doc": "<p>Unsets an invalid css class</p>\n",
1287         "linenr": 890,
1288         "return": {
1289           "type": "void",
1290           "doc": "\n"
1291         },
1292         "html_filename": "DragDrop.html"
1293       },
1294       {
1295         "deprecated": null,
1296         "alias": null,
1297         "protected": false,
1298         "tagname": "method",
1299         "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleId",
1300         "shortDoc": "Unsets an invalid handle id ...",
1301         "static": false,
1302         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1303         "private": false,
1304         "params": [
1305           {
1306             "type": "String",
1307             "optional": false,
1308             "doc": "<p>the id of the element to re-enable</p>\n",
1309             "name": "id"
1310           }
1311         ],
1312         "name": "removeInvalidHandleId",
1313         "owner": "Ext.dd.DragDrop",
1314         "doc": "<p>Unsets an invalid handle id</p>\n",
1315         "linenr": 879,
1316         "return": {
1317           "type": "void",
1318           "doc": "\n"
1319         },
1320         "html_filename": "DragDrop.html"
1321       },
1322       {
1323         "deprecated": null,
1324         "alias": null,
1325         "protected": false,
1326         "tagname": "method",
1327         "href": "DragDrop.html#Ext-dd-DragDrop-method-removeInvalidHandleType",
1328         "shortDoc": "Unsets an excluded tag name set by addInvalidHandleType ...",
1329         "static": false,
1330         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1331         "private": false,
1332         "params": [
1333           {
1334             "type": "String",
1335             "optional": false,
1336             "doc": "<p>the type of element to unexclude</p>\n",
1337             "name": "tagName"
1338           }
1339         ],
1340         "name": "removeInvalidHandleType",
1341         "owner": "Ext.dd.DragDrop",
1342         "doc": "<p>Unsets an excluded tag name set by addInvalidHandleType</p>\n",
1343         "linenr": 869,
1344         "return": {
1345           "type": "void",
1346           "doc": "\n"
1347         },
1348         "html_filename": "DragDrop.html"
1349       },
1350       {
1351         "deprecated": null,
1352         "alias": null,
1353         "protected": false,
1354         "tagname": "method",
1355         "href": "DragDrop.html#Ext-dd-DragDrop-method-resetConstraints",
1356         "shortDoc": "Must be called if you manually reposition a dd element. ...",
1357         "static": false,
1358         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1359         "private": false,
1360         "params": [
1361           {
1362             "type": "boolean",
1363             "optional": false,
1364             "doc": "\n",
1365             "name": "maintainOffset"
1366           }
1367         ],
1368         "name": "resetConstraints",
1369         "owner": "Ext.dd.DragDrop",
1370         "doc": "<p>Must be called if you manually reposition a dd element.</p>\n",
1371         "linenr": 1048,
1372         "return": {
1373           "type": "void",
1374           "doc": "\n"
1375         },
1376         "html_filename": "DragDrop.html"
1377       },
1378       {
1379         "deprecated": null,
1380         "alias": null,
1381         "protected": false,
1382         "tagname": "method",
1383         "href": "DragDrop.html#Ext-dd-DragDrop-method-setDragElId",
1384         "shortDoc": "Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag ...",
1385         "static": false,
1386         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1387         "private": false,
1388         "params": [
1389           {
1390             "type": "String",
1391             "optional": false,
1392             "doc": "<p>the id of the element that will be used to initiate the drag</p>\n",
1393             "name": "id"
1394           }
1395         ],
1396         "name": "setDragElId",
1397         "owner": "Ext.dd.DragDrop",
1398         "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",
1399         "linenr": 728,
1400         "return": {
1401           "type": "void",
1402           "doc": "\n"
1403         },
1404         "html_filename": "DragDrop.html"
1405       },
1406       {
1407         "deprecated": null,
1408         "alias": null,
1409         "protected": false,
1410         "tagname": "method",
1411         "href": "DragDrop.html#Ext-dd-DragDrop-method-setHandleElId",
1412         "shortDoc": "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation. ...",
1413         "static": false,
1414         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1415         "private": false,
1416         "params": [
1417           {
1418             "type": "String",
1419             "optional": false,
1420             "doc": "<p>the id of the element that will be used to\ninitiate the drag.</p>\n",
1421             "name": "id"
1422           }
1423         ],
1424         "name": "setHandleElId",
1425         "owner": "Ext.dd.DragDrop",
1426         "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",
1427         "linenr": 737,
1428         "return": {
1429           "type": "void",
1430           "doc": "\n"
1431         },
1432         "html_filename": "DragDrop.html"
1433       },
1434       {
1435         "deprecated": null,
1436         "alias": null,
1437         "protected": false,
1438         "tagname": "method",
1439         "href": "DragDrop.html#Ext-dd-DragDrop-method-setInitPosition",
1440         "shortDoc": "Stores the initial placement of the linked element. ...",
1441         "static": false,
1442         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1443         "private": false,
1444         "params": [
1445           {
1446             "type": "int",
1447             "optional": false,
1448             "doc": "<p>the X offset, default 0</p>\n",
1449             "name": "diffX"
1450           },
1451           {
1452             "type": "int",
1453             "optional": false,
1454             "doc": "<p>the Y offset, default 0</p>\n",
1455             "name": "diffY"
1456           }
1457         ],
1458         "name": "setInitPosition",
1459         "owner": "Ext.dd.DragDrop",
1460         "doc": "<p>Stores the initial placement of the linked element.</p>\n",
1461         "linenr": 665,
1462         "return": {
1463           "type": "void",
1464           "doc": "\n"
1465         },
1466         "html_filename": "DragDrop.html"
1467       },
1468       {
1469         "deprecated": null,
1470         "alias": null,
1471         "protected": false,
1472         "tagname": "method",
1473         "href": "DragDrop.html#Ext-dd-DragDrop-method-setOuterHandleElId",
1474         "shortDoc": "Allows you to set an element outside of the linked element as a drag\nhandle ...",
1475         "static": false,
1476         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1477         "private": false,
1478         "params": [
1479           {
1480             "type": "String",
1481             "optional": false,
1482             "doc": "<p>the id of the element that will be used to initiate the drag</p>\n",
1483             "name": "id"
1484           }
1485         ],
1486         "name": "setOuterHandleElId",
1487         "owner": "Ext.dd.DragDrop",
1488         "doc": "<p>Allows you to set an element outside of the linked element as a drag\nhandle</p>\n",
1489         "linenr": 755,
1490         "return": {
1491           "type": "void",
1492           "doc": "\n"
1493         },
1494         "html_filename": "DragDrop.html"
1495       },
1496       {
1497         "deprecated": null,
1498         "alias": null,
1499         "protected": false,
1500         "tagname": "method",
1501         "href": "DragDrop.html#Ext-dd-DragDrop-method-setPadding",
1502         "shortDoc": "Configures the padding for the target zone in px. ...",
1503         "static": false,
1504         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1505         "private": false,
1506         "params": [
1507           {
1508             "type": "int",
1509             "optional": false,
1510             "doc": "<p>Top pad</p>\n",
1511             "name": "iTop"
1512           },
1513           {
1514             "type": "int",
1515             "optional": false,
1516             "doc": "<p>Right pad</p>\n",
1517             "name": "iRight"
1518           },
1519           {
1520             "type": "int",
1521             "optional": false,
1522             "doc": "<p>Bot pad</p>\n",
1523             "name": "iBot"
1524           },
1525           {
1526             "type": "int",
1527             "optional": false,
1528             "doc": "<p>Left pad</p>\n",
1529             "name": "iLeft"
1530           }
1531         ],
1532         "name": "setPadding",
1533         "owner": "Ext.dd.DragDrop",
1534         "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",
1535         "linenr": 643,
1536         "return": {
1537           "type": "void",
1538           "doc": "\n"
1539         },
1540         "html_filename": "DragDrop.html"
1541       },
1542       {
1543         "deprecated": null,
1544         "alias": null,
1545         "protected": false,
1546         "tagname": "method",
1547         "href": "DragDrop.html#Ext-dd-DragDrop-method-setXConstraint",
1548         "shortDoc": "By default, the element can be dragged any place on the screen. ...",
1549         "static": false,
1550         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1551         "private": false,
1552         "params": [
1553           {
1554             "type": "int",
1555             "optional": false,
1556             "doc": "<p>the number of pixels the element can move to the left</p>\n",
1557             "name": "iLeft"
1558           },
1559           {
1560             "type": "int",
1561             "optional": false,
1562             "doc": "<p>the number of pixels the element can move to the\nright</p>\n",
1563             "name": "iRight"
1564           },
1565           {
1566             "type": "int",
1567             "optional": false,
1568             "doc": "<p>optional parameter for specifying that the\nelement should move iTickSize pixels at a time.</p>\n",
1569             "name": "iTickSize"
1570           }
1571         ],
1572         "name": "setXConstraint",
1573         "owner": "Ext.dd.DragDrop",
1574         "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",
1575         "linenr": 986,
1576         "return": {
1577           "type": "void",
1578           "doc": "\n"
1579         },
1580         "html_filename": "DragDrop.html"
1581       },
1582       {
1583         "deprecated": null,
1584         "alias": null,
1585         "protected": false,
1586         "tagname": "method",
1587         "href": "DragDrop.html#Ext-dd-DragDrop-method-setYConstraint",
1588         "shortDoc": "By default, the element can be dragged any place on the screen. ...",
1589         "static": false,
1590         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1591         "private": false,
1592         "params": [
1593           {
1594             "type": "int",
1595             "optional": false,
1596             "doc": "<p>the number of pixels the element can move up</p>\n",
1597             "name": "iUp"
1598           },
1599           {
1600             "type": "int",
1601             "optional": false,
1602             "doc": "<p>the number of pixels the element can move down</p>\n",
1603             "name": "iDown"
1604           },
1605           {
1606             "type": "int",
1607             "optional": false,
1608             "doc": "<p>optional parameter for specifying that the\nelement should move iTickSize pixels at a time.</p>\n",
1609             "name": "iTickSize"
1610           }
1611         ],
1612         "name": "setYConstraint",
1613         "owner": "Ext.dd.DragDrop",
1614         "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",
1615         "linenr": 1027,
1616         "return": {
1617           "type": "void",
1618           "doc": "\n"
1619         },
1620         "html_filename": "DragDrop.html"
1621       },
1622       {
1623         "deprecated": null,
1624         "alias": null,
1625         "protected": false,
1626         "tagname": "method",
1627         "href": "DragDrop.html#Ext-dd-DragDrop-method-startDrag",
1628         "shortDoc": "Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met. ...",
1629         "static": false,
1630         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1631         "private": false,
1632         "params": [
1633           {
1634             "type": "int",
1635             "optional": false,
1636             "doc": "<p>click location</p>\n",
1637             "name": "X"
1638           },
1639           {
1640             "type": "int",
1641             "optional": false,
1642             "doc": "<p>click location</p>\n",
1643             "name": "Y"
1644           }
1645         ],
1646         "name": "startDrag",
1647         "owner": "Ext.dd.DragDrop",
1648         "doc": "<p>Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.</p>\n",
1649         "linenr": 344,
1650         "return": {
1651           "type": "void",
1652           "doc": "\n"
1653         },
1654         "html_filename": "DragDrop.html"
1655       },
1656       {
1657         "deprecated": null,
1658         "alias": null,
1659         "protected": true,
1660         "tagname": "method",
1661         "href": "Base3.html#Ext-Base-method-statics",
1662         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1663         "static": false,
1664         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1665         "private": false,
1666         "params": [
1667
1668         ],
1669         "name": "statics",
1670         "owner": "Ext.Base",
1671         "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",
1672         "linenr": 199,
1673         "return": {
1674           "type": "Class",
1675           "doc": "\n"
1676         },
1677         "html_filename": "Base3.html"
1678       },
1679       {
1680         "deprecated": null,
1681         "alias": null,
1682         "protected": false,
1683         "tagname": "method",
1684         "href": "DragDrop.html#Ext-dd-DragDrop-method-toString",
1685         "shortDoc": "toString method ...",
1686         "static": false,
1687         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1688         "private": false,
1689         "params": [
1690
1691         ],
1692         "name": "toString",
1693         "owner": "Ext.dd.DragDrop",
1694         "doc": "<p>toString method</p>\n",
1695         "linenr": 1113,
1696         "return": {
1697           "type": "string",
1698           "doc": "<p>string representation of the dd obj</p>\n"
1699         },
1700         "html_filename": "DragDrop.html"
1701       },
1702       {
1703         "deprecated": null,
1704         "alias": null,
1705         "protected": false,
1706         "tagname": "method",
1707         "href": "DragDrop.html#Ext-dd-DragDrop-method-unlock",
1708         "shortDoc": "Unlocks this instace ...",
1709         "static": false,
1710         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1711         "private": false,
1712         "params": [
1713
1714         ],
1715         "name": "unlock",
1716         "owner": "Ext.dd.DragDrop",
1717         "doc": "<p>Unlocks this instace</p>\n",
1718         "linenr": 198,
1719         "return": {
1720           "type": "void",
1721           "doc": "\n"
1722         },
1723         "html_filename": "DragDrop.html"
1724       },
1725       {
1726         "deprecated": null,
1727         "alias": null,
1728         "protected": false,
1729         "tagname": "method",
1730         "href": "DragDrop.html#Ext-dd-DragDrop-method-unreg",
1731         "shortDoc": "Removes all drag and drop hooks for this element ...",
1732         "static": false,
1733         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1734         "private": false,
1735         "params": [
1736
1737         ],
1738         "name": "unreg",
1739         "owner": "Ext.dd.DragDrop",
1740         "doc": "<p>Removes all drag and drop hooks for this element</p>\n",
1741         "linenr": 770,
1742         "return": {
1743           "type": "void",
1744           "doc": "\n"
1745         },
1746         "html_filename": "DragDrop.html"
1747       }
1748     ],
1749     "property": [
1750       {
1751         "type": "boolean",
1752         "deprecated": null,
1753         "alias": null,
1754         "protected": false,
1755         "tagname": "property",
1756         "href": "DragDrop.html#Ext-dd-DragDrop-property-available",
1757         "static": false,
1758         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1759         "private": false,
1760         "name": "available",
1761         "owner": "Ext.dd.DragDrop",
1762         "doc": "<p>The available property is false until the linked dom element is accessible.</p>\n",
1763         "linenr": 319,
1764         "html_filename": "DragDrop.html"
1765       },
1766       {
1767         "type": "object",
1768         "deprecated": null,
1769         "alias": null,
1770         "protected": false,
1771         "tagname": "property",
1772         "href": "DragDrop.html#Ext-dd-DragDrop-property-config",
1773         "static": false,
1774         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1775         "private": false,
1776         "name": "config",
1777         "owner": "Ext.dd.DragDrop",
1778         "doc": "<p>Configuration attributes passed into the constructor</p>\n",
1779         "linenr": 87,
1780         "html_filename": "DragDrop.html"
1781       },
1782       {
1783         "type": "Object",
1784         "deprecated": null,
1785         "alias": null,
1786         "protected": false,
1787         "tagname": "property",
1788         "href": "DragDrop.html#Ext-dd-DragDrop-property-defaultPadding",
1789         "static": false,
1790         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1791         "private": false,
1792         "name": "defaultPadding",
1793         "owner": "Ext.dd.DragDrop",
1794         "doc": "<p>Provides default constraint padding to \"constrainTo\" elements (defaults to <code>{left:0, right:0, top:0, bottom:0}</code>).</p>\n",
1795         "linenr": 467,
1796         "html_filename": "DragDrop.html"
1797       },
1798       {
1799         "type": "object",
1800         "deprecated": null,
1801         "alias": null,
1802         "protected": false,
1803         "tagname": "property",
1804         "href": "DragDrop.html#Ext-dd-DragDrop-property-groups",
1805         "shortDoc": "The group defines a logical collection of DragDrop objects that are\nrelated. ...",
1806         "static": false,
1807         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1808         "private": false,
1809         "name": "groups",
1810         "owner": "Ext.dd.DragDrop",
1811         "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",
1812         "linenr": 164,
1813         "html_filename": "DragDrop.html"
1814       },
1815       {
1816         "type": "boolean",
1817         "deprecated": null,
1818         "alias": null,
1819         "protected": false,
1820         "tagname": "property",
1821         "href": "DragDrop.html#Ext-dd-DragDrop-property-hasOuterHandles",
1822         "shortDoc": "By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. ...",
1823         "static": false,
1824         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1825         "private": false,
1826         "name": "hasOuterHandles",
1827         "owner": "Ext.dd.DragDrop",
1828         "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",
1829         "linenr": 326,
1830         "html_filename": "DragDrop.html"
1831       },
1832       {
1833         "type": "String",
1834         "deprecated": null,
1835         "alias": null,
1836         "protected": false,
1837         "tagname": "property",
1838         "href": "DragDrop.html#Ext-dd-DragDrop-property-id",
1839         "shortDoc": "The id of the element associated with this object. ...",
1840         "static": false,
1841         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1842         "private": false,
1843         "name": "id",
1844         "owner": "Ext.dd.DragDrop",
1845         "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",
1846         "linenr": 77,
1847         "html_filename": "DragDrop.html"
1848       },
1849       {
1850         "type": "Boolean",
1851         "deprecated": null,
1852         "alias": null,
1853         "protected": false,
1854         "tagname": "property",
1855         "href": "DragDrop.html#Ext-dd-DragDrop-property-ignoreSelf",
1856         "shortDoc": "Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. ...",
1857         "static": false,
1858         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1859         "private": false,
1860         "name": "ignoreSelf",
1861         "owner": "Ext.dd.DragDrop",
1862         "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",
1863         "linenr": 69,
1864         "html_filename": "DragDrop.html"
1865       },
1866       {
1867         "type": "Array",
1868         "deprecated": null,
1869         "alias": null,
1870         "protected": false,
1871         "tagname": "property",
1872         "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleClasses",
1873         "static": false,
1874         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1875         "private": false,
1876         "name": "invalidHandleClasses",
1877         "owner": "Ext.dd.DragDrop",
1878         "doc": "<p>An Array of CSS class names for elements to be considered in valid as drag handles.</p>\n",
1879         "linenr": 139,
1880         "html_filename": "DragDrop.html"
1881       },
1882       {
1883         "type": "Object",
1884         "deprecated": null,
1885         "alias": null,
1886         "protected": false,
1887         "tagname": "property",
1888         "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleIds",
1889         "shortDoc": "An object who's property names identify the IDs of elements to be considered invalid as drag handles. ...",
1890         "static": false,
1891         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1892         "private": false,
1893         "name": "invalidHandleIds",
1894         "owner": "Ext.dd.DragDrop",
1895         "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",
1896         "linenr": 127,
1897         "html_filename": "DragDrop.html"
1898       },
1899       {
1900         "type": "Object",
1901         "deprecated": null,
1902         "alias": null,
1903         "protected": false,
1904         "tagname": "property",
1905         "href": "DragDrop.html#Ext-dd-DragDrop-property-invalidHandleTypes",
1906         "shortDoc": "An object who's property names identify HTML tags to be considered invalid as drag handles. ...",
1907         "static": false,
1908         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1909         "private": false,
1910         "name": "invalidHandleTypes",
1911         "owner": "Ext.dd.DragDrop",
1912         "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",
1913         "linenr": 115,
1914         "html_filename": "DragDrop.html"
1915       },
1916       {
1917         "type": "boolean",
1918         "deprecated": null,
1919         "alias": null,
1920         "protected": false,
1921         "tagname": "property",
1922         "href": "DragDrop.html#Ext-dd-DragDrop-property-isTarget",
1923         "shortDoc": "By default, all instances can be a drop target. ...",
1924         "static": false,
1925         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1926         "private": false,
1927         "name": "isTarget",
1928         "owner": "Ext.dd.DragDrop",
1929         "doc": "<p>By default, all instances can be a drop target.  This can be disabled by\nsetting isTarget to false.</p>\n",
1930         "linenr": 205,
1931         "html_filename": "DragDrop.html"
1932       },
1933       {
1934         "type": "boolean",
1935         "deprecated": null,
1936         "alias": null,
1937         "protected": false,
1938         "tagname": "property",
1939         "href": "DragDrop.html#Ext-dd-DragDrop-property-maintainOffset",
1940         "shortDoc": "Maintain offsets when we resetconstraints. ...",
1941         "static": false,
1942         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1943         "private": false,
1944         "name": "maintainOffset",
1945         "owner": "Ext.dd.DragDrop",
1946         "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",
1947         "linenr": 283,
1948         "html_filename": "DragDrop.html"
1949       },
1950       {
1951         "type": "boolean",
1952         "deprecated": null,
1953         "alias": null,
1954         "protected": false,
1955         "tagname": "property",
1956         "href": "DragDrop.html#Ext-dd-DragDrop-property-moveOnly",
1957         "shortDoc": "When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ...",
1958         "static": false,
1959         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1960         "private": false,
1961         "name": "moveOnly",
1962         "owner": "Ext.dd.DragDrop",
1963         "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",
1964         "linenr": 190,
1965         "html_filename": "DragDrop.html"
1966       },
1967       {
1968         "type": "[int]",
1969         "deprecated": null,
1970         "alias": null,
1971         "protected": false,
1972         "tagname": "property",
1973         "href": "DragDrop.html#Ext-dd-DragDrop-property-padding",
1974         "shortDoc": "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object. ...",
1975         "static": false,
1976         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1977         "private": false,
1978         "name": "padding",
1979         "owner": "Ext.dd.DragDrop",
1980         "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",
1981         "linenr": 213,
1982         "html_filename": "DragDrop.html"
1983       },
1984       {
1985         "type": "boolean",
1986         "deprecated": null,
1987         "alias": null,
1988         "protected": false,
1989         "tagname": "property",
1990         "href": "DragDrop.html#Ext-dd-DragDrop-property-primaryButtonOnly",
1991         "shortDoc": "By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m...",
1992         "static": false,
1993         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
1994         "private": false,
1995         "name": "primaryButtonOnly",
1996         "owner": "Ext.dd.DragDrop",
1997         "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",
1998         "linenr": 309,
1999         "html_filename": "DragDrop.html"
2000       },
2001       {
2002         "type": "Class",
2003         "deprecated": null,
2004         "alias": null,
2005         "protected": true,
2006         "tagname": "property",
2007         "href": "Base3.html#Ext-Base-property-self",
2008         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
2009         "static": false,
2010         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2011         "private": false,
2012         "name": "self",
2013         "owner": "Ext.Base",
2014         "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",
2015         "linenr": 18,
2016         "html_filename": "Base3.html"
2017       },
2018       {
2019         "type": "[int]",
2020         "deprecated": null,
2021         "alias": null,
2022         "protected": false,
2023         "tagname": "property",
2024         "href": "DragDrop.html#Ext-dd-DragDrop-property-xTicks",
2025         "shortDoc": "Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. ...",
2026         "static": false,
2027         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
2028         "private": false,
2029         "name": "xTicks",
2030         "owner": "Ext.dd.DragDrop",
2031         "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",
2032         "linenr": 293,
2033         "html_filename": "DragDrop.html"
2034       },
2035       {
2036         "type": "[int]",
2037         "deprecated": null,
2038         "alias": null,
2039         "protected": false,
2040         "tagname": "property",
2041         "href": "DragDrop.html#Ext-dd-DragDrop-property-yTicks",
2042         "shortDoc": "Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. ...",
2043         "static": false,
2044         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DragDrop.js",
2045         "private": false,
2046         "name": "yTicks",
2047         "owner": "Ext.dd.DragDrop",
2048         "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",
2049         "linenr": 301,
2050         "html_filename": "DragDrop.html"
2051       }
2052     ],
2053     "cssVar": [
2054
2055     ],
2056     "cssMixin": [
2057
2058     ],
2059     "event": [
2060
2061     ]
2062   },
2063   "singleton": false,
2064   "alias": null,
2065   "superclasses": [
2066     "Ext.Base",
2067     "Ext.dd.DragDrop",
2068     "Ext.dd.DDTarget"
2069   ],
2070   "protected": false,
2071   "tagname": "class",
2072   "mixins": [
2073
2074   ],
2075   "href": "DropTarget.html#Ext-dd-DropTarget",
2076   "subclasses": [
2077     "Ext.dd.DropZone"
2078   ],
2079   "static": false,
2080   "author": null,
2081   "component": false,
2082   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/dd/DropTarget.js",
2083   "private": false,
2084   "alternateClassNames": [
2085
2086   ],
2087   "name": "Ext.dd.DropTarget",
2088   "doc": "<p>A simple class that provides the basic implementation needed to make any element a drop target that can have\ndraggable items dropped onto it.  The drop has no effect until an implementation of notifyDrop is provided.</p>\n",
2089   "mixedInto": [
2090
2091   ],
2092   "linenr": 1,
2093   "xtypes": [
2094
2095   ],
2096   "html_filename": "DropTarget.html",
2097   "extends": "Ext.dd.DDTarget"
2098 });