Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.Layer.js
1 Ext.data.JsonP.Ext_Layer({
2   "tagname": "class",
3   "name": "Ext.Layer",
4   "doc": "<p>An extended <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> object that supports a shadow and shim, constrain to viewport and\nautomatic maintaining of shadow/shim positions.</p>\n",
5   "extends": "Ext.core.Element",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "cls",
21       "member": "Ext.Layer",
22       "type": "String",
23       "doc": "<p>CSS class to add to the element</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
26       "linenr": 1,
27       "html_filename": "Layer.html",
28       "href": "Layer.html#Ext-Layer-cfg-cls"
29     },
30     {
31       "tagname": "cfg",
32       "name": "constrain",
33       "member": "Ext.Layer",
34       "type": "Boolean",
35       "doc": "<p>False to disable constrain to viewport (defaults to true)</p>\n",
36       "private": false,
37       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
38       "linenr": 1,
39       "html_filename": "Layer.html",
40       "href": "Layer.html#Ext-Layer-cfg-constrain"
41     },
42     {
43       "tagname": "cfg",
44       "name": "dh",
45       "member": "Ext.Layer",
46       "type": "Object",
47       "doc": "<p>DomHelper object config to create element with (defaults to {tag: 'div', cls: 'x-layer'}).</p>\n",
48       "private": false,
49       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
50       "linenr": 1,
51       "html_filename": "Layer.html",
52       "href": "Layer.html#Ext-Layer-cfg-dh"
53     },
54     {
55       "tagname": "cfg",
56       "name": "hideMode",
57       "member": "Ext.Layer",
58       "type": "String",
59       "doc": "<p>A String which specifies how this Layer will be hidden.\nValues may be<div class=\"mdetail-params\"><ul>\n<li><code>'display'</code> : The Component will be hidden using the <code>display: none</code> style.</li>\n<li><code>'visibility'</code> : The Component will be hidden using the <code>visibility: hidden</code> style.</li>\n<li><code>'offsets'</code> : The Component will be hidden by absolutely positioning it out of the visible area of the document. This\nis useful when a hidden Component must maintain measurable dimensions. Hiding using <code>display</code> results\nin a Component having zero dimensions.</li></ul></div></p>\n",
60       "private": false,
61       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
62       "linenr": 1,
63       "html_filename": "Layer.html",
64       "href": "Layer.html#Ext-Layer-cfg-hideMode",
65       "shortDoc": "A String which specifies how this Layer will be hidden.\nValues may be\n'display' : The Component will be hidden using ..."
66     },
67     {
68       "tagname": "cfg",
69       "name": "shadow",
70       "member": "Ext.Layer",
71       "type": "String/Boolean",
72       "doc": "<p>True to automatically create an <a href=\"#/api/Ext.Shadow\" rel=\"Ext.Shadow\" class=\"docClass\">Ext.Shadow</a>, or a string indicating the\nshadow's display <a href=\"#/api/Ext.Shadow-cfg-mode\" rel=\"Ext.Shadow-cfg-mode\" class=\"docClass\">Ext.Shadow.mode</a>. False to disable the shadow. (defaults to false)</p>\n",
73       "private": false,
74       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
75       "linenr": 1,
76       "html_filename": "Layer.html",
77       "href": "Layer.html#Ext-Layer-cfg-shadow",
78       "shortDoc": "True to automatically create an Ext.Shadow, or a string indicating the\nshadow's display Ext.Shadow.mode. False to dis..."
79     },
80     {
81       "tagname": "cfg",
82       "name": "shadowOffset",
83       "member": "Ext.Layer",
84       "type": "Number",
85       "doc": "<p>Number of pixels to offset the shadow (defaults to 4)</p>\n",
86       "private": false,
87       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
88       "linenr": 1,
89       "html_filename": "Layer.html",
90       "href": "Layer.html#Ext-Layer-cfg-shadowOffset"
91     },
92     {
93       "tagname": "cfg",
94       "name": "shim",
95       "member": "Ext.Layer",
96       "type": "Boolean",
97       "doc": "<p>False to disable the iframe shim in browsers which need one (defaults to true)</p>\n",
98       "private": false,
99       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
100       "linenr": 1,
101       "html_filename": "Layer.html",
102       "href": "Layer.html#Ext-Layer-cfg-shim"
103     },
104     {
105       "tagname": "cfg",
106       "name": "useDisplay",
107       "member": "Ext.Layer",
108       "type": "Boolean",
109       "doc": "<p>Defaults to use css offsets to hide the Layer. Specify <tt>true</tt>\nto use css style <tt>'display:none;'</tt> to hide the Layer.</p>\n",
110       "private": false,
111       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
112       "linenr": 1,
113       "html_filename": "Layer.html",
114       "href": "Layer.html#Ext-Layer-cfg-useDisplay"
115     },
116     {
117       "tagname": "cfg",
118       "name": "visibilityCls",
119       "member": "Ext.Layer",
120       "type": "String",
121       "doc": "<p>The CSS class name to add in order to hide this Layer if this layer\nis configured with <code><a href=\"#/api/Ext.Layer-cfg-hideMode\" rel=\"Ext.Layer-cfg-hideMode\" class=\"docClass\">hideMode</a>: 'asclass'</code></p>\n",
122       "private": false,
123       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
124       "linenr": 1,
125       "html_filename": "Layer.html",
126       "href": "Layer.html#Ext-Layer-cfg-visibilityCls"
127     },
128     {
129       "tagname": "cfg",
130       "name": "zindex",
131       "member": "Ext.Layer",
132       "type": "Number",
133       "doc": "<p>Starting z-index (defaults to 11000)</p>\n",
134       "private": false,
135       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
136       "linenr": 1,
137       "html_filename": "Layer.html",
138       "href": "Layer.html#Ext-Layer-cfg-zindex"
139     }
140   ],
141   "method": [
142     {
143       "tagname": "method",
144       "name": "Layer",
145       "member": "Ext.Layer",
146       "doc": "\n",
147       "params": [
148         {
149           "type": "Object",
150           "name": "config",
151           "doc": "<p>An object with config options.</p>\n",
152           "optional": false
153         },
154         {
155           "type": "String/HTMLElement",
156           "name": "existingEl",
157           "doc": "<p>(optional) Uses an existing DOM element. If the element is not found it creates it.</p>\n",
158           "optional": true
159         }
160       ],
161       "return": {
162         "type": "void",
163         "doc": "\n"
164       },
165       "private": false,
166       "static": false,
167       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
168       "linenr": 1,
169       "html_filename": "Layer.html",
170       "href": "Layer.html#Ext-Layer-method-constructor",
171       "shortDoc": "\n"
172     },
173     {
174       "tagname": "method",
175       "name": "addCls",
176       "member": "Ext.core.Element",
177       "doc": "<p>Adds one or more CSS classes to the element. Duplicate classes are automatically filtered out.</p>\n",
178       "params": [
179         {
180           "type": "String/Array",
181           "name": "className",
182           "doc": "<p>The CSS classes to add separated by space, or an array of classes</p>\n",
183           "optional": false
184         }
185       ],
186       "return": {
187         "type": "Ext.core.Element",
188         "doc": "<p>this</p>\n"
189       },
190       "private": false,
191       "static": false,
192       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
193       "linenr": 64,
194       "html_filename": "Element.style.html",
195       "href": "Element.style.html#Ext-core-Element-method-addCls",
196       "shortDoc": "<p>Adds one or more CSS classes to the element. Duplicate classes are automatically filtered out.</p>\n"
197     },
198     {
199       "tagname": "method",
200       "name": "addClsOnClick",
201       "member": "Ext.core.Element",
202       "doc": "<p>Sets up event handlers to add and remove a css class when the mouse is down and then up on this element (a click effect)</p>\n",
203       "params": [
204         {
205           "type": "String",
206           "name": "className",
207           "doc": "\n",
208           "optional": false
209         }
210       ],
211       "return": {
212         "type": "Ext.core.Element",
213         "doc": "<p>this</p>\n"
214       },
215       "private": false,
216       "static": false,
217       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
218       "linenr": 885,
219       "html_filename": "Element.style.html",
220       "href": "Element.style.html#Ext-core-Element-method-addClsOnClick",
221       "shortDoc": "Sets up event handlers to add and remove a css class when the mouse is down and then up on this element (a click effe..."
222     },
223     {
224       "tagname": "method",
225       "name": "addClsOnFocus",
226       "member": "Ext.core.Element",
227       "doc": "<p>Sets up event handlers to add and remove a css class when this element has the focus</p>\n",
228       "params": [
229         {
230           "type": "String",
231           "name": "className",
232           "doc": "\n",
233           "optional": false
234         }
235       ],
236       "return": {
237         "type": "Ext.core.Element",
238         "doc": "<p>this</p>\n"
239       },
240       "private": false,
241       "static": false,
242       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
243       "linenr": 868,
244       "html_filename": "Element.style.html",
245       "href": "Element.style.html#Ext-core-Element-method-addClsOnFocus",
246       "shortDoc": "<p>Sets up event handlers to add and remove a css class when this element has the focus</p>\n"
247     },
248     {
249       "tagname": "method",
250       "name": "addClsOnOver",
251       "member": "Ext.core.Element",
252       "doc": "<p>Sets up event handlers to add and remove a css class when the mouse is over this element</p>\n",
253       "params": [
254         {
255           "type": "String",
256           "name": "className",
257           "doc": "\n",
258           "optional": false
259         }
260       ],
261       "return": {
262         "type": "Ext.core.Element",
263         "doc": "<p>this</p>\n"
264       },
265       "private": false,
266       "static": false,
267       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
268       "linenr": 850,
269       "html_filename": "Element.style.html",
270       "href": "Element.style.html#Ext-core-Element-method-addClsOnOver",
271       "shortDoc": "<p>Sets up event handlers to add and remove a css class when the mouse is over this element</p>\n"
272     },
273     {
274       "tagname": "method",
275       "name": "addKeyListener",
276       "member": "Ext.core.Element",
277       "doc": "<p>Convenience method for constructing a KeyMap</p>\n",
278       "params": [
279         {
280           "type": "Number/Array/Object/String",
281           "name": "key",
282           "doc": "<p>Either a string with the keys to listen for, the numeric key code, array of key codes or an object with the following options:\n<code>{key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}</code></p>\n",
283           "optional": false
284         },
285         {
286           "type": "Function",
287           "name": "fn",
288           "doc": "<p>The function to call</p>\n",
289           "optional": false
290         },
291         {
292           "type": "Object",
293           "name": "scope",
294           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the specified function is executed. Defaults to this Element.</p>\n",
295           "optional": true
296         }
297       ],
298       "return": {
299         "type": "Ext.util.KeyMap",
300         "doc": "<p>The KeyMap created</p>\n"
301       },
302       "private": false,
303       "static": false,
304       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.keys.js",
305       "linenr": 5,
306       "html_filename": "Element.keys.html",
307       "href": "Element.keys.html#Ext-core-Element-method-addKeyListener",
308       "shortDoc": "<p>Convenience method for constructing a KeyMap</p>\n"
309     },
310     {
311       "tagname": "method",
312       "name": "addKeyMap",
313       "member": "Ext.core.Element",
314       "doc": "<p>Creates a KeyMap for this element</p>\n",
315       "params": [
316         {
317           "type": "Object",
318           "name": "config",
319           "doc": "<p>The KeyMap config. See <a href=\"#/api/Ext.util.KeyMap\" rel=\"Ext.util.KeyMap\" class=\"docClass\">Ext.util.KeyMap</a> for more details</p>\n",
320           "optional": false
321         }
322       ],
323       "return": {
324         "type": "Ext.util.KeyMap",
325         "doc": "<p>The KeyMap created</p>\n"
326       },
327       "private": false,
328       "static": false,
329       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.keys.js",
330       "linenr": 34,
331       "html_filename": "Element.keys.html",
332       "href": "Element.keys.html#Ext-core-Element-method-addKeyMap",
333       "shortDoc": "<p>Creates a KeyMap for this element</p>\n"
334     },
335     {
336       "tagname": "method",
337       "name": "addListener",
338       "member": "Ext.core.Element",
339       "doc": "<p>Appends an event handler to this element.  The shorthand version <a href=\"#/api/Ext.Layer-method-on\" rel=\"Ext.Layer-method-on\" class=\"docClass\">on</a> is equivalent.</p>\n",
340       "params": [
341         {
342           "type": "String",
343           "name": "eventName",
344           "doc": "<p>The name of event to handle.</p>\n",
345           "optional": false
346         },
347         {
348           "type": "Function",
349           "name": "fn",
350           "doc": "<p>The handler function the event invokes. This function is passed\nthe following parameters:<ul>\n<li><b>evt</b> : EventObject<div class=\"sub-desc\">The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">EventObject</a> describing the event.</div></li>\n<li><b>el</b> : HtmlElement<div class=\"sub-desc\">The DOM element which was the target of the event.\nNote that this may be filtered by using the <tt>delegate</tt> option.</div></li>\n<li><b>o</b> : Object<div class=\"sub-desc\">The options object from the addListener call.</div></li>\n</ul></p>\n",
351           "optional": false
352         },
353         {
354           "type": "Object",
355           "name": "scope",
356           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to this Element.</b>.</p>\n",
357           "optional": true
358         },
359         {
360           "type": "Object",
361           "name": "options",
362           "doc": "<p>(optional) An object containing handler configuration properties.\nThis may contain any of the following properties:<ul>\n<li><b>scope</b> Object : <div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to this Element.</b></div></li>\n<li><b>delegate</b> String: <div class=\"sub-desc\">A simple selector to filter the target or look for a descendant of the target. See below for additional details.</div></li>\n<li><b>stopEvent</b> Boolean: <div class=\"sub-desc\">True to stop the event. That is stop propagation, and prevent the default action.</div></li>\n<li><b>preventDefault</b> Boolean: <div class=\"sub-desc\">True to prevent the default action</div></li>\n<li><b>stopPropagation</b> Boolean: <div class=\"sub-desc\">True to prevent event propagation</div></li>\n<li><b>normalized</b> Boolean: <div class=\"sub-desc\">False to pass a browser event to the handler function instead of an Ext.EventObject</div></li>\n<li><b>target</b> Ext.core.Element: <div class=\"sub-desc\">Only call the handler if the event was fired on the target Element, <i>not</i> if the event was bubbled up from a child node.</div></li>\n<li><b>delay</b> Number: <div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> Boolean: <div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> Number: <div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nIn the following examples, the shorthand form <a href=\"#/api/Ext.Layer-method-on\" rel=\"Ext.Layer-method-on\" class=\"docClass\">on</a> is used rather than the more verbose\naddListener.  The two are equivalent.  Using the options argument, it is possible to combine different\ntypes of listeners:<br>\n<br>\nA delayed, one-time listener that auto stops the event and adds a custom argument (forumId) to the\noptions object. The options object is available as the third parameter in the handler function.<div style=\"margin: 5px 20px 20px;\">\nCode:\n<pre><code>el.on('click', this.onClick, this, {\n    single: true,\n    delay: 100,\n    stopEvent : true,\n    forumId: 4\n});</code></pre></p>\n\n\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.</p>\n\n\n<p>\nCode:\n<pre><code>el.on({\n    'click' : {\n        fn: this.onClick,\n        scope: this,\n        delay: 100\n    },\n    'mouseover' : {\n        fn: this.onMouseOver,\n        scope: this\n    },\n    'mouseout' : {\n        fn: this.onMouseOut,\n        scope: this\n    }\n});</code></pre>\n<p>\nOr a shorthand syntax:<br>\nCode:\n<pre><code></p>\nel.on({\n    'click' : this.onClick,\n    'mouseover' : this.onMouseOver,\n    'mouseout' : this.onMouseOut,\n    scope: this\n});\n</code></pre></p>\n\n\n<p><b>delegate</b></p>\n\n\n<p>This is a configuration option that you can pass along when registering a handler for\nan event to assist with event delegation. Event delegation is a technique that is used to\nreduce memory consumption and prevent exposure to memory-leaks. By registering an event\nfor a container element as opposed to each element within a container. By setting this\nconfiguration option to a simple selector, the target element will be filtered to look for\na descendant of the target.\nFor example:\n<pre><code>// using this markup:\n&lt;div id='elId'>\n    &lt;p id='p1'>paragraph one&lt;/p>\n    &lt;p id='p2' class='clickable'>paragraph two&lt;/p>\n    &lt;p id='p3'>paragraph three&lt;/p>\n&lt;/div>\n// utilize event delegation to registering just one handler on the container element:\nel = Ext.get('elId');\nel.on(\n    'click',\n    function(e,t) {\n        // handle click\n        console.info(t.id); // 'p2'\n    },\n    this,\n    {\n        // filter the target element to be a descendant with the class 'clickable'\n        delegate: '.clickable'\n    }\n);\n</code></pre></p>\n\n",
363           "optional": true
364         }
365       ],
366       "return": {
367         "type": "Ext.core.Element",
368         "doc": "<p>this</p>\n"
369       },
370       "private": false,
371       "static": false,
372       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
373       "linenr": 450,
374       "html_filename": "Element2.html",
375       "href": "Element2.html#Ext-core-Element-method-addListener",
376       "shortDoc": "<p>Appends an event handler to this element.  The shorthand version <a href=\"#/api/Ext.Layer-method-on\" rel=\"Ext.Layer-method-on\" class=\"docClass\">on</a> is equivalent.</p>\n"
377     },
378     {
379       "tagname": "method",
380       "name": "adjustWidth",
381       "member": "Ext.core.Element",
382       "doc": "<p>TODO: Look at this</p>\n",
383       "params": [
384         {
385           "type": "Object",
386           "name": "width",
387           "doc": "\n",
388           "optional": false
389         }
390       ],
391       "return": {
392         "type": "void",
393         "doc": "\n"
394       },
395       "private": false,
396       "static": false,
397       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
398       "linenr": 38,
399       "html_filename": "Element.style.html",
400       "href": "Element.style.html#Ext-core-Element-method-adjustWidth",
401       "shortDoc": "<p>TODO: Look at this</p>\n"
402     },
403     {
404       "tagname": "method",
405       "name": "alignTo",
406       "member": "Ext.core.Element",
407       "doc": "<p>Aligns this element with another element relative to the specified anchor points. If the other element is the\ndocument it aligns it to the viewport.\nThe position parameter is optional, and can be specified in any one of the following formats:</p>\n\n<ul>\n  <li><b>Blank</b>: Defaults to aligning the element's top-left corner to the target's bottom-left corner (\"tl-bl\").</li>\n  <li><b>One anchor (deprecated)</b>: The passed anchor position is used as the target element's anchor point.\n      The element being aligned will position its top-left corner (tl) to that point.  <i>This method has been\n      deprecated in favor of the newer two anchor syntax below</i>.</li>\n  <li><b>Two anchors</b>: If two values from the table below are passed separated by a dash, the first value is used as the\n      element's anchor point, and the second value is used as the target's anchor point.</li>\n</ul>\n\n\n<p>In addition to the anchor points, the position parameter also supports the \"?\" character.  If \"?\" is passed at the end of\nthe position string, the element will attempt to align as specified, but the position will be adjusted to constrain to\nthe viewport if necessary.  Note that the element being aligned might be swapped to align to a different position than\nthat specified in order to enforce the viewport constraints.\nFollowing are all of the supported anchor positions:</p>\n\n<pre>Value  Description\n-----  -----------------------------\ntl     The top left corner (default)\nt      The center of the top edge\ntr     The top right corner\nl      The center of the left edge\nc      In the center of the element\nr      The center of the right edge\nbl     The bottom left corner\nb      The center of the bottom edge\nbr     The bottom right corner\n</pre>\n\n\n<p>Example Usage:</p>\n\n<pre><code>// align el to other-el using the default positioning (\"tl-bl\", non-constrained)\nel.alignTo(\"other-el\");\n\n// align the top left corner of el with the top right corner of other-el (constrained to viewport)\nel.alignTo(\"other-el\", \"tr?\");\n\n// align the bottom right corner of el with the center left edge of other-el\nel.alignTo(\"other-el\", \"br-l?\");\n\n// align the center of el with the bottom left corner of other-el and\n// adjust the x position by -6 pixels (and the y position by 0)\nel.alignTo(\"other-el\", \"c-bl\", [-6, 0]);\n</code></pre>\n\n",
408       "params": [
409         {
410           "type": "Mixed",
411           "name": "element",
412           "doc": "<p>The element to align to.</p>\n",
413           "optional": false
414         },
415         {
416           "type": "String",
417           "name": "position",
418           "doc": "<p>(optional, defaults to \"tl-bl?\") The position to align to.</p>\n",
419           "optional": false
420         },
421         {
422           "type": "Array",
423           "name": "offsets",
424           "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
425           "optional": true
426         },
427         {
428           "type": "Boolean/Object",
429           "name": "animate",
430           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
431           "optional": true
432         }
433       ],
434       "return": {
435         "type": "Ext.core.Element",
436         "doc": "<p>this</p>\n"
437       },
438       "private": false,
439       "static": false,
440       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
441       "linenr": 246,
442       "html_filename": "Element.alignment.html",
443       "href": "Element.alignment.html#Ext-core-Element-method-alignTo",
444       "shortDoc": "Aligns this element with another element relative to the specified anchor points. If the other element is the\ndocumen..."
445     },
446     {
447       "tagname": "method",
448       "name": "anchorTo",
449       "member": "Ext.core.Element",
450       "doc": "<p>Anchors an element to another element and realigns it when the window is resized.</p>\n",
451       "params": [
452         {
453           "type": "Mixed",
454           "name": "element",
455           "doc": "<p>The element to align to.</p>\n",
456           "optional": false
457         },
458         {
459           "type": "String",
460           "name": "position",
461           "doc": "<p>The position to align to.</p>\n",
462           "optional": false
463         },
464         {
465           "type": "Array",
466           "name": "offsets",
467           "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
468           "optional": true
469         },
470         {
471           "type": "Boolean/Object",
472           "name": "animate",
473           "doc": "<p>(optional) True for the default animation or a standard Element animation config object</p>\n",
474           "optional": true
475         },
476         {
477           "type": "Boolean/Number",
478           "name": "monitorScroll",
479           "doc": "<p>(optional) True to monitor body scroll and reposition. If this parameter\nis a number, it is used as the buffer delay (defaults to 50ms).</p>\n",
480           "optional": true
481         },
482         {
483           "type": "Function",
484           "name": "callback",
485           "doc": "<p>The function to call after the animation finishes</p>\n",
486           "optional": false
487         }
488       ],
489       "return": {
490         "type": "Ext.core.Element",
491         "doc": "<p>this</p>\n"
492       },
493       "private": false,
494       "static": false,
495       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
496       "linenr": 47,
497       "html_filename": "Element.alignment.html",
498       "href": "Element.alignment.html#Ext-core-Element-method-anchorTo",
499       "shortDoc": "<p>Anchors an element to another element and realigns it when the window is resized.</p>\n"
500     },
501     {
502       "tagname": "method",
503       "name": "appendChild",
504       "member": "Ext.core.Element",
505       "doc": "<p>Appends the passed element(s) to this element</p>\n",
506       "params": [
507         {
508           "type": "String/HTMLElement/Array/Element/CompositeElement",
509           "name": "el",
510           "doc": "\n",
511           "optional": false
512         }
513       ],
514       "return": {
515         "type": "Ext.core.Element",
516         "doc": "<p>this</p>\n"
517       },
518       "private": false,
519       "static": false,
520       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
521       "linenr": 5,
522       "html_filename": "Element.insertion.html",
523       "href": "Element.insertion.html#Ext-core-Element-method-appendChild",
524       "shortDoc": "<p>Appends the passed element(s) to this element</p>\n"
525     },
526     {
527       "tagname": "method",
528       "name": "appendTo",
529       "member": "Ext.core.Element",
530       "doc": "<p>Appends this element to the passed element</p>\n",
531       "params": [
532         {
533           "type": "Mixed",
534           "name": "el",
535           "doc": "<p>The new parent element</p>\n",
536           "optional": false
537         }
538       ],
539       "return": {
540         "type": "Ext.core.Element",
541         "doc": "<p>this</p>\n"
542       },
543       "private": false,
544       "static": false,
545       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
546       "linenr": 14,
547       "html_filename": "Element.insertion.html",
548       "href": "Element.insertion.html#Ext-core-Element-method-appendTo",
549       "shortDoc": "<p>Appends this element to the passed element</p>\n"
550     },
551     {
552       "tagname": "method",
553       "name": "applyStyles",
554       "member": "Ext.core.Element",
555       "doc": "<p>More flexible version of <a href=\"#/api/Ext.Layer-method-setStyle\" rel=\"Ext.Layer-method-setStyle\" class=\"docClass\">setStyle</a> for setting style properties.</p>\n",
556       "params": [
557         {
558           "type": "String/Object/Function",
559           "name": "styles",
560           "doc": "<p>A style specification string, e.g. \"width:100px\", or object in the form {width:\"100px\"}, or\na function which returns such a specification.</p>\n",
561           "optional": false
562         }
563       ],
564       "return": {
565         "type": "Ext.core.Element",
566         "doc": "<p>this</p>\n"
567       },
568       "private": false,
569       "static": false,
570       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
571       "linenr": 696,
572       "html_filename": "Element.style.html",
573       "href": "Element.style.html#Ext-core-Element-method-applyStyles",
574       "shortDoc": "<p>More flexible version of <a href=\"#/api/Ext.Layer-method-setStyle\" rel=\"Ext.Layer-method-setStyle\" class=\"docClass\">setStyle</a> for setting style properties.</p>\n"
575     },
576     {
577       "tagname": "method",
578       "name": "blur",
579       "member": "Ext.core.Element",
580       "doc": "<p>Tries to blur the element. Any exceptions are caught and ignored.</p>\n",
581       "params": [
582
583       ],
584       "return": {
585         "type": "Ext.core.Element",
586         "doc": "<p>this</p>\n"
587       },
588       "private": false,
589       "static": false,
590       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
591       "linenr": 429,
592       "html_filename": "Element2.html",
593       "href": "Element2.html#Ext-core-Element-method-blur",
594       "shortDoc": "<p>Tries to blur the element. Any exceptions are caught and ignored.</p>\n"
595     },
596     {
597       "tagname": "method",
598       "name": "boxWrap",
599       "member": "Ext.core.Element",
600       "doc": "<p>Wraps the specified element with a special 9 element markup/CSS block that renders by default as\na gray container with a gradient background, rounded corners and a 4-way shadow.</p>\n\n\n<p>This special markup is used throughout <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> when box wrapping elements (<a href=\"#/api/Ext.button.Button\" rel=\"Ext.button.Button\" class=\"docClass\">Ext.button.Button</a>,\n<a href=\"#/api/Ext.panel.Panel\" rel=\"Ext.panel.Panel\" class=\"docClass\">Ext.panel.Panel</a> when <tt><a href=\"#/api/Ext.panel.Panel-cfg-frame\" rel=\"Ext.panel.Panel-cfg-frame\" class=\"docClass\">frame=true</a></tt>, <a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Ext.window.Window</a>).  The markup\nis of this form:</p>\n\n\n<pre><code>    Ext.core.Element.boxMarkup =\n    &#39;&lt;div class=\"{0}-tl\">&lt;div class=\"{0}-tr\">&lt;div class=\"{0}-tc\">&lt;/div>&lt;/div>&lt;/div>\n     &lt;div class=\"{0}-ml\">&lt;div class=\"{0}-mr\">&lt;div class=\"{0}-mc\">&lt;/div>&lt;/div>&lt;/div>\n     &lt;div class=\"{0}-bl\">&lt;div class=\"{0}-br\">&lt;div class=\"{0}-bc\">&lt;/div>&lt;/div>&lt;/div>&#39;;\n</code></pre>\n\n\n<p>Example usage:</p>\n\n\n<pre><code>    // Basic box wrap\n    Ext.get(\"foo\").boxWrap();\n\n    // You can also add a custom class and use CSS inheritance rules to customize the box look.\n    // 'x-box-blue' is a built-in alternative -- look at the related CSS definitions as an example\n    // for how to create a custom box wrap style.\n    Ext.get(\"foo\").boxWrap().addCls(\"x-box-blue\");\n</code></pre>\n\n",
601       "params": [
602         {
603           "type": "String",
604           "name": "class",
605           "doc": "<p>(optional) A base CSS class to apply to the containing wrapper element\n(defaults to <tt>'x-box'</tt>). Note that there are a number of CSS rules that are dependent on\nthis name to make the overall effect work, so if you supply an alternate base class, make sure you\nalso supply all of the necessary rules.</p>\n",
606           "optional": true
607         }
608       ],
609       "return": {
610         "type": "Ext.core.Element",
611         "doc": "<p>The outermost wrapping element of the created box structure.</p>\n"
612       },
613       "private": false,
614       "static": false,
615       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
616       "linenr": 728,
617       "html_filename": "Element.style.html",
618       "href": "Element.style.html#Ext-core-Element-method-boxWrap",
619       "shortDoc": "Wraps the specified element with a special 9 element markup/CSS block that renders by default as\na gray container wit..."
620     },
621     {
622       "tagname": "method",
623       "name": "center",
624       "member": "Ext.core.Element",
625       "doc": "<p>Centers the Element in either the viewport, or another Element.</p>\n",
626       "params": [
627         {
628           "type": "Mixed",
629           "name": "centerIn",
630           "doc": "<p>(optional) The element in which to center the element.</p>\n",
631           "optional": true
632         }
633       ],
634       "return": {
635         "type": "void",
636         "doc": "\n"
637       },
638       "private": false,
639       "static": false,
640       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
641       "linenr": 375,
642       "html_filename": "Element.alignment.html",
643       "href": "Element.alignment.html#Ext-core-Element-method-center",
644       "shortDoc": "<p>Centers the Element in either the viewport, or another Element.</p>\n"
645     },
646     {
647       "tagname": "method",
648       "name": "child",
649       "member": "Ext.core.Element",
650       "doc": "<p>Selects a single <em>direct</em> child based on the passed CSS selector (the selector should not contain an id).</p>\n",
651       "params": [
652         {
653           "type": "String",
654           "name": "selector",
655           "doc": "<p>The CSS selector</p>\n",
656           "optional": false
657         },
658         {
659           "type": "Boolean",
660           "name": "returnDom",
661           "doc": "<p>(optional) True to return the DOM node instead of <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> (defaults to false)</p>\n",
662           "optional": true
663         }
664       ],
665       "return": {
666         "type": "HTMLElement/Ext.core.Element",
667         "doc": "<p>The child <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> (or DOM node if returnDom = true)</p>\n"
668       },
669       "private": false,
670       "static": false,
671       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
672       "linenr": 87,
673       "html_filename": "Element.traversal.html",
674       "href": "Element.traversal.html#Ext-core-Element-method-child",
675       "shortDoc": "<p>Selects a single <em>direct</em> child based on the passed CSS selector (the selector should not contain an id).</p>\n"
676     },
677     {
678       "tagname": "method",
679       "name": "clean",
680       "member": "Ext.core.Element",
681       "doc": "<p>Removes Empty, or whitespace filled text nodes. Combines adjacent text nodes.</p>\n",
682       "params": [
683         {
684           "type": "Boolean",
685           "name": "forceReclean",
686           "doc": "<p>(optional) By default the element\nkeeps track if it has been cleaned already so\nyou can call this over and over. However, if you update the element and\nneed to force a reclean, you can pass true.</p>\n",
687           "optional": true
688         }
689       ],
690       "return": {
691         "type": "void",
692         "doc": "\n"
693       },
694       "private": false,
695       "static": false,
696       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
697       "linenr": 78,
698       "html_filename": "Element-more.html",
699       "href": "Element-more.html#Ext-core-Element-method-clean",
700       "shortDoc": "<p>Removes Empty, or whitespace filled text nodes. Combines adjacent text nodes.</p>\n"
701     },
702     {
703       "tagname": "method",
704       "name": "clearListeners",
705       "member": "Ext.core.Element",
706       "doc": "<p>Removes all previous added listeners from this element</p>\n",
707       "params": [
708
709       ],
710       "return": {
711         "type": "Ext.core.Element",
712         "doc": "<p>this</p>\n"
713       },
714       "private": false,
715       "static": false,
716       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
717       "linenr": 756,
718       "html_filename": "Element2.html",
719       "href": "Element2.html#Ext-core-Element-method-clearListeners",
720       "shortDoc": "<p>Removes all previous added listeners from this element</p>\n"
721     },
722     {
723       "tagname": "method",
724       "name": "clearOpacity",
725       "member": "Ext.core.Element",
726       "doc": "<p>Clears any opacity settings from this element. Required in some cases for IE.</p>\n",
727       "params": [
728
729       ],
730       "return": {
731         "type": "Ext.core.Element",
732         "doc": "<p>this</p>\n"
733       },
734       "private": false,
735       "static": false,
736       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
737       "linenr": 377,
738       "html_filename": "Element.style.html",
739       "href": "Element.style.html#Ext-core-Element-method-clearOpacity",
740       "shortDoc": "<p>Clears any opacity settings from this element. Required in some cases for IE.</p>\n"
741     },
742     {
743       "tagname": "method",
744       "name": "clearPositioning",
745       "member": "Ext.core.Element",
746       "doc": "<p>Clear positioning back to the default when the document was loaded</p>\n",
747       "params": [
748         {
749           "type": "String",
750           "name": "value",
751           "doc": "<p>(optional) The value to use for the left,right,top,bottom, defaults to '' (empty string). You could use 'auto'.</p>\n",
752           "optional": true
753         }
754       ],
755       "return": {
756         "type": "Ext.core.Element",
757         "doc": "<p>this</p>\n"
758       },
759       "private": false,
760       "static": false,
761       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
762       "linenr": 220,
763       "html_filename": "Element.position.html",
764       "href": "Element.position.html#Ext-core-Element-method-clearPositioning",
765       "shortDoc": "<p>Clear positioning back to the default when the document was loaded</p>\n"
766     },
767     {
768       "tagname": "method",
769       "name": "clip",
770       "member": "Ext.core.Element",
771       "doc": "<p>Store the current overflow setting and clip overflow on the element - use <tt><a href=\"#/api/Ext.Layer-method-unclip\" rel=\"Ext.Layer-method-unclip\" class=\"docClass\">unclip</a></tt> to remove</p>\n",
772       "params": [
773
774       ],
775       "return": {
776         "type": "Ext.core.Element",
777         "doc": "<p>this</p>\n"
778       },
779       "private": false,
780       "static": false,
781       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
782       "linenr": 630,
783       "html_filename": "Element.style.html",
784       "href": "Element.style.html#Ext-core-Element-method-clip",
785       "shortDoc": "<p>Store the current overflow setting and clip overflow on the element - use <tt><a href=\"#/api/Ext.Layer-method-unclip\" rel=\"Ext.Layer-method-unclip\" class=\"docClass\">unclip</a></tt> to remove</p>\n"
786     },
787     {
788       "tagname": "method",
789       "name": "contains",
790       "member": "Ext.core.Element",
791       "doc": "<p>Returns true if this element is an ancestor of the passed element</p>\n",
792       "params": [
793         {
794           "type": "HTMLElement/String",
795           "name": "el",
796           "doc": "<p>The element to check</p>\n",
797           "optional": false
798         }
799       ],
800       "return": {
801         "type": "Boolean",
802         "doc": "<p>True if this element is an ancestor of el, else false</p>\n"
803       },
804       "private": false,
805       "static": false,
806       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
807       "linenr": 664,
808       "html_filename": "Element2.html",
809       "href": "Element2.html#Ext-core-Element-method-contains",
810       "shortDoc": "<p>Returns true if this element is an ancestor of the passed element</p>\n"
811     },
812     {
813       "tagname": "method",
814       "name": "createChild",
815       "member": "Ext.core.Element",
816       "doc": "<p>Creates the passed DomHelper config and appends it to this element or optionally inserts it before the passed child element.</p>\n",
817       "params": [
818         {
819           "type": "Object",
820           "name": "config",
821           "doc": "<p>DomHelper element config object.  If no tag is specified (e.g., {tag:'input'}) then a div will be\nautomatically generated with the specified attributes.</p>\n",
822           "optional": false
823         },
824         {
825           "type": "HTMLElement",
826           "name": "insertBefore",
827           "doc": "<p>(optional) a child element of this element</p>\n",
828           "optional": true
829         },
830         {
831           "type": "Boolean",
832           "name": "returnDom",
833           "doc": "<p>(optional) true to return the dom node instead of creating an Element</p>\n",
834           "optional": true
835         }
836       ],
837       "return": {
838         "type": "Ext.core.Element",
839         "doc": "<p>The new child element</p>\n"
840       },
841       "private": false,
842       "static": false,
843       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
844       "linenr": 137,
845       "html_filename": "Element.insertion.html",
846       "href": "Element.insertion.html#Ext-core-Element-method-createChild",
847       "shortDoc": "Creates the passed DomHelper config and appends it to this element or optionally inserts it before the passed child e..."
848     },
849     {
850       "tagname": "method",
851       "name": "createProxy",
852       "member": "Ext.core.Element",
853       "doc": "<p>Creates a proxy element of this element</p>\n",
854       "params": [
855         {
856           "type": "String/Object",
857           "name": "config",
858           "doc": "<p>The class name of the proxy element or a DomHelper config object</p>\n",
859           "optional": false
860         },
861         {
862           "type": "String/HTMLElement",
863           "name": "renderTo",
864           "doc": "<p>(optional) The element or element id to render the proxy to (defaults to document.body)</p>\n",
865           "optional": true
866         },
867         {
868           "type": "Boolean",
869           "name": "matchBox",
870           "doc": "<p>(optional) True to align and size the proxy to this element now (defaults to false)</p>\n",
871           "optional": true
872         }
873       ],
874       "return": {
875         "type": "Ext.core.Element",
876         "doc": "<p>The new proxy element</p>\n"
877       },
878       "private": false,
879       "static": false,
880       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
881       "linenr": 231,
882       "html_filename": "Element-more.html",
883       "href": "Element-more.html#Ext-core-Element-method-createProxy",
884       "shortDoc": "<p>Creates a proxy element of this element</p>\n"
885     },
886     {
887       "tagname": "method",
888       "name": "createShim",
889       "member": "Ext.core.Element",
890       "doc": "<p>Creates an iframe shim for this element to keep selects and other windowed objects from\nshowing through.</p>\n",
891       "params": [
892
893       ],
894       "return": {
895         "type": "Ext.core.Element",
896         "doc": "<p>The new shim element</p>\n"
897       },
898       "private": false,
899       "static": false,
900       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
901       "linenr": 166,
902       "html_filename": "Element.fx-more.html",
903       "href": "Element.fx-more.html#Ext-core-Element-method-createShim",
904       "shortDoc": "<p>Creates an iframe shim for this element to keep selects and other windowed objects from\nshowing through.</p>\n"
905     },
906     {
907       "tagname": "method",
908       "name": "destroy",
909       "member": "Ext.core.Element",
910       "doc": "<p>Removes this element's dom reference.  Note that event and cache removal is handled at <a href=\"#/api/Ext-method-removeNode\" rel=\"Ext-method-removeNode\" class=\"docClass\">Ext.removeNode</a>.\nAlias to <a href=\"#/api/Ext.Layer-method-remove\" rel=\"Ext.Layer-method-remove\" class=\"docClass\">remove</a>.</p>\n",
911       "params": [
912
913       ],
914       "return": {
915         "type": "void",
916         "doc": "\n"
917       },
918       "private": false,
919       "static": false,
920       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
921       "linenr": 764,
922       "html_filename": "Element2.html",
923       "href": "Element2.html#Ext-core-Element-method-destroy",
924       "shortDoc": "<p>Removes this element's dom reference.  Note that event and cache removal is handled at <a href=\"#/api/Ext-method-removeNode\" rel=\"Ext-method-removeNode\" class=\"docClass\">Ext.removeNode</a>.\nAlias to <a href=\"#/api/Ext.Layer-method-remove\" rel=\"Ext.Layer-method-remove\" class=\"docClass\">remove</a>.</p>\n"
925     },
926     {
927       "tagname": "method",
928       "name": "down",
929       "member": "Ext.core.Element",
930       "doc": "<p>Selects a single child at any depth below this element based on the passed CSS selector (the selector should not contain an id).</p>\n",
931       "params": [
932         {
933           "type": "String",
934           "name": "selector",
935           "doc": "<p>The CSS selector</p>\n",
936           "optional": false
937         },
938         {
939           "type": "Boolean",
940           "name": "returnDom",
941           "doc": "<p>(optional) True to return the DOM node instead of <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> (defaults to false)</p>\n",
942           "optional": true
943         }
944       ],
945       "return": {
946         "type": "HTMLElement/Ext.core.Element",
947         "doc": "<p>The child <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> (or DOM node if returnDom = true)</p>\n"
948       },
949       "private": false,
950       "static": false,
951       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
952       "linenr": 76,
953       "html_filename": "Element.traversal.html",
954       "href": "Element.traversal.html#Ext-core-Element-method-down",
955       "shortDoc": "Selects a single child at any depth below this element based on the passed CSS selector (the selector should not cont..."
956     },
957     {
958       "tagname": "method",
959       "name": "enableDisplayMode",
960       "member": "Ext.core.Element",
961       "doc": "<p>Convenience method for setVisibilityMode(Element.DISPLAY)</p>\n",
962       "params": [
963         {
964           "type": "String",
965           "name": "display",
966           "doc": "<p>(optional) What to set display to when visible</p>\n",
967           "optional": true
968         }
969       ],
970       "return": {
971         "type": "Ext.core.Element",
972         "doc": "<p>this</p>\n"
973       },
974       "private": false,
975       "static": false,
976       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
977       "linenr": 45,
978       "html_filename": "Element.fx-more.html",
979       "href": "Element.fx-more.html#Ext-core-Element-method-enableDisplayMode",
980       "shortDoc": "<p>Convenience method for setVisibilityMode(Element.DISPLAY)</p>\n"
981     },
982     {
983       "tagname": "method",
984       "name": "fadeIn",
985       "member": "Ext.core.Element",
986       "doc": "<p>Fade an element in (from transparent to opaque).  The ending opacity can be specified\nusing the <tt><a href=\"#/api/Ext.Layer--endOpacity\" rel=\"Ext.Layer--endOpacity\" class=\"docClass\">endOpacity</a></tt> config option.\nUsage:</p>\n\n<pre><code>// default: fade in from opacity 0 to 100%\nel.fadeIn();\n\n// custom: fade in from opacity 0 to 75% over 2 seconds\nel.fadeIn({ endOpacity: .75, duration: 2});\n\n// common config options shown with default values\nel.fadeIn({\n    endOpacity: 1, //can be any value between 0 and 1 (e.g. .5)\n    easing: 'easeOut',\n    duration: 500\n});\n</code></pre>\n\n",
987       "params": [
988         {
989           "type": "Object",
990           "name": "options",
991           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
992           "optional": true
993         }
994       ],
995       "return": {
996         "type": "Ext.Element",
997         "doc": "<p>The Element</p>\n"
998       },
999       "private": false,
1000       "static": false,
1001       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
1002       "linenr": 773,
1003       "html_filename": "Element.anim.html",
1004       "href": "Element.anim.html#Ext-core-Element-method-fadeIn",
1005       "shortDoc": "Fade an element in (from transparent to opaque).  The ending opacity can be specified\nusing the endOpacity config opt..."
1006     },
1007     {
1008       "tagname": "method",
1009       "name": "fadeOut",
1010       "member": "Ext.core.Element",
1011       "doc": "<p>Fade an element out (from opaque to transparent).  The ending opacity can be specified\nusing the <tt><a href=\"#/api/Ext.Layer--endOpacity\" rel=\"Ext.Layer--endOpacity\" class=\"docClass\">endOpacity</a></tt> config option.  Note that IE may require\n<tt><a href=\"#/api/Ext.Layer-cfg-useDisplay\" rel=\"Ext.Layer-cfg-useDisplay\" class=\"docClass\">useDisplay</a>:true</tt> in order to redisplay correctly.\nUsage:</p>\n\n<pre><code>// default: fade out from the element's current opacity to 0\nel.fadeOut();\n\n// custom: fade out from the element's current opacity to 25% over 2 seconds\nel.fadeOut({ endOpacity: .25, duration: 2});\n\n// common config options shown with default values\nel.fadeOut({\n    endOpacity: 0, //can be any value between 0 and 1 (e.g. .5)\n    easing: 'easeOut',\n    duration: 500,\n    remove: false,\n    useDisplay: false\n});\n</code></pre>\n\n",
1012       "params": [
1013         {
1014           "type": "Object",
1015           "name": "options",
1016           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
1017           "optional": true
1018         }
1019       ],
1020       "return": {
1021         "type": "Ext.Element",
1022         "doc": "<p>The Element</p>\n"
1023       },
1024       "private": false,
1025       "static": false,
1026       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
1027       "linenr": 801,
1028       "html_filename": "Element.anim.html",
1029       "href": "Element.anim.html#Ext-core-Element-method-fadeOut",
1030       "shortDoc": "Fade an element out (from opaque to transparent).  The ending opacity can be specified\nusing the endOpacity config op..."
1031     },
1032     {
1033       "tagname": "method",
1034       "name": "findParent",
1035       "member": "Ext.core.Element",
1036       "doc": "<p>Looks at this node and then at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:first-child)</p>\n",
1037       "params": [
1038         {
1039           "type": "String",
1040           "name": "selector",
1041           "doc": "<p>The simple selector to test</p>\n",
1042           "optional": false
1043         },
1044         {
1045           "type": "Number/Mixed",
1046           "name": "maxDepth",
1047           "doc": "<p>(optional) The max depth to search as a number or element (defaults to 50 || document.body)</p>\n",
1048           "optional": true
1049         },
1050         {
1051           "type": "Boolean",
1052           "name": "returnEl",
1053           "doc": "<p>(optional) True to return a <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> object instead of DOM node</p>\n",
1054           "optional": true
1055         }
1056       ],
1057       "return": {
1058         "type": "HTMLElement",
1059         "doc": "<p>The matching DOM node (or null if no match was found)</p>\n"
1060       },
1061       "private": false,
1062       "static": false,
1063       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
1064       "linenr": 5,
1065       "html_filename": "Element.traversal.html",
1066       "href": "Element.traversal.html#Ext-core-Element-method-findParent",
1067       "shortDoc": "Looks at this node and then at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:fi..."
1068     },
1069     {
1070       "tagname": "method",
1071       "name": "findParentNode",
1072       "member": "Ext.core.Element",
1073       "doc": "<p>Looks at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:first-child)</p>\n",
1074       "params": [
1075         {
1076           "type": "String",
1077           "name": "selector",
1078           "doc": "<p>The simple selector to test</p>\n",
1079           "optional": false
1080         },
1081         {
1082           "type": "Number/Mixed",
1083           "name": "maxDepth",
1084           "doc": "<p>(optional) The max depth to</p>\n\n<pre><code>        search as a number or element (defaults to 10 || document.body)\n</code></pre>\n",
1085           "optional": true
1086         },
1087         {
1088           "type": "Boolean",
1089           "name": "returnEl",
1090           "doc": "<p>(optional) True to return a <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> object instead of DOM node</p>\n",
1091           "optional": true
1092         }
1093       ],
1094       "return": {
1095         "type": "HTMLElement",
1096         "doc": "<p>The matching DOM node (or null if no match was found)</p>\n"
1097       },
1098       "private": false,
1099       "static": false,
1100       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
1101       "linenr": 33,
1102       "html_filename": "Element.traversal.html",
1103       "href": "Element.traversal.html#Ext-core-Element-method-findParentNode",
1104       "shortDoc": "<p>Looks at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:first-child)</p>\n"
1105     },
1106     {
1107       "tagname": "method",
1108       "name": "first",
1109       "member": "Ext.core.Element",
1110       "doc": "<p>Gets the first child, skipping text nodes</p>\n",
1111       "params": [
1112         {
1113           "type": "String",
1114           "name": "selector",
1115           "doc": "<p>(optional) Find the next sibling that matches the passed simple selector</p>\n",
1116           "optional": true
1117         },
1118         {
1119           "type": "Boolean",
1120           "name": "returnDom",
1121           "doc": "<p>(optional) True to return a raw dom node instead of an Ext.core.Element</p>\n",
1122           "optional": true
1123         }
1124       ],
1125       "return": {
1126         "type": "Ext.core.Element/HTMLElement",
1127         "doc": "<p>The first child or null</p>\n"
1128       },
1129       "private": false,
1130       "static": false,
1131       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
1132       "linenr": 135,
1133       "html_filename": "Element.traversal.html",
1134       "href": "Element.traversal.html#Ext-core-Element-method-first",
1135       "shortDoc": "<p>Gets the first child, skipping text nodes</p>\n"
1136     },
1137     {
1138       "tagname": "method",
1139       "name": "fly",
1140       "member": "Ext.core.Element",
1141       "doc": "<p>Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to this element -\nthe dom node can be overwritten by other code. Shorthand of <a href=\"#/api/Ext.core.Element-method-fly\" rel=\"Ext.core.Element-method-fly\" class=\"docClass\">Ext.core.Element.fly</a></p>\n\n\n<p>Use this to make one-time references to DOM elements which are not going to be accessed again either by\napplication code, or by Ext's classes. If accessing an element which will be processed regularly, then <a href=\"#/api/Ext-method-get\" rel=\"Ext-method-get\" class=\"docClass\">Ext.get</a>\nwill be more appropriate to take advantage of the caching provided by the <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> class.</p>\n\n",
1142       "params": [
1143         {
1144           "type": "String/HTMLElement",
1145           "name": "el",
1146           "doc": "<p>The dom node or id</p>\n",
1147           "optional": false
1148         },
1149         {
1150           "type": "String",
1151           "name": "named",
1152           "doc": "<p>(optional) Allows for creation of named reusable flyweights to prevent conflicts\n(e.g. internally <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> uses \"_global\")</p>\n",
1153           "optional": true
1154         }
1155       ],
1156       "return": {
1157         "type": "Element",
1158         "doc": "<p>The shared Element object (or null if no matching element was found)</p>\n"
1159       },
1160       "private": false,
1161       "static": false,
1162       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
1163       "linenr": 953,
1164       "html_filename": "Element2.html",
1165       "href": "Element2.html#Ext-core-Element-method-fly",
1166       "shortDoc": "Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to t..."
1167     },
1168     {
1169       "tagname": "method",
1170       "name": "focus",
1171       "member": "Ext.core.Element",
1172       "doc": "<p>Tries to focus the element. Any exceptions are caught and ignored.</p>\n",
1173       "params": [
1174         {
1175           "type": "Number",
1176           "name": "defer",
1177           "doc": "<p>(optional) Milliseconds to defer the focus</p>\n",
1178           "optional": true
1179         },
1180         {
1181           "type": "Object",
1182           "name": "dom",
1183           "doc": "\n",
1184           "optional": false
1185         }
1186       ],
1187       "return": {
1188         "type": "Ext.core.Element",
1189         "doc": "<p>this</p>\n"
1190       },
1191       "private": false,
1192       "static": false,
1193       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
1194       "linenr": 409,
1195       "html_filename": "Element2.html",
1196       "href": "Element2.html#Ext-core-Element-method-focus",
1197       "shortDoc": "<p>Tries to focus the element. Any exceptions are caught and ignored.</p>\n"
1198     },
1199     {
1200       "tagname": "method",
1201       "name": "frame",
1202       "member": "Ext.core.Element",
1203       "doc": "<p>Shows a ripple of exploding, attenuating borders to draw attention to an Element.\nUsage:</p>\n\n<pre><code>// default: a single light blue ripple\nel.frame();\n\n// custom: 3 red ripples lasting 3 seconds total\nel.frame(\"#ff0000\", 3, { duration: 3 });\n\n// common config options shown with default values\nel.frame(\"#C3DAF9\", 1, {\n    duration: 1 //duration of each individual ripple.\n    // Note: Easing is not configurable and will be ignored if included\n});\n</code></pre>\n\n",
1204       "params": [
1205         {
1206           "type": "String",
1207           "name": "color",
1208           "doc": "<p>(optional) The color of the border.  Should be a 6 char hex color without the leading # (defaults to light blue: 'C3DAF9').</p>\n",
1209           "optional": true
1210         },
1211         {
1212           "type": "Number",
1213           "name": "count",
1214           "doc": "<p>(optional) The number of ripples to display (defaults to 1)</p>\n",
1215           "optional": true
1216         },
1217         {
1218           "type": "Object",
1219           "name": "options",
1220           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
1221           "optional": true
1222         }
1223       ],
1224       "return": {
1225         "type": "Ext.core.Element",
1226         "doc": "<p>The Element</p>\n"
1227       },
1228       "private": false,
1229       "static": false,
1230       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
1231       "linenr": 510,
1232       "html_filename": "Element.anim.html",
1233       "href": "Element.anim.html#Ext-core-Element-method-frame",
1234       "shortDoc": "Shows a ripple of exploding, attenuating borders to draw attention to an Element.\nUsage:\n\n// default: a single light ..."
1235     },
1236     {
1237       "tagname": "method",
1238       "name": "fromPoint",
1239       "member": "Ext.core.Element",
1240       "doc": "<p>Returns the top Element that is located at the passed coordinates</p>\n",
1241       "params": [
1242         {
1243           "type": "Number",
1244           "name": "x",
1245           "doc": "<p>The x coordinate</p>\n",
1246           "optional": false
1247         },
1248         {
1249           "type": "Number",
1250           "name": "x",
1251           "doc": "<p>The y coordinate</p>\n",
1252           "optional": false
1253         }
1254       ],
1255       "return": {
1256         "type": "String",
1257         "doc": "<p>The found Element</p>\n"
1258       },
1259       "private": false,
1260       "static": true,
1261       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
1262       "linenr": 165,
1263       "html_filename": "Element.static.html",
1264       "href": "Element.static.html#Ext-core-Element-method-fromPoint",
1265       "shortDoc": "<p>Returns the top Element that is located at the passed coordinates</p>\n"
1266     },
1267     {
1268       "tagname": "method",
1269       "name": "get",
1270       "member": "Ext.core.Element",
1271       "doc": "<p>Retrieves <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> objects.</p>\n\n<p><b>This method does not retrieve <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a>s.</b> This method\nretrieves <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> objects which encapsulate DOM elements. To retrieve a Component by\nits ID, use <a href=\"#/api/Ext.ComponentManager-method-get\" rel=\"Ext.ComponentManager-method-get\" class=\"docClass\">Ext.ComponentManager.get</a>.</p>\n\n\n<p>Uses simple caching to consistently return the same object. Automatically fixes if an\nobject was recreated with the same id via AJAX or DOM.</p>\n\n",
1272       "params": [
1273         {
1274           "type": "Mixed",
1275           "name": "el",
1276           "doc": "<p>The id of the node, a DOM Node or an existing Element.</p>\n",
1277           "optional": false
1278         }
1279       ],
1280       "return": {
1281         "type": "Element",
1282         "doc": "<p>The Element object (or null if no matching element was found)</p>\n"
1283       },
1284       "private": false,
1285       "static": true,
1286       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
1287       "linenr": 781,
1288       "html_filename": "Element2.html",
1289       "href": "Element2.html#Ext-core-Element-method-get",
1290       "shortDoc": "Retrieves Ext.core.Element objects.\n\nThis method does not retrieve Components. This method\nretrieves Ext.core.Element..."
1291     },
1292     {
1293       "tagname": "method",
1294       "name": "getActiveElement",
1295       "member": "Ext.core.Element",
1296       "doc": "<p>Returns the active element in the DOM. If the browser supports activeElement\non the document, this is returned. If not, the focus is tracked and the active\nelement is maintained internally.</p>\n",
1297       "params": [
1298
1299       ],
1300       "return": {
1301         "type": "HTMLElement",
1302         "doc": "<p>The active (focused) element in the document.</p>\n"
1303       },
1304       "private": false,
1305       "static": false,
1306       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static-more.js",
1307       "linenr": 59,
1308       "html_filename": "Element.static-more.html",
1309       "href": "Element.static-more.html#Ext-core-Element-method-getActiveElement",
1310       "shortDoc": "Returns the active element in the DOM. If the browser supports activeElement\non the document, this is returned. If no..."
1311     },
1312     {
1313       "tagname": "method",
1314       "name": "getAlignToXY",
1315       "member": "Ext.core.Element",
1316       "doc": "<p>Gets the x,y coordinates to align this element with another element. See <a href=\"#/api/Ext.Layer-method-alignTo\" rel=\"Ext.Layer-method-alignTo\" class=\"docClass\">alignTo</a> for more info on the\nsupported position values.</p>\n",
1317       "params": [
1318         {
1319           "type": "Mixed",
1320           "name": "element",
1321           "doc": "<p>The element to align to.</p>\n",
1322           "optional": false
1323         },
1324         {
1325           "type": "String",
1326           "name": "position",
1327           "doc": "<p>(optional, defaults to \"tl-bl?\") The position to align to.</p>\n",
1328           "optional": false
1329         },
1330         {
1331           "type": "Array",
1332           "name": "offsets",
1333           "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
1334           "optional": true
1335         }
1336       ],
1337       "return": {
1338         "type": "Array",
1339         "doc": "<p>[x, y]</p>\n"
1340       },
1341       "private": false,
1342       "static": false,
1343       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
1344       "linenr": 138,
1345       "html_filename": "Element.alignment.html",
1346       "href": "Element.alignment.html#Ext-core-Element-method-getAlignToXY",
1347       "shortDoc": "Gets the x,y coordinates to align this element with another element. See alignTo for more info on the\nsupported posit..."
1348     },
1349     {
1350       "tagname": "method",
1351       "name": "getAnchorXY",
1352       "member": "Ext.core.Element",
1353       "doc": "<p>Gets the x,y coordinates specified by the anchor position on the element.</p>\n",
1354       "params": [
1355         {
1356           "type": "String",
1357           "name": "anchor",
1358           "doc": "<p>(optional) The specified anchor position (defaults to \"c\").  See <a href=\"#/api/Ext.Layer-method-alignTo\" rel=\"Ext.Layer-method-alignTo\" class=\"docClass\">alignTo</a>\nfor details on supported anchor positions.</p>\n",
1359           "optional": true
1360         },
1361         {
1362           "type": "Boolean",
1363           "name": "local",
1364           "doc": "<p>(optional) True to get the local (element top/left-relative) anchor position instead\nof page coordinates</p>\n",
1365           "optional": true
1366         },
1367         {
1368           "type": "Object",
1369           "name": "size",
1370           "doc": "<p>(optional) An object containing the size to use for calculating anchor position\n{width: (target width), height: (target height)} (defaults to the element's current size)</p>\n",
1371           "optional": true
1372         }
1373       ],
1374       "return": {
1375         "type": "Array",
1376         "doc": "<p>[x, y] An array containing the element's x and y coordinates</p>\n"
1377       },
1378       "private": false,
1379       "static": false,
1380       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
1381       "linenr": 5,
1382       "html_filename": "Element.alignment.html",
1383       "href": "Element.alignment.html#Ext-core-Element-method-getAnchorXY",
1384       "shortDoc": "<p>Gets the x,y coordinates specified by the anchor position on the element.</p>\n"
1385     },
1386     {
1387       "tagname": "method",
1388       "name": "getAttribute",
1389       "member": "Ext.core.Element",
1390       "doc": "<p>Returns the value of an attribute from the element's underlying DOM node.</p>\n",
1391       "params": [
1392         {
1393           "type": "String",
1394           "name": "name",
1395           "doc": "<p>The attribute name</p>\n",
1396           "optional": false
1397         },
1398         {
1399           "type": "String",
1400           "name": "namespace",
1401           "doc": "<p>(optional) The namespace in which to look for the attribute</p>\n",
1402           "optional": true
1403         }
1404       ],
1405       "return": {
1406         "type": "String",
1407         "doc": "<p>The attribute value</p>\n"
1408       },
1409       "private": false,
1410       "static": false,
1411       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
1412       "linenr": 684,
1413       "html_filename": "Element2.html",
1414       "href": "Element2.html#Ext-core-Element-method-getAttribute",
1415       "shortDoc": "<p>Returns the value of an attribute from the element's underlying DOM node.</p>\n"
1416     },
1417     {
1418       "tagname": "method",
1419       "name": "getAttributeNS",
1420       "member": "Ext.core.Element",
1421       "doc": "<p>Returns the value of a namespaced attribute from the element's underlying DOM node.</p>\n",
1422       "params": [
1423         {
1424           "type": "String",
1425           "name": "namespace",
1426           "doc": "<p>The namespace in which to look for the attribute</p>\n",
1427           "optional": false
1428         },
1429         {
1430           "type": "String",
1431           "name": "name",
1432           "doc": "<p>The attribute name</p>\n",
1433           "optional": false
1434         }
1435       ],
1436       "return": {
1437         "type": "String",
1438         "doc": "<p>The attribute value\n@deprecated</p>\n"
1439       },
1440       "private": false,
1441       "static": false,
1442       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
1443       "linenr": 673,
1444       "html_filename": "Element2.html",
1445       "href": "Element2.html#Ext-core-Element-method-getAttributeNS",
1446       "shortDoc": "<p>Returns the value of a namespaced attribute from the element's underlying DOM node.</p>\n"
1447     },
1448     {
1449       "tagname": "method",
1450       "name": "getBorderWidth",
1451       "member": "Ext.core.Element",
1452       "doc": "<p>Gets the width of the border(s) for the specified side(s)</p>\n",
1453       "params": [
1454         {
1455           "type": "String",
1456           "name": "side",
1457           "doc": "<p>Can be t, l, r, b or any combination of those to add multiple values. For example,\npassing <tt>'lr'</tt> would get the border <b><u>l</u></b>eft width + the border <b><u>r</u></b>ight width.</p>\n",
1458           "optional": false
1459         }
1460       ],
1461       "return": {
1462         "type": "Number",
1463         "doc": "<p>The width of the sides passed added together</p>\n"
1464       },
1465       "private": false,
1466       "static": false,
1467       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1468       "linenr": 610,
1469       "html_filename": "Element.style.html",
1470       "href": "Element.style.html#Ext-core-Element-method-getBorderWidth",
1471       "shortDoc": "<p>Gets the width of the border(s) for the specified side(s)</p>\n"
1472     },
1473     {
1474       "tagname": "method",
1475       "name": "getBottom",
1476       "member": "Ext.core.Element",
1477       "doc": "<p>Gets the bottom Y coordinate of the element (element Y position + element height)</p>\n",
1478       "params": [
1479         {
1480           "type": "Boolean",
1481           "name": "local",
1482           "doc": "<p>True to get the local css position instead of page coordinate</p>\n",
1483           "optional": false
1484         }
1485       ],
1486       "return": {
1487         "type": "Number",
1488         "doc": "\n"
1489       },
1490       "private": false,
1491       "static": false,
1492       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1493       "linenr": 186,
1494       "html_filename": "Element.position.html",
1495       "href": "Element.position.html#Ext-core-Element-method-getBottom",
1496       "shortDoc": "<p>Gets the bottom Y coordinate of the element (element Y position + element height)</p>\n"
1497     },
1498     {
1499       "tagname": "method",
1500       "name": "getBox",
1501       "member": "Ext.core.Element",
1502       "doc": "<p>Return an object defining the area of this Element which can be passed to <a href=\"#/api/Ext.Layer-method-setBox\" rel=\"Ext.Layer-method-setBox\" class=\"docClass\">setBox</a> to\nset another Element's size/location to match this element.</p>\n",
1503       "params": [
1504         {
1505           "type": "Boolean",
1506           "name": "contentBox",
1507           "doc": "<p>(optional) If true a box for the content of the element is returned.</p>\n",
1508           "optional": true
1509         },
1510         {
1511           "type": "Boolean",
1512           "name": "local",
1513           "doc": "<p>(optional) If true the element's left and top are returned instead of page x/y.</p>\n",
1514           "optional": true
1515         }
1516       ],
1517       "return": {
1518         "type": "Object",
1519         "doc": "<p>box An object in the format</p>\n\n<pre><code>{\n    x: &lt;Element's X position>,\n    y: &lt;Element's Y position>,\n    width: &lt;Element's width>,\n    height: &lt;Element's height>,\n    bottom: &lt;Element's lower bound>,\n    right: &lt;Element's rightmost bound>\n}\n</code></pre>\n\n\n<p>The returned object may also be addressed as an Array where index 0 contains the X position\nand index 1 contains the Y position. So the result may also be used for <a href=\"#/api/Ext.Layer-method-setXY\" rel=\"Ext.Layer-method-setXY\" class=\"docClass\">setXY</a></p>\n"
1520       },
1521       "private": false,
1522       "static": false,
1523       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1524       "linenr": 327,
1525       "html_filename": "Element.position.html",
1526       "href": "Element.position.html#Ext-core-Element-method-getBox",
1527       "shortDoc": "Return an object defining the area of this Element which can be passed to setBox to\nset another Element's size/locati..."
1528     },
1529     {
1530       "tagname": "method",
1531       "name": "getCenterXY",
1532       "member": "Ext.core.Element",
1533       "doc": "<p>Calculates the x, y to center this element on the screen</p>\n",
1534       "params": [
1535
1536       ],
1537       "return": {
1538         "type": "Array",
1539         "doc": "<p>The x, y values [x, y]</p>\n"
1540       },
1541       "private": false,
1542       "static": false,
1543       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
1544       "linenr": 367,
1545       "html_filename": "Element.alignment.html",
1546       "href": "Element.alignment.html#Ext-core-Element-method-getCenterXY",
1547       "shortDoc": "<p>Calculates the x, y to center this element on the screen</p>\n"
1548     },
1549     {
1550       "tagname": "method",
1551       "name": "getColor",
1552       "member": "Ext.core.Element",
1553       "doc": "<p>Return the CSS color for the specified CSS attribute. rgb, 3 digit (like #fff) and valid values\nare convert to standard 6 digit hex color.</p>\n",
1554       "params": [
1555         {
1556           "type": "String",
1557           "name": "attr",
1558           "doc": "<p>The css attribute</p>\n",
1559           "optional": false
1560         },
1561         {
1562           "type": "String",
1563           "name": "defaultValue",
1564           "doc": "<p>The default value to use when a valid color isn't found</p>\n",
1565           "optional": false
1566         },
1567         {
1568           "type": "String",
1569           "name": "prefix",
1570           "doc": "<p>(optional) defaults to #. Use an empty string when working with\ncolor anims.</p>\n",
1571           "optional": true
1572         }
1573       ],
1574       "return": {
1575         "type": "void",
1576         "doc": "\n"
1577       },
1578       "private": false,
1579       "static": false,
1580       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1581       "linenr": 267,
1582       "html_filename": "Element.style.html",
1583       "href": "Element.style.html#Ext-core-Element-method-getColor",
1584       "shortDoc": "Return the CSS color for the specified CSS attribute. rgb, 3 digit (like #fff) and valid values\nare convert to standa..."
1585     },
1586     {
1587       "tagname": "method",
1588       "name": "getComputedHeight",
1589       "member": "Ext.core.Element",
1590       "doc": "<p>Returns either the offsetHeight or the height of this element based on CSS height adjusted by padding or borders\nwhen needed to simulate offsetHeight when offsets aren't available. This may not work on display:none elements\nif a height has not been set using CSS.</p>\n",
1591       "params": [
1592
1593       ],
1594       "return": {
1595         "type": "Number",
1596         "doc": "\n"
1597       },
1598       "private": false,
1599       "static": false,
1600       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1601       "linenr": 803,
1602       "html_filename": "Element.style.html",
1603       "href": "Element.style.html#Ext-core-Element-method-getComputedHeight",
1604       "shortDoc": "Returns either the offsetHeight or the height of this element based on CSS height adjusted by padding or borders\nwhen..."
1605     },
1606     {
1607       "tagname": "method",
1608       "name": "getComputedWidth",
1609       "member": "Ext.core.Element",
1610       "doc": "<p>Returns either the offsetWidth or the width of this element based on CSS width adjusted by padding or borders\nwhen needed to simulate offsetWidth when offsets aren't available. This may not work on display:none elements\nif a width has not been set using CSS.</p>\n",
1611       "params": [
1612
1613       ],
1614       "return": {
1615         "type": "Number",
1616         "doc": "\n"
1617       },
1618       "private": false,
1619       "static": false,
1620       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1621       "linenr": 821,
1622       "html_filename": "Element.style.html",
1623       "href": "Element.style.html#Ext-core-Element-method-getComputedWidth",
1624       "shortDoc": "Returns either the offsetWidth or the width of this element based on CSS width adjusted by padding or borders\nwhen ne..."
1625     },
1626     {
1627       "tagname": "method",
1628       "name": "getConstrainVector",
1629       "member": "Ext.core.Element",
1630       "doc": "<p>Returns the <code>[X, Y]</code> vector by which this element must be translated to make a best attempt\nto constrain within the passed constraint. Returns <code>false</code> is this element does not need to be moved.</p>\n\n\n<p>Priority is given to constraining the top and left within the constraint.</p>\n\n\n<p>The constraint may either be an existing element into which this element is to be constrained, or\nan <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Region</a> into which this element is to be constrained.</p>\n\n",
1631       "params": [
1632         {
1633           "type": "Object",
1634           "name": "constrainTo",
1635           "doc": "<p>{Mixed} The Element or <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Region</a> into which this element is to be constrained.</p>\n",
1636           "optional": false
1637         },
1638         {
1639           "type": "Object",
1640           "name": "proposedPosition",
1641           "doc": "<p>{Array} A proposed <code>[X, Y]</code> position to test for validity and to produce a vector for instead\nof using this Element's current position;</p>\n",
1642           "optional": false
1643         }
1644       ],
1645       "return": {
1646         "type": "Array",
1647         "doc": "<p><b>If</b> this element <i>needs</i> to be translated, an <code>[X, Y]</code>\nvector by which this element must be translated. Otherwise, <code>false</code>.</p>\n"
1648       },
1649       "private": false,
1650       "static": false,
1651       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
1652       "linenr": 313,
1653       "html_filename": "Element.alignment.html",
1654       "href": "Element.alignment.html#Ext-core-Element-method-getConstrainVector",
1655       "shortDoc": "Returns the [X, Y] vector by which this element must be translated to make a best attempt\nto constrain within the pas..."
1656     },
1657     {
1658       "tagname": "method",
1659       "name": "getDocumentHeight",
1660       "member": "Ext.core.Element",
1661       "doc": "<p>Retrieves the document height</p>\n",
1662       "params": [
1663
1664       ],
1665       "return": {
1666         "type": "Number",
1667         "doc": "<p>documentHeight</p>\n"
1668       },
1669       "private": false,
1670       "static": true,
1671       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
1672       "linenr": 103,
1673       "html_filename": "Element.static.html",
1674       "href": "Element.static.html#Ext-core-Element-method-getDocumentHeight",
1675       "shortDoc": "<p>Retrieves the document height</p>\n"
1676     },
1677     {
1678       "tagname": "method",
1679       "name": "getDocumentWidth",
1680       "member": "Ext.core.Element",
1681       "doc": "<p>Retrieves the document width</p>\n",
1682       "params": [
1683
1684       ],
1685       "return": {
1686         "type": "Number",
1687         "doc": "<p>documentWidth</p>\n"
1688       },
1689       "private": false,
1690       "static": true,
1691       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
1692       "linenr": 112,
1693       "html_filename": "Element.static.html",
1694       "href": "Element.static.html#Ext-core-Element-method-getDocumentWidth",
1695       "shortDoc": "<p>Retrieves the document width</p>\n"
1696     },
1697     {
1698       "tagname": "method",
1699       "name": "getFrameWidth",
1700       "member": "Ext.core.Element",
1701       "doc": "<p>Returns the sum width of the padding and borders for the passed \"sides\". See getBorderWidth()</p>\n\n<pre><code>     for more information about the sides.\n</code></pre>\n",
1702       "params": [
1703         {
1704           "type": "String",
1705           "name": "sides",
1706           "doc": "\n",
1707           "optional": false
1708         },
1709         {
1710           "type": "Object",
1711           "name": "onlyContentBox",
1712           "doc": "\n",
1713           "optional": false
1714         }
1715       ],
1716       "return": {
1717         "type": "Number",
1718         "doc": "\n"
1719       },
1720       "private": false,
1721       "static": false,
1722       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1723       "linenr": 840,
1724       "html_filename": "Element.style.html",
1725       "href": "Element.style.html#Ext-core-Element-method-getFrameWidth",
1726       "shortDoc": "Returns the sum width of the padding and borders for the passed \"sides\". See getBorderWidth()\n\n     for more informat..."
1727     },
1728     {
1729       "tagname": "method",
1730       "name": "getHeight",
1731       "member": "Ext.core.Element",
1732       "doc": "<p>Returns the offset height of the element</p>\n",
1733       "params": [
1734         {
1735           "type": "Boolean",
1736           "name": "contentHeight",
1737           "doc": "<p>(optional) true to get the height minus borders and padding</p>\n",
1738           "optional": true
1739         },
1740         {
1741           "type": "Object",
1742           "name": "preciseHeight",
1743           "doc": "\n",
1744           "optional": false
1745         }
1746       ],
1747       "return": {
1748         "type": "Number",
1749         "doc": "<p>The element's height</p>\n"
1750       },
1751       "private": false,
1752       "static": false,
1753       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1754       "linenr": 426,
1755       "html_filename": "Element.style.html",
1756       "href": "Element.style.html#Ext-core-Element-method-getHeight",
1757       "shortDoc": "<p>Returns the offset height of the element</p>\n"
1758     },
1759     {
1760       "tagname": "method",
1761       "name": "getLeft",
1762       "member": "Ext.core.Element",
1763       "doc": "<p>Gets the left X coordinate</p>\n",
1764       "params": [
1765         {
1766           "type": "Boolean",
1767           "name": "local",
1768           "doc": "<p>True to get the local css position instead of page coordinate</p>\n",
1769           "optional": false
1770         }
1771       ],
1772       "return": {
1773         "type": "Number",
1774         "doc": "\n"
1775       },
1776       "private": false,
1777       "static": false,
1778       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1779       "linenr": 158,
1780       "html_filename": "Element.position.html",
1781       "href": "Element.position.html#Ext-core-Element-method-getLeft",
1782       "shortDoc": "<p>Gets the left X coordinate</p>\n"
1783     },
1784     {
1785       "tagname": "method",
1786       "name": "getLoader",
1787       "member": "Ext.core.Element",
1788       "doc": "<p>Gets this element's <a href=\"#/api/Ext.ElementLoader\" rel=\"Ext.ElementLoader\" class=\"docClass\">ElementLoader</a></p>\n",
1789       "params": [
1790
1791       ],
1792       "return": {
1793         "type": "Ext.ElementLoader",
1794         "doc": "<p>The loader</p>\n"
1795       },
1796       "private": false,
1797       "static": false,
1798       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
1799       "linenr": 131,
1800       "html_filename": "Element-more.html",
1801       "href": "Element-more.html#Ext-core-Element-method-getLoader",
1802       "shortDoc": "<p>Gets this element's <a href=\"#/api/Ext.ElementLoader\" rel=\"Ext.ElementLoader\" class=\"docClass\">ElementLoader</a></p>\n"
1803     },
1804     {
1805       "tagname": "method",
1806       "name": "getMargin",
1807       "member": "Ext.core.Element",
1808       "doc": "<p>Returns an object with properties top, left, right and bottom representing the margins of this element unless sides is passed,\nthen it returns the calculated width of the sides (see getPadding)</p>\n",
1809       "params": [
1810         {
1811           "type": "String",
1812           "name": "sides",
1813           "doc": "<p>(optional) Any combination of l, r, t, b to get the sum of those sides</p>\n",
1814           "optional": true
1815         }
1816       ],
1817       "return": {
1818         "type": "Object/Number",
1819         "doc": "\n"
1820       },
1821       "private": false,
1822       "static": false,
1823       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1824       "linenr": 1037,
1825       "html_filename": "Element.style.html",
1826       "href": "Element.style.html#Ext-core-Element-method-getMargin",
1827       "shortDoc": "Returns an object with properties top, left, right and bottom representing the margins of this element unless sides i..."
1828     },
1829     {
1830       "tagname": "method",
1831       "name": "getOffsetsTo",
1832       "member": "Ext.core.Element",
1833       "doc": "<p>Returns the offsets of this element from the passed element. Both element must be part of the DOM tree and not have display:none to have page coordinates.</p>\n",
1834       "params": [
1835         {
1836           "type": "Mixed",
1837           "name": "element",
1838           "doc": "<p>The element to get the offsets from.</p>\n",
1839           "optional": false
1840         }
1841       ],
1842       "return": {
1843         "type": "Array",
1844         "doc": "<p>The XY page offsets (e.g. [100, -200])</p>\n"
1845       },
1846       "private": false,
1847       "static": false,
1848       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1849       "linenr": 42,
1850       "html_filename": "Element.position.html",
1851       "href": "Element.position.html#Ext-core-Element-method-getOffsetsTo",
1852       "shortDoc": "Returns the offsets of this element from the passed element. Both element must be part of the DOM tree and not have d..."
1853     },
1854     {
1855       "tagname": "method",
1856       "name": "getOrientation",
1857       "member": "Ext.core.Element",
1858       "doc": "<p>Retrieves the current orientation of the window. This is calculated by\ndeterming if the height is greater than the width.</p>\n",
1859       "params": [
1860
1861       ],
1862       "return": {
1863         "type": "String",
1864         "doc": "<p>Orientation of window: 'portrait' or 'landscape'</p>\n"
1865       },
1866       "private": false,
1867       "static": true,
1868       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
1869       "linenr": 151,
1870       "html_filename": "Element.static.html",
1871       "href": "Element.static.html#Ext-core-Element-method-getOrientation",
1872       "shortDoc": "Retrieves the current orientation of the window. This is calculated by\ndeterming if the height is greater than the wi..."
1873     },
1874     {
1875       "tagname": "method",
1876       "name": "getPadding",
1877       "member": "Ext.core.Element",
1878       "doc": "<p>Gets the width of the padding(s) for the specified side(s)</p>\n",
1879       "params": [
1880         {
1881           "type": "String",
1882           "name": "side",
1883           "doc": "<p>Can be t, l, r, b or any combination of those to add multiple values. For example,\npassing <tt>'lr'</tt> would get the padding <b><u>l</u></b>eft + the padding <b><u>r</u></b>ight.</p>\n",
1884           "optional": false
1885         }
1886       ],
1887       "return": {
1888         "type": "Number",
1889         "doc": "<p>The padding of the sides passed added together</p>\n"
1890       },
1891       "private": false,
1892       "static": false,
1893       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
1894       "linenr": 620,
1895       "html_filename": "Element.style.html",
1896       "href": "Element.style.html#Ext-core-Element-method-getPadding",
1897       "shortDoc": "<p>Gets the width of the padding(s) for the specified side(s)</p>\n"
1898     },
1899     {
1900       "tagname": "method",
1901       "name": "getPageBox",
1902       "member": "Ext.core.Element",
1903       "doc": "<p>Return an object defining the area of this Element which can be passed to <a href=\"#/api/Ext.Layer-method-setBox\" rel=\"Ext.Layer-method-setBox\" class=\"docClass\">setBox</a> to\nset another Element's size/location to match this element.</p>\n",
1904       "params": [
1905         {
1906           "type": "Boolean",
1907           "name": "asRegion",
1908           "doc": "<p>(optional) If true an <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Ext.util.Region</a> will be returned</p>\n",
1909           "optional": true
1910         }
1911       ],
1912       "return": {
1913         "type": "Object",
1914         "doc": "<p>box An object in the format</p>\n\n<pre><code>{\n    x: &lt;Element's X position>,\n    y: &lt;Element's Y position>,\n    width: &lt;Element's width>,\n    height: &lt;Element's height>,\n    bottom: &lt;Element's lower bound>,\n    right: &lt;Element's rightmost bound>\n}\n</code></pre>\n\n\n<p>The returned object may also be addressed as an Array where index 0 contains the X position\nand index 1 contains the Y position. So the result may also be used for <a href=\"#/api/Ext.Layer-method-setXY\" rel=\"Ext.Layer-method-setXY\" class=\"docClass\">setXY</a></p>\n"
1915       },
1916       "private": false,
1917       "static": false,
1918       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1919       "linenr": 474,
1920       "html_filename": "Element.position.html",
1921       "href": "Element.position.html#Ext-core-Element-method-getPageBox",
1922       "shortDoc": "Return an object defining the area of this Element which can be passed to setBox to\nset another Element's size/locati..."
1923     },
1924     {
1925       "tagname": "method",
1926       "name": "getPositioning",
1927       "member": "Ext.core.Element",
1928       "doc": "<p>Gets an object with all CSS positioning properties. Useful along with setPostioning to get\nsnapshot before performing an update and then restoring the element.</p>\n",
1929       "params": [
1930
1931       ],
1932       "return": {
1933         "type": "Object",
1934         "doc": "\n"
1935       },
1936       "private": false,
1937       "static": false,
1938       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1939       "linenr": 238,
1940       "html_filename": "Element.position.html",
1941       "href": "Element.position.html#Ext-core-Element-method-getPositioning",
1942       "shortDoc": "Gets an object with all CSS positioning properties. Useful along with setPostioning to get\nsnapshot before performing..."
1943     },
1944     {
1945       "tagname": "method",
1946       "name": "getRegion",
1947       "member": "Ext.core.Element",
1948       "doc": "<p>Returns the region of this element.\nThe element must be part of the DOM tree to have a region (display:none or elements not appended return false).</p>\n",
1949       "params": [
1950
1951       ],
1952       "return": {
1953         "type": "Region",
1954         "doc": "<p>A <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Ext.util.Region</a> containing \"top, left, bottom, right\" member data.</p>\n"
1955       },
1956       "private": false,
1957       "static": false,
1958       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1959       "linenr": 437,
1960       "html_filename": "Element.position.html",
1961       "href": "Element.position.html#Ext-core-Element-method-getRegion",
1962       "shortDoc": "Returns the region of this element.\nThe element must be part of the DOM tree to have a region (display:none or elemen..."
1963     },
1964     {
1965       "tagname": "method",
1966       "name": "getRight",
1967       "member": "Ext.core.Element",
1968       "doc": "<p>Gets the right X coordinate of the element (element X position + element width)</p>\n",
1969       "params": [
1970         {
1971           "type": "Boolean",
1972           "name": "local",
1973           "doc": "<p>True to get the local css position instead of page coordinate</p>\n",
1974           "optional": false
1975         }
1976       ],
1977       "return": {
1978         "type": "Number",
1979         "doc": "\n"
1980       },
1981       "private": false,
1982       "static": false,
1983       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
1984       "linenr": 167,
1985       "html_filename": "Element.position.html",
1986       "href": "Element.position.html#Ext-core-Element-method-getRight",
1987       "shortDoc": "<p>Gets the right X coordinate of the element (element X position + element width)</p>\n"
1988     },
1989     {
1990       "tagname": "method",
1991       "name": "getScroll",
1992       "member": "Ext.core.Element",
1993       "doc": "<p>Returns the current scroll position of the element.</p>\n",
1994       "params": [
1995
1996       ],
1997       "return": {
1998         "type": "Object",
1999         "doc": "<p>An object containing the scroll position in the format {left: (scrollLeft), top: (scrollTop)}</p>\n"
2000       },
2001       "private": false,
2002       "static": false,
2003       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.scroll.js",
2004       "linenr": 14,
2005       "html_filename": "Element.scroll.html",
2006       "href": "Element.scroll.html#Ext-core-Element-method-getScroll",
2007       "shortDoc": "<p>Returns the current scroll position of the element.</p>\n"
2008     },
2009     {
2010       "tagname": "method",
2011       "name": "getSize",
2012       "member": "Ext.core.Element",
2013       "doc": "<p>Returns the size of the element.</p>\n",
2014       "params": [
2015         {
2016           "type": "Boolean",
2017           "name": "contentSize",
2018           "doc": "<p>(optional) true to get the width/size minus borders and padding</p>\n",
2019           "optional": true
2020         }
2021       ],
2022       "return": {
2023         "type": "Object",
2024         "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
2025       },
2026       "private": false,
2027       "static": false,
2028       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2029       "linenr": 1000,
2030       "html_filename": "Element.style.html",
2031       "href": "Element.style.html#Ext-core-Element-method-getSize",
2032       "shortDoc": "<p>Returns the size of the element.</p>\n"
2033     },
2034     {
2035       "tagname": "method",
2036       "name": "getStyle",
2037       "member": "Ext.core.Element",
2038       "doc": "<p>Normalizes currentStyle and computedStyle.</p>\n",
2039       "params": [
2040         {
2041           "type": "String",
2042           "name": "property",
2043           "doc": "<p>The style property whose value is returned.</p>\n",
2044           "optional": false
2045         }
2046       ],
2047       "return": {
2048         "type": "String",
2049         "doc": "<p>The current value of the style property for this element.</p>\n"
2050       },
2051       "private": false,
2052       "static": false,
2053       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2054       "linenr": 207,
2055       "html_filename": "Element.style.html",
2056       "href": "Element.style.html#Ext-core-Element-method-getStyle",
2057       "shortDoc": "<p>Normalizes currentStyle and computedStyle.</p>\n"
2058     },
2059     {
2060       "tagname": "method",
2061       "name": "getStyleSize",
2062       "member": "Ext.core.Element",
2063       "doc": "<p>Returns the dimensions of the element available to lay content out in.<p>\n\ngetStyleSize utilizes prefers style sizing if present, otherwise it chooses the larger of offsetHeight/clientHeight and offsetWidth/clientWidth.\nTo obtain the size excluding scrollbars, use getViewSize\n\nSizing of the document body is handled at the adapter level which handles special cases for IE and strict modes, etc.\n\n",
2064       "params": [
2065
2066       ],
2067       "return": {
2068         "type": "void",
2069         "doc": "\n"
2070       },
2071       "private": false,
2072       "static": false,
2073       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2074       "linenr": 958,
2075       "html_filename": "Element.style.html",
2076       "href": "Element.style.html#Ext-core-Element-method-getStyleSize",
2077       "shortDoc": "Returns the dimensions of the element available to lay content out in.\n\ngetStyleSize utilizes prefers style sizing if..."
2078     },
2079     {
2080       "tagname": "method",
2081       "name": "getStyles",
2082       "member": "Ext.core.Element",
2083       "doc": "<p>Returns an object with properties matching the styles requested.\nFor example, el.getStyles('color', 'font-size', 'width') might return\n{'color': '#FFFFFF', 'font-size': '13px', 'width': '100px'}.</p>\n",
2084       "params": [
2085         {
2086           "type": "String",
2087           "name": "style1",
2088           "doc": "<p>A style name</p>\n",
2089           "optional": false
2090         },
2091         {
2092           "type": "String",
2093           "name": "style2",
2094           "doc": "<p>A style name</p>\n",
2095           "optional": false
2096         },
2097         {
2098           "type": "String",
2099           "name": "etc",
2100           "doc": "<p>.</p>\n",
2101           "optional": false
2102         }
2103       ],
2104       "return": {
2105         "type": "Object",
2106         "doc": "<p>The style object</p>\n"
2107       },
2108       "private": false,
2109       "static": false,
2110       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2111       "linenr": 707,
2112       "html_filename": "Element.style.html",
2113       "href": "Element.style.html#Ext-core-Element-method-getStyles",
2114       "shortDoc": "Returns an object with properties matching the styles requested.\nFor example, el.getStyles('color', 'font-size', 'wid..."
2115     },
2116     {
2117       "tagname": "method",
2118       "name": "getTextWidth",
2119       "member": "Ext.core.Element",
2120       "doc": "<p>Returns the width in pixels of the passed text, or the width of the text in this Element. getTextWidth</p>\n",
2121       "params": [
2122         {
2123           "type": "String",
2124           "name": "text",
2125           "doc": "<p>The text to measure. Defaults to the innerHTML of the element.</p>\n",
2126           "optional": false
2127         },
2128         {
2129           "type": "Number",
2130           "name": "min",
2131           "doc": "<p>(Optional) The minumum value to return.</p>\n",
2132           "optional": false
2133         },
2134         {
2135           "type": "Number",
2136           "name": "max",
2137           "doc": "<p>(Optional) The maximum value to return.</p>\n",
2138           "optional": false
2139         }
2140       ],
2141       "return": {
2142         "type": "Number",
2143         "doc": "<p>The text width in pixels.</p>\n"
2144       },
2145       "private": false,
2146       "static": false,
2147       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/TextMetrics.js",
2148       "linenr": 138,
2149       "html_filename": "TextMetrics.html",
2150       "href": "TextMetrics.html#Ext-core-Element-method-getTextWidth",
2151       "shortDoc": "<p>Returns the width in pixels of the passed text, or the width of the text in this Element. getTextWidth</p>\n"
2152     },
2153     {
2154       "tagname": "method",
2155       "name": "getTop",
2156       "member": "Ext.core.Element",
2157       "doc": "<p>Gets the top Y coordinate</p>\n",
2158       "params": [
2159         {
2160           "type": "Boolean",
2161           "name": "local",
2162           "doc": "<p>True to get the local css position instead of page coordinate</p>\n",
2163           "optional": false
2164         }
2165       ],
2166       "return": {
2167         "type": "Number",
2168         "doc": "\n"
2169       },
2170       "private": false,
2171       "static": false,
2172       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
2173       "linenr": 177,
2174       "html_filename": "Element.position.html",
2175       "href": "Element.position.html#Ext-core-Element-method-getTop",
2176       "shortDoc": "<p>Gets the top Y coordinate</p>\n"
2177     },
2178     {
2179       "tagname": "method",
2180       "name": "getValue",
2181       "member": "Ext.core.Element",
2182       "doc": "<p>Returns the value of the \"value\" attribute</p>\n",
2183       "params": [
2184         {
2185           "type": "Boolean",
2186           "name": "asNumber",
2187           "doc": "<p>true to parse the value as a number</p>\n",
2188           "optional": false
2189         }
2190       ],
2191       "return": {
2192         "type": "String/Number",
2193         "doc": "\n"
2194       },
2195       "private": false,
2196       "static": false,
2197       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
2198       "linenr": 440,
2199       "html_filename": "Element2.html",
2200       "href": "Element2.html#Ext-core-Element-method-getValue",
2201       "shortDoc": "<p>Returns the value of the \"value\" attribute</p>\n"
2202     },
2203     {
2204       "tagname": "method",
2205       "name": "getViewRegion",
2206       "member": "Ext.core.Element",
2207       "doc": "<p>Returns the <b>content</b> region of this element. That is the region within the borders and padding.</p>\n",
2208       "params": [
2209
2210       ],
2211       "return": {
2212         "type": "Region",
2213         "doc": "<p>A <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Ext.util.Region</a> containing \"top, left, bottom, right\" member data.</p>\n"
2214       },
2215       "private": false,
2216       "static": false,
2217       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
2218       "linenr": 446,
2219       "html_filename": "Element.position.html",
2220       "href": "Element.position.html#Ext-core-Element-method-getViewRegion",
2221       "shortDoc": "<p>Returns the <b>content</b> region of this element. That is the region within the borders and padding.</p>\n"
2222     },
2223     {
2224       "tagname": "method",
2225       "name": "getViewSize",
2226       "member": "Ext.core.Element",
2227       "doc": "<p>Returns the dimensions of the element available to lay content out in.<p>\n<p>If the element (or any ancestor element) has CSS style <code>display : none</code>, the dimensions will be zero.</p>\nexample:\n<pre><code>        var vpSize = Ext.getBody().getViewSize();\n\n        // all Windows created afterwards will have a default value of 90% height and 95% width\n        Ext.Window.override({\n            width: vpSize.width * 0.9,\n            height: vpSize.height * 0.95\n        });\n        // To handle window resizing you would have to hook onto onWindowResize.\n</code></pre>\n\ngetViewSize utilizes clientHeight/clientWidth which excludes sizing of scrollbars.\nTo obtain the size including scrollbars, use getStyleSize\n\nSizing of the document body is handled at the adapter level which handles special cases for IE and strict modes, etc.\n\n",
2228       "params": [
2229
2230       ],
2231       "return": {
2232         "type": "void",
2233         "doc": "\n"
2234       },
2235       "private": false,
2236       "static": false,
2237       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2238       "linenr": 904,
2239       "html_filename": "Element.style.html",
2240       "href": "Element.style.html#Ext-core-Element-method-getViewSize",
2241       "shortDoc": "Returns the dimensions of the element available to lay content out in.\nIf the element (or any ancestor element) has C..."
2242     },
2243     {
2244       "tagname": "method",
2245       "name": "getViewportHeight",
2246       "member": "Ext.core.Element",
2247       "doc": "<p>Retrieves the viewport height of the window.</p>\n",
2248       "params": [
2249
2250       ],
2251       "return": {
2252         "type": "Number",
2253         "doc": "<p>viewportHeight</p>\n"
2254       },
2255       "private": false,
2256       "static": true,
2257       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
2258       "linenr": 121,
2259       "html_filename": "Element.static.html",
2260       "href": "Element.static.html#Ext-core-Element-method-getViewportHeight",
2261       "shortDoc": "<p>Retrieves the viewport height of the window.</p>\n"
2262     },
2263     {
2264       "tagname": "method",
2265       "name": "getViewportWidth",
2266       "member": "Ext.core.Element",
2267       "doc": "<p>Retrieves the viewport width of the window.</p>\n",
2268       "params": [
2269
2270       ],
2271       "return": {
2272         "type": "Number",
2273         "doc": "<p>viewportWidth</p>\n"
2274       },
2275       "private": false,
2276       "static": true,
2277       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
2278       "linenr": 130,
2279       "html_filename": "Element.static.html",
2280       "href": "Element.static.html#Ext-core-Element-method-getViewportWidth",
2281       "shortDoc": "<p>Retrieves the viewport width of the window.</p>\n"
2282     },
2283     {
2284       "tagname": "method",
2285       "name": "getWidth",
2286       "member": "Ext.core.Element",
2287       "doc": "<p>Returns the offset width of the element</p>\n",
2288       "params": [
2289         {
2290           "type": "Boolean",
2291           "name": "contentWidth",
2292           "doc": "<p>(optional) true to get the width minus borders and padding</p>\n",
2293           "optional": true
2294         },
2295         {
2296           "type": "Object",
2297           "name": "preciseWidth",
2298           "doc": "\n",
2299           "optional": false
2300         }
2301       ],
2302       "return": {
2303         "type": "Number",
2304         "doc": "<p>The element's width</p>\n"
2305       },
2306       "private": false,
2307       "static": false,
2308       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2309       "linenr": 474,
2310       "html_filename": "Element.style.html",
2311       "href": "Element.style.html#Ext-core-Element-method-getWidth",
2312       "shortDoc": "<p>Returns the offset width of the element</p>\n"
2313     },
2314     {
2315       "tagname": "method",
2316       "name": "getX",
2317       "member": "Ext.core.Element",
2318       "doc": "<p>Gets the current X position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
2319       "params": [
2320
2321       ],
2322       "return": {
2323         "type": "Number",
2324         "doc": "<p>The X position of the element</p>\n"
2325       },
2326       "private": false,
2327       "static": false,
2328       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
2329       "linenr": 18,
2330       "html_filename": "Element.position.html",
2331       "href": "Element.position.html#Ext-core-Element-method-getX",
2332       "shortDoc": "Gets the current X position of the element based on page coordinates.  Element must be part of the DOM tree to have p..."
2333     },
2334     {
2335       "tagname": "method",
2336       "name": "getXY",
2337       "member": "Ext.core.Element",
2338       "doc": "<p>Gets the current position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
2339       "params": [
2340
2341       ],
2342       "return": {
2343         "type": "Array",
2344         "doc": "<p>The XY position of the element</p>\n"
2345       },
2346       "private": false,
2347       "static": false,
2348       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
2349       "linenr": 34,
2350       "html_filename": "Element.position.html",
2351       "href": "Element.position.html#Ext-core-Element-method-getXY",
2352       "shortDoc": "Gets the current position of the element based on page coordinates.  Element must be part of the DOM tree to have pag..."
2353     },
2354     {
2355       "tagname": "method",
2356       "name": "getY",
2357       "member": "Ext.core.Element",
2358       "doc": "<p>Gets the current Y position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
2359       "params": [
2360
2361       ],
2362       "return": {
2363         "type": "Number",
2364         "doc": "<p>The Y position of the element</p>\n"
2365       },
2366       "private": false,
2367       "static": false,
2368       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
2369       "linenr": 26,
2370       "html_filename": "Element.position.html",
2371       "href": "Element.position.html#Ext-core-Element-method-getY",
2372       "shortDoc": "Gets the current Y position of the element based on page coordinates.  Element must be part of the DOM tree to have p..."
2373     },
2374     {
2375       "tagname": "method",
2376       "name": "ghost",
2377       "member": "Ext.core.Element",
2378       "doc": "<p>Slides the element while fading it out of view.  An anchor point can be optionally passed to set the\nending point of the effect.\nUsage:</p>\n\n<pre><code>// default: slide the element downward while fading out\nel.ghost();\n\n// custom: slide the element out to the right with a 2-second duration\nel.ghost('r', { duration: 2 });\n\n// common config options shown with default values\nel.ghost('b', {\n    easing: 'easeOut',\n    duration: 500\n});\n</code></pre>\n\n",
2379       "params": [
2380         {
2381           "type": "String",
2382           "name": "anchor",
2383           "doc": "<p>(optional) One of the valid Fx anchor positions (defaults to bottom: 'b')</p>\n",
2384           "optional": true
2385         },
2386         {
2387           "type": "Object",
2388           "name": "options",
2389           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
2390           "optional": true
2391         }
2392       ],
2393       "return": {
2394         "type": "Ext.core.Element",
2395         "doc": "<p>The Element</p>\n"
2396       },
2397       "private": false,
2398       "static": false,
2399       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
2400       "linenr": 590,
2401       "html_filename": "Element.anim.html",
2402       "href": "Element.anim.html#Ext-core-Element-method-ghost",
2403       "shortDoc": "Slides the element while fading it out of view.  An anchor point can be optionally passed to set the\nending point of ..."
2404     },
2405     {
2406       "tagname": "method",
2407       "name": "hasCls",
2408       "member": "Ext.core.Element",
2409       "doc": "<p>Checks if the specified CSS class exists on this element's DOM node.</p>\n",
2410       "params": [
2411         {
2412           "type": "String",
2413           "name": "className",
2414           "doc": "<p>The CSS class to check for</p>\n",
2415           "optional": false
2416         }
2417       ],
2418       "return": {
2419         "type": "Boolean",
2420         "doc": "<p>True if the class exists, else false</p>\n"
2421       },
2422       "private": false,
2423       "static": false,
2424       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
2425       "linenr": 168,
2426       "html_filename": "Element.style.html",
2427       "href": "Element.style.html#Ext-core-Element-method-hasCls",
2428       "shortDoc": "<p>Checks if the specified CSS class exists on this element's DOM node.</p>\n"
2429     },
2430     {
2431       "tagname": "method",
2432       "name": "hide",
2433       "member": "Ext.core.Element",
2434       "doc": "<p>Hide this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See <a href=\"#/api/Ext.Layer-method-setVisible\" rel=\"Ext.Layer-method-setVisible\" class=\"docClass\">setVisible</a>.</p>\n",
2435       "params": [
2436         {
2437           "type": "Boolean/Object",
2438           "name": "animate",
2439           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
2440           "optional": true
2441         }
2442       ],
2443       "return": {
2444         "type": "Ext.core.Element",
2445         "doc": "<p>this</p>\n"
2446       },
2447       "private": false,
2448       "static": false,
2449       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
2450       "linenr": 245,
2451       "html_filename": "Element.fx.html",
2452       "href": "Element.fx.html#Ext-core-Element-method-hide",
2453       "shortDoc": "<p>Hide this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See <a href=\"#/api/Ext.Layer-method-setVisible\" rel=\"Ext.Layer-method-setVisible\" class=\"docClass\">setVisible</a>.</p>\n"
2454     },
2455     {
2456       "tagname": "method",
2457       "name": "highlight",
2458       "member": "Ext.core.Element",
2459       "doc": "<p>Highlights the Element by setting a color (applies to the background-color by default, but can be\nchanged using the \"attr\" config option) and then fading back to the original color. If no original\ncolor is available, you should provide the \"endColor\" config option which will be cleared after the animation.\nUsage:</p>\n\n<pre><code>// default: highlight background to yellow\nel.highlight();\n\n// custom: highlight foreground text to blue for 2 seconds\nel.highlight(\"0000ff\", { attr: 'color', duration: 2 });\n\n// common config options shown with default values\nel.highlight(\"ffff9c\", {\n    attr: \"backgroundColor\", //can be any valid CSS property (attribute) that supports a color value\n    endColor: (current color) or \"ffffff\",\n    easing: 'easeIn',\n    duration: 1000\n});\n</code></pre>\n\n",
2460       "params": [
2461         {
2462           "type": "String",
2463           "name": "color",
2464           "doc": "<p>(optional) The highlight color. Should be a 6 char hex color without the leading # (defaults to yellow: 'ffff9c')</p>\n",
2465           "optional": true
2466         },
2467         {
2468           "type": "Object",
2469           "name": "options",
2470           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
2471           "optional": true
2472         }
2473       ],
2474       "return": {
2475         "type": "Ext.core.Element",
2476         "doc": "<p>The Element</p>\n"
2477       },
2478       "private": false,
2479       "static": false,
2480       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
2481       "linenr": 676,
2482       "html_filename": "Element.anim.html",
2483       "href": "Element.anim.html#Ext-core-Element-method-highlight",
2484       "shortDoc": "Highlights the Element by setting a color (applies to the background-color by default, but can be\nchanged using the \"..."
2485     },
2486     {
2487       "tagname": "method",
2488       "name": "hover",
2489       "member": "Ext.core.Element",
2490       "doc": "<p>Sets up event handlers to call the passed functions when the mouse is moved into and out of the Element.</p>\n",
2491       "params": [
2492         {
2493           "type": "Function",
2494           "name": "overFn",
2495           "doc": "<p>The function to call when the mouse enters the Element.</p>\n",
2496           "optional": false
2497         },
2498         {
2499           "type": "Function",
2500           "name": "outFn",
2501           "doc": "<p>The function to call when the mouse leaves the Element.</p>\n",
2502           "optional": false
2503         },
2504         {
2505           "type": "Object",
2506           "name": "scope",
2507           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the functions are executed. Defaults to the Element's DOM element.</p>\n",
2508           "optional": true
2509         },
2510         {
2511           "type": "Object",
2512           "name": "options",
2513           "doc": "<p>(optional) Options for the listener. See <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">the &lt;tt&gt;options&lt;/tt&gt; parameter</a>.</p>\n",
2514           "optional": true
2515         }
2516       ],
2517       "return": {
2518         "type": "Ext.core.Element",
2519         "doc": "<p>this</p>\n"
2520       },
2521       "private": false,
2522       "static": false,
2523       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
2524       "linenr": 649,
2525       "html_filename": "Element2.html",
2526       "href": "Element2.html#Ext-core-Element-method-hover",
2527       "shortDoc": "<p>Sets up event handlers to call the passed functions when the mouse is moved into and out of the Element.</p>\n"
2528     },
2529     {
2530       "tagname": "method",
2531       "name": "initDD",
2532       "member": "Ext.core.Element",
2533       "doc": "<p>Initializes a <a href=\"#/api/Ext.dd.DD\" rel=\"Ext.dd.DD\" class=\"docClass\">Ext.dd.DD</a> drag drop object for this element.</p>\n",
2534       "params": [
2535         {
2536           "type": "String",
2537           "name": "group",
2538           "doc": "<p>The group the DD object is member of</p>\n",
2539           "optional": false
2540         },
2541         {
2542           "type": "Object",
2543           "name": "config",
2544           "doc": "<p>The DD config object</p>\n",
2545           "optional": false
2546         },
2547         {
2548           "type": "Object",
2549           "name": "overrides",
2550           "doc": "<p>An object containing methods to override/implement on the DD object</p>\n",
2551           "optional": false
2552         }
2553       ],
2554       "return": {
2555         "type": "Ext.dd.DD",
2556         "doc": "<p>The DD object</p>\n"
2557       },
2558       "private": false,
2559       "static": false,
2560       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.dd.js",
2561       "linenr": 5,
2562       "html_filename": "Element.dd.html",
2563       "href": "Element.dd.html#Ext-core-Element-method-initDD",
2564       "shortDoc": "<p>Initializes a <a href=\"#/api/Ext.dd.DD\" rel=\"Ext.dd.DD\" class=\"docClass\">Ext.dd.DD</a> drag drop object for this element.</p>\n"
2565     },
2566     {
2567       "tagname": "method",
2568       "name": "initDDProxy",
2569       "member": "Ext.core.Element",
2570       "doc": "<p>Initializes a <a href=\"#/api/Ext.dd.DDProxy\" rel=\"Ext.dd.DDProxy\" class=\"docClass\">Ext.dd.DDProxy</a> object for this element.</p>\n",
2571       "params": [
2572         {
2573           "type": "String",
2574           "name": "group",
2575           "doc": "<p>The group the DDProxy object is member of</p>\n",
2576           "optional": false
2577         },
2578         {
2579           "type": "Object",
2580           "name": "config",
2581           "doc": "<p>The DDProxy config object</p>\n",
2582           "optional": false
2583         },
2584         {
2585           "type": "Object",
2586           "name": "overrides",
2587           "doc": "<p>An object containing methods to override/implement on the DDProxy object</p>\n",
2588           "optional": false
2589         }
2590       ],
2591       "return": {
2592         "type": "Ext.dd.DDProxy",
2593         "doc": "<p>The DDProxy object</p>\n"
2594       },
2595       "private": false,
2596       "static": false,
2597       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.dd.js",
2598       "linenr": 17,
2599       "html_filename": "Element.dd.html",
2600       "href": "Element.dd.html#Ext-core-Element-method-initDDProxy",
2601       "shortDoc": "<p>Initializes a <a href=\"#/api/Ext.dd.DDProxy\" rel=\"Ext.dd.DDProxy\" class=\"docClass\">Ext.dd.DDProxy</a> object for this element.</p>\n"
2602     },
2603     {
2604       "tagname": "method",
2605       "name": "initDDTarget",
2606       "member": "Ext.core.Element",
2607       "doc": "<p>Initializes a <a href=\"#/api/Ext.dd.DDTarget\" rel=\"Ext.dd.DDTarget\" class=\"docClass\">Ext.dd.DDTarget</a> object for this element.</p>\n",
2608       "params": [
2609         {
2610           "type": "String",
2611           "name": "group",
2612           "doc": "<p>The group the DDTarget object is member of</p>\n",
2613           "optional": false
2614         },
2615         {
2616           "type": "Object",
2617           "name": "config",
2618           "doc": "<p>The DDTarget config object</p>\n",
2619           "optional": false
2620         },
2621         {
2622           "type": "Object",
2623           "name": "overrides",
2624           "doc": "<p>An object containing methods to override/implement on the DDTarget object</p>\n",
2625           "optional": false
2626         }
2627       ],
2628       "return": {
2629         "type": "Ext.dd.DDTarget",
2630         "doc": "<p>The DDTarget object</p>\n"
2631       },
2632       "private": false,
2633       "static": false,
2634       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.dd.js",
2635       "linenr": 29,
2636       "html_filename": "Element.dd.html",
2637       "href": "Element.dd.html#Ext-core-Element-method-initDDTarget",
2638       "shortDoc": "<p>Initializes a <a href=\"#/api/Ext.dd.DDTarget\" rel=\"Ext.dd.DDTarget\" class=\"docClass\">Ext.dd.DDTarget</a> object for this element.</p>\n"
2639     },
2640     {
2641       "tagname": "method",
2642       "name": "insertAfter",
2643       "member": "Ext.core.Element",
2644       "doc": "<p>Inserts this element after the passed element in the DOM</p>\n",
2645       "params": [
2646         {
2647           "type": "Mixed",
2648           "name": "el",
2649           "doc": "<p>The element to insert after</p>\n",
2650           "optional": false
2651         }
2652       ],
2653       "return": {
2654         "type": "Ext.core.Element",
2655         "doc": "<p>this</p>\n"
2656       },
2657       "private": false,
2658       "static": false,
2659       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
2660       "linenr": 35,
2661       "html_filename": "Element.insertion.html",
2662       "href": "Element.insertion.html#Ext-core-Element-method-insertAfter",
2663       "shortDoc": "<p>Inserts this element after the passed element in the DOM</p>\n"
2664     },
2665     {
2666       "tagname": "method",
2667       "name": "insertBefore",
2668       "member": "Ext.core.Element",
2669       "doc": "<p>Inserts this element before the passed element in the DOM</p>\n",
2670       "params": [
2671         {
2672           "type": "Mixed",
2673           "name": "el",
2674           "doc": "<p>The element before which this element will be inserted</p>\n",
2675           "optional": false
2676         }
2677       ],
2678       "return": {
2679         "type": "Ext.core.Element",
2680         "doc": "<p>this</p>\n"
2681       },
2682       "private": false,
2683       "static": false,
2684       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
2685       "linenr": 24,
2686       "html_filename": "Element.insertion.html",
2687       "href": "Element.insertion.html#Ext-core-Element-method-insertBefore",
2688       "shortDoc": "<p>Inserts this element before the passed element in the DOM</p>\n"
2689     },
2690     {
2691       "tagname": "method",
2692       "name": "insertFirst",
2693       "member": "Ext.core.Element",
2694       "doc": "<p>Inserts (or creates) an element (or DomHelper config) as the first child of this element</p>\n",
2695       "params": [
2696         {
2697           "type": "Mixed/Object",
2698           "name": "el",
2699           "doc": "<p>The id or element to insert or a DomHelper config to create and insert</p>\n",
2700           "optional": false
2701         },
2702         {
2703           "type": "Object",
2704           "name": "returnDom",
2705           "doc": "\n",
2706           "optional": false
2707         }
2708       ],
2709       "return": {
2710         "type": "Ext.core.Element",
2711         "doc": "<p>The new child</p>\n"
2712       },
2713       "private": false,
2714       "static": false,
2715       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
2716       "linenr": 46,
2717       "html_filename": "Element.insertion.html",
2718       "href": "Element.insertion.html#Ext-core-Element-method-insertFirst",
2719       "shortDoc": "<p>Inserts (or creates) an element (or DomHelper config) as the first child of this element</p>\n"
2720     },
2721     {
2722       "tagname": "method",
2723       "name": "insertHtml",
2724       "member": "Ext.core.Element",
2725       "doc": "<p>Inserts an html fragment into this element</p>\n",
2726       "params": [
2727         {
2728           "type": "String",
2729           "name": "where",
2730           "doc": "<p>Where to insert the html in relation to this element - beforeBegin, afterBegin, beforeEnd, afterEnd.</p>\n",
2731           "optional": false
2732         },
2733         {
2734           "type": "String",
2735           "name": "html",
2736           "doc": "<p>The HTML fragment</p>\n",
2737           "optional": false
2738         },
2739         {
2740           "type": "Boolean",
2741           "name": "returnEl",
2742           "doc": "<p>(optional) True to return an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> (defaults to false)</p>\n",
2743           "optional": true
2744         }
2745       ],
2746       "return": {
2747         "type": "HTMLElement/Ext.core.Element",
2748         "doc": "<p>The inserted node (or nearest related if more than 1 inserted)</p>\n"
2749       },
2750       "private": false,
2751       "static": false,
2752       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
2753       "linenr": 169,
2754       "html_filename": "Element.insertion.html",
2755       "href": "Element.insertion.html#Ext-core-Element-method-insertHtml",
2756       "shortDoc": "<p>Inserts an html fragment into this element</p>\n"
2757     },
2758     {
2759       "tagname": "method",
2760       "name": "insertSibling",
2761       "member": "Ext.core.Element",
2762       "doc": "<p>Inserts (or creates) the passed element (or DomHelper config) as a sibling of this element</p>\n",
2763       "params": [
2764         {
2765           "type": "Mixed/Object/Array",
2766           "name": "el",
2767           "doc": "<p>The id, element to insert or a DomHelper config to create and insert <em>or</em> an array of any of those.</p>\n",
2768           "optional": false
2769         },
2770         {
2771           "type": "String",
2772           "name": "where",
2773           "doc": "<p>(optional) 'before' or 'after' defaults to before</p>\n",
2774           "optional": true
2775         },
2776         {
2777           "type": "Boolean",
2778           "name": "returnDom",
2779           "doc": "<p>(optional) True to return the .;ll;l,raw DOM element instead of Ext.core.Element</p>\n",
2780           "optional": true
2781         }
2782       ],
2783       "return": {
2784         "type": "Ext.core.Element",
2785         "doc": "<p>The inserted Element. If an array is passed, the last inserted element is returned.</p>\n"
2786       },
2787       "private": false,
2788       "static": false,
2789       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
2790       "linenr": 63,
2791       "html_filename": "Element.insertion.html",
2792       "href": "Element.insertion.html#Ext-core-Element-method-insertSibling",
2793       "shortDoc": "<p>Inserts (or creates) the passed element (or DomHelper config) as a sibling of this element</p>\n"
2794     },
2795     {
2796       "tagname": "method",
2797       "name": "is",
2798       "member": "Ext.core.Element",
2799       "doc": "<p>Returns true if this element matches the passed simple selector (e.g. div.some-class or span:first-child)</p>\n",
2800       "params": [
2801         {
2802           "type": "String",
2803           "name": "selector",
2804           "doc": "<p>The simple selector to test</p>\n",
2805           "optional": false
2806         }
2807       ],
2808       "return": {
2809         "type": "Boolean",
2810         "doc": "<p>True if this element matches the selector, else false</p>\n"
2811       },
2812       "private": false,
2813       "static": false,
2814       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
2815       "linenr": 400,
2816       "html_filename": "Element2.html",
2817       "href": "Element2.html#Ext-core-Element-method-is",
2818       "shortDoc": "<p>Returns true if this element matches the passed simple selector (e.g. div.some-class or span:first-child)</p>\n"
2819     },
2820     {
2821       "tagname": "method",
2822       "name": "isBorderBox",
2823       "member": "Ext.core.Element",
2824       "doc": "<p>Tests various css rules/browsers to determine if this element uses a border box</p>\n",
2825       "params": [
2826
2827       ],
2828       "return": {
2829         "type": "Boolean",
2830         "doc": "\n"
2831       },
2832       "private": false,
2833       "static": false,
2834       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
2835       "linenr": 628,
2836       "html_filename": "Element2.html",
2837       "href": "Element2.html#Ext-core-Element-method-isBorderBox",
2838       "shortDoc": "<p>Tests various css rules/browsers to determine if this element uses a border box</p>\n"
2839     },
2840     {
2841       "tagname": "method",
2842       "name": "isDisplayed",
2843       "member": "Ext.core.Element",
2844       "doc": "<p>Returns true if display is not \"none\"</p>\n",
2845       "params": [
2846
2847       ],
2848       "return": {
2849         "type": "Boolean",
2850         "doc": "\n"
2851       },
2852       "private": false,
2853       "static": false,
2854       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
2855       "linenr": 37,
2856       "html_filename": "Element.fx-more.html",
2857       "href": "Element.fx-more.html#Ext-core-Element-method-isDisplayed",
2858       "shortDoc": "<p>Returns true if display is not \"none\"</p>\n"
2859     },
2860     {
2861       "tagname": "method",
2862       "name": "isMasked",
2863       "member": "Ext.core.Element",
2864       "doc": "<p>Returns true if this element is masked. Also re-centers any displayed message within the mask.</p>\n",
2865       "params": [
2866
2867       ],
2868       "return": {
2869         "type": "Boolean",
2870         "doc": "\n"
2871       },
2872       "private": false,
2873       "static": false,
2874       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
2875       "linenr": 148,
2876       "html_filename": "Element.fx-more.html",
2877       "href": "Element.fx-more.html#Ext-core-Element-method-isMasked",
2878       "shortDoc": "<p>Returns true if this element is masked. Also re-centers any displayed message within the mask.</p>\n"
2879     },
2880     {
2881       "tagname": "method",
2882       "name": "isScrollable",
2883       "member": "Ext.core.Element",
2884       "doc": "<p>Returns true if this element is scrollable.</p>\n",
2885       "params": [
2886
2887       ],
2888       "return": {
2889         "type": "Boolean",
2890         "doc": "\n"
2891       },
2892       "private": false,
2893       "static": false,
2894       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.scroll.js",
2895       "linenr": 5,
2896       "html_filename": "Element.scroll.html",
2897       "href": "Element.scroll.html#Ext-core-Element-method-isScrollable",
2898       "shortDoc": "<p>Returns true if this element is scrollable.</p>\n"
2899     },
2900     {
2901       "tagname": "method",
2902       "name": "isVisible",
2903       "member": "Ext.core.Element",
2904       "doc": "<p>Checks whether the element is currently visible using both visibility and display properties.</p>\n",
2905       "params": [
2906
2907       ],
2908       "return": {
2909         "type": "Boolean",
2910         "doc": "<p>True if the element is currently visible, else false</p>\n"
2911       },
2912       "private": false,
2913       "static": false,
2914       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
2915       "linenr": 83,
2916       "html_filename": "Element.fx.html",
2917       "href": "Element.fx.html#Ext-core-Element-method-isVisible",
2918       "shortDoc": "<p>Checks whether the element is currently visible using both visibility and display properties.</p>\n"
2919     },
2920     {
2921       "tagname": "method",
2922       "name": "last",
2923       "member": "Ext.core.Element",
2924       "doc": "<p>Gets the last child, skipping text nodes</p>\n",
2925       "params": [
2926         {
2927           "type": "String",
2928           "name": "selector",
2929           "doc": "<p>(optional) Find the previous sibling that matches the passed simple selector</p>\n",
2930           "optional": true
2931         },
2932         {
2933           "type": "Boolean",
2934           "name": "returnDom",
2935           "doc": "<p>(optional) True to return a raw dom node instead of an Ext.core.Element</p>\n",
2936           "optional": true
2937         }
2938       ],
2939       "return": {
2940         "type": "Ext.core.Element/HTMLElement",
2941         "doc": "<p>The last child or null</p>\n"
2942       },
2943       "private": false,
2944       "static": false,
2945       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
2946       "linenr": 145,
2947       "html_filename": "Element.traversal.html",
2948       "href": "Element.traversal.html#Ext-core-Element-method-last",
2949       "shortDoc": "<p>Gets the last child, skipping text nodes</p>\n"
2950     },
2951     {
2952       "tagname": "method",
2953       "name": "load",
2954       "member": "Ext.core.Element",
2955       "doc": "<p>Direct access to the <a href=\"#/api/Ext.ElementLoader\" rel=\"Ext.ElementLoader\" class=\"docClass\">Ext.ElementLoader</a> <a href=\"#/api/Ext.ElementLoader-method-load\" rel=\"Ext.ElementLoader-method-load\" class=\"docClass\">Ext.ElementLoader.load</a> method. The method takes the same object\nparameter as <a href=\"#/api/Ext.ElementLoader-method-load\" rel=\"Ext.ElementLoader-method-load\" class=\"docClass\">Ext.ElementLoader.load</a></p>\n",
2956       "params": [
2957         {
2958           "type": "Object",
2959           "name": "options",
2960           "doc": "\n",
2961           "optional": false
2962         }
2963       ],
2964       "return": {
2965         "type": "Ext.core.Element",
2966         "doc": "<p>this</p>\n"
2967       },
2968       "private": false,
2969       "static": false,
2970       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
2971       "linenr": 121,
2972       "html_filename": "Element-more.html",
2973       "href": "Element-more.html#Ext-core-Element-method-load",
2974       "shortDoc": "Direct access to the Ext.ElementLoader Ext.ElementLoader.load method. The method takes the same object\nparameter as E..."
2975     },
2976     {
2977       "tagname": "method",
2978       "name": "mask",
2979       "member": "Ext.core.Element",
2980       "doc": "<p>Puts a mask over this element to disable user interaction. Requires core.css.\nThis method can only be applied to elements which accept child nodes.</p>\n",
2981       "params": [
2982         {
2983           "type": "String",
2984           "name": "msg",
2985           "doc": "<p>(optional) A message to display in the mask</p>\n",
2986           "optional": true
2987         },
2988         {
2989           "type": "String",
2990           "name": "msgCls",
2991           "doc": "<p>(optional) A css class to apply to the msg element</p>\n",
2992           "optional": true
2993         }
2994       ],
2995       "return": {
2996         "type": "Element",
2997         "doc": "<p>The mask element</p>\n"
2998       },
2999       "private": false,
3000       "static": false,
3001       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
3002       "linenr": 60,
3003       "html_filename": "Element.fx-more.html",
3004       "href": "Element.fx-more.html#Ext-core-Element-method-mask",
3005       "shortDoc": "Puts a mask over this element to disable user interaction. Requires core.css.\nThis method can only be applied to elem..."
3006     },
3007     {
3008       "tagname": "method",
3009       "name": "monitorMouseLeave",
3010       "member": "Ext.core.Element",
3011       "doc": "<p>Monitors this Element for the mouse leaving. Calls the function after the specified delay only if\nthe mouse was not moved back into the Element within the delay. If the mouse <i>was</i> moved\nback in, the function is not called.</p>\n",
3012       "params": [
3013         {
3014           "type": "Number",
3015           "name": "delay",
3016           "doc": "<p>The delay <b>in milliseconds</b> to wait for possible mouse re-entry before calling the handler function.</p>\n",
3017           "optional": false
3018         },
3019         {
3020           "type": "Function",
3021           "name": "handler",
3022           "doc": "<p>The function to call if the mouse remains outside of this Element for the specified time.</p>\n",
3023           "optional": false
3024         },
3025         {
3026           "type": "Object",
3027           "name": "scope",
3028           "doc": "<p>The scope (<code>this</code> reference) in which the handler function executes. Defaults to this Element.</p>\n",
3029           "optional": false
3030         }
3031       ],
3032       "return": {
3033         "type": "Object",
3034         "doc": "<p>The listeners object which was added to this element so that monitoring can be stopped. Example usage:</pre><code>\n// Hide the menu if the mouse moves out for 250ms or more\nthis.mouseLeaveMonitor = this.menuEl.monitorMouseLeave(250, this.hideMenu, this);</p>\n\n<p>...\n// Remove mouseleave monitor on menu destroy\nthis.menuEl.un(this.mouseLeaveMonitor);\n</code></pre></p>\n"
3035       },
3036       "private": false,
3037       "static": false,
3038       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
3039       "linenr": 7,
3040       "html_filename": "Element-more.html",
3041       "href": "Element-more.html#Ext-core-Element-method-monitorMouseLeave",
3042       "shortDoc": "Monitors this Element for the mouse leaving. Calls the function after the specified delay only if\nthe mouse was not m..."
3043     },
3044     {
3045       "tagname": "method",
3046       "name": "move",
3047       "member": "Ext.core.Element",
3048       "doc": "<p>Move this element relative to its current position.</p>\n",
3049       "params": [
3050         {
3051           "type": "String",
3052           "name": "direction",
3053           "doc": "<p>Possible values are: \"l\" (or \"left\"), \"r\" (or \"right\"), \"t\" (or \"top\", or \"up\"), \"b\" (or \"bottom\", or \"down\").</p>\n",
3054           "optional": false
3055         },
3056         {
3057           "type": "Number",
3058           "name": "distance",
3059           "doc": "<p>How far to move the element in pixels</p>\n",
3060           "optional": false
3061         },
3062         {
3063           "type": "Boolean/Object",
3064           "name": "animate",
3065           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
3066           "optional": true
3067         }
3068       ],
3069       "return": {
3070         "type": "Ext.core.Element",
3071         "doc": "<p>this</p>\n"
3072       },
3073       "private": false,
3074       "static": false,
3075       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
3076       "linenr": 390,
3077       "html_filename": "Element.position.html",
3078       "href": "Element.position.html#Ext-core-Element-method-move",
3079       "shortDoc": "<p>Move this element relative to its current position.</p>\n"
3080     },
3081     {
3082       "tagname": "method",
3083       "name": "moveTo",
3084       "member": "Ext.core.Element",
3085       "doc": "<p>Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
3086       "params": [
3087         {
3088           "type": "Number",
3089           "name": "x",
3090           "doc": "<p>X value for new position (coordinates are page-based)</p>\n",
3091           "optional": false
3092         },
3093         {
3094           "type": "Number",
3095           "name": "y",
3096           "doc": "<p>Y value for new position (coordinates are page-based)</p>\n",
3097           "optional": false
3098         },
3099         {
3100           "type": "Boolean/Object",
3101           "name": "animate",
3102           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
3103           "optional": true
3104         }
3105       ],
3106       "return": {
3107         "type": "Ext.core.Element",
3108         "doc": "<p>this</p>\n"
3109       },
3110       "private": false,
3111       "static": false,
3112       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
3113       "linenr": 146,
3114       "html_filename": "Element.position.html",
3115       "href": "Element.position.html#Ext-core-Element-method-moveTo",
3116       "shortDoc": "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must b..."
3117     },
3118     {
3119       "tagname": "method",
3120       "name": "next",
3121       "member": "Ext.core.Element",
3122       "doc": "<p>Gets the next sibling, skipping text nodes</p>\n",
3123       "params": [
3124         {
3125           "type": "String",
3126           "name": "selector",
3127           "doc": "<p>(optional) Find the next sibling that matches the passed simple selector</p>\n",
3128           "optional": true
3129         },
3130         {
3131           "type": "Boolean",
3132           "name": "returnDom",
3133           "doc": "<p>(optional) True to return a raw dom node instead of an Ext.core.Element</p>\n",
3134           "optional": true
3135         }
3136       ],
3137       "return": {
3138         "type": "Ext.core.Element/HTMLElement",
3139         "doc": "<p>The next sibling or null</p>\n"
3140       },
3141       "private": false,
3142       "static": false,
3143       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
3144       "linenr": 114,
3145       "html_filename": "Element.traversal.html",
3146       "href": "Element.traversal.html#Ext-core-Element-method-next",
3147       "shortDoc": "<p>Gets the next sibling, skipping text nodes</p>\n"
3148     },
3149     {
3150       "tagname": "method",
3151       "name": "normalize",
3152       "member": "Ext.core.Element",
3153       "doc": "<p>Normalizes CSS property keys from dash delimited to camel case JavaScript Syntax.\nFor example:</p>\n\n<ul>\n <li>border-width -> borderWidth</li>\n <li>padding-top -> paddingTop</li>\n</ul>\n\n",
3154       "params": [
3155         {
3156           "type": "String",
3157           "name": "prop",
3158           "doc": "<p>The property to normalize</p>\n",
3159           "optional": false
3160         }
3161       ],
3162       "return": {
3163         "type": "String",
3164         "doc": "<p>The normalized string</p>\n"
3165       },
3166       "private": false,
3167       "static": true,
3168       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
3169       "linenr": 85,
3170       "html_filename": "Element.static.html",
3171       "href": "Element.static.html#Ext-core-Element-method-normalize",
3172       "shortDoc": "Normalizes CSS property keys from dash delimited to camel case JavaScript Syntax.\nFor example:\n\n\n border-width -> bor..."
3173     },
3174     {
3175       "tagname": "method",
3176       "name": "on",
3177       "member": "Ext.core.Element",
3178       "doc": "<p>Appends an event handler (shorthand for <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a>).</p>\n",
3179       "params": [
3180         {
3181           "type": "String",
3182           "name": "eventName",
3183           "doc": "<p>The name of event to handle.</p>\n",
3184           "optional": false
3185         },
3186         {
3187           "type": "Function",
3188           "name": "fn",
3189           "doc": "<p>The handler function the event invokes.</p>\n",
3190           "optional": false
3191         },
3192         {
3193           "type": "Object",
3194           "name": "scope",
3195           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
3196           "optional": true
3197         },
3198         {
3199           "type": "Object",
3200           "name": "options",
3201           "doc": "<p>(optional) An object containing standard <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> options</p>\n",
3202           "optional": true
3203         }
3204       ],
3205       "return": {
3206         "type": "void",
3207         "doc": "\n"
3208       },
3209       "private": false,
3210       "static": false,
3211       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3212       "linenr": 733,
3213       "html_filename": "Element2.html",
3214       "href": "Element2.html#Ext-core-Element-method-on",
3215       "shortDoc": "<p>Appends an event handler (shorthand for <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a>).</p>\n"
3216     },
3217     {
3218       "tagname": "method",
3219       "name": "parent",
3220       "member": "Ext.core.Element",
3221       "doc": "<p>Gets the parent node for this element, optionally chaining up trying to match a selector</p>\n",
3222       "params": [
3223         {
3224           "type": "String",
3225           "name": "selector",
3226           "doc": "<p>(optional) Find a parent node that matches the passed simple selector</p>\n",
3227           "optional": true
3228         },
3229         {
3230           "type": "Boolean",
3231           "name": "returnDom",
3232           "doc": "<p>(optional) True to return a raw dom node instead of an Ext.core.Element</p>\n",
3233           "optional": true
3234         }
3235       ],
3236       "return": {
3237         "type": "Ext.core.Element/HTMLElement",
3238         "doc": "<p>The parent node or null</p>\n"
3239       },
3240       "private": false,
3241       "static": false,
3242       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
3243       "linenr": 104,
3244       "html_filename": "Element.traversal.html",
3245       "href": "Element.traversal.html#Ext-core-Element-method-parent",
3246       "shortDoc": "<p>Gets the parent node for this element, optionally chaining up trying to match a selector</p>\n"
3247     },
3248     {
3249       "tagname": "method",
3250       "name": "parseBox",
3251       "member": "Ext.core.Element",
3252       "doc": "<p>Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations\n(e.g. 10, \"10\", \"10 10\", \"10 10 10\" and \"10 10 10 10\" are all valid options and would return the same result)</p>\n",
3253       "params": [
3254         {
3255           "type": "Number|String",
3256           "name": "box",
3257           "doc": "<p>The encoded margins</p>\n",
3258           "optional": false
3259         }
3260       ],
3261       "return": {
3262         "type": "Object",
3263         "doc": "<p>An object with margin sizes for top, right, bottom and left</p>\n"
3264       },
3265       "private": false,
3266       "static": true,
3267       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
3268       "linenr": 18,
3269       "html_filename": "Element.static.html",
3270       "href": "Element.static.html#Ext-core-Element-method-parseBox",
3271       "shortDoc": "Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations\n(e.g. 10, ..."
3272     },
3273     {
3274       "tagname": "method",
3275       "name": "parseStyles",
3276       "member": "Ext.core.Element",
3277       "doc": "<p>Converts a CSS string into an object with a property for each style.</p>\n\n<p>\nThe sample code below would return an object with 2 properties, one\nfor background-color and one for color.</p>\n\n\n<pre><code>var css = 'background-color: red;color: blue; ';\nconsole.log(Ext.core.Element.parseStyles(css));\n</code></pre>\n\n",
3278       "params": [
3279         {
3280           "type": "String",
3281           "name": "styles",
3282           "doc": "<p>A CSS string</p>\n",
3283           "optional": false
3284         }
3285       ],
3286       "return": {
3287         "type": "Object",
3288         "doc": "<p>styles</p>\n"
3289       },
3290       "private": false,
3291       "static": true,
3292       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
3293       "linenr": 176,
3294       "html_filename": "Element.static.html",
3295       "href": "Element.static.html#Ext-core-Element-method-parseStyles",
3296       "shortDoc": "Converts a CSS string into an object with a property for each style.\n\n\nThe sample code below would return an object w..."
3297     },
3298     {
3299       "tagname": "method",
3300       "name": "pause",
3301       "member": "Ext.core.Element",
3302       "doc": "<p>@deprecated 4.0\nCreates a pause before any subsequent queued effects begin.  If there are\nno effects queued after the pause it will have no effect.\nUsage:</p>\n\n<pre><code>el.pause(1);\n</code></pre>\n\n",
3303       "params": [
3304         {
3305           "type": "Number",
3306           "name": "seconds",
3307           "doc": "<p>The length of time to pause (in seconds)</p>\n",
3308           "optional": false
3309         }
3310       ],
3311       "return": {
3312         "type": "Ext.Element",
3313         "doc": "<p>The Element</p>\n"
3314       },
3315       "private": false,
3316       "static": false,
3317       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
3318       "linenr": 754,
3319       "html_filename": "Element.anim.html",
3320       "href": "Element.anim.html#Ext-core-Element-method-pause",
3321       "shortDoc": "@deprecated 4.0\nCreates a pause before any subsequent queued effects begin.  If there are\nno effects queued after the..."
3322     },
3323     {
3324       "tagname": "method",
3325       "name": "position",
3326       "member": "Ext.core.Element",
3327       "doc": "<p>Initializes positioning on this element. If a desired position is not passed, it will make the\nthe element positioned relative IF it is not already positioned.</p>\n",
3328       "params": [
3329         {
3330           "type": "String",
3331           "name": "pos",
3332           "doc": "<p>(optional) Positioning to use \"relative\", \"absolute\" or \"fixed\"</p>\n",
3333           "optional": true
3334         },
3335         {
3336           "type": "Number",
3337           "name": "zIndex",
3338           "doc": "<p>(optional) The zIndex to apply</p>\n",
3339           "optional": true
3340         },
3341         {
3342           "type": "Number",
3343           "name": "x",
3344           "doc": "<p>(optional) Set the page X position</p>\n",
3345           "optional": true
3346         },
3347         {
3348           "type": "Number",
3349           "name": "y",
3350           "doc": "<p>(optional) Set the page Y position</p>\n",
3351           "optional": true
3352         }
3353       ],
3354       "return": {
3355         "type": "void",
3356         "doc": "\n"
3357       },
3358       "private": false,
3359       "static": false,
3360       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
3361       "linenr": 196,
3362       "html_filename": "Element.position.html",
3363       "href": "Element.position.html#Ext-core-Element-method-position",
3364       "shortDoc": "Initializes positioning on this element. If a desired position is not passed, it will make the\nthe element positioned..."
3365     },
3366     {
3367       "tagname": "method",
3368       "name": "prev",
3369       "member": "Ext.core.Element",
3370       "doc": "<p>Gets the previous sibling, skipping text nodes</p>\n",
3371       "params": [
3372         {
3373           "type": "String",
3374           "name": "selector",
3375           "doc": "<p>(optional) Find the previous sibling that matches the passed simple selector</p>\n",
3376           "optional": true
3377         },
3378         {
3379           "type": "Boolean",
3380           "name": "returnDom",
3381           "doc": "<p>(optional) True to return a raw dom node instead of an Ext.core.Element</p>\n",
3382           "optional": true
3383         }
3384       ],
3385       "return": {
3386         "type": "Ext.core.Element/HTMLElement",
3387         "doc": "<p>The previous sibling or null</p>\n"
3388       },
3389       "private": false,
3390       "static": false,
3391       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
3392       "linenr": 124,
3393       "html_filename": "Element.traversal.html",
3394       "href": "Element.traversal.html#Ext-core-Element-method-prev",
3395       "shortDoc": "<p>Gets the previous sibling, skipping text nodes</p>\n"
3396     },
3397     {
3398       "tagname": "method",
3399       "name": "puff",
3400       "member": "Ext.core.Element",
3401       "doc": "<p>Fades the element out while slowly expanding it in all directions.  When the effect is completed, the\nelement will be hidden (visibility = 'hidden') but block elements will still take up space in the document.\nUsage:</p>\n\n<pre><code>// default\nel.puff();\n\n// common config options shown with default values\nel.puff({\n    easing: 'easeOut',\n    duration: 500,\n    useDisplay: false\n});\n</code></pre>\n\n",
3402       "params": [
3403         {
3404           "type": "Object",
3405           "name": "options",
3406           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
3407           "optional": true
3408         }
3409       ],
3410       "return": {
3411         "type": "Ext.core.Element",
3412         "doc": "<p>The Element</p>\n"
3413       },
3414       "private": false,
3415       "static": false,
3416       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
3417       "linenr": 360,
3418       "html_filename": "Element.anim.html",
3419       "href": "Element.anim.html#Ext-core-Element-method-puff",
3420       "shortDoc": "Fades the element out while slowly expanding it in all directions.  When the effect is completed, the\nelement will be..."
3421     },
3422     {
3423       "tagname": "method",
3424       "name": "purgeAllListeners",
3425       "member": "Ext.core.Element",
3426       "doc": "<p>Recursively removes all previous added listeners from this element and its children</p>\n",
3427       "params": [
3428
3429       ],
3430       "return": {
3431         "type": "Ext.core.Element",
3432         "doc": "<p>this</p>\n"
3433       },
3434       "private": false,
3435       "static": false,
3436       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3437       "linenr": 590,
3438       "html_filename": "Element2.html",
3439       "href": "Element2.html#Ext-core-Element-method-purgeAllListeners",
3440       "shortDoc": "<p>Recursively removes all previous added listeners from this element and its children</p>\n"
3441     },
3442     {
3443       "tagname": "method",
3444       "name": "query",
3445       "member": "Ext.core.Element",
3446       "doc": "<p>Selects child nodes based on the passed CSS selector (the selector should not contain an id).</p>\n",
3447       "params": [
3448         {
3449           "type": "String",
3450           "name": "selector",
3451           "doc": "<p>The CSS selector</p>\n",
3452           "optional": false
3453         }
3454       ],
3455       "return": {
3456         "type": "Array",
3457         "doc": "<p>An array of the matched nodes</p>\n"
3458       },
3459       "private": false,
3460       "static": false,
3461       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
3462       "linenr": 67,
3463       "html_filename": "Element.traversal.html",
3464       "href": "Element.traversal.html#Ext-core-Element-method-query",
3465       "shortDoc": "<p>Selects child nodes based on the passed CSS selector (the selector should not contain an id).</p>\n"
3466     },
3467     {
3468       "tagname": "method",
3469       "name": "radioCls",
3470       "member": "Ext.core.Element",
3471       "doc": "<p>Adds one or more CSS classes to this element and removes the same class(es) from all siblings.</p>\n",
3472       "params": [
3473         {
3474           "type": "String/Array",
3475           "name": "className",
3476           "doc": "<p>The CSS class to add, or an array of classes</p>\n",
3477           "optional": false
3478         }
3479       ],
3480       "return": {
3481         "type": "Ext.core.Element",
3482         "doc": "<p>this</p>\n"
3483       },
3484       "private": false,
3485       "static": false,
3486       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
3487       "linenr": 135,
3488       "html_filename": "Element.style.html",
3489       "href": "Element.style.html#Ext-core-Element-method-radioCls",
3490       "shortDoc": "<p>Adds one or more CSS classes to this element and removes the same class(es) from all siblings.</p>\n"
3491     },
3492     {
3493       "tagname": "method",
3494       "name": "relayEvent",
3495       "member": "Ext.core.Element",
3496       "doc": "<p>Create an event handler on this element such that when the event fires and is handled by this element,\nit will be relayed to another object (i.e., fired again as if it originated from that object instead).</p>\n",
3497       "params": [
3498         {
3499           "type": "String",
3500           "name": "eventName",
3501           "doc": "<p>The type of event to relay</p>\n",
3502           "optional": false
3503         },
3504         {
3505           "type": "Object",
3506           "name": "object",
3507           "doc": "<p>Any object that extends <a href=\"#/api/Ext.util.Observable\" rel=\"Ext.util.Observable\" class=\"docClass\">Ext.util.Observable</a> that will provide the context\nfor firing the relayed event</p>\n",
3508           "optional": false
3509         }
3510       ],
3511       "return": {
3512         "type": "void",
3513         "doc": "\n"
3514       },
3515       "private": false,
3516       "static": false,
3517       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
3518       "linenr": 65,
3519       "html_filename": "Element-more.html",
3520       "href": "Element-more.html#Ext-core-Element-method-relayEvent",
3521       "shortDoc": "Create an event handler on this element such that when the event fires and is handled by this element,\nit will be rel..."
3522     },
3523     {
3524       "tagname": "method",
3525       "name": "remove",
3526       "member": "Ext.core.Element",
3527       "doc": "<p>Removes this element's dom reference.  Note that event and cache removal is handled at <a href=\"#/api/Ext-method-removeNode\" rel=\"Ext-method-removeNode\" class=\"docClass\">Ext.removeNode</a></p>\n\n",
3528       "params": [
3529
3530       ],
3531       "return": {
3532         "type": "void",
3533         "doc": "\n"
3534       },
3535       "private": false,
3536       "static": false,
3537       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3538       "linenr": 636,
3539       "html_filename": "Element2.html",
3540       "href": "Element2.html#Ext-core-Element-method-remove",
3541       "shortDoc": "<p>Removes this element's dom reference.  Note that event and cache removal is handled at <a href=\"#/api/Ext-method-removeNode\" rel=\"Ext-method-removeNode\" class=\"docClass\">Ext.removeNode</a></p>\n\n"
3542     },
3543     {
3544       "tagname": "method",
3545       "name": "removeAllListeners",
3546       "member": "Ext.core.Element",
3547       "doc": "<p>Removes all previous added listeners from this element</p>\n",
3548       "params": [
3549
3550       ],
3551       "return": {
3552         "type": "Ext.core.Element",
3553         "doc": "<p>this</p>\n"
3554       },
3555       "private": false,
3556       "static": false,
3557       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3558       "linenr": 581,
3559       "html_filename": "Element2.html",
3560       "href": "Element2.html#Ext-core-Element-method-removeAllListeners",
3561       "shortDoc": "<p>Removes all previous added listeners from this element</p>\n"
3562     },
3563     {
3564       "tagname": "method",
3565       "name": "removeAnchor",
3566       "member": "Ext.core.Element",
3567       "doc": "<p>Remove any anchor to this element. See <a href=\"#/api/Ext.Layer-method-anchorTo\" rel=\"Ext.Layer-method-anchorTo\" class=\"docClass\">anchorTo</a>.</p>\n",
3568       "params": [
3569
3570       ],
3571       "return": {
3572         "type": "Ext.core.Element",
3573         "doc": "<p>this</p>\n"
3574       },
3575       "private": false,
3576       "static": false,
3577       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.alignment.js",
3578       "linenr": 85,
3579       "html_filename": "Element.alignment.html",
3580       "href": "Element.alignment.html#Ext-core-Element-method-removeAnchor",
3581       "shortDoc": "<p>Remove any anchor to this element. See <a href=\"#/api/Ext.Layer-method-anchorTo\" rel=\"Ext.Layer-method-anchorTo\" class=\"docClass\">anchorTo</a>.</p>\n"
3582     },
3583     {
3584       "tagname": "method",
3585       "name": "removeCls",
3586       "member": "Ext.core.Element",
3587       "doc": "<p>Removes one or more CSS classes from the element.</p>\n",
3588       "params": [
3589         {
3590           "type": "String/Array",
3591           "name": "className",
3592           "doc": "<p>The CSS classes to remove separated by space, or an array of classes</p>\n",
3593           "optional": false
3594         }
3595       ],
3596       "return": {
3597         "type": "Ext.core.Element",
3598         "doc": "<p>this</p>\n"
3599       },
3600       "private": false,
3601       "static": false,
3602       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
3603       "linenr": 104,
3604       "html_filename": "Element.style.html",
3605       "href": "Element.style.html#Ext-core-Element-method-removeCls",
3606       "shortDoc": "<p>Removes one or more CSS classes from the element.</p>\n"
3607     },
3608     {
3609       "tagname": "method",
3610       "name": "removeListener",
3611       "member": "Ext.core.Element",
3612       "doc": "<p>Removes an event handler from this element.  The shorthand version <a href=\"#/api/Ext.Layer-method-un\" rel=\"Ext.Layer-method-un\" class=\"docClass\">un</a> is equivalent.\n<b>Note</b>: if a <i>scope</i> was explicitly specified when <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">adding</a> the\nlistener, the same scope must be specified here.\nExample:</p>\n\n<pre><code>el.removeListener('click', this.handlerFn);\n// or\nel.un('click', this.handlerFn);\n</code></pre>\n\n",
3613       "params": [
3614         {
3615           "type": "String",
3616           "name": "eventName",
3617           "doc": "<p>The name of the event from which to remove the handler.</p>\n",
3618           "optional": false
3619         },
3620         {
3621           "type": "Function",
3622           "name": "fn",
3623           "doc": "<p>The handler function to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
3624           "optional": false
3625         },
3626         {
3627           "type": "Object",
3628           "name": "scope",
3629           "doc": "<p>If a scope (<b><code>this</code></b> reference) was specified when the listener was added,\nthen this must refer to the same object.</p>\n",
3630           "optional": false
3631         }
3632       ],
3633       "return": {
3634         "type": "Ext.core.Element",
3635         "doc": "<p>this</p>\n"
3636       },
3637       "private": false,
3638       "static": false,
3639       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3640       "linenr": 560,
3641       "html_filename": "Element2.html",
3642       "href": "Element2.html#Ext-core-Element-method-removeListener",
3643       "shortDoc": "Removes an event handler from this element.  The shorthand version un is equivalent.\nNote: if a scope was explicitly ..."
3644     },
3645     {
3646       "tagname": "method",
3647       "name": "repaint",
3648       "member": "Ext.core.Element",
3649       "doc": "<p>Forces the browser to repaint this element</p>\n",
3650       "params": [
3651
3652       ],
3653       "return": {
3654         "type": "Ext.core.Element",
3655         "doc": "<p>this</p>\n"
3656       },
3657       "private": false,
3658       "static": false,
3659       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
3660       "linenr": 1009,
3661       "html_filename": "Element.style.html",
3662       "href": "Element.style.html#Ext-core-Element-method-repaint",
3663       "shortDoc": "<p>Forces the browser to repaint this element</p>\n"
3664     },
3665     {
3666       "tagname": "method",
3667       "name": "replace",
3668       "member": "Ext.core.Element",
3669       "doc": "<p>Replaces the passed element with this element</p>\n",
3670       "params": [
3671         {
3672           "type": "Mixed",
3673           "name": "el",
3674           "doc": "<p>The element to replace</p>\n",
3675           "optional": false
3676         }
3677       ],
3678       "return": {
3679         "type": "Ext.core.Element",
3680         "doc": "<p>this</p>\n"
3681       },
3682       "private": false,
3683       "static": false,
3684       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
3685       "linenr": 103,
3686       "html_filename": "Element.insertion.html",
3687       "href": "Element.insertion.html#Ext-core-Element-method-replace",
3688       "shortDoc": "<p>Replaces the passed element with this element</p>\n"
3689     },
3690     {
3691       "tagname": "method",
3692       "name": "replaceCls",
3693       "member": "Ext.core.Element",
3694       "doc": "<p>Replaces a CSS class on the element with another.  If the old name does not exist, the new name will simply be added.</p>\n",
3695       "params": [
3696         {
3697           "type": "String",
3698           "name": "oldClassName",
3699           "doc": "<p>The CSS class to replace</p>\n",
3700           "optional": false
3701         },
3702         {
3703           "type": "String",
3704           "name": "newClassName",
3705           "doc": "<p>The replacement CSS class</p>\n",
3706           "optional": false
3707         }
3708       ],
3709       "return": {
3710         "type": "Ext.core.Element",
3711         "doc": "<p>this</p>\n"
3712       },
3713       "private": false,
3714       "static": false,
3715       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
3716       "linenr": 193,
3717       "html_filename": "Element.style.html",
3718       "href": "Element.style.html#Ext-core-Element-method-replaceCls",
3719       "shortDoc": "<p>Replaces a CSS class on the element with another.  If the old name does not exist, the new name will simply be added.</p>\n"
3720     },
3721     {
3722       "tagname": "method",
3723       "name": "replaceWith",
3724       "member": "Ext.core.Element",
3725       "doc": "<p>Replaces this element with the passed element</p>\n",
3726       "params": [
3727         {
3728           "type": "Mixed/Object",
3729           "name": "el",
3730           "doc": "<p>The new element or a DomHelper config of an element to create</p>\n",
3731           "optional": false
3732         }
3733       ],
3734       "return": {
3735         "type": "Ext.core.Element",
3736         "doc": "<p>this</p>\n"
3737       },
3738       "private": false,
3739       "static": false,
3740       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
3741       "linenr": 115,
3742       "html_filename": "Element.insertion.html",
3743       "href": "Element.insertion.html#Ext-core-Element-method-replaceWith",
3744       "shortDoc": "<p>Replaces this element with the passed element</p>\n"
3745     },
3746     {
3747       "tagname": "method",
3748       "name": "scale",
3749       "member": "Ext.core.Element",
3750       "doc": "<p>@deprecated 4.0\nAnimates the transition of an element's dimensions from a starting height/width\nto an ending height/width.  This method is a convenience implementation of <a href=\"#/api/shift\" rel=\"shift\" class=\"docClass\">shift</a>.\nUsage:</p>\n\n<pre><code>// change height and width to 100x100 pixels\nel.scale(100, 100);\n\n// common config options shown with default values.  The height and width will default to\n// the element&#39;s existing values if passed as null.\nel.scale(\n    [element&#39;s width],\n    [element&#39;s height], {\n        easing: 'easeOut',\n        duration: .35\n    }\n);\n</code></pre>\n\n",
3751       "params": [
3752         {
3753           "type": "Number",
3754           "name": "width",
3755           "doc": "<p>The new width (pass undefined to keep the original width)</p>\n",
3756           "optional": false
3757         },
3758         {
3759           "type": "Number",
3760           "name": "height",
3761           "doc": "<p>The new height (pass undefined to keep the original height)</p>\n",
3762           "optional": false
3763         },
3764         {
3765           "type": "Object",
3766           "name": "options",
3767           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
3768           "optional": true
3769         }
3770       ],
3771       "return": {
3772         "type": "Ext.Element",
3773         "doc": "<p>The Element</p>\n"
3774       },
3775       "private": false,
3776       "static": false,
3777       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
3778       "linenr": 832,
3779       "html_filename": "Element.anim.html",
3780       "href": "Element.anim.html#Ext-core-Element-method-scale",
3781       "shortDoc": "@deprecated 4.0\nAnimates the transition of an element's dimensions from a starting height/width\nto an ending height/w..."
3782     },
3783     {
3784       "tagname": "method",
3785       "name": "scroll",
3786       "member": "Ext.core.Element",
3787       "doc": "<p>Scrolls this element the specified direction. Does bounds checking to make sure the scroll is\nwithin this element's scrollable range.</p>\n",
3788       "params": [
3789         {
3790           "type": "String",
3791           "name": "direction",
3792           "doc": "<p>Possible values are: \"l\" (or \"left\"), \"r\" (or \"right\"), \"t\" (or \"top\", or \"up\"), \"b\" (or \"bottom\", or \"down\").</p>\n",
3793           "optional": false
3794         },
3795         {
3796           "type": "Number",
3797           "name": "distance",
3798           "doc": "<p>How far to scroll the element in pixels</p>\n",
3799           "optional": false
3800         },
3801         {
3802           "type": "Boolean/Object",
3803           "name": "animate",
3804           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
3805           "optional": true
3806         }
3807       ],
3808       "return": {
3809         "type": "Boolean",
3810         "doc": "<p>Returns true if a scroll was triggered or false if the element\nwas scrolled as far as it could go.</p>\n"
3811       },
3812       "private": false,
3813       "static": false,
3814       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.scroll.js",
3815       "linenr": 128,
3816       "html_filename": "Element.scroll.html",
3817       "href": "Element.scroll.html#Ext-core-Element-method-scroll",
3818       "shortDoc": "Scrolls this element the specified direction. Does bounds checking to make sure the scroll is\nwithin this element's s..."
3819     },
3820     {
3821       "tagname": "method",
3822       "name": "scrollIntoView",
3823       "member": "Ext.core.Element",
3824       "doc": "<p>Scrolls this element into view within the passed container.</p>\n",
3825       "params": [
3826         {
3827           "type": "Mixed",
3828           "name": "container",
3829           "doc": "<p>(optional) The container element to scroll (defaults to document.body).  Should be a\nstring (id), dom node, or Ext.core.Element.</p>\n",
3830           "optional": true
3831         },
3832         {
3833           "type": "Boolean",
3834           "name": "hscroll",
3835           "doc": "<p>(optional) False to disable horizontal scroll (defaults to true)</p>\n",
3836           "optional": true
3837         }
3838       ],
3839       "return": {
3840         "type": "Ext.core.Element",
3841         "doc": "<p>this</p>\n"
3842       },
3843       "private": false,
3844       "static": false,
3845       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.scroll.js",
3846       "linenr": 80,
3847       "html_filename": "Element.scroll.html",
3848       "href": "Element.scroll.html#Ext-core-Element-method-scrollIntoView",
3849       "shortDoc": "<p>Scrolls this element into view within the passed container.</p>\n"
3850     },
3851     {
3852       "tagname": "method",
3853       "name": "scrollTo",
3854       "member": "Ext.core.Element",
3855       "doc": "<p>Scrolls this element the specified scroll point. It does NOT do bounds checking so if you scroll to a weird value it will try to do it. For auto bounds checking, use scroll().</p>\n",
3856       "params": [
3857         {
3858           "type": "String",
3859           "name": "side",
3860           "doc": "<p>Either \"left\" for scrollLeft values or \"top\" for scrollTop values.</p>\n",
3861           "optional": false
3862         },
3863         {
3864           "type": "Number",
3865           "name": "value",
3866           "doc": "<p>The new scroll value</p>\n",
3867           "optional": false
3868         },
3869         {
3870           "type": "Boolean/Object",
3871           "name": "animate",
3872           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
3873           "optional": true
3874         }
3875       ],
3876       "return": {
3877         "type": "Element",
3878         "doc": "<p>this</p>\n"
3879       },
3880       "private": false,
3881       "static": false,
3882       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.scroll.js",
3883       "linenr": 49,
3884       "html_filename": "Element.scroll.html",
3885       "href": "Element.scroll.html#Ext-core-Element-method-scrollTo",
3886       "shortDoc": "Scrolls this element the specified scroll point. It does NOT do bounds checking so if you scroll to a weird value it ..."
3887     },
3888     {
3889       "tagname": "method",
3890       "name": "select",
3891       "member": "Ext.core.Element",
3892       "doc": "<p>Creates a <a href=\"#/api/Ext.CompositeElement\" rel=\"Ext.CompositeElement\" class=\"docClass\">Ext.CompositeElement</a> for child nodes based on the passed CSS selector (the selector should not contain an id).</p>\n",
3893       "params": [
3894         {
3895           "type": "String",
3896           "name": "selector",
3897           "doc": "<p>The CSS selector</p>\n",
3898           "optional": false
3899         }
3900       ],
3901       "return": {
3902         "type": "CompositeElement/CompositeElement",
3903         "doc": "<p>The composite element</p>\n"
3904       },
3905       "private": false,
3906       "static": false,
3907       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
3908       "linenr": 58,
3909       "html_filename": "Element.traversal.html",
3910       "href": "Element.traversal.html#Ext-core-Element-method-select",
3911       "shortDoc": "Creates a Ext.CompositeElement for child nodes based on the passed CSS selector (the selector should not contain an i..."
3912     },
3913     {
3914       "tagname": "method",
3915       "name": "serializeForm",
3916       "member": "Ext.core.Element",
3917       "doc": "<p>Serializes a DOM form into a url encoded string</p>\n",
3918       "params": [
3919         {
3920           "type": "Object",
3921           "name": "form",
3922           "doc": "<p>The form</p>\n",
3923           "optional": false
3924         }
3925       ],
3926       "return": {
3927         "type": "String",
3928         "doc": "<p>The url encoded form</p>\n"
3929       },
3930       "private": false,
3931       "static": false,
3932       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static-more.js",
3933       "linenr": 239,
3934       "html_filename": "Element.static-more.html",
3935       "href": "Element.static-more.html#Ext-core-Element-method-serializeForm",
3936       "shortDoc": "<p>Serializes a DOM form into a url encoded string</p>\n"
3937     },
3938     {
3939       "tagname": "method",
3940       "name": "set",
3941       "member": "Ext.core.Element",
3942       "doc": "<p>Sets the passed attributes as attributes of this element (a style attribute can be a string, object or function)</p>\n",
3943       "params": [
3944         {
3945           "type": "Object",
3946           "name": "o",
3947           "doc": "<p>The object with the attributes</p>\n",
3948           "optional": false
3949         },
3950         {
3951           "type": "Boolean",
3952           "name": "useSet",
3953           "doc": "<p>(optional) false to override the default setAttribute to use expandos.</p>\n",
3954           "optional": true
3955         }
3956       ],
3957       "return": {
3958         "type": "Ext.core.Element",
3959         "doc": "<p>this</p>\n"
3960       },
3961       "private": false,
3962       "static": false,
3963       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
3964       "linenr": 107,
3965       "html_filename": "Element2.html",
3966       "href": "Element2.html#Ext-core-Element-method-set",
3967       "shortDoc": "<p>Sets the passed attributes as attributes of this element (a style attribute can be a string, object or function)</p>\n"
3968     },
3969     {
3970       "tagname": "method",
3971       "name": "setBottom",
3972       "member": "Ext.core.Element",
3973       "doc": "<p>Sets the element's CSS bottom style.</p>\n",
3974       "params": [
3975         {
3976           "type": "String",
3977           "name": "bottom",
3978           "doc": "<p>The bottom CSS property value</p>\n",
3979           "optional": false
3980         }
3981       ],
3982       "return": {
3983         "type": "Ext.core.Element",
3984         "doc": "<p>this</p>\n"
3985       },
3986       "private": false,
3987       "static": false,
3988       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
3989       "linenr": 103,
3990       "html_filename": "Element.position.html",
3991       "href": "Element.position.html#Ext-core-Element-method-setBottom",
3992       "shortDoc": "<p>Sets the element's CSS bottom style.</p>\n"
3993     },
3994     {
3995       "tagname": "method",
3996       "name": "setBounds",
3997       "member": "Ext.core.Element",
3998       "doc": "<p>Sets the element's position and size in one shot. If animation is true then width, height, x and y will be animated concurrently.</p>\n",
3999       "params": [
4000         {
4001           "type": "Number",
4002           "name": "x",
4003           "doc": "<p>X value for new position (coordinates are page-based)</p>\n",
4004           "optional": false
4005         },
4006         {
4007           "type": "Number",
4008           "name": "y",
4009           "doc": "<p>Y value for new position (coordinates are page-based)</p>\n",
4010           "optional": false
4011         },
4012         {
4013           "type": "Mixed",
4014           "name": "width",
4015           "doc": "<p>The new width. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels)</li>\n<li>A String used to set the CSS width style. Animation may <b>not</b> be used.\n</ul></div></p>\n",
4016           "optional": false
4017         },
4018         {
4019           "type": "Mixed",
4020           "name": "height",
4021           "doc": "<p>The new height. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels)</li>\n<li>A String used to set the CSS height style. Animation may <b>not</b> be used.</li>\n</ul></div></p>\n",
4022           "optional": false
4023         },
4024         {
4025           "type": "Boolean/Object",
4026           "name": "animate",
4027           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4028           "optional": true
4029         }
4030       ],
4031       "return": {
4032         "type": "Ext.core.Element",
4033         "doc": "<p>this</p>\n"
4034       },
4035       "private": false,
4036       "static": false,
4037       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4038       "linenr": 518,
4039       "html_filename": "Element.position.html",
4040       "href": "Element.position.html#Ext-core-Element-method-setBounds",
4041       "shortDoc": "Sets the element's position and size in one shot. If animation is true then width, height, x and y will be animated c..."
4042     },
4043     {
4044       "tagname": "method",
4045       "name": "setBox",
4046       "member": "Ext.core.Element",
4047       "doc": "<p>Sets the element's box. Use getBox() on another element to get a box obj. If animate is true then width, height, x and y will be animated concurrently.</p>\n",
4048       "params": [
4049         {
4050           "type": "Object",
4051           "name": "box",
4052           "doc": "<p>The box to fill {x, y, width, height}</p>\n",
4053           "optional": false
4054         },
4055         {
4056           "type": "Boolean",
4057           "name": "adjust",
4058           "doc": "<p>(optional) Whether to adjust for box-model issues automatically</p>\n",
4059           "optional": true
4060         },
4061         {
4062           "type": "Boolean/Object",
4063           "name": "animate",
4064           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4065           "optional": true
4066         }
4067       ],
4068       "return": {
4069         "type": "Ext.core.Element",
4070         "doc": "<p>this</p>\n"
4071       },
4072       "private": false,
4073       "static": false,
4074       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4075       "linenr": 308,
4076       "html_filename": "Element.position.html",
4077       "href": "Element.position.html#Ext-core-Element-method-setBox",
4078       "shortDoc": "Sets the element's box. Use getBox() on another element to get a box obj. If animate is true then width, height, x an..."
4079     },
4080     {
4081       "tagname": "method",
4082       "name": "setDisplayed",
4083       "member": "Ext.core.Element",
4084       "doc": "<p>Sets the CSS display property. Uses originalDisplay if the specified value is a boolean true.</p>\n",
4085       "params": [
4086         {
4087           "type": "Mixed",
4088           "name": "value",
4089           "doc": "<p>Boolean value to display the element using its default display, or a string to set the display directly.</p>\n",
4090           "optional": false
4091         }
4092       ],
4093       "return": {
4094         "type": "Ext.core.Element",
4095         "doc": "<p>this</p>\n"
4096       },
4097       "private": false,
4098       "static": false,
4099       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
4100       "linenr": 220,
4101       "html_filename": "Element.fx.html",
4102       "href": "Element.fx.html#Ext-core-Element-method-setDisplayed",
4103       "shortDoc": "<p>Sets the CSS display property. Uses originalDisplay if the specified value is a boolean true.</p>\n"
4104     },
4105     {
4106       "tagname": "method",
4107       "name": "setHeight",
4108       "member": "Ext.core.Element",
4109       "doc": "<p>Set the height of this Element.</p>\n\n<pre><code>// change the height to 200px and animate with default configuration\nExt.fly('elementId').setHeight(200, true);\n\n// change the height to 150px and animate with a custom configuration\nExt.fly('elId').setHeight(150, {\n    duration : .5, // animation will have a duration of .5 seconds\n    // will change the content to \"finished\"\n    callback: function(){ this.<a href=\"#/api/Ext.Layer-method-update\" rel=\"Ext.Layer-method-update\" class=\"docClass\">update</a>(\"finished\"); }\n});\n</code></pre>\n\n",
4110       "params": [
4111         {
4112           "type": "Mixed",
4113           "name": "height",
4114           "doc": "<p>The new height. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels.)</li>\n<li>A String used to set the CSS height style. Animation may <b>not</b> be used.</li>\n</ul></div></p>\n",
4115           "optional": false
4116         },
4117         {
4118           "type": "Boolean/Object",
4119           "name": "animate",
4120           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4121           "optional": true
4122         }
4123       ],
4124       "return": {
4125         "type": "Ext.core.Element",
4126         "doc": "<p>this</p>\n"
4127       },
4128       "private": false,
4129       "static": false,
4130       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4131       "linenr": 571,
4132       "html_filename": "Element.style.html",
4133       "href": "Element.style.html#Ext-core-Element-method-setHeight",
4134       "shortDoc": "Set the height of this Element.\n\n// change the height to 200px and animate with default configuration\nExt.fly('elemen..."
4135     },
4136     {
4137       "tagname": "method",
4138       "name": "setLeft",
4139       "member": "Ext.core.Element",
4140       "doc": "<p>Sets the element's left position directly using CSS style (instead of <a href=\"#/api/Ext.Layer-method-setX\" rel=\"Ext.Layer-method-setX\" class=\"docClass\">setX</a>).</p>\n",
4141       "params": [
4142         {
4143           "type": "String",
4144           "name": "left",
4145           "doc": "<p>The left CSS property value</p>\n",
4146           "optional": false
4147         }
4148       ],
4149       "return": {
4150         "type": "Ext.core.Element",
4151         "doc": "<p>this</p>\n"
4152       },
4153       "private": false,
4154       "static": false,
4155       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4156       "linenr": 73,
4157       "html_filename": "Element.position.html",
4158       "href": "Element.position.html#Ext-core-Element-method-setLeft",
4159       "shortDoc": "<p>Sets the element's left position directly using CSS style (instead of <a href=\"#/api/Ext.Layer-method-setX\" rel=\"Ext.Layer-method-setX\" class=\"docClass\">setX</a>).</p>\n"
4160     },
4161     {
4162       "tagname": "method",
4163       "name": "setLeftTop",
4164       "member": "Ext.core.Element",
4165       "doc": "<p>Quick set left and top adding default units</p>\n",
4166       "params": [
4167         {
4168           "type": "String",
4169           "name": "left",
4170           "doc": "<p>The left CSS property value</p>\n",
4171           "optional": false
4172         },
4173         {
4174           "type": "String",
4175           "name": "top",
4176           "doc": "<p>The top CSS property value</p>\n",
4177           "optional": false
4178         }
4179       ],
4180       "return": {
4181         "type": "Ext.core.Element",
4182         "doc": "<p>this</p>\n"
4183       },
4184       "private": false,
4185       "static": false,
4186       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4187       "linenr": 423,
4188       "html_filename": "Element.position.html",
4189       "href": "Element.position.html#Ext-core-Element-method-setLeftTop",
4190       "shortDoc": "<p>Quick set left and top adding default units</p>\n"
4191     },
4192     {
4193       "tagname": "method",
4194       "name": "setLocation",
4195       "member": "Ext.core.Element",
4196       "doc": "<p>Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
4197       "params": [
4198         {
4199           "type": "Number",
4200           "name": "x",
4201           "doc": "<p>X value for new position (coordinates are page-based)</p>\n",
4202           "optional": false
4203         },
4204         {
4205           "type": "Number",
4206           "name": "y",
4207           "doc": "<p>Y value for new position (coordinates are page-based)</p>\n",
4208           "optional": false
4209         },
4210         {
4211           "type": "Boolean/Object",
4212           "name": "animate",
4213           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4214           "optional": true
4215         }
4216       ],
4217       "return": {
4218         "type": "Ext.core.Element",
4219         "doc": "<p>this</p>\n"
4220       },
4221       "private": false,
4222       "static": false,
4223       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4224       "linenr": 134,
4225       "html_filename": "Element.position.html",
4226       "href": "Element.position.html#Ext-core-Element-method-setLocation",
4227       "shortDoc": "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must b..."
4228     },
4229     {
4230       "tagname": "method",
4231       "name": "setOpacity",
4232       "member": "Ext.core.Element",
4233       "doc": "<p>Set the opacity of the element</p>\n",
4234       "params": [
4235         {
4236           "type": "Float",
4237           "name": "opacity",
4238           "doc": "<p>The new opacity. 0 = transparent, .5 = 50% visibile, 1 = fully visible, etc</p>\n",
4239           "optional": false
4240         },
4241         {
4242           "type": "Boolean/Object",
4243           "name": "animate",
4244           "doc": "<p>(optional) a standard Element animation config object or <tt>true</tt> for\nthe default animation (<tt>{duration: .35, easing: 'easeIn'}</tt>)</p>\n",
4245           "optional": true
4246         }
4247       ],
4248       "return": {
4249         "type": "Ext.core.Element",
4250         "doc": "<p>this</p>\n"
4251       },
4252       "private": false,
4253       "static": false,
4254       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4255       "linenr": 328,
4256       "html_filename": "Element.style.html",
4257       "href": "Element.style.html#Ext-core-Element-method-setOpacity",
4258       "shortDoc": "<p>Set the opacity of the element</p>\n"
4259     },
4260     {
4261       "tagname": "method",
4262       "name": "setPositioning",
4263       "member": "Ext.core.Element",
4264       "doc": "<p>Set positioning with an object returned by getPositioning().</p>\n",
4265       "params": [
4266         {
4267           "type": "Object",
4268           "name": "posCfg",
4269           "doc": "\n",
4270           "optional": false
4271         }
4272       ],
4273       "return": {
4274         "type": "Ext.core.Element",
4275         "doc": "<p>this</p>\n"
4276       },
4277       "private": false,
4278       "static": false,
4279       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4280       "linenr": 256,
4281       "html_filename": "Element.position.html",
4282       "href": "Element.position.html#Ext-core-Element-method-setPositioning",
4283       "shortDoc": "<p>Set positioning with an object returned by getPositioning().</p>\n"
4284     },
4285     {
4286       "tagname": "method",
4287       "name": "setRegion",
4288       "member": "Ext.core.Element",
4289       "doc": "<p>Sets the element's position and size the specified region. If animation is true then width, height, x and y will be animated concurrently.</p>\n",
4290       "params": [
4291         {
4292           "type": "Ext.util.Region",
4293           "name": "region",
4294           "doc": "<p>The region to fill</p>\n",
4295           "optional": false
4296         },
4297         {
4298           "type": "Boolean/Object",
4299           "name": "animate",
4300           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4301           "optional": true
4302         }
4303       ],
4304       "return": {
4305         "type": "Ext.core.Element",
4306         "doc": "<p>this</p>\n"
4307       },
4308       "private": false,
4309       "static": false,
4310       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4311       "linenr": 554,
4312       "html_filename": "Element.position.html",
4313       "href": "Element.position.html#Ext-core-Element-method-setRegion",
4314       "shortDoc": "Sets the element's position and size the specified region. If animation is true then width, height, x and y will be a..."
4315     },
4316     {
4317       "tagname": "method",
4318       "name": "setRight",
4319       "member": "Ext.core.Element",
4320       "doc": "<p>Sets the element's CSS right style.</p>\n",
4321       "params": [
4322         {
4323           "type": "String",
4324           "name": "right",
4325           "doc": "<p>The right CSS property value</p>\n",
4326           "optional": false
4327         }
4328       ],
4329       "return": {
4330         "type": "Ext.core.Element",
4331         "doc": "<p>this</p>\n"
4332       },
4333       "private": false,
4334       "static": false,
4335       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4336       "linenr": 93,
4337       "html_filename": "Element.position.html",
4338       "href": "Element.position.html#Ext-core-Element-method-setRight",
4339       "shortDoc": "<p>Sets the element's CSS right style.</p>\n"
4340     },
4341     {
4342       "tagname": "method",
4343       "name": "setSize",
4344       "member": "Ext.core.Element",
4345       "doc": "<p>Set the size of this Element. If animation is true, both width and height will be animated concurrently.</p>\n",
4346       "params": [
4347         {
4348           "type": "Mixed",
4349           "name": "width",
4350           "doc": "<p>The new width. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style. Animation may <b>not</b> be used.\n<li>A size object in the format <code>{width: widthValue, height: heightValue}</code>.</li>\n</ul></div></p>\n",
4351           "optional": false
4352         },
4353         {
4354           "type": "Mixed",
4355           "name": "height",
4356           "doc": "<p>The new height. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS height style. Animation may <b>not</b> be used.</li>\n</ul></div></p>\n",
4357           "optional": false
4358         },
4359         {
4360           "type": "Boolean/Object",
4361           "name": "animate",
4362           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4363           "optional": true
4364         }
4365       ],
4366       "return": {
4367         "type": "Ext.core.Element",
4368         "doc": "<p>this</p>\n"
4369       },
4370       "private": false,
4371       "static": false,
4372       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4373       "linenr": 763,
4374       "html_filename": "Element.style.html",
4375       "href": "Element.style.html#Ext-core-Element-method-setSize",
4376       "shortDoc": "<p>Set the size of this Element. If animation is true, both width and height will be animated concurrently.</p>\n"
4377     },
4378     {
4379       "tagname": "method",
4380       "name": "setStyle",
4381       "member": "Ext.core.Element",
4382       "doc": "<p>Wrapper for setting style properties, also takes single object parameter of multiple styles.</p>\n",
4383       "params": [
4384         {
4385           "type": "String/Object",
4386           "name": "property",
4387           "doc": "<p>The style property to be set, or an object of multiple styles.</p>\n",
4388           "optional": false
4389         },
4390         {
4391           "type": "String",
4392           "name": "value",
4393           "doc": "<p>(optional) The value to apply to the given property, or null if an object was passed.</p>\n",
4394           "optional": true
4395         }
4396       ],
4397       "return": {
4398         "type": "Ext.core.Element",
4399         "doc": "<p>this</p>\n"
4400       },
4401       "private": false,
4402       "static": false,
4403       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4404       "linenr": 295,
4405       "html_filename": "Element.style.html",
4406       "href": "Element.style.html#Ext-core-Element-method-setStyle",
4407       "shortDoc": "<p>Wrapper for setting style properties, also takes single object parameter of multiple styles.</p>\n"
4408     },
4409     {
4410       "tagname": "method",
4411       "name": "setTop",
4412       "member": "Ext.core.Element",
4413       "doc": "<p>Sets the element's top position directly using CSS style (instead of <a href=\"#/api/Ext.Layer-method-setY\" rel=\"Ext.Layer-method-setY\" class=\"docClass\">setY</a>).</p>\n",
4414       "params": [
4415         {
4416           "type": "String",
4417           "name": "top",
4418           "doc": "<p>The top CSS property value</p>\n",
4419           "optional": false
4420         }
4421       ],
4422       "return": {
4423         "type": "Ext.core.Element",
4424         "doc": "<p>this</p>\n"
4425       },
4426       "private": false,
4427       "static": false,
4428       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4429       "linenr": 83,
4430       "html_filename": "Element.position.html",
4431       "href": "Element.position.html#Ext-core-Element-method-setTop",
4432       "shortDoc": "<p>Sets the element's top position directly using CSS style (instead of <a href=\"#/api/Ext.Layer-method-setY\" rel=\"Ext.Layer-method-setY\" class=\"docClass\">setY</a>).</p>\n"
4433     },
4434     {
4435       "tagname": "method",
4436       "name": "setVisibilityMode",
4437       "member": "Ext.core.Element",
4438       "doc": "<p>Sets the element's visibility mode. When setVisible() is called it\nwill use this to determine whether to set the visibility or the display property.</p>\n",
4439       "params": [
4440         {
4441           "type": "Number",
4442           "name": "visMode",
4443           "doc": "<p>Ext.core.Element.VISIBILITY or Ext.core.Element.DISPLAY</p>\n",
4444           "optional": false
4445         }
4446       ],
4447       "return": {
4448         "type": "Ext.core.Element",
4449         "doc": "<p>this</p>\n"
4450       },
4451       "private": false,
4452       "static": false,
4453       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
4454       "linenr": 72,
4455       "html_filename": "Element.fx.html",
4456       "href": "Element.fx.html#Ext-core-Element-method-setVisibilityMode",
4457       "shortDoc": "Sets the element's visibility mode. When setVisible() is called it\nwill use this to determine whether to set the visi..."
4458     },
4459     {
4460       "tagname": "method",
4461       "name": "setVisible",
4462       "member": "Ext.core.Element",
4463       "doc": "<p>Sets the visibility of the element (see details). If the visibilityMode is set to Element.DISPLAY, it will use\nthe display property to hide the element, otherwise it uses visibility. The default is to hide and show using the visibility property.</p>\n",
4464       "params": [
4465         {
4466           "type": "Boolean",
4467           "name": "visible",
4468           "doc": "<p>Whether the element is visible</p>\n",
4469           "optional": false
4470         },
4471         {
4472           "type": "Boolean/Object",
4473           "name": "animate",
4474           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4475           "optional": true
4476         }
4477       ],
4478       "return": {
4479         "type": "Ext.core.Element",
4480         "doc": "<p>this</p>\n"
4481       },
4482       "private": false,
4483       "static": false,
4484       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
4485       "linenr": 104,
4486       "html_filename": "Element.fx.html",
4487       "href": "Element.fx.html#Ext-core-Element-method-setVisible",
4488       "shortDoc": "Sets the visibility of the element (see details). If the visibilityMode is set to Element.DISPLAY, it will use\nthe di..."
4489     },
4490     {
4491       "tagname": "method",
4492       "name": "setWidth",
4493       "member": "Ext.core.Element",
4494       "doc": "<p>Set the width of this Element.</p>\n",
4495       "params": [
4496         {
4497           "type": "Mixed",
4498           "name": "width",
4499           "doc": "<p>The new width. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in this Element's <a href=\"#/api/Ext.Layer-property-defaultUnit\" rel=\"Ext.Layer-property-defaultUnit\" class=\"docClass\">defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style. Animation may <b>not</b> be used.\n</ul></div></p>\n",
4500           "optional": false
4501         },
4502         {
4503           "type": "Boolean/Object",
4504           "name": "animate",
4505           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4506           "optional": true
4507         }
4508       ],
4509       "return": {
4510         "type": "Ext.core.Element",
4511         "doc": "<p>this</p>\n"
4512       },
4513       "private": false,
4514       "static": false,
4515       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4516       "linenr": 543,
4517       "html_filename": "Element.style.html",
4518       "href": "Element.style.html#Ext-core-Element-method-setWidth",
4519       "shortDoc": "<p>Set the width of this Element.</p>\n"
4520     },
4521     {
4522       "tagname": "method",
4523       "name": "setX",
4524       "member": "Ext.core.Element",
4525       "doc": "<p>Sets the X position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
4526       "params": [
4527         {
4528           "type": "Number",
4529           "name": "The",
4530           "doc": "<p>X position of the element</p>\n",
4531           "optional": false
4532         },
4533         {
4534           "type": "Boolean/Object",
4535           "name": "animate",
4536           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4537           "optional": true
4538         }
4539       ],
4540       "return": {
4541         "type": "Ext.core.Element",
4542         "doc": "<p>this</p>\n"
4543       },
4544       "private": false,
4545       "static": false,
4546       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4547       "linenr": 53,
4548       "html_filename": "Element.position.html",
4549       "href": "Element.position.html#Ext-core-Element-method-setX",
4550       "shortDoc": "Sets the X position of the element based on page coordinates.  Element must be part of the DOM tree to have page coor..."
4551     },
4552     {
4553       "tagname": "method",
4554       "name": "setXY",
4555       "member": "Ext.core.Element",
4556       "doc": "<p>Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
4557       "params": [
4558         {
4559           "type": "Array",
4560           "name": "pos",
4561           "doc": "<p>Contains X &amp; Y [x, y] values for new position (coordinates are page-based)</p>\n",
4562           "optional": false
4563         },
4564         {
4565           "type": "Boolean/Object",
4566           "name": "animate",
4567           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4568           "optional": true
4569         }
4570       ],
4571       "return": {
4572         "type": "Ext.core.Element",
4573         "doc": "<p>this</p>\n"
4574       },
4575       "private": false,
4576       "static": false,
4577       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4578       "linenr": 113,
4579       "html_filename": "Element.position.html",
4580       "href": "Element.position.html#Ext-core-Element-method-setXY",
4581       "shortDoc": "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must b..."
4582     },
4583     {
4584       "tagname": "method",
4585       "name": "setY",
4586       "member": "Ext.core.Element",
4587       "doc": "<p>Sets the Y position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).</p>\n",
4588       "params": [
4589         {
4590           "type": "Number",
4591           "name": "The",
4592           "doc": "<p>Y position of the element</p>\n",
4593           "optional": false
4594         },
4595         {
4596           "type": "Boolean/Object",
4597           "name": "animate",
4598           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4599           "optional": true
4600         }
4601       ],
4602       "return": {
4603         "type": "Ext.core.Element",
4604         "doc": "<p>this</p>\n"
4605       },
4606       "private": false,
4607       "static": false,
4608       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4609       "linenr": 63,
4610       "html_filename": "Element.position.html",
4611       "href": "Element.position.html#Ext-core-Element-method-setY",
4612       "shortDoc": "Sets the Y position of the element based on page coordinates.  Element must be part of the DOM tree to have page coor..."
4613     },
4614     {
4615       "tagname": "method",
4616       "name": "setZIndex",
4617       "member": "Ext.Layer",
4618       "doc": "<p>Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically\nincremented depending upon the presence of a shim or a shadow in so that it always shows above those two associated elements.</p>\n\n\n<p>Any shim, will be assigned the passed z-index. A shadow will be assigned the next highet z-index, and the Layer's\nelement will receive the highest  z-index.\n\n",
4619       "params": [
4620         {
4621           "type": "Number",
4622           "name": "zindex",
4623           "doc": "<p>The new z-index to set</p>\n",
4624           "optional": false
4625         }
4626       ],
4627       "return": {
4628         "type": "this",
4629         "doc": "<p>The Layer</p>\n"
4630       },
4631       "private": false,
4632       "static": false,
4633       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
4634       "linenr": 447,
4635       "html_filename": "Layer.html",
4636       "href": "Layer.html#Ext-Layer-method-setZIndex",
4637       "shortDoc": "Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically\nincremen..."
4638     },
4639     {
4640       "tagname": "method",
4641       "name": "shift",
4642       "member": "Ext.core.Element",
4643       "doc": "<p>@deprecated 4.0\nAnimates the transition of any combination of an element's dimensions, xy position and/or opacity.\nAny of these properties not specified in the config object will not be changed.  This effect\nrequires that at least one new dimension, position or opacity setting must be passed in on\nthe config object in order for the function to have any effect.\nUsage:</p>\n\n<pre><code>// slide the element horizontally to x position 200 while changing the height and opacity\nel.shift({ x: 200, height: 50, opacity: .8 });\n\n// common config options shown with default values.\nel.shift({\n    width: [element&#39;s width],\n    height: [element&#39;s height],\n    x: [element&#39;s x position],\n    y: [element&#39;s y position],\n    opacity: [element&#39;s opacity],\n    easing: 'easeOut',\n    duration: .35\n});\n</code></pre>\n\n",
4644       "params": [
4645         {
4646           "type": "Object",
4647           "name": "options",
4648           "doc": "<p>Object literal with any of the Fx config options</p>\n",
4649           "optional": false
4650         }
4651       ],
4652       "return": {
4653         "type": "Ext.Element",
4654         "doc": "<p>The Element</p>\n"
4655       },
4656       "private": false,
4657       "static": false,
4658       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
4659       "linenr": 864,
4660       "html_filename": "Element.anim.html",
4661       "href": "Element.anim.html#Ext-core-Element-method-shift",
4662       "shortDoc": "@deprecated 4.0\nAnimates the transition of any combination of an element's dimensions, xy position and/or opacity.\nAn..."
4663     },
4664     {
4665       "tagname": "method",
4666       "name": "show",
4667       "member": "Ext.core.Element",
4668       "doc": "<p>Show this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See <a href=\"#/api/Ext.Layer-method-setVisible\" rel=\"Ext.Layer-method-setVisible\" class=\"docClass\">setVisible</a>.</p>\n",
4669       "params": [
4670         {
4671           "type": "Boolean/Object",
4672           "name": "animate",
4673           "doc": "<p>(optional) true for the default animation or a standard Element animation config object</p>\n",
4674           "optional": true
4675         }
4676       ],
4677       "return": {
4678         "type": "Ext.core.Element",
4679         "doc": "<p>this</p>\n"
4680       },
4681       "private": false,
4682       "static": false,
4683       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
4684       "linenr": 260,
4685       "html_filename": "Element.fx.html",
4686       "href": "Element.fx.html#Ext-core-Element-method-show",
4687       "shortDoc": "<p>Show this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See <a href=\"#/api/Ext.Layer-method-setVisible\" rel=\"Ext.Layer-method-setVisible\" class=\"docClass\">setVisible</a>.</p>\n"
4688     },
4689     {
4690       "tagname": "method",
4691       "name": "slideIn",
4692       "member": "Ext.core.Element",
4693       "doc": "<p>Slides the element into view.  An anchor point can be optionally passed to set the point of\norigin for the slide effect.  This function automatically handles wrapping the element with\na fixed-size container if needed.  See the Fx class overview for valid anchor point options.\nUsage:</p>\n\n<pre><code>// default: slide the element in from the top\nel.slideIn();\n\n// custom: slide the element in from the right with a 2-second duration\nel.slideIn('r', { duration: 2 });\n\n// common config options shown with default values\nel.slideIn('t', {\n    easing: 'easeOut',\n    duration: 500\n});\n</code></pre>\n\n",
4694       "params": [
4695         {
4696           "type": "String",
4697           "name": "anchor",
4698           "doc": "<p>(optional) One of the valid Fx anchor positions (defaults to top: 't')</p>\n",
4699           "optional": true
4700         },
4701         {
4702           "type": "Object",
4703           "name": "options",
4704           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
4705           "optional": true
4706         },
4707         {
4708           "type": "Object",
4709           "name": "slideOut",
4710           "doc": "\n",
4711           "optional": false
4712         }
4713       ],
4714       "return": {
4715         "type": "Ext.core.Element",
4716         "doc": "<p>The Element</p>\n"
4717       },
4718       "private": false,
4719       "static": false,
4720       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
4721       "linenr": 81,
4722       "html_filename": "Element.anim.html",
4723       "href": "Element.anim.html#Ext-core-Element-method-slideIn",
4724       "shortDoc": "Slides the element into view.  An anchor point can be optionally passed to set the point of\norigin for the slide effe..."
4725     },
4726     {
4727       "tagname": "method",
4728       "name": "slideOut",
4729       "member": "Ext.core.Element",
4730       "doc": "<p>Slides the element out of view.  An anchor point can be optionally passed to set the end point\nfor the slide effect.  When the effect is completed, the element will be hidden (visibility =\n'hidden') but block elements will still take up space in the document.  The element must be removed\nfrom the DOM using the 'remove' config option if desired.  This function automatically handles\nwrapping the element with a fixed-size container if needed.  See the Fx class overview for valid anchor point options.\nUsage:</p>\n\n<pre><code>// default: slide the element out to the top\nel.slideOut();\n\n// custom: slide the element out to the right with a 2-second duration\nel.slideOut('r', { duration: 2 });\n\n// common config options shown with default values\nel.slideOut('t', {\n    easing: 'easeOut',\n    duration: 500,\n    remove: false,\n    useDisplay: false\n});\n</code></pre>\n\n",
4731       "params": [
4732         {
4733           "type": "String",
4734           "name": "anchor",
4735           "doc": "<p>(optional) One of the valid Fx anchor positions (defaults to top: 't')</p>\n",
4736           "optional": true
4737         },
4738         {
4739           "type": "Object",
4740           "name": "options",
4741           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
4742           "optional": true
4743         }
4744       ],
4745       "return": {
4746         "type": "Ext.core.Element",
4747         "doc": "<p>The Element</p>\n"
4748       },
4749       "private": false,
4750       "static": false,
4751       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
4752       "linenr": 330,
4753       "html_filename": "Element.anim.html",
4754       "href": "Element.anim.html#Ext-core-Element-method-slideOut",
4755       "shortDoc": "Slides the element out of view.  An anchor point can be optionally passed to set the end point\nfor the slide effect. ..."
4756     },
4757     {
4758       "tagname": "method",
4759       "name": "swallowEvent",
4760       "member": "Ext.core.Element",
4761       "doc": "<p>Stops the specified event(s) from bubbling and optionally prevents the default action</p>\n",
4762       "params": [
4763         {
4764           "type": "String/Array",
4765           "name": "eventName",
4766           "doc": "<p>an event / array of events to stop from bubbling</p>\n",
4767           "optional": false
4768         },
4769         {
4770           "type": "Boolean",
4771           "name": "preventDefault",
4772           "doc": "<p>(optional) true to prevent the default action too</p>\n",
4773           "optional": true
4774         }
4775       ],
4776       "return": {
4777         "type": "Ext.core.Element",
4778         "doc": "<p>this</p>\n"
4779       },
4780       "private": false,
4781       "static": false,
4782       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element-more.js",
4783       "linenr": 40,
4784       "html_filename": "Element-more.html",
4785       "href": "Element-more.html#Ext-core-Element-method-swallowEvent",
4786       "shortDoc": "<p>Stops the specified event(s) from bubbling and optionally prevents the default action</p>\n"
4787     },
4788     {
4789       "tagname": "method",
4790       "name": "switchOff",
4791       "member": "Ext.core.Element",
4792       "doc": "<p>Blinks the element as if it was clicked and then collapses on its center (similar to switching off a television).\nWhen the effect is completed, the element will be hidden (visibility = 'hidden') but block elements will still\ntake up space in the document. The element must be removed from the DOM using the 'remove' config option if desired.\nUsage:</p>\n\n<pre><code>// default\nel.switchOff();\n\n// all config options shown with default values\nel.switchOff({\n    easing: 'easeIn',\n    duration: .3,\n    remove: false,\n    useDisplay: false\n});\n</code></pre>\n\n",
4793       "params": [
4794         {
4795           "type": "Object",
4796           "name": "options",
4797           "doc": "<p>(optional) Object literal with any of the Fx config options</p>\n",
4798           "optional": true
4799         }
4800       ],
4801       "return": {
4802         "type": "Ext.core.Element",
4803         "doc": "<p>The Element</p>\n"
4804       },
4805       "private": false,
4806       "static": false,
4807       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.anim.js",
4808       "linenr": 429,
4809       "html_filename": "Element.anim.html",
4810       "href": "Element.anim.html#Ext-core-Element-method-switchOff",
4811       "shortDoc": "Blinks the element as if it was clicked and then collapses on its center (similar to switching off a television).\nWhe..."
4812     },
4813     {
4814       "tagname": "method",
4815       "name": "toggle",
4816       "member": "Ext.core.Element",
4817       "doc": "<p>Toggles the element's visibility or display, depending on visibility mode.</p>\n",
4818       "params": [
4819         {
4820           "type": "Boolean/Object",
4821           "name": "animate",
4822           "doc": "<p>(optional) True for the default animation, or a standard Element animation config object</p>\n",
4823           "optional": true
4824         }
4825       ],
4826       "return": {
4827         "type": "Ext.core.Element",
4828         "doc": "<p>this</p>\n"
4829       },
4830       "private": false,
4831       "static": false,
4832       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
4833       "linenr": 209,
4834       "html_filename": "Element.fx.html",
4835       "href": "Element.fx.html#Ext-core-Element-method-toggle",
4836       "shortDoc": "<p>Toggles the element's visibility or display, depending on visibility mode.</p>\n"
4837     },
4838     {
4839       "tagname": "method",
4840       "name": "toggleCls",
4841       "member": "Ext.core.Element",
4842       "doc": "<p>Toggles the specified CSS class on this element (removes it if it already exists, otherwise adds it).</p>\n",
4843       "params": [
4844         {
4845           "type": "String",
4846           "name": "className",
4847           "doc": "<p>The CSS class to toggle</p>\n",
4848           "optional": false
4849         }
4850       ],
4851       "return": {
4852         "type": "Ext.core.Element",
4853         "doc": "<p>this</p>\n"
4854       },
4855       "private": false,
4856       "static": false,
4857       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4858       "linenr": 153,
4859       "html_filename": "Element.style.html",
4860       "href": "Element.style.html#Ext-core-Element-method-toggleCls",
4861       "shortDoc": "<p>Toggles the specified CSS class on this element (removes it if it already exists, otherwise adds it).</p>\n"
4862     },
4863     {
4864       "tagname": "method",
4865       "name": "translatePoints",
4866       "member": "Ext.core.Element",
4867       "doc": "<p>Translates the passed page coordinates into left/top css values for this element</p>\n",
4868       "params": [
4869         {
4870           "type": "Number/Array",
4871           "name": "x",
4872           "doc": "<p>The page x or an array containing [x, y]</p>\n",
4873           "optional": false
4874         },
4875         {
4876           "type": "Number",
4877           "name": "y",
4878           "doc": "<p>(optional) The page y, required if x is not an array</p>\n",
4879           "optional": true
4880         }
4881       ],
4882       "return": {
4883         "type": "Object",
4884         "doc": "<p>An object with left and top properties. e.g. {left: (value), top: (value)}</p>\n"
4885       },
4886       "private": false,
4887       "static": false,
4888       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.position.js",
4889       "linenr": 277,
4890       "html_filename": "Element.position.html",
4891       "href": "Element.position.html#Ext-core-Element-method-translatePoints",
4892       "shortDoc": "<p>Translates the passed page coordinates into left/top css values for this element</p>\n"
4893     },
4894     {
4895       "tagname": "method",
4896       "name": "un",
4897       "member": "Ext.core.Element",
4898       "doc": "<p>Removes an event handler from this element (see <a href=\"#/api/Ext.Layer-method-removeListener\" rel=\"Ext.Layer-method-removeListener\" class=\"docClass\">removeListener</a> for additional notes).</p>\n",
4899       "params": [
4900         {
4901           "type": "String",
4902           "name": "eventName",
4903           "doc": "<p>The name of the event from which to remove the handler.</p>\n",
4904           "optional": false
4905         },
4906         {
4907           "type": "Function",
4908           "name": "fn",
4909           "doc": "<p>The handler function to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
4910           "optional": false
4911         },
4912         {
4913           "type": "Object",
4914           "name": "scope",
4915           "doc": "<p>If a scope (<b><code>this</code></b> reference) was specified when the listener was added,\nthen this must refer to the same object.</p>\n",
4916           "optional": false
4917         }
4918       ],
4919       "return": {
4920         "type": "Ext.core.Element",
4921         "doc": "<p>this</p>\n"
4922       },
4923       "private": false,
4924       "static": false,
4925       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
4926       "linenr": 744,
4927       "html_filename": "Element2.html",
4928       "href": "Element2.html#Ext-core-Element-method-un",
4929       "shortDoc": "<p>Removes an event handler from this element (see <a href=\"#/api/Ext.Layer-method-removeListener\" rel=\"Ext.Layer-method-removeListener\" class=\"docClass\">removeListener</a> for additional notes).</p>\n"
4930     },
4931     {
4932       "tagname": "method",
4933       "name": "unclip",
4934       "member": "Ext.core.Element",
4935       "doc": "<p>Return clipping (overflow) to original clipping before <tt><a href=\"#/api/Ext.Layer-method-clip\" rel=\"Ext.Layer-method-clip\" class=\"docClass\">clip</a></tt> was called</p>\n",
4936       "params": [
4937
4938       ],
4939       "return": {
4940         "type": "Ext.core.Element",
4941         "doc": "<p>this</p>\n"
4942       },
4943       "private": false,
4944       "static": false,
4945       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
4946       "linenr": 652,
4947       "html_filename": "Element.style.html",
4948       "href": "Element.style.html#Ext-core-Element-method-unclip",
4949       "shortDoc": "<p>Return clipping (overflow) to original clipping before <tt><a href=\"#/api/Ext.Layer-method-clip\" rel=\"Ext.Layer-method-clip\" class=\"docClass\">clip</a></tt> was called</p>\n"
4950     },
4951     {
4952       "tagname": "method",
4953       "name": "unitizeBox",
4954       "member": "Ext.core.Element",
4955       "doc": "<p>Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations\n(e.g. 10, \"10\", \"10 10\", \"10 10 10\" and \"10 10 10 10\" are all valid options and would return the same result)</p>\n",
4956       "params": [
4957         {
4958           "type": "Number|String",
4959           "name": "box",
4960           "doc": "<p>The encoded margins</p>\n",
4961           "optional": false
4962         },
4963         {
4964           "type": "String",
4965           "name": "units",
4966           "doc": "<p>The type of units to add</p>\n",
4967           "optional": false
4968         }
4969       ],
4970       "return": {
4971         "type": "String",
4972         "doc": "<p>An string with unitized (px if units is not specified) metrics for top, right, bottom and left</p>\n"
4973       },
4974       "private": false,
4975       "static": true,
4976       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.static.js",
4977       "linenr": 61,
4978       "html_filename": "Element.static.html",
4979       "href": "Element.static.html#Ext-core-Element-method-unitizeBox",
4980       "shortDoc": "Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations\n(e.g. 10, ..."
4981     },
4982     {
4983       "tagname": "method",
4984       "name": "unmask",
4985       "member": "Ext.core.Element",
4986       "doc": "<p>Removes a previously applied mask.</p>\n",
4987       "params": [
4988
4989       ],
4990       "return": {
4991         "type": "void",
4992         "doc": "\n"
4993       },
4994       "private": false,
4995       "static": false,
4996       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx-more.js",
4997       "linenr": 123,
4998       "html_filename": "Element.fx-more.html",
4999       "href": "Element.fx-more.html#Ext-core-Element-method-unmask",
5000       "shortDoc": "<p>Removes a previously applied mask.</p>\n"
5001     },
5002     {
5003       "tagname": "method",
5004       "name": "unselectable",
5005       "member": "Ext.core.Element",
5006       "doc": "<p>Disables text selection for this element (normalized across browsers)</p>\n",
5007       "params": [
5008
5009       ],
5010       "return": {
5011         "type": "Ext.core.Element",
5012         "doc": "<p>this</p>\n"
5013       },
5014       "private": false,
5015       "static": false,
5016       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.style.js",
5017       "linenr": 1022,
5018       "html_filename": "Element.style.html",
5019       "href": "Element.style.html#Ext-core-Element-method-unselectable",
5020       "shortDoc": "<p>Disables text selection for this element (normalized across browsers)</p>\n"
5021     },
5022     {
5023       "tagname": "method",
5024       "name": "up",
5025       "member": "Ext.core.Element",
5026       "doc": "<p>Walks up the dom looking for a parent node that matches the passed simple selector (e.g. div.some-class or span:first-child).\nThis is a shortcut for findParentNode() that always returns an Ext.core.Element.</p>\n",
5027       "params": [
5028         {
5029           "type": "String",
5030           "name": "selector",
5031           "doc": "<p>The simple selector to test</p>\n",
5032           "optional": false
5033         },
5034         {
5035           "type": "Number/Mixed",
5036           "name": "maxDepth",
5037           "doc": "<p>(optional) The max depth to</p>\n\n<pre><code>        search as a number or element (defaults to 10 || document.body)\n</code></pre>\n",
5038           "optional": true
5039         }
5040       ],
5041       "return": {
5042         "type": "Ext.core.Element",
5043         "doc": "<p>The matching DOM node (or null if no match was found)</p>\n"
5044       },
5045       "private": false,
5046       "static": false,
5047       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.traversal.js",
5048       "linenr": 46,
5049       "html_filename": "Element.traversal.html",
5050       "href": "Element.traversal.html#Ext-core-Element-method-up",
5051       "shortDoc": "Walks up the dom looking for a parent node that matches the passed simple selector (e.g. div.some-class or span:first..."
5052     },
5053     {
5054       "tagname": "method",
5055       "name": "update",
5056       "member": "Ext.core.Element",
5057       "doc": "<p>Update the innerHTML of this element</p>\n",
5058       "params": [
5059         {
5060           "type": "String",
5061           "name": "html",
5062           "doc": "<p>The new HTML</p>\n",
5063           "optional": false
5064         }
5065       ],
5066       "return": {
5067         "type": "Ext.core.Element",
5068         "doc": "<p>this</p>\n"
5069       },
5070       "private": false,
5071       "static": false,
5072       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5073       "linenr": 714,
5074       "html_filename": "Element2.html",
5075       "href": "Element2.html#Ext-core-Element-method-update",
5076       "shortDoc": "<p>Update the innerHTML of this element</p>\n"
5077     },
5078     {
5079       "tagname": "method",
5080       "name": "wrap",
5081       "member": "Ext.core.Element",
5082       "doc": "<p>Creates and wraps this element with another element</p>\n",
5083       "params": [
5084         {
5085           "type": "Object",
5086           "name": "config",
5087           "doc": "<p>(optional) DomHelper element config object for the wrapper element or null for an empty div</p>\n",
5088           "optional": true
5089         },
5090         {
5091           "type": "Boolean",
5092           "name": "returnDom",
5093           "doc": "<p>(optional) True to return the raw DOM element instead of Ext.core.Element</p>\n",
5094           "optional": true
5095         }
5096       ],
5097       "return": {
5098         "type": "HTMLElement/Element",
5099         "doc": "<p>The newly created wrapper element</p>\n"
5100       },
5101       "private": false,
5102       "static": false,
5103       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.insertion.js",
5104       "linenr": 155,
5105       "html_filename": "Element.insertion.html",
5106       "href": "Element.insertion.html#Ext-core-Element-method-wrap",
5107       "shortDoc": "<p>Creates and wraps this element with another element</p>\n"
5108     }
5109   ],
5110   "property": [
5111     {
5112       "tagname": "property",
5113       "name": "DISPLAY",
5114       "member": "Ext.core.Element",
5115       "type": "Number",
5116       "doc": "<p>Visibility mode constant for use with <a href=\"#/api/Ext.Layer-method-setVisibilityMode\" rel=\"Ext.Layer-method-setVisibilityMode\" class=\"docClass\">setVisibilityMode</a>. Use display to hide element</p>\n",
5117       "private": false,
5118       "static": true,
5119       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
5120       "linenr": 10,
5121       "html_filename": "Element.fx.html",
5122       "href": "Element.fx.html#Ext-core-Element-property-DISPLAY"
5123     },
5124     {
5125       "tagname": "property",
5126       "name": "OFFSETS",
5127       "member": "Ext.core.Element",
5128       "type": "Number",
5129       "doc": "<p>Visibility mode constant for use with <a href=\"#/api/Ext.Layer-method-setVisibilityMode\" rel=\"Ext.Layer-method-setVisibilityMode\" class=\"docClass\">setVisibilityMode</a>. Use offsets (x and y positioning offscreen)\nto hide element.</p>\n",
5130       "private": false,
5131       "static": true,
5132       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
5133       "linenr": 17,
5134       "html_filename": "Element.fx.html",
5135       "href": "Element.fx.html#Ext-core-Element-property-OFFSETS"
5136     },
5137     {
5138       "tagname": "property",
5139       "name": "VISIBILITY",
5140       "member": "Ext.core.Element",
5141       "type": "Number",
5142       "doc": "<p>Visibility mode constant for use with <a href=\"#/api/Ext.Layer-method-setVisibilityMode\" rel=\"Ext.Layer-method-setVisibilityMode\" class=\"docClass\">setVisibilityMode</a>. Use visibility to hide element</p>\n",
5143       "private": false,
5144       "static": true,
5145       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
5146       "linenr": 4,
5147       "html_filename": "Element.fx.html",
5148       "href": "Element.fx.html#Ext-core-Element-property-VISIBILITY"
5149     },
5150     {
5151       "tagname": "property",
5152       "name": "autoBoxAdjust",
5153       "member": "Ext.core.Element",
5154       "type": "Boolean",
5155       "doc": "<p>true to automatically adjust width and height settings for box-model issues (default to true)</p>\n",
5156       "private": false,
5157       "static": false,
5158       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5159       "linenr": 772,
5160       "html_filename": "Element2.html",
5161       "href": "Element2.html#Ext-core-Element-property-autoBoxAdjust"
5162     },
5163     {
5164       "tagname": "property",
5165       "name": "defaultUnit",
5166       "member": "Ext.core.Element",
5167       "type": "String",
5168       "doc": "<p>The default unit to append to CSS values where a unit isn't provided (defaults to px).</p>\n",
5169       "private": false,
5170       "static": false,
5171       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5172       "linenr": 394,
5173       "html_filename": "Element2.html",
5174       "href": "Element2.html#Ext-core-Element-property-defaultUnit"
5175     },
5176     {
5177       "tagname": "property",
5178       "name": "dom",
5179       "member": "Ext.core.Element",
5180       "type": "HTMLElement",
5181       "doc": "<p>The DOM element</p>\n",
5182       "private": false,
5183       "static": false,
5184       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5185       "linenr": 89,
5186       "html_filename": "Element2.html",
5187       "href": "Element2.html#Ext-core-Element-property-dom"
5188     },
5189     {
5190       "tagname": "property",
5191       "name": "id",
5192       "member": "Ext.core.Element",
5193       "type": "String",
5194       "doc": "<p>The DOM element ID</p>\n",
5195       "private": false,
5196       "static": false,
5197       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5198       "linenr": 95,
5199       "html_filename": "Element2.html",
5200       "href": "Element2.html#Ext-core-Element-property-id"
5201     },
5202     {
5203       "tagname": "property",
5204       "name": "originalDisplay",
5205       "member": "Ext.core.Element",
5206       "type": "String",
5207       "doc": "<p>The element's default display mode  (defaults to \"\")</p>\n",
5208       "private": false,
5209       "static": false,
5210       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
5211       "linenr": 65,
5212       "html_filename": "Element.fx.html",
5213       "href": "Element.fx.html#Ext-core-Element-property-originalDisplay"
5214     },
5215     {
5216       "tagname": "property",
5217       "name": "visibilityCls",
5218       "member": "Ext.core.Element",
5219       "type": "String",
5220       "doc": "<p>Defaults to 'x-hide-nosize'</p>\n",
5221       "private": false,
5222       "static": true,
5223       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.fx.js",
5224       "linenr": 28,
5225       "html_filename": "Element.fx.html",
5226       "href": "Element.fx.html#Ext-core-Element-property-visibilityCls"
5227     }
5228   ],
5229   "event": [
5230     {
5231       "tagname": "event",
5232       "name": "DOMActivate",
5233       "member": "Ext.core.Element",
5234       "doc": "<p>Where supported. Fires when an element is activated, for instance, through a mouse click or a keypress.</p>\n",
5235       "params": [
5236         {
5237           "type": "Ext.EventObject",
5238           "name": "e",
5239           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5240           "optional": false
5241         },
5242         {
5243           "type": "HtmlElement",
5244           "name": "t",
5245           "doc": "<p>The target of the event.</p>\n",
5246           "optional": false
5247         },
5248         {
5249           "type": "Object",
5250           "name": "o",
5251           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5252           "optional": false
5253         }
5254       ],
5255       "private": false,
5256       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5257       "linenr": 335,
5258       "html_filename": "Element2.html",
5259       "href": "Element2.html#Ext-core-Element-event-DOMActivate",
5260       "shortDoc": "<p>Where supported. Fires when an element is activated, for instance, through a mouse click or a keypress.</p>\n"
5261     },
5262     {
5263       "tagname": "event",
5264       "name": "DOMAttrModified",
5265       "member": "Ext.core.Element",
5266       "doc": "<p>Where supported. Fires when an attribute has been modified.</p>\n",
5267       "params": [
5268         {
5269           "type": "Ext.EventObject",
5270           "name": "e",
5271           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5272           "optional": false
5273         },
5274         {
5275           "type": "HtmlElement",
5276           "name": "t",
5277           "doc": "<p>The target of the event.</p>\n",
5278           "optional": false
5279         },
5280         {
5281           "type": "Object",
5282           "name": "o",
5283           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5284           "optional": false
5285         }
5286       ],
5287       "private": false,
5288       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5289       "linenr": 379,
5290       "html_filename": "Element2.html",
5291       "href": "Element2.html#Ext-core-Element-event-DOMAttrModified",
5292       "shortDoc": "<p>Where supported. Fires when an attribute has been modified.</p>\n"
5293     },
5294     {
5295       "tagname": "event",
5296       "name": "DOMCharacterDataModified",
5297       "member": "Ext.core.Element",
5298       "doc": "<p>Where supported. Fires when the character data has been modified.</p>\n",
5299       "params": [
5300         {
5301           "type": "Ext.EventObject",
5302           "name": "e",
5303           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5304           "optional": false
5305         },
5306         {
5307           "type": "HtmlElement",
5308           "name": "t",
5309           "doc": "<p>The target of the event.</p>\n",
5310           "optional": false
5311         },
5312         {
5313           "type": "Object",
5314           "name": "o",
5315           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5316           "optional": false
5317         }
5318       ],
5319       "private": false,
5320       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5321       "linenr": 386,
5322       "html_filename": "Element2.html",
5323       "href": "Element2.html#Ext-core-Element-event-DOMCharacterDataModified",
5324       "shortDoc": "<p>Where supported. Fires when the character data has been modified.</p>\n"
5325     },
5326     {
5327       "tagname": "event",
5328       "name": "DOMFocusIn",
5329       "member": "Ext.core.Element",
5330       "doc": "<p>Where supported. Similar to HTML focus event, but can be applied to any focusable element.</p>\n",
5331       "params": [
5332         {
5333           "type": "Ext.EventObject",
5334           "name": "e",
5335           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5336           "optional": false
5337         },
5338         {
5339           "type": "HtmlElement",
5340           "name": "t",
5341           "doc": "<p>The target of the event.</p>\n",
5342           "optional": false
5343         },
5344         {
5345           "type": "Object",
5346           "name": "o",
5347           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5348           "optional": false
5349         }
5350       ],
5351       "private": false,
5352       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5353       "linenr": 321,
5354       "html_filename": "Element2.html",
5355       "href": "Element2.html#Ext-core-Element-event-DOMFocusIn",
5356       "shortDoc": "<p>Where supported. Similar to HTML focus event, but can be applied to any focusable element.</p>\n"
5357     },
5358     {
5359       "tagname": "event",
5360       "name": "DOMFocusOut",
5361       "member": "Ext.core.Element",
5362       "doc": "<p>Where supported. Similar to HTML blur event, but can be applied to any focusable element.</p>\n",
5363       "params": [
5364         {
5365           "type": "Ext.EventObject",
5366           "name": "e",
5367           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5368           "optional": false
5369         },
5370         {
5371           "type": "HtmlElement",
5372           "name": "t",
5373           "doc": "<p>The target of the event.</p>\n",
5374           "optional": false
5375         },
5376         {
5377           "type": "Object",
5378           "name": "o",
5379           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5380           "optional": false
5381         }
5382       ],
5383       "private": false,
5384       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5385       "linenr": 328,
5386       "html_filename": "Element2.html",
5387       "href": "Element2.html#Ext-core-Element-event-DOMFocusOut",
5388       "shortDoc": "<p>Where supported. Similar to HTML blur event, but can be applied to any focusable element.</p>\n"
5389     },
5390     {
5391       "tagname": "event",
5392       "name": "DOMNodeInserted",
5393       "member": "Ext.core.Element",
5394       "doc": "<p>Where supported. Fires when a node has been added as a child of another node.</p>\n",
5395       "params": [
5396         {
5397           "type": "Ext.EventObject",
5398           "name": "e",
5399           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5400           "optional": false
5401         },
5402         {
5403           "type": "HtmlElement",
5404           "name": "t",
5405           "doc": "<p>The target of the event.</p>\n",
5406           "optional": false
5407         },
5408         {
5409           "type": "Object",
5410           "name": "o",
5411           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5412           "optional": false
5413         }
5414       ],
5415       "private": false,
5416       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5417       "linenr": 351,
5418       "html_filename": "Element2.html",
5419       "href": "Element2.html#Ext-core-Element-event-DOMNodeInserted",
5420       "shortDoc": "<p>Where supported. Fires when a node has been added as a child of another node.</p>\n"
5421     },
5422     {
5423       "tagname": "event",
5424       "name": "DOMNodeInsertedIntoDocument",
5425       "member": "Ext.core.Element",
5426       "doc": "<p>Where supported. Fires when a node is being inserted into a document.</p>\n",
5427       "params": [
5428         {
5429           "type": "Ext.EventObject",
5430           "name": "e",
5431           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5432           "optional": false
5433         },
5434         {
5435           "type": "HtmlElement",
5436           "name": "t",
5437           "doc": "<p>The target of the event.</p>\n",
5438           "optional": false
5439         },
5440         {
5441           "type": "Object",
5442           "name": "o",
5443           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5444           "optional": false
5445         }
5446       ],
5447       "private": false,
5448       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5449       "linenr": 372,
5450       "html_filename": "Element2.html",
5451       "href": "Element2.html#Ext-core-Element-event-DOMNodeInsertedIntoDocument",
5452       "shortDoc": "<p>Where supported. Fires when a node is being inserted into a document.</p>\n"
5453     },
5454     {
5455       "tagname": "event",
5456       "name": "DOMNodeRemoved",
5457       "member": "Ext.core.Element",
5458       "doc": "<p>Where supported. Fires when a descendant node of the element is removed.</p>\n",
5459       "params": [
5460         {
5461           "type": "Ext.EventObject",
5462           "name": "e",
5463           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5464           "optional": false
5465         },
5466         {
5467           "type": "HtmlElement",
5468           "name": "t",
5469           "doc": "<p>The target of the event.</p>\n",
5470           "optional": false
5471         },
5472         {
5473           "type": "Object",
5474           "name": "o",
5475           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5476           "optional": false
5477         }
5478       ],
5479       "private": false,
5480       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5481       "linenr": 358,
5482       "html_filename": "Element2.html",
5483       "href": "Element2.html#Ext-core-Element-event-DOMNodeRemoved",
5484       "shortDoc": "<p>Where supported. Fires when a descendant node of the element is removed.</p>\n"
5485     },
5486     {
5487       "tagname": "event",
5488       "name": "DOMNodeRemovedFromDocument",
5489       "member": "Ext.core.Element",
5490       "doc": "<p>Where supported. Fires when a node is being removed from a document.</p>\n",
5491       "params": [
5492         {
5493           "type": "Ext.EventObject",
5494           "name": "e",
5495           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5496           "optional": false
5497         },
5498         {
5499           "type": "HtmlElement",
5500           "name": "t",
5501           "doc": "<p>The target of the event.</p>\n",
5502           "optional": false
5503         },
5504         {
5505           "type": "Object",
5506           "name": "o",
5507           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5508           "optional": false
5509         }
5510       ],
5511       "private": false,
5512       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5513       "linenr": 365,
5514       "html_filename": "Element2.html",
5515       "href": "Element2.html#Ext-core-Element-event-DOMNodeRemovedFromDocument",
5516       "shortDoc": "<p>Where supported. Fires when a node is being removed from a document.</p>\n"
5517     },
5518     {
5519       "tagname": "event",
5520       "name": "DOMSubtreeModified",
5521       "member": "Ext.core.Element",
5522       "doc": "<p>Where supported. Fires when the subtree is modified.</p>\n",
5523       "params": [
5524         {
5525           "type": "Ext.EventObject",
5526           "name": "e",
5527           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5528           "optional": false
5529         },
5530         {
5531           "type": "HtmlElement",
5532           "name": "t",
5533           "doc": "<p>The target of the event.</p>\n",
5534           "optional": false
5535         },
5536         {
5537           "type": "Object",
5538           "name": "o",
5539           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5540           "optional": false
5541         }
5542       ],
5543       "private": false,
5544       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5545       "linenr": 344,
5546       "html_filename": "Element2.html",
5547       "href": "Element2.html#Ext-core-Element-event-DOMSubtreeModified",
5548       "shortDoc": "<p>Where supported. Fires when the subtree is modified.</p>\n"
5549     },
5550     {
5551       "tagname": "event",
5552       "name": "abort",
5553       "member": "Ext.core.Element",
5554       "doc": "<p>Fires when an object/image is stopped from loading before completely loaded.</p>\n",
5555       "params": [
5556         {
5557           "type": "Ext.EventObject",
5558           "name": "e",
5559           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5560           "optional": false
5561         },
5562         {
5563           "type": "HtmlElement",
5564           "name": "t",
5565           "doc": "<p>The target of the event.</p>\n",
5566           "optional": false
5567         },
5568         {
5569           "type": "Object",
5570           "name": "o",
5571           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5572           "optional": false
5573         }
5574       ],
5575       "private": false,
5576       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5577       "linenr": 247,
5578       "html_filename": "Element2.html",
5579       "href": "Element2.html#Ext-core-Element-event-abort",
5580       "shortDoc": "<p>Fires when an object/image is stopped from loading before completely loaded.</p>\n"
5581     },
5582     {
5583       "tagname": "event",
5584       "name": "blur",
5585       "member": "Ext.core.Element",
5586       "doc": "<p>Fires when an element loses focus either via the pointing device or by tabbing navigation.</p>\n",
5587       "params": [
5588         {
5589           "type": "Ext.EventObject",
5590           "name": "e",
5591           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5592           "optional": false
5593         },
5594         {
5595           "type": "HtmlElement",
5596           "name": "t",
5597           "doc": "<p>The target of the event.</p>\n",
5598           "optional": false
5599         },
5600         {
5601           "type": "Object",
5602           "name": "o",
5603           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5604           "optional": false
5605         }
5606       ],
5607       "private": false,
5608       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5609       "linenr": 312,
5610       "html_filename": "Element2.html",
5611       "href": "Element2.html#Ext-core-Element-event-blur",
5612       "shortDoc": "<p>Fires when an element loses focus either via the pointing device or by tabbing navigation.</p>\n"
5613     },
5614     {
5615       "tagname": "event",
5616       "name": "change",
5617       "member": "Ext.core.Element",
5618       "doc": "<p>Fires when a control loses the input focus and its value has been modified since gaining focus.</p>\n",
5619       "params": [
5620         {
5621           "type": "Ext.EventObject",
5622           "name": "e",
5623           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5624           "optional": false
5625         },
5626         {
5627           "type": "HtmlElement",
5628           "name": "t",
5629           "doc": "<p>The target of the event.</p>\n",
5630           "optional": false
5631         },
5632         {
5633           "type": "Object",
5634           "name": "o",
5635           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5636           "optional": false
5637         }
5638       ],
5639       "private": false,
5640       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5641       "linenr": 284,
5642       "html_filename": "Element2.html",
5643       "href": "Element2.html#Ext-core-Element-event-change",
5644       "shortDoc": "<p>Fires when a control loses the input focus and its value has been modified since gaining focus.</p>\n"
5645     },
5646     {
5647       "tagname": "event",
5648       "name": "click",
5649       "member": "Ext.core.Element",
5650       "doc": "<p>Fires when a mouse click is detected within the element.</p>\n",
5651       "params": [
5652         {
5653           "type": "Ext.EventObject",
5654           "name": "e",
5655           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5656           "optional": false
5657         },
5658         {
5659           "type": "HtmlElement",
5660           "name": "t",
5661           "doc": "<p>The target of the event.</p>\n",
5662           "optional": false
5663         },
5664         {
5665           "type": "Object",
5666           "name": "o",
5667           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5668           "optional": false
5669         }
5670       ],
5671       "private": false,
5672       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5673       "linenr": 137,
5674       "html_filename": "Element2.html",
5675       "href": "Element2.html#Ext-core-Element-event-click",
5676       "shortDoc": "<p>Fires when a mouse click is detected within the element.</p>\n"
5677     },
5678     {
5679       "tagname": "event",
5680       "name": "contextmenu",
5681       "member": "Ext.core.Element",
5682       "doc": "<p>Fires when a right click is detected within the element.</p>\n",
5683       "params": [
5684         {
5685           "type": "Ext.EventObject",
5686           "name": "e",
5687           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5688           "optional": false
5689         },
5690         {
5691           "type": "HtmlElement",
5692           "name": "t",
5693           "doc": "<p>The target of the event.</p>\n",
5694           "optional": false
5695         },
5696         {
5697           "type": "Object",
5698           "name": "o",
5699           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5700           "optional": false
5701         }
5702       ],
5703       "private": false,
5704       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5705       "linenr": 144,
5706       "html_filename": "Element2.html",
5707       "href": "Element2.html#Ext-core-Element-event-contextmenu",
5708       "shortDoc": "<p>Fires when a right click is detected within the element.</p>\n"
5709     },
5710     {
5711       "tagname": "event",
5712       "name": "dblclick",
5713       "member": "Ext.core.Element",
5714       "doc": "<p>Fires when a mouse double click is detected within the element.</p>\n",
5715       "params": [
5716         {
5717           "type": "Ext.EventObject",
5718           "name": "e",
5719           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5720           "optional": false
5721         },
5722         {
5723           "type": "HtmlElement",
5724           "name": "t",
5725           "doc": "<p>The target of the event.</p>\n",
5726           "optional": false
5727         },
5728         {
5729           "type": "Object",
5730           "name": "o",
5731           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5732           "optional": false
5733         }
5734       ],
5735       "private": false,
5736       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5737       "linenr": 151,
5738       "html_filename": "Element2.html",
5739       "href": "Element2.html#Ext-core-Element-event-dblclick",
5740       "shortDoc": "<p>Fires when a mouse double click is detected within the element.</p>\n"
5741     },
5742     {
5743       "tagname": "event",
5744       "name": "error",
5745       "member": "Ext.core.Element",
5746       "doc": "<p>Fires when an object/image/frame cannot be loaded properly.</p>\n",
5747       "params": [
5748         {
5749           "type": "Ext.EventObject",
5750           "name": "e",
5751           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5752           "optional": false
5753         },
5754         {
5755           "type": "HtmlElement",
5756           "name": "t",
5757           "doc": "<p>The target of the event.</p>\n",
5758           "optional": false
5759         },
5760         {
5761           "type": "Object",
5762           "name": "o",
5763           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5764           "optional": false
5765         }
5766       ],
5767       "private": false,
5768       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5769       "linenr": 254,
5770       "html_filename": "Element2.html",
5771       "href": "Element2.html#Ext-core-Element-event-error",
5772       "shortDoc": "<p>Fires when an object/image/frame cannot be loaded properly.</p>\n"
5773     },
5774     {
5775       "tagname": "event",
5776       "name": "focus",
5777       "member": "Ext.core.Element",
5778       "doc": "<p>Fires when an element receives focus either via the pointing device or by tab navigation.</p>\n",
5779       "params": [
5780         {
5781           "type": "Ext.EventObject",
5782           "name": "e",
5783           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5784           "optional": false
5785         },
5786         {
5787           "type": "HtmlElement",
5788           "name": "t",
5789           "doc": "<p>The target of the event.</p>\n",
5790           "optional": false
5791         },
5792         {
5793           "type": "Object",
5794           "name": "o",
5795           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5796           "optional": false
5797         }
5798       ],
5799       "private": false,
5800       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5801       "linenr": 305,
5802       "html_filename": "Element2.html",
5803       "href": "Element2.html#Ext-core-Element-event-focus",
5804       "shortDoc": "<p>Fires when an element receives focus either via the pointing device or by tab navigation.</p>\n"
5805     },
5806     {
5807       "tagname": "event",
5808       "name": "keydown",
5809       "member": "Ext.core.Element",
5810       "doc": "<p>Fires when a keydown is detected within the element.</p>\n",
5811       "params": [
5812         {
5813           "type": "Ext.EventObject",
5814           "name": "e",
5815           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5816           "optional": false
5817         },
5818         {
5819           "type": "HtmlElement",
5820           "name": "t",
5821           "doc": "<p>The target of the event.</p>\n",
5822           "optional": false
5823         },
5824         {
5825           "type": "Object",
5826           "name": "o",
5827           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5828           "optional": false
5829         }
5830       ],
5831       "private": false,
5832       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5833       "linenr": 216,
5834       "html_filename": "Element2.html",
5835       "href": "Element2.html#Ext-core-Element-event-keydown",
5836       "shortDoc": "<p>Fires when a keydown is detected within the element.</p>\n"
5837     },
5838     {
5839       "tagname": "event",
5840       "name": "keypress",
5841       "member": "Ext.core.Element",
5842       "doc": "<p>Fires when a keypress is detected within the element.</p>\n",
5843       "params": [
5844         {
5845           "type": "Ext.EventObject",
5846           "name": "e",
5847           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5848           "optional": false
5849         },
5850         {
5851           "type": "HtmlElement",
5852           "name": "t",
5853           "doc": "<p>The target of the event.</p>\n",
5854           "optional": false
5855         },
5856         {
5857           "type": "Object",
5858           "name": "o",
5859           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5860           "optional": false
5861         }
5862       ],
5863       "private": false,
5864       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5865       "linenr": 209,
5866       "html_filename": "Element2.html",
5867       "href": "Element2.html#Ext-core-Element-event-keypress",
5868       "shortDoc": "<p>Fires when a keypress is detected within the element.</p>\n"
5869     },
5870     {
5871       "tagname": "event",
5872       "name": "keyup",
5873       "member": "Ext.core.Element",
5874       "doc": "<p>Fires when a keyup is detected within the element.</p>\n",
5875       "params": [
5876         {
5877           "type": "Ext.EventObject",
5878           "name": "e",
5879           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5880           "optional": false
5881         },
5882         {
5883           "type": "HtmlElement",
5884           "name": "t",
5885           "doc": "<p>The target of the event.</p>\n",
5886           "optional": false
5887         },
5888         {
5889           "type": "Object",
5890           "name": "o",
5891           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5892           "optional": false
5893         }
5894       ],
5895       "private": false,
5896       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5897       "linenr": 223,
5898       "html_filename": "Element2.html",
5899       "href": "Element2.html#Ext-core-Element-event-keyup",
5900       "shortDoc": "<p>Fires when a keyup is detected within the element.</p>\n"
5901     },
5902     {
5903       "tagname": "event",
5904       "name": "load",
5905       "member": "Ext.core.Element",
5906       "doc": "<p>Fires when the user agent finishes loading all content within the element. Only supported by window, frames, objects and images.</p>\n",
5907       "params": [
5908         {
5909           "type": "Ext.EventObject",
5910           "name": "e",
5911           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5912           "optional": false
5913         },
5914         {
5915           "type": "HtmlElement",
5916           "name": "t",
5917           "doc": "<p>The target of the event.</p>\n",
5918           "optional": false
5919         },
5920         {
5921           "type": "Object",
5922           "name": "o",
5923           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5924           "optional": false
5925         }
5926       ],
5927       "private": false,
5928       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5929       "linenr": 233,
5930       "html_filename": "Element2.html",
5931       "href": "Element2.html#Ext-core-Element-event-load",
5932       "shortDoc": "Fires when the user agent finishes loading all content within the element. Only supported by window, frames, objects ..."
5933     },
5934     {
5935       "tagname": "event",
5936       "name": "mousedown",
5937       "member": "Ext.core.Element",
5938       "doc": "<p>Fires when a mousedown is detected within the element.</p>\n",
5939       "params": [
5940         {
5941           "type": "Ext.EventObject",
5942           "name": "e",
5943           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5944           "optional": false
5945         },
5946         {
5947           "type": "HtmlElement",
5948           "name": "t",
5949           "doc": "<p>The target of the event.</p>\n",
5950           "optional": false
5951         },
5952         {
5953           "type": "Object",
5954           "name": "o",
5955           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5956           "optional": false
5957         }
5958       ],
5959       "private": false,
5960       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5961       "linenr": 158,
5962       "html_filename": "Element2.html",
5963       "href": "Element2.html#Ext-core-Element-event-mousedown",
5964       "shortDoc": "<p>Fires when a mousedown is detected within the element.</p>\n"
5965     },
5966     {
5967       "tagname": "event",
5968       "name": "mouseenter",
5969       "member": "Ext.core.Element",
5970       "doc": "<p>Fires when the mouse enters the element.</p>\n",
5971       "params": [
5972         {
5973           "type": "Ext.EventObject",
5974           "name": "e",
5975           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
5976           "optional": false
5977         },
5978         {
5979           "type": "HtmlElement",
5980           "name": "t",
5981           "doc": "<p>The target of the event.</p>\n",
5982           "optional": false
5983         },
5984         {
5985           "type": "Object",
5986           "name": "o",
5987           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
5988           "optional": false
5989         }
5990       ],
5991       "private": false,
5992       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
5993       "linenr": 193,
5994       "html_filename": "Element2.html",
5995       "href": "Element2.html#Ext-core-Element-event-mouseenter",
5996       "shortDoc": "<p>Fires when the mouse enters the element.</p>\n"
5997     },
5998     {
5999       "tagname": "event",
6000       "name": "mouseleave",
6001       "member": "Ext.core.Element",
6002       "doc": "<p>Fires when the mouse leaves the element.</p>\n",
6003       "params": [
6004         {
6005           "type": "Ext.EventObject",
6006           "name": "e",
6007           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6008           "optional": false
6009         },
6010         {
6011           "type": "HtmlElement",
6012           "name": "t",
6013           "doc": "<p>The target of the event.</p>\n",
6014           "optional": false
6015         },
6016         {
6017           "type": "Object",
6018           "name": "o",
6019           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6020           "optional": false
6021         }
6022       ],
6023       "private": false,
6024       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6025       "linenr": 200,
6026       "html_filename": "Element2.html",
6027       "href": "Element2.html#Ext-core-Element-event-mouseleave",
6028       "shortDoc": "<p>Fires when the mouse leaves the element.</p>\n"
6029     },
6030     {
6031       "tagname": "event",
6032       "name": "mousemove",
6033       "member": "Ext.core.Element",
6034       "doc": "<p>Fires when a mousemove is detected with the element.</p>\n",
6035       "params": [
6036         {
6037           "type": "Ext.EventObject",
6038           "name": "e",
6039           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6040           "optional": false
6041         },
6042         {
6043           "type": "HtmlElement",
6044           "name": "t",
6045           "doc": "<p>The target of the event.</p>\n",
6046           "optional": false
6047         },
6048         {
6049           "type": "Object",
6050           "name": "o",
6051           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6052           "optional": false
6053         }
6054       ],
6055       "private": false,
6056       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6057       "linenr": 179,
6058       "html_filename": "Element2.html",
6059       "href": "Element2.html#Ext-core-Element-event-mousemove",
6060       "shortDoc": "<p>Fires when a mousemove is detected with the element.</p>\n"
6061     },
6062     {
6063       "tagname": "event",
6064       "name": "mouseout",
6065       "member": "Ext.core.Element",
6066       "doc": "<p>Fires when a mouseout is detected with the element.</p>\n",
6067       "params": [
6068         {
6069           "type": "Ext.EventObject",
6070           "name": "e",
6071           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6072           "optional": false
6073         },
6074         {
6075           "type": "HtmlElement",
6076           "name": "t",
6077           "doc": "<p>The target of the event.</p>\n",
6078           "optional": false
6079         },
6080         {
6081           "type": "Object",
6082           "name": "o",
6083           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6084           "optional": false
6085         }
6086       ],
6087       "private": false,
6088       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6089       "linenr": 186,
6090       "html_filename": "Element2.html",
6091       "href": "Element2.html#Ext-core-Element-event-mouseout",
6092       "shortDoc": "<p>Fires when a mouseout is detected with the element.</p>\n"
6093     },
6094     {
6095       "tagname": "event",
6096       "name": "mouseover",
6097       "member": "Ext.core.Element",
6098       "doc": "<p>Fires when a mouseover is detected within the element.</p>\n",
6099       "params": [
6100         {
6101           "type": "Ext.EventObject",
6102           "name": "e",
6103           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6104           "optional": false
6105         },
6106         {
6107           "type": "HtmlElement",
6108           "name": "t",
6109           "doc": "<p>The target of the event.</p>\n",
6110           "optional": false
6111         },
6112         {
6113           "type": "Object",
6114           "name": "o",
6115           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6116           "optional": false
6117         }
6118       ],
6119       "private": false,
6120       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6121       "linenr": 172,
6122       "html_filename": "Element2.html",
6123       "href": "Element2.html#Ext-core-Element-event-mouseover",
6124       "shortDoc": "<p>Fires when a mouseover is detected within the element.</p>\n"
6125     },
6126     {
6127       "tagname": "event",
6128       "name": "mouseup",
6129       "member": "Ext.core.Element",
6130       "doc": "<p>Fires when a mouseup is detected within the element.</p>\n",
6131       "params": [
6132         {
6133           "type": "Ext.EventObject",
6134           "name": "e",
6135           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6136           "optional": false
6137         },
6138         {
6139           "type": "HtmlElement",
6140           "name": "t",
6141           "doc": "<p>The target of the event.</p>\n",
6142           "optional": false
6143         },
6144         {
6145           "type": "Object",
6146           "name": "o",
6147           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6148           "optional": false
6149         }
6150       ],
6151       "private": false,
6152       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6153       "linenr": 165,
6154       "html_filename": "Element2.html",
6155       "href": "Element2.html#Ext-core-Element-event-mouseup",
6156       "shortDoc": "<p>Fires when a mouseup is detected within the element.</p>\n"
6157     },
6158     {
6159       "tagname": "event",
6160       "name": "reset",
6161       "member": "Ext.core.Element",
6162       "doc": "<p>Fires when a form is reset.</p>\n",
6163       "params": [
6164         {
6165           "type": "Ext.EventObject",
6166           "name": "e",
6167           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6168           "optional": false
6169         },
6170         {
6171           "type": "HtmlElement",
6172           "name": "t",
6173           "doc": "<p>The target of the event.</p>\n",
6174           "optional": false
6175         },
6176         {
6177           "type": "Object",
6178           "name": "o",
6179           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6180           "optional": false
6181         }
6182       ],
6183       "private": false,
6184       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6185       "linenr": 298,
6186       "html_filename": "Element2.html",
6187       "href": "Element2.html#Ext-core-Element-event-reset",
6188       "shortDoc": "<p>Fires when a form is reset.</p>\n"
6189     },
6190     {
6191       "tagname": "event",
6192       "name": "resize",
6193       "member": "Ext.core.Element",
6194       "doc": "<p>Fires when a document view is resized.</p>\n",
6195       "params": [
6196         {
6197           "type": "Ext.EventObject",
6198           "name": "e",
6199           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6200           "optional": false
6201         },
6202         {
6203           "type": "HtmlElement",
6204           "name": "t",
6205           "doc": "<p>The target of the event.</p>\n",
6206           "optional": false
6207         },
6208         {
6209           "type": "Object",
6210           "name": "o",
6211           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6212           "optional": false
6213         }
6214       ],
6215       "private": false,
6216       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6217       "linenr": 261,
6218       "html_filename": "Element2.html",
6219       "href": "Element2.html#Ext-core-Element-event-resize",
6220       "shortDoc": "<p>Fires when a document view is resized.</p>\n"
6221     },
6222     {
6223       "tagname": "event",
6224       "name": "scroll",
6225       "member": "Ext.core.Element",
6226       "doc": "<p>Fires when a document view is scrolled.</p>\n",
6227       "params": [
6228         {
6229           "type": "Ext.EventObject",
6230           "name": "e",
6231           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6232           "optional": false
6233         },
6234         {
6235           "type": "HtmlElement",
6236           "name": "t",
6237           "doc": "<p>The target of the event.</p>\n",
6238           "optional": false
6239         },
6240         {
6241           "type": "Object",
6242           "name": "o",
6243           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6244           "optional": false
6245         }
6246       ],
6247       "private": false,
6248       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6249       "linenr": 268,
6250       "html_filename": "Element2.html",
6251       "href": "Element2.html#Ext-core-Element-event-scroll",
6252       "shortDoc": "<p>Fires when a document view is scrolled.</p>\n"
6253     },
6254     {
6255       "tagname": "event",
6256       "name": "select",
6257       "member": "Ext.core.Element",
6258       "doc": "<p>Fires when a user selects some text in a text field, including input and textarea.</p>\n",
6259       "params": [
6260         {
6261           "type": "Ext.EventObject",
6262           "name": "e",
6263           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6264           "optional": false
6265         },
6266         {
6267           "type": "HtmlElement",
6268           "name": "t",
6269           "doc": "<p>The target of the event.</p>\n",
6270           "optional": false
6271         },
6272         {
6273           "type": "Object",
6274           "name": "o",
6275           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6276           "optional": false
6277         }
6278       ],
6279       "private": false,
6280       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6281       "linenr": 277,
6282       "html_filename": "Element2.html",
6283       "href": "Element2.html#Ext-core-Element-event-select",
6284       "shortDoc": "<p>Fires when a user selects some text in a text field, including input and textarea.</p>\n"
6285     },
6286     {
6287       "tagname": "event",
6288       "name": "submit",
6289       "member": "Ext.core.Element",
6290       "doc": "<p>Fires when a form is submitted.</p>\n",
6291       "params": [
6292         {
6293           "type": "Ext.EventObject",
6294           "name": "e",
6295           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6296           "optional": false
6297         },
6298         {
6299           "type": "HtmlElement",
6300           "name": "t",
6301           "doc": "<p>The target of the event.</p>\n",
6302           "optional": false
6303         },
6304         {
6305           "type": "Object",
6306           "name": "o",
6307           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6308           "optional": false
6309         }
6310       ],
6311       "private": false,
6312       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6313       "linenr": 291,
6314       "html_filename": "Element2.html",
6315       "href": "Element2.html#Ext-core-Element-event-submit",
6316       "shortDoc": "<p>Fires when a form is submitted.</p>\n"
6317     },
6318     {
6319       "tagname": "event",
6320       "name": "unload",
6321       "member": "Ext.core.Element",
6322       "doc": "<p>Fires when the user agent removes all content from a window or frame. For elements, it fires when the target element or any of its content has been removed.</p>\n",
6323       "params": [
6324         {
6325           "type": "Ext.EventObject",
6326           "name": "e",
6327           "doc": "<p>The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> encapsulating the DOM event.</p>\n",
6328           "optional": false
6329         },
6330         {
6331           "type": "HtmlElement",
6332           "name": "t",
6333           "doc": "<p>The target of the event.</p>\n",
6334           "optional": false
6335         },
6336         {
6337           "type": "Object",
6338           "name": "o",
6339           "doc": "<p>The options configuration passed to the <a href=\"#/api/Ext.Layer-method-addListener\" rel=\"Ext.Layer-method-addListener\" class=\"docClass\">addListener</a> call.</p>\n",
6340           "optional": false
6341         }
6342       ],
6343       "private": false,
6344       "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/Element.js",
6345       "linenr": 240,
6346       "html_filename": "Element2.html",
6347       "href": "Element2.html#Ext-core-Element-event-unload",
6348       "shortDoc": "Fires when the user agent removes all content from a window or frame. For elements, it fires when the target element ..."
6349     }
6350   ],
6351   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Layer.js",
6352   "linenr": 1,
6353   "html_filename": "Layer.html",
6354   "href": "Layer.html#Ext-Layer",
6355   "cssVar": [
6356
6357   ],
6358   "cssMixin": [
6359
6360   ],
6361   "component": false,
6362   "superclasses": [
6363     "Ext.core.Element"
6364   ],
6365   "subclasses": [
6366
6367   ],
6368   "mixedInto": [
6369
6370   ],
6371   "allMixins": [
6372
6373   ]
6374 });