Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.AbstractComponent.js
1 Ext.data.JsonP.Ext_AbstractComponent({
2   "tagname": "class",
3   "name": "Ext.AbstractComponent",
4   "doc": "<p>An abstract base class which provides shared methods for Components across the Sencha product line.</p>\n\n\n<p>Please refer to sub class's documentation</p>\n\n",
5   "extends": null,
6   "mixins": [
7     "Ext.util.Observable",
8     "Ext.util.Animate",
9     "Ext.state.Stateful"
10   ],
11   "alternateClassNames": [
12
13   ],
14   "xtype": null,
15   "author": null,
16   "docauthor": null,
17   "singleton": false,
18   "private": false,
19   "cfg": [
20     {
21       "tagname": "cfg",
22       "name": "autoEl",
23       "member": "Ext.AbstractComponent",
24       "type": "Mixed",
25       "doc": "<p>A tag name or <a href=\"#/api/Ext.core.DomHelper\" rel=\"Ext.core.DomHelper\" class=\"docClass\">DomHelper</a> spec used to create the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a> which will\nencapsulate this Component.</p>\n\n\n<p>You do not normally need to specify this. For the base classes <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> and <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>,\nthis defaults to <b><tt>'div'</tt></b>. The more complex Sencha classes use a more complex\nDOM structure specified by their own <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>s.</p>\n\n\n<p>This is intended to allow the developer to create application-specific utility Components encapsulated by\ndifferent DOM elements. Example usage:</p>\n\n\n<pre><code>{\n    xtype: 'component',\n    autoEl: {\n        tag: 'img',\n        src: 'http://www.example.com/example.jpg'\n    }\n}, {\n    xtype: 'component',\n    autoEl: {\n        tag: 'blockquote',\n        html: 'autoEl is cool!'\n    }\n}, {\n    xtype: 'container',\n    autoEl: 'ul',\n    cls: 'ux-unordered-list',\n    items: {\n        xtype: 'component',\n        autoEl: 'li',\n        html: 'First list item'\n    }\n}\n</code></pre>\n\n",
26       "private": false,
27       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
28       "linenr": 109,
29       "html_filename": "AbstractComponent.html",
30       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl",
31       "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component.\n\n\nYou do not normally ..."
32     },
33     {
34       "tagname": "cfg",
35       "name": "autoRender",
36       "member": "Ext.AbstractComponent",
37       "type": "Mixed",
38       "doc": "<p>This config is intended mainly for <a href=\"#/api/Ext.AbstractComponent-cfg-floating\" rel=\"Ext.AbstractComponent-cfg-floating\" class=\"docClass\">floating</a> Components which may or may not be shown. Instead\nof using <a href=\"#/api/Ext.AbstractComponent-cfg-renderTo\" rel=\"Ext.AbstractComponent-cfg-renderTo\" class=\"docClass\">renderTo</a> in the configuration, and rendering upon construction, this allows a Component\nto render itself upon first <i><a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a></i>.</p>\n\n\n<p>Specify as <code>true</code> to have this Component render to the document body upon first show.</p>\n\n\n<p>Specify as an element, or the ID of an element to have this Component render to a specific element upon first show.</p>\n\n\n<p><b>This defaults to <code>true</code> for the <a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Window</a> class.</b></p>\n\n",
39       "private": false,
40       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
41       "linenr": 478,
42       "html_filename": "AbstractComponent.html",
43       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender",
44       "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. Instead\nof using renderTo in th..."
45     },
46     {
47       "tagname": "cfg",
48       "name": "autoShow",
49       "member": "Ext.AbstractComponent",
50       "type": "Boolean",
51       "doc": "<p>True to automatically show the component upon creation.\nThis config option may only be used for <a href=\"#/api/Ext.AbstractComponent-cfg-floating\" rel=\"Ext.AbstractComponent-cfg-floating\" class=\"docClass\">floating</a> components or components\nthat use <a href=\"#/api/Ext.AbstractComponent-cfg-autoRender\" rel=\"Ext.AbstractComponent-cfg-autoRender\" class=\"docClass\">autoRender</a>. Defaults to <tt>false</tt>.</p>\n",
52       "private": false,
53       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
54       "linenr": 471,
55       "html_filename": "AbstractComponent.html",
56       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow",
57       "shortDoc": "True to automatically show the component upon creation.\nThis config option may only be used for floating components o..."
58     },
59     {
60       "tagname": "cfg",
61       "name": "baseCls",
62       "member": "Ext.AbstractComponent",
63       "type": "String",
64       "doc": "<p>The base CSS class to apply to this components's element. This will also be prepended to\nelements within this component like Panel's body will get a class x-panel-body. This means\nthat if you create a subclass of Panel, and you want it to get all the Panels styling for the\nelement and the body, you leave the baseCls x-panel and use componentCls to add specific styling for this\ncomponent.</p>\n",
65       "private": false,
66       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
67       "linenr": 252,
68       "html_filename": "AbstractComponent.html",
69       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls",
70       "shortDoc": "The base CSS class to apply to this components's element. This will also be prepended to\nelements within this compone..."
71     },
72     {
73       "tagname": "cfg",
74       "name": "border",
75       "member": "Ext.AbstractComponent",
76       "type": "Number/String",
77       "doc": "<p>Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
78       "private": false,
79       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
80       "linenr": 339,
81       "html_filename": "AbstractComponent.html",
82       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border",
83       "shortDoc": "Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be ..."
84     },
85     {
86       "tagname": "cfg",
87       "name": "cls",
88       "member": "Ext.AbstractComponent",
89       "type": "String",
90       "doc": "<p>An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be\nuseful for adding customized styles to the component or any of its children using standard CSS rules.</p>\n",
91       "private": false,
92       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
93       "linenr": 268,
94       "html_filename": "AbstractComponent.html",
95       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls",
96       "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be\nuseful for ..."
97     },
98     {
99       "tagname": "cfg",
100       "name": "componentCls",
101       "member": "Ext.AbstractComponent",
102       "type": "String",
103       "doc": "<p>CSS Class to be added to a components root level element to give distinction to it\nvia styling.</p>\n",
104       "private": false,
105       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
106       "linenr": 262,
107       "html_filename": "AbstractComponent.html",
108       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls"
109     },
110     {
111       "tagname": "cfg",
112       "name": "componentLayout",
113       "member": "Ext.AbstractComponent",
114       "type": "String/Object",
115       "doc": "<p>The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager which sizes a Component's internal structure in response to the Component being sized.</p>\n\n\n<p>Generally, developers will not use this configuration as all provided Components which need their internal\nelements sizing (Such as <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">input fields</a>) come with their own componentLayout managers.</p>\n\n\n<p>The <a href=\"#/api/Ext.layout.container.Auto\" rel=\"Ext.layout.container.Auto\" class=\"docClass\">default layout manager</a> will be used on instances of the base <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> class\nwhich simply sizes the Component's encapsulating element to the height and width specified in the <a href=\"#/api/Ext.AbstractComponent-method-setSize\" rel=\"Ext.AbstractComponent-method-setSize\" class=\"docClass\">setSize</a> method.</p>\n\n",
116       "private": false,
117       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
118       "linenr": 221,
119       "html_filename": "AbstractComponent.html",
120       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout",
121       "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager..."
122     },
123     {
124       "tagname": "cfg",
125       "name": "contentEl",
126       "member": "Ext.AbstractComponent",
127       "type": "String",
128       "doc": "<p>Optional. Specify an existing HTML element, or the <code>id</code> of an existing HTML element to use as the content\nfor this component.</p>\n\n\n<ul>\n<li><b>Description</b> :\n<div class=\"sub-desc\">This config option is used to take an existing HTML element and place it in the layout element\nof a new component (it simply moves the specified DOM element <i>after the Component is rendered</i> to use as the content.</div></li>\n<li><b>Notes</b> :\n<div class=\"sub-desc\">The specified HTML element is appended to the layout element of the component <i>after any configured\n<a href=\"#/api/Ext.AbstractComponent-cfg-html\" rel=\"Ext.AbstractComponent-cfg-html\" class=\"docClass\">HTML</a> has been inserted</i>, and so the document will not contain this element at the time the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a> event is fired.</div>\n<div class=\"sub-desc\">The specified HTML element used will not participate in any <code><b><a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout</a></b></code>\nscheme that the Component may use. It is just HTML. Layouts operate on child <code><b><a href=\"#/api/Ext.container.Container-property-items\" rel=\"Ext.container.Container-property-items\" class=\"docClass\">items</a></b></code>.</div>\n<div class=\"sub-desc\">Add either the <code>x-hidden</code> or the <code>x-hide-display</code> CSS class to\nprevent a brief flicker of the content before it is rendered to the panel.</div></li>\n</ul>\n\n",
129       "private": false,
130       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
131       "linenr": 401,
132       "html_filename": "AbstractComponent.html",
133       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl",
134       "shortDoc": "Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content\nfor this comp..."
135     },
136     {
137       "tagname": "cfg",
138       "name": "data",
139       "member": "Ext.AbstractComponent",
140       "type": "Mixed",
141       "doc": "<p>The initial set of data to apply to the <code><a href=\"#/api/Ext.AbstractComponent-cfg-tpl\" rel=\"Ext.AbstractComponent-cfg-tpl\" class=\"docClass\">tpl</a></code> to\nupdate the content area of the Component.</p>\n",
142       "private": false,
143       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
144       "linenr": 239,
145       "html_filename": "AbstractComponent.html",
146       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data"
147     },
148     {
149       "tagname": "cfg",
150       "name": "disabled",
151       "member": "Ext.AbstractComponent",
152       "type": "Boolean",
153       "doc": "<p>Defaults to false.</p>\n",
154       "private": false,
155       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
156       "linenr": 363,
157       "html_filename": "AbstractComponent.html",
158       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabled"
159     },
160     {
161       "tagname": "cfg",
162       "name": "disabledCls",
163       "member": "Ext.AbstractComponent",
164       "type": "String",
165       "doc": "<p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>\n",
166       "private": false,
167       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
168       "linenr": 281,
169       "html_filename": "AbstractComponent.html",
170       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls"
171     },
172     {
173       "tagname": "cfg",
174       "name": "draggable",
175       "member": "Ext.AbstractComponent",
176       "type": "Boolean",
177       "doc": "<p>Allows the component to be dragged.</p>\n",
178       "private": false,
179       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
180       "linenr": 369,
181       "html_filename": "AbstractComponent.html",
182       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-draggable"
183     },
184     {
185       "tagname": "cfg",
186       "name": "floating",
187       "member": "Ext.AbstractComponent",
188       "type": "Boolean",
189       "doc": "<p>Create the Component as a floating and use absolute positioning.\nDefaults to false.</p>\n",
190       "private": false,
191       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
192       "linenr": 381,
193       "html_filename": "AbstractComponent.html",
194       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-floating"
195     },
196     {
197       "tagname": "cfg",
198       "name": "frame",
199       "member": "Ext.AbstractComponent",
200       "type": "Boolean",
201       "doc": "<p>Specify as <code>true</code> to have the Component inject framing elements within the Component at render time to\nprovide a graphical rounded frame around the Component content.</p>\n\n\n<p>This is only necessary when running on outdated, or non standard-compliant browsers such as Microsoft's Internet Explorer\nprior to version 9 which do not support rounded corners natively.</p>\n\n\n<p>The extra space taken up by this framing is available from the read only property <a href=\"#/api/Ext.AbstractComponent-property-frameSize\" rel=\"Ext.AbstractComponent-property-frameSize\" class=\"docClass\">frameSize</a>.</p>\n\n",
202       "private": false,
203       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
204       "linenr": 198,
205       "html_filename": "AbstractComponent.html",
206       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame",
207       "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi..."
208     },
209     {
210       "tagname": "cfg",
211       "name": "height",
212       "member": "Ext.AbstractComponent",
213       "type": "Number",
214       "doc": "<p>The height of this component in pixels.</p>\n",
215       "private": false,
216       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
217       "linenr": 334,
218       "html_filename": "AbstractComponent.html",
219       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height"
220     },
221     {
222       "tagname": "cfg",
223       "name": "hidden",
224       "member": "Ext.AbstractComponent",
225       "type": "Boolean",
226       "doc": "<p>Defaults to false.</p>\n",
227       "private": false,
228       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
229       "linenr": 357,
230       "html_filename": "AbstractComponent.html",
231       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden"
232     },
233     {
234       "tagname": "cfg",
235       "name": "hideMode",
236       "member": "Ext.AbstractComponent",
237       "type": "String",
238       "doc": "<p>A String which specifies how this Component's encapsulating DOM element 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>\nDefaults to <code>'display'</code>.</p>\n",
239       "private": false,
240       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
241       "linenr": 388,
242       "html_filename": "AbstractComponent.html",
243       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode",
244       "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden.\nValues may be\n'display' : The..."
245     },
246     {
247       "tagname": "cfg",
248       "name": "html",
249       "member": "Ext.AbstractComponent",
250       "type": "String/Object",
251       "doc": "<p>An HTML fragment, or a <a href=\"#/api/Ext.core.DomHelper\" rel=\"Ext.core.DomHelper\" class=\"docClass\">DomHelper</a> specification to use as the layout element\ncontent (defaults to ''). The HTML content is added after the component is rendered,\nso the document will not contain this HTML at the time the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a> event is fired.\nThis content is inserted into the body <i>before</i> any configured <a href=\"#/api/Ext.AbstractComponent-cfg-contentEl\" rel=\"Ext.AbstractComponent-cfg-contentEl\" class=\"docClass\">contentEl</a> is appended.</p>\n",
252       "private": false,
253       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
254       "linenr": 419,
255       "html_filename": "AbstractComponent.html",
256       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html",
257       "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). The HTML conten..."
258     },
259     {
260       "tagname": "cfg",
261       "name": "id",
262       "member": "Ext.AbstractComponent",
263       "type": "String",
264       "doc": "<p>The <b><u>unique id of this component instance</u></b> (defaults to an <a href=\"#/api/Ext.AbstractComponent-method-getId\" rel=\"Ext.AbstractComponent-method-getId\" class=\"docClass\">auto-assigned id</a>).</p>\n\n\n<p>It should not be necessary to use this configuration except for singleton objects in your application.\nComponents created with an id may be accessed globally using <a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">Ext.getCmp</a>.</p>\n\n\n<p>Instead of using assigned ids, use the <a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a> config, and <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> which\nprovides selector-based searching for Sencha Components analogous to DOM querying. The <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>\nclass contains <a href=\"#/api/Ext.container.Container-method-down\" rel=\"Ext.container.Container-method-down\" class=\"docClass\">shortcut methods</a> to query its descendant Components by selector.</p>\n\n\n<p>Note that this id will also be used as the element id for the containing HTML element\nthat is rendered to the page for this component. This allows you to write id-based CSS\nrules to style the specific instance of this component uniquely, and also to select\nsub-elements using this component's id as the parent.</p>\n\n\n<p><b>Note</b>: to avoid complications imposed by a unique <tt>id</tt> also see <code><a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a></code>.</p>\n\n\n<p><b>Note</b>: to access the container of a Component see <code><a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a></code>.</p>\n\n",
265       "private": false,
266       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
267       "linenr": 50,
268       "html_filename": "AbstractComponent.html",
269       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id",
270       "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id).\n\n\nIt should not be necessary to use this ..."
271     },
272     {
273       "tagname": "cfg",
274       "name": "itemId",
275       "member": "Ext.AbstractComponent",
276       "type": "String",
277       "doc": "<p>An <tt>itemId</tt> can be used as an alternative way to get a reference to a component\nwhen no object reference is available.  Instead of using an <code><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></code> with\n<a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a>.<a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">getCmp</a>, use <code>itemId</code> with\n<a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a> which will retrieve\n<code>itemId</code>'s or <tt><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></tt>'s. Since <code>itemId</code>'s are an index to the\ncontainer's internal MixedCollection, the <code>itemId</code> is scoped locally to the container --\navoiding potential conflicts with <a href=\"#/api/Ext.ComponentManager\" rel=\"Ext.ComponentManager\" class=\"docClass\">Ext.ComponentManager</a> which requires a <b>unique</b>\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></code>.</p>\n\n\n<pre><code>var c = new Ext.panel.Panel({ //\n    <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 300,\n    <a href=\"#/api/Ext.AbstractComponent-cfg-renderTo\" rel=\"Ext.AbstractComponent-cfg-renderTo\" class=\"docClass\">renderTo</a>: document.body,\n    <a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout</a>: 'auto',\n    <a href=\"#/api/Ext.container.Container-property-items\" rel=\"Ext.container.Container-property-items\" class=\"docClass\">items</a>: [\n        {\n            itemId: 'p1',\n            <a href=\"#/api/Ext.panel.Panel--title\" rel=\"Ext.panel.Panel--title\" class=\"docClass\">title</a>: 'Panel 1',\n            <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 150\n        },\n        {\n            itemId: 'p2',\n            <a href=\"#/api/Ext.panel.Panel--title\" rel=\"Ext.panel.Panel--title\" class=\"docClass\">title</a>: 'Panel 2',\n            <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 150\n        }\n    ]\n})\np1 = c.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a>('p1'); // not the same as <a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">Ext.getCmp()</a>\np2 = p1.<a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a>.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a>('p2'); // reference via a sibling\n</code></pre>\n\n\n<p>Also see <tt><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></tt>, <code><a href=\"#/api/Ext.AbstractComponent--query\" rel=\"Ext.AbstractComponent--query\" class=\"docClass\">query</a></code>, <code><a href=\"#/api/Ext.AbstractComponent--down\" rel=\"Ext.AbstractComponent--down\" class=\"docClass\">down</a></code> and <code><a href=\"#/api/Ext.AbstractComponent--child\" rel=\"Ext.AbstractComponent--child\" class=\"docClass\">child</a></code>.</p>\n\n\n<p><b>Note</b>: to access the container of an item see <tt><a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a></tt>.</p>\n\n",
278       "private": false,
279       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
280       "linenr": 66,
281       "html_filename": "AbstractComponent.html",
282       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId",
283       "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ..."
284     },
285     {
286       "tagname": "cfg",
287       "name": "listeners",
288       "member": "Ext.util.Observable",
289       "type": "Object",
290       "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
291       "private": false,
292       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
293       "linenr": 103,
294       "html_filename": "Observable.html",
295       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
296       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
297     },
298     {
299       "tagname": "cfg",
300       "name": "loader",
301       "member": "Ext.AbstractComponent",
302       "type": "Ext.ComponentLoader/Object",
303       "doc": "<p>A configuration object or an instance of a <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> to load remote\ncontent for this Component.</p>\n",
304       "private": false,
305       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
306       "linenr": 462,
307       "html_filename": "AbstractComponent.html",
308       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader"
309     },
310     {
311       "tagname": "cfg",
312       "name": "margin",
313       "member": "Ext.AbstractComponent",
314       "type": "Number/String",
315       "doc": "<p>Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
316       "private": false,
317       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
318       "linenr": 351,
319       "html_filename": "AbstractComponent.html",
320       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin",
321       "shortDoc": "Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be ..."
322     },
323     {
324       "tagname": "cfg",
325       "name": "maxHeight",
326       "member": "Ext.AbstractComponent",
327       "type": "Number",
328       "doc": "<p>The maximum value in pixels which this Component will set its height to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
329       "private": false,
330       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
331       "linenr": 451,
332       "html_filename": "AbstractComponent.html",
333       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight",
334       "shortDoc": "The maximum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
335     },
336     {
337       "tagname": "cfg",
338       "name": "maxWidth",
339       "member": "Ext.AbstractComponent",
340       "type": "Number",
341       "doc": "<p>The maximum value in pixels which this Component will set its width to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
342       "private": false,
343       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
344       "linenr": 456,
345       "html_filename": "AbstractComponent.html",
346       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth",
347       "shortDoc": "The maximum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
348     },
349     {
350       "tagname": "cfg",
351       "name": "minHeight",
352       "member": "Ext.AbstractComponent",
353       "type": "Number",
354       "doc": "<p>The minimum value in pixels which this Component will set its height to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
355       "private": false,
356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
357       "linenr": 441,
358       "html_filename": "AbstractComponent.html",
359       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight",
360       "shortDoc": "The minimum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
361     },
362     {
363       "tagname": "cfg",
364       "name": "minWidth",
365       "member": "Ext.AbstractComponent",
366       "type": "Number",
367       "doc": "<p>The minimum value in pixels which this Component will set its width to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
368       "private": false,
369       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
370       "linenr": 446,
371       "html_filename": "AbstractComponent.html",
372       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth",
373       "shortDoc": "The minimum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
374     },
375     {
376       "tagname": "cfg",
377       "name": "overCls",
378       "member": "Ext.AbstractComponent",
379       "type": "String",
380       "doc": "<p>An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and removed when the mouse moves out. (defaults to '').  This can be\nuseful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.</p>\n",
381       "private": false,
382       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
383       "linenr": 274,
384       "html_filename": "AbstractComponent.html",
385       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls",
386       "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and..."
387     },
388     {
389       "tagname": "cfg",
390       "name": "padding",
391       "member": "Ext.AbstractComponent",
392       "type": "Number/String",
393       "doc": "<p>Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
394       "private": false,
395       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
396       "linenr": 345,
397       "html_filename": "AbstractComponent.html",
398       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding",
399       "shortDoc": "Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can b..."
400     },
401     {
402       "tagname": "cfg",
403       "name": "plugins",
404       "member": "Ext.AbstractComponent",
405       "type": "Object/Array",
406       "doc": "<p>An object or array of objects that will provide custom functionality for this component.  The only\nrequirement for a valid plugin is that it contain an init method that accepts a reference of type <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>.\nWhen a component is created, if any plugins are available, the component will call the init method on each\nplugin, passing a reference to itself.  Each plugin can then call methods or respond to events on the\ncomponent as needed to provide its functionality.</p>\n",
407       "private": false,
408       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
409       "linenr": 491,
410       "html_filename": "AbstractComponent.html",
411       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins",
412       "shortDoc": "An object or array of objects that will provide custom functionality for this component.  The only\nrequirement for a ..."
413     },
414     {
415       "tagname": "cfg",
416       "name": "renderSelectors",
417       "member": "Ext.AbstractComponent",
418       "type": "Object",
419       "doc": "<p>An object containing properties specifying <a href=\"#/api/Ext.DomQuery\" rel=\"Ext.DomQuery\" class=\"docClass\">DomQuery</a> selectors which identify child elements\ncreated by the render process.</p>\n\n<p>After the Component's internal structure is rendered according to the <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>, this object is iterated through,\nand the found Elements are added as properties to the Component using the <code>renderSelector</code> property name.</p>\n\n<p>For example, a Component which rendered an image, and description into its element might use the following properties\ncoded into its prototype:</p>\n\n<pre><code>renderTpl: '&amp;lt;img src=\"{imageUrl}\" class=\"x-image-component-img\"&gt;&amp;lt;div class=\"x-image-component-desc\"&gt;{description}&amp;gt;/div&amp;lt;',\n\nrenderSelectors: {\n    image: 'img.x-image-component-img',\n    descEl: 'div.x-image-component-desc'\n}\n</code></pre>\n\n<p>After rendering, the Component would have a property <code>image</code> referencing its child <code>img</code> Element,\nand a property <code>descEl</code> referencing the <code>div</code> Element which contains the description.</p>\n",
420       "private": false,
421       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
422       "linenr": 158,
423       "html_filename": "AbstractComponent.html",
424       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors",
425       "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro..."
426     },
427     {
428       "tagname": "cfg",
429       "name": "renderTo",
430       "member": "Ext.AbstractComponent",
431       "type": "Mixed",
432       "doc": "<p>Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into.</p>\n\n\n<div><ul>\n<li><b>Notes</b> : <ul>\n<div class=\"sub-desc\">Do <u>not</u> use this option if the Component is to be a child item of\na <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>. It is the responsibility of the\n<a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>'s <a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout manager</a>\nto render and manage its child items.</div>\n<div class=\"sub-desc\">When using this config, a call to render() is not required.</div>\n</ul></li>\n</ul></div>\n\n\n<p>See <code><a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a></code> also.</p>\n\n",
433       "private": false,
434       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
435       "linenr": 183,
436       "html_filename": "AbstractComponent.html",
437       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo",
438       "shortDoc": "Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into.\n\n\n\nNot..."
439     },
440     {
441       "tagname": "cfg",
442       "name": "renderTpl",
443       "member": "Ext.AbstractComponent",
444       "type": "Mixed",
445       "doc": "<p>An <a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">XTemplate</a> used to create the internal structure inside this Component's\nencapsulating <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>.</p>\n\n\n<p>You do not normally need to specify this. For the base classes <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>\nand <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>, this defaults to <b><code>null</code></b> which means that they will be initially rendered\nwith no internal structure; they render their <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a> empty. The more specialized ExtJS and Touch classes\nwhich use a more complex DOM structure, provide their own template definitions.</p>\n\n\n<p>This is intended to allow the developer to create application-specific utility Components with customized\ninternal structure.</p>\n\n\n<p>Upon rendering, any created child elements may be automatically imported into object properties using the\n<a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">renderSelectors</a> option.</p>\n\n",
446       "private": false,
447       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
448       "linenr": 143,
449       "html_filename": "AbstractComponent.html",
450       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl",
451       "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element.\n\n\nYou do not normal..."
452     },
453     {
454       "tagname": "cfg",
455       "name": "saveBuffer",
456       "member": "Ext.state.Stateful",
457       "type": "Number",
458       "doc": "<p>A buffer to be applied if many state events are fired within\na short period. Defaults to 100.</p>\n",
459       "private": false,
460       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
461       "linenr": 74,
462       "html_filename": "Stateful.html",
463       "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer"
464     },
465     {
466       "tagname": "cfg",
467       "name": "stateEvents",
468       "member": "Ext.state.Stateful",
469       "type": "Array",
470       "doc": "<p>An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). <code>stateEvents</code> may be any type\nof event supported by this object, including browser or custom events\n(e.g., <tt>['click', 'customerchange']</tt>).</p>\n\n\n<p>See <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateful\" rel=\"Ext.AbstractComponent-cfg-stateful\" class=\"docClass\">stateful</a></code> for an explanation of saving and\nrestoring object state.</p>\n\n",
471       "private": false,
472       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
473       "linenr": 64,
474       "html_filename": "Stateful.html",
475       "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents",
476       "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). stateEvents may..."
477     },
478     {
479       "tagname": "cfg",
480       "name": "stateId",
481       "member": "Ext.state.Stateful",
482       "type": "String",
483       "doc": "<p>The unique id for this object to use for state management purposes.</p>\n\n<p>See <a href=\"#/api/Ext.AbstractComponent-cfg-stateful\" rel=\"Ext.AbstractComponent-cfg-stateful\" class=\"docClass\">stateful</a> for an explanation of saving and restoring state.</p>\n\n",
484       "private": false,
485       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
486       "linenr": 58,
487       "html_filename": "Stateful.html",
488       "href": "Stateful.html#Ext-state-Stateful-cfg-stateId",
489       "shortDoc": "The unique id for this object to use for state management purposes.\n\nSee stateful for an explanation of saving and re..."
490     },
491     {
492       "tagname": "cfg",
493       "name": "stateful",
494       "member": "Ext.state.Stateful",
495       "type": "Boolean",
496       "doc": "<p>A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. The object must have\na <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a></code> for state to be managed. \nAuto-generated ids are not guaranteed to be stable across page loads and \ncannot be relied upon to save and restore the same state for a object.<p>\n<p>For state saving to work, the state manager's provider must have been\nset to an implementation of <a href=\"#/api/Ext.state.Provider\" rel=\"Ext.state.Provider\" class=\"docClass\">Ext.state.Provider</a> which overrides the\n<a href=\"#/api/Ext.state.Provider-method-set\" rel=\"Ext.state.Provider-method-set\" class=\"docClass\">set</a> and <a href=\"#/api/Ext.state.Provider-method-get\" rel=\"Ext.state.Provider-method-get\" class=\"docClass\">get</a>\nmethods to save and recall name/value pairs. A built-in implementation,\n<a href=\"#/api/Ext.state.CookieProvider\" rel=\"Ext.state.CookieProvider\" class=\"docClass\">Ext.state.CookieProvider</a> is available.</p>\n<p>To set the state provider for the current page:</p>\n<pre><code>Ext.state.Manager.setProvider(new Ext.state.CookieProvider({\n    expires: new Date(new Date().getTime()+(1000*60*60*24*7)), //7 days from now\n}));\n</code></pre>\n<p>A stateful object attempts to save state when one of the events\nlisted in the <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateEvents\" rel=\"Ext.AbstractComponent-cfg-stateEvents\" class=\"docClass\">stateEvents</a></code> configuration fires.</p>\n<p>To save state, a stateful object first serializes its state by\ncalling <b><code><a href=\"#/api/Ext.AbstractComponent-method-getState\" rel=\"Ext.AbstractComponent-method-getState\" class=\"docClass\">getState</a></code></b>. By default, this function does\nnothing. The developer must provide an implementation which returns an\nobject hash which represents the restorable state of the object.</p>\n<p>The value yielded by getState is passed to <a href=\"#/api/Ext.state.Manager-method-set\" rel=\"Ext.state.Manager-method-set\" class=\"docClass\">Ext.state.Manager.set</a>\nwhich uses the configured <a href=\"#/api/Ext.state.Provider\" rel=\"Ext.state.Provider\" class=\"docClass\">Ext.state.Provider</a> to save the object\nkeyed by the <code><a href=\"#/api/stateId\" rel=\"stateId\" class=\"docClass\">stateId</a></code></p>.\n<p>During construction, a stateful object attempts to <i>restore</i>\nits state by calling <a href=\"#/api/Ext.state.Manager-method-get\" rel=\"Ext.state.Manager-method-get\" class=\"docClass\">Ext.state.Manager.get</a> passing the\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a></code></p>\n<p>The resulting object is passed to <b><code><a href=\"#/api/Ext.AbstractComponent-method-applyState\" rel=\"Ext.AbstractComponent-method-applyState\" class=\"docClass\">applyState</a></code></b>.\nThe default implementation of <code><a href=\"#/api/Ext.AbstractComponent-method-applyState\" rel=\"Ext.AbstractComponent-method-applyState\" class=\"docClass\">applyState</a></code> simply copies\nproperties into the object, but a developer may override this to support\nmore behaviour.</p>\n<p>You can perform extra processing on state save and restore by attaching\nhandlers to the <a href=\"#/api/Ext.AbstractComponent-event-beforestaterestore\" rel=\"Ext.AbstractComponent-event-beforestaterestore\" class=\"docClass\">beforestaterestore</a>, <a href=\"#/api/Ext.AbstractComponent-event-staterestore\" rel=\"Ext.AbstractComponent-event-staterestore\" class=\"docClass\">staterestore</a>,\n<a href=\"#/api/Ext.AbstractComponent-event-beforestatesave\" rel=\"Ext.AbstractComponent-event-beforestatesave\" class=\"docClass\">beforestatesave</a> and <a href=\"#/api/Ext.AbstractComponent-event-statesave\" rel=\"Ext.AbstractComponent-event-statesave\" class=\"docClass\">statesave</a> events.</p>\n\n",
497       "private": false,
498       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
499       "linenr": 18,
500       "html_filename": "Stateful.html",
501       "href": "Stateful.html#Ext-state-Stateful-cfg-stateful",
502       "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ..."
503     },
504     {
505       "tagname": "cfg",
506       "name": "style",
507       "member": "Ext.AbstractComponent",
508       "type": "String",
509       "doc": "<p>A custom style specification to be applied to this component's Element.  Should be a valid argument to\n<a href=\"#/api/Ext.core.Element-method-applyStyles\" rel=\"Ext.core.Element-method-applyStyles\" class=\"docClass\">Ext.core.Element.applyStyles</a>.</p>\n\n<pre><code>        new Ext.panel.Panel({\n            title: 'Some Title',\n            renderTo: Ext.getBody(),\n            width: 400, height: 300,\n            layout: 'form',\n            items: [{\n                xtype: 'textarea',\n                style: {\n                    width: '95%',\n                    marginBottom: '10px'\n                }\n            },\n            new Ext.button.Button({\n                text: 'Send',\n                minWidth: '100',\n                style: {\n                    marginBottom: '10px'\n                }\n            })\n            ]\n        });\n     </code></pre>\n\n",
510       "private": false,
511       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
512       "linenr": 300,
513       "html_filename": "AbstractComponent.html",
514       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style",
515       "shortDoc": "A custom style specification to be applied to this component's Element.  Should be a valid argument to\nExt.core.Eleme..."
516     },
517     {
518       "tagname": "cfg",
519       "name": "styleHtmlCls",
520       "member": "Ext.AbstractComponent",
521       "type": "String",
522       "doc": "<p>The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'</p>\n",
523       "private": false,
524       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
525       "linenr": 434,
526       "html_filename": "AbstractComponent.html",
527       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls"
528     },
529     {
530       "tagname": "cfg",
531       "name": "styleHtmlContent",
532       "member": "Ext.AbstractComponent",
533       "type": "Boolean",
534       "doc": "<p>True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.</p>\n",
535       "private": false,
536       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
537       "linenr": 427,
538       "html_filename": "AbstractComponent.html",
539       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent"
540     },
541     {
542       "tagname": "cfg",
543       "name": "tpl",
544       "member": "Ext.AbstractComponent",
545       "type": "Mixed",
546       "doc": "<p>An <bold><a href=\"#/api/Ext.Template\" rel=\"Ext.Template\" class=\"docClass\">Ext.Template</a></bold>, <bold><a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">Ext.XTemplate</a></bold>\nor an array of strings to form an <a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">Ext.XTemplate</a>.\nUsed in conjunction with the <code><a href=\"#/api/Ext.AbstractComponent-cfg-data\" rel=\"Ext.AbstractComponent-cfg-data\" class=\"docClass\">data</a></code> and\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-tplWriteMode\" rel=\"Ext.AbstractComponent-cfg-tplWriteMode\" class=\"docClass\">tplWriteMode</a></code> configurations.</p>\n",
547       "private": false,
548       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
549       "linenr": 231,
550       "html_filename": "AbstractComponent.html",
551       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tpl",
552       "shortDoc": "An Ext.Template, Ext.XTemplate\nor an array of strings to form an Ext.XTemplate.\nUsed in conjunction with the data and..."
553     },
554     {
555       "tagname": "cfg",
556       "name": "tplWriteMode",
557       "member": "Ext.AbstractComponent",
558       "type": "String",
559       "doc": "<p>The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to <code>'overwrite'</code>\n(see <code><a href=\"#/api/Ext.XTemplate-method-overwrite\" rel=\"Ext.XTemplate-method-overwrite\" class=\"docClass\">Ext.XTemplate.overwrite</a></code>).</p>\n",
560       "private": false,
561       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
562       "linenr": 245,
563       "html_filename": "AbstractComponent.html",
564       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode",
565       "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to 'overwrite'\n(see Ext.X..."
566     },
567     {
568       "tagname": "cfg",
569       "name": "ui",
570       "member": "Ext.AbstractComponent",
571       "type": "String/Array",
572       "doc": "<p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>\n",
573       "private": false,
574       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
575       "linenr": 287,
576       "html_filename": "AbstractComponent.html",
577       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui"
578     },
579     {
580       "tagname": "cfg",
581       "name": "width",
582       "member": "Ext.AbstractComponent",
583       "type": "Number",
584       "doc": "<p>The width of this component in pixels.</p>\n",
585       "private": false,
586       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
587       "linenr": 329,
588       "html_filename": "AbstractComponent.html",
589       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width"
590     }
591   ],
592   "method": [
593     {
594       "tagname": "method",
595       "name": "AbstractComponent",
596       "member": "Ext.AbstractComponent",
597       "doc": "\n",
598       "params": [
599
600       ],
601       "return": {
602         "type": "void",
603         "doc": "\n"
604       },
605       "private": false,
606       "static": false,
607       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
608       "linenr": 1,
609       "html_filename": "AbstractComponent.html",
610       "href": "AbstractComponent.html#Ext-AbstractComponent-method-constructor",
611       "shortDoc": "\n"
612     },
613     {
614       "tagname": "method",
615       "name": "addClass",
616       "member": "Ext.AbstractComponent",
617       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.AbstractComponent-method-addCls\" rel=\"Ext.AbstractComponent-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n",
618       "params": [
619         {
620           "type": "String",
621           "name": "cls",
622           "doc": "<p>The CSS class name to add</p>\n",
623           "optional": false
624         }
625       ],
626       "return": {
627         "type": "Ext.Component",
628         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
629       },
630       "private": false,
631       "static": false,
632       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
633       "linenr": 2161,
634       "html_filename": "AbstractComponent.html",
635       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass",
636       "shortDoc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.AbstractComponent-method-addCls\" rel=\"Ext.AbstractComponent-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n"
637     },
638     {
639       "tagname": "method",
640       "name": "addCls",
641       "member": "Ext.AbstractComponent",
642       "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
643       "params": [
644         {
645           "type": "String",
646           "name": "cls",
647           "doc": "<p>The CSS class name to add</p>\n",
648           "optional": false
649         }
650       ],
651       "return": {
652         "type": "Ext.Component",
653         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
654       },
655       "private": false,
656       "static": false,
657       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
658       "linenr": 2139,
659       "html_filename": "AbstractComponent.html",
660       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls",
661       "shortDoc": "<p>Adds a CSS class to the top level element representing this component.</p>\n"
662     },
663     {
664       "tagname": "method",
665       "name": "addClsWithUI",
666       "member": "Ext.AbstractComponent",
667       "doc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.AbstractComponent--addUIClsToElement\" rel=\"Ext.AbstractComponent--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n",
668       "params": [
669         {
670           "type": "String/Array",
671           "name": "cls",
672           "doc": "<p>A string or an array of strings to add to the uiCls</p>\n",
673           "optional": false
674         }
675       ],
676       "return": {
677         "type": "void",
678         "doc": "\n"
679       },
680       "private": false,
681       "static": false,
682       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
683       "linenr": 1346,
684       "html_filename": "AbstractComponent.html",
685       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI",
686       "shortDoc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.AbstractComponent--addUIClsToElement\" rel=\"Ext.AbstractComponent--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n"
687     },
688     {
689       "tagname": "method",
690       "name": "addEvents",
691       "member": "Ext.util.Observable",
692       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
693       "params": [
694         {
695           "type": "Object/String",
696           "name": "o",
697           "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
698           "optional": false
699         },
700         {
701           "type": "String",
702           "name": "",
703           "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
704           "optional": false
705         }
706       ],
707       "return": {
708         "type": "void",
709         "doc": "\n"
710       },
711       "private": false,
712       "static": false,
713       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
714       "linenr": 452,
715       "html_filename": "Observable.html",
716       "href": "Observable.html#Ext-util-Observable-method-addEvents",
717       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
718     },
719     {
720       "tagname": "method",
721       "name": "addListener",
722       "member": "Ext.util.Observable",
723       "doc": "<p>Appends an event handler to this object.</p>\n",
724       "params": [
725         {
726           "type": "String",
727           "name": "eventName",
728           "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
729           "optional": false
730         },
731         {
732           "type": "Function",
733           "name": "handler",
734           "doc": "<p>The method the event invokes.</p>\n",
735           "optional": false
736         },
737         {
738           "type": "Object",
739           "name": "scope",
740           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
741           "optional": true
742         },
743         {
744           "type": "Object",
745           "name": "options",
746           "doc": "<p>(optional) An object containing handler configuration.\nproperties. This 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 the object which fired the event.</b></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<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\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 events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
747           "optional": true
748         }
749       ],
750       "return": {
751         "type": "void",
752         "doc": "\n"
753       },
754       "private": false,
755       "static": false,
756       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
757       "linenr": 271,
758       "html_filename": "Observable.html",
759       "href": "Observable.html#Ext-util-Observable-method-addListener",
760       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
761     },
762     {
763       "tagname": "method",
764       "name": "addManagedListener",
765       "member": "Ext.util.Observable",
766       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
767       "params": [
768         {
769           "type": "Observable/Element",
770           "name": "item",
771           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
772           "optional": false
773         },
774         {
775           "type": "Object/String",
776           "name": "ename",
777           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
778           "optional": false
779         },
780         {
781           "type": "Function",
782           "name": "fn",
783           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
784           "optional": false
785         },
786         {
787           "type": "Object",
788           "name": "scope",
789           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
790           "optional": false
791         },
792         {
793           "type": "Object",
794           "name": "opt",
795           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
796           "optional": false
797         }
798       ],
799       "return": {
800         "type": "void",
801         "doc": "\n"
802       },
803       "private": false,
804       "static": false,
805       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
806       "linenr": 155,
807       "html_filename": "Observable.html",
808       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
809       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
810     },
811     {
812       "tagname": "method",
813       "name": "addStateEvents",
814       "member": "Ext.state.Stateful",
815       "doc": "<p>Add events that will trigger the state to be saved.</p>\n",
816       "params": [
817         {
818           "type": "String/Array",
819           "name": "events",
820           "doc": "<p>The event name or an array of event names.</p>\n",
821           "optional": false
822         }
823       ],
824       "return": {
825         "type": "void",
826         "doc": "\n"
827       },
828       "private": false,
829       "static": false,
830       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
831       "linenr": 159,
832       "html_filename": "Stateful.html",
833       "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents",
834       "shortDoc": "<p>Add events that will trigger the state to be saved.</p>\n"
835     },
836     {
837       "tagname": "method",
838       "name": "afterComponentLayout",
839       "member": "Ext.AbstractComponent",
840       "doc": "\n",
841       "params": [
842         {
843           "type": "Number",
844           "name": "adjWidth",
845           "doc": "<p>The box-adjusted width that was set</p>\n",
846           "optional": false
847         },
848         {
849           "type": "Number",
850           "name": "adjHeight",
851           "doc": "<p>The box-adjusted height that was set</p>\n",
852           "optional": false
853         },
854         {
855           "type": "Boolean",
856           "name": "isSetSize",
857           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
858           "optional": false
859         },
860         {
861           "type": "Ext.Component",
862           "name": "layoutOwner",
863           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
864           "optional": false
865         }
866       ],
867       "return": {
868         "type": "void",
869         "doc": "\n"
870       },
871       "private": false,
872       "static": false,
873       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
874       "linenr": 2481,
875       "html_filename": "AbstractComponent.html",
876       "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout",
877       "shortDoc": "\n"
878     },
879     {
880       "tagname": "method",
881       "name": "animate",
882       "member": "Ext.util.Animate",
883       "doc": "<p>Perform custom animation on this object.<p>\n<p>This method is applicable to both the the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a> class and the <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a> class.\nIt performs animated transitions of certain properties of this object over a specified timeline.</p>\n<p>The sole parameter is an object which specifies start property values, end property values, and properties which\ndescribe the timeline. Of the properties listed below, only <b><code>to</code></b> is mandatory.</p>\n<p>Properties include<ul>\n<li><code>from</code> <div class=\"sub-desc\">An object which specifies start values for the properties being animated.\nIf not supplied, properties are animated from current settings. The actual properties which may be animated depend upon\nths object being animated. See the sections below on Element and Component animation.<div></li>\n<li><code>to</code> <div class=\"sub-desc\">An object which specifies end values for the properties being animated.</div></li>\n<li><code>duration</code><div class=\"sub-desc\">The duration <b>in milliseconds</b> for which the animation will run.</div></li>\n<li><code>easing</code> <div class=\"sub-desc\">A string value describing an easing type to modify the rate of change from the default linear to non-linear. Values may be one of:<code><ul>\n<li>ease</li>\n<li>easeIn</li>\n<li>easeOut</li>\n<li>easeInOut</li>\n<li>backIn</li>\n<li>backOut</li>\n<li>elasticIn</li>\n<li>elasticOut</li>\n<li>bounceIn</li>\n<li>bounceOut</li>\n</ul></code></div></li>\n<li><code>keyframes</code> <div class=\"sub-desc\">This is an object which describes the state of animated properties at certain points along the timeline.\nit is an object containing properties who's names are the percentage along the timeline being described and who's values specify the animation state at that point.</div></li>\n<li><code>listeners</code> <div class=\"sub-desc\">This is a standard <a href=\"#/api/Ext.util.Observable-cfg-listeners\" rel=\"Ext.util.Observable-cfg-listeners\" class=\"docClass\">listeners</a> configuration object which may be used\nto inject behaviour at either the <code>beforeanimate</code> event or the <code>afteranimate</code> event.</div></li>\n</ul></p>\n<h3>Animating an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a></h3>\nWhen animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>\n<li><code>x</code> <div class=\"sub-desc\">The page X position in pixels.</div></li>\n<li><code>y</code> <div class=\"sub-desc\">The page Y position in pixels</div></li>\n<li><code>left</code> <div class=\"sub-desc\">The element's CSS <code>left</code> value. Units must be supplied.</div></li>\n<li><code>top</code> <div class=\"sub-desc\">The element's CSS <code>top</code> value. Units must be supplied.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The element's CSS <code>width</code> value. Units must be supplied.</div></li>\n<li><code>height</code> <div class=\"sub-desc\">The element's CSS <code>height</code> value. Units must be supplied.</div></li>\n<li><code>scrollLeft</code> <div class=\"sub-desc\">The element's <code>scrollLeft</code> value.</div></li>\n<li><code>scrollTop</code> <div class=\"sub-desc\">The element's <code>scrollLeft</code> value.</div></li>\n<li><code>opacity</code> <div class=\"sub-desc\">The element's <code>opacity</code> value. This must be a value between <code>0</code> and <code>1</code>.</div></li>\n</ul>\n<p><b>Be aware than animating an Element which is being used by an <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> Component without in some way informing the Component about the changed element state\nwill result in incorrect Component behaviour. This is because the Component will be using the old state of the element. To avoid this problem, it is now possible to\ndirectly animate certain properties of Components.</b></p>\n<h3>Animating a <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a></h3>\nWhen animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>\n<li><code>x</code> <div class=\"sub-desc\">The Component's page X position in pixels.</div></li>\n<li><code>y</code> <div class=\"sub-desc\">The Component's page Y position in pixels</div></li>\n<li><code>left</code> <div class=\"sub-desc\">The Component's <code>left</code> value in pixels.</div></li>\n<li><code>top</code> <div class=\"sub-desc\">The Component's <code>top</code> value in pixels.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The Component's <code>width</code> value in pixels.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The Component's <code>width</code> value in pixels.</div></li>\n<li><code>dynamic</code> <div class=\"sub-desc\">Specify as true to update the Component's layout (if it is a Container) at every frame\nof the animation. <i>Use sparingly as laying out on every intermediate size change is an expensive operation</i>.</div></li>\n</ul>\n<p>For example, to animate a Window to a new size, ensuring that its internal layout, and any shadow is correct:</p>\n<pre><code>myWindow = Ext.create('Ext.window.Window', {\n    title: 'Test Component animation',\n    width: 500,\n    height: 300,\n    layout: {\n        type: 'hbox',\n        align: 'stretch'\n    },\n    items: [{\n        title: 'Left: 33%',\n        margins: '5 0 5 5',\n        flex: 1\n    }, {\n        title: 'Left: 66%',\n        margins: '5 5 5 5',\n        flex: 2\n    }]\n});\nmyWindow.show();\nmyWindow.header.el.on('click', function() {\n    myWindow.animate({\n        to: {\n            width: (myWindow.getWidth() == 500) ? 700 : 500,\n            height: (myWindow.getHeight() == 300) ? 400 : 300,\n        }\n    });\n});\n</code></pre>\n<p>For performance reasons, by default, the internal layout is only updated when the Window reaches its final <code>\"to\"</code> size. If dynamic updating of the Window's child\nComponents is required, then configure the animation with <code>dynamic: true</code> and the two child items will maintain their proportions during the animation.</p>\n\n",
884       "params": [
885         {
886           "type": "Object",
887           "name": "config",
888           "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
889           "optional": false
890         }
891       ],
892       "return": {
893         "type": "Object",
894         "doc": "<p>this</p>\n"
895       },
896       "private": false,
897       "static": false,
898       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
899       "linenr": 207,
900       "html_filename": "Animate.html",
901       "href": "Animate.html#Ext-util-Animate-method-animate",
902       "shortDoc": "Perform custom animation on this object.\nThis method is applicable to both the the Component class and the Element cl..."
903     },
904     {
905       "tagname": "method",
906       "name": "applyState",
907       "member": "Ext.state.Stateful",
908       "doc": "<p>Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By default it applies the state properties onto\nthe current object.</p>\n",
909       "params": [
910         {
911           "type": "Object",
912           "name": "state",
913           "doc": "<p>The state</p>\n",
914           "optional": false
915         }
916       ],
917       "return": {
918         "type": "void",
919         "doc": "\n"
920       },
921       "private": false,
922       "static": false,
923       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
924       "linenr": 225,
925       "html_filename": "Stateful.html",
926       "href": "Stateful.html#Ext-state-Stateful-method-applyState",
927       "shortDoc": "Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By defa..."
928     },
929     {
930       "tagname": "method",
931       "name": "beforeComponentLayout",
932       "member": "Ext.AbstractComponent",
933       "doc": "<p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.</p>\n",
934       "params": [
935         {
936           "type": "Number",
937           "name": "adjWidth",
938           "doc": "<p>The box-adjusted width that was set</p>\n",
939           "optional": false
940         },
941         {
942           "type": "Number",
943           "name": "adjHeight",
944           "doc": "<p>The box-adjusted height that was set</p>\n",
945           "optional": false
946         },
947         {
948           "type": "Boolean",
949           "name": "isSetSize",
950           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
951           "optional": false
952         },
953         {
954           "type": "Ext.Component",
955           "name": "layoutOwner",
956           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
957           "optional": false
958         }
959       ],
960       "return": {
961         "type": "void",
962         "doc": "\n"
963       },
964       "private": false,
965       "static": false,
966       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
967       "linenr": 2491,
968       "html_filename": "AbstractComponent.html",
969       "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout",
970       "shortDoc": "Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being ex..."
971     },
972     {
973       "tagname": "method",
974       "name": "capture",
975       "member": "Ext.util.Observable",
976       "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
977       "params": [
978         {
979           "type": "Observable",
980           "name": "o",
981           "doc": "<p>The Observable to capture events from.</p>\n",
982           "optional": false
983         },
984         {
985           "type": "Function",
986           "name": "fn",
987           "doc": "<p>The function to call when an event is fired.</p>\n",
988           "optional": false
989         },
990         {
991           "type": "Object",
992           "name": "scope",
993           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
994           "optional": true
995         }
996       ],
997       "return": {
998         "type": "void",
999         "doc": "\n"
1000       },
1001       "private": false,
1002       "static": true,
1003       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1004       "linenr": 55,
1005       "html_filename": "Observable.html",
1006       "href": "Observable.html#Ext-util-Observable-method-capture",
1007       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
1008     },
1009     {
1010       "tagname": "method",
1011       "name": "clearListeners",
1012       "member": "Ext.util.Observable",
1013       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
1014       "params": [
1015
1016       ],
1017       "return": {
1018         "type": "void",
1019         "doc": "\n"
1020       },
1021       "private": false,
1022       "static": false,
1023       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1024       "linenr": 383,
1025       "html_filename": "Observable.html",
1026       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
1027       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
1028     },
1029     {
1030       "tagname": "method",
1031       "name": "clearManagedListeners",
1032       "member": "Ext.util.Observable",
1033       "doc": "<p>Removes all managed listeners for this object.</p>\n",
1034       "params": [
1035
1036       ],
1037       "return": {
1038         "type": "void",
1039         "doc": "\n"
1040       },
1041       "private": false,
1042       "static": false,
1043       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1044       "linenr": 412,
1045       "html_filename": "Observable.html",
1046       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
1047       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
1048     },
1049     {
1050       "tagname": "method",
1051       "name": "destroy",
1052       "member": "Ext.AbstractComponent",
1053       "doc": "<p>Destroys the Component.</p>\n",
1054       "params": [
1055
1056       ],
1057       "return": {
1058         "type": "void",
1059         "doc": "\n"
1060       },
1061       "private": false,
1062       "static": false,
1063       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1064       "linenr": 2672,
1065       "html_filename": "AbstractComponent.html",
1066       "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy",
1067       "shortDoc": "<p>Destroys the Component.</p>\n"
1068     },
1069     {
1070       "tagname": "method",
1071       "name": "disable",
1072       "member": "Ext.AbstractComponent",
1073       "doc": "<p>Disable the component.</p>\n",
1074       "params": [
1075         {
1076           "type": "Boolean",
1077           "name": "silent",
1078           "doc": "<p>Passing true, will supress the 'disable' event from being fired.</p>\n",
1079           "optional": false
1080         }
1081       ],
1082       "return": {
1083         "type": "void",
1084         "doc": "\n"
1085       },
1086       "private": false,
1087       "static": false,
1088       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1089       "linenr": 2078,
1090       "html_filename": "AbstractComponent.html",
1091       "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable",
1092       "shortDoc": "<p>Disable the component.</p>\n"
1093     },
1094     {
1095       "tagname": "method",
1096       "name": "doAutoRender",
1097       "member": "Ext.AbstractComponent",
1098       "doc": "<p>Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them within that\nownerCt, and have their z-index managed locally. Floating Components are always rendered to document.body</p>\n",
1099       "params": [
1100
1101       ],
1102       "return": {
1103         "type": "void",
1104         "doc": "\n"
1105       },
1106       "private": false,
1107       "static": false,
1108       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1109       "linenr": 816,
1110       "html_filename": "AbstractComponent.html",
1111       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender",
1112       "shortDoc": "Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them wit..."
1113     },
1114     {
1115       "tagname": "method",
1116       "name": "doComponentLayout",
1117       "member": "Ext.AbstractComponent",
1118       "doc": "<p>This method needs to be called whenever you change something on this component that requires the Component's\nlayout to be recalculated.</p>\n",
1119       "params": [
1120         {
1121           "type": "Object",
1122           "name": "width",
1123           "doc": "\n",
1124           "optional": false
1125         },
1126         {
1127           "type": "Object",
1128           "name": "height",
1129           "doc": "\n",
1130           "optional": false
1131         },
1132         {
1133           "type": "Object",
1134           "name": "isSetSize",
1135           "doc": "\n",
1136           "optional": false
1137         },
1138         {
1139           "type": "Object",
1140           "name": "ownerCt",
1141           "doc": "\n",
1142           "optional": false
1143         }
1144       ],
1145       "return": {
1146         "type": "Ext.container.Container",
1147         "doc": "<p>this</p>\n"
1148       },
1149       "private": false,
1150       "static": false,
1151       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1152       "linenr": 2437,
1153       "html_filename": "AbstractComponent.html",
1154       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout",
1155       "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t..."
1156     },
1157     {
1158       "tagname": "method",
1159       "name": "enable",
1160       "member": "Ext.AbstractComponent",
1161       "doc": "<p>Enable the component</p>\n",
1162       "params": [
1163         {
1164           "type": "Boolean",
1165           "name": "silent",
1166           "doc": "<p>Passing false will supress the 'enable' event from being fired.</p>\n",
1167           "optional": false
1168         }
1169       ],
1170       "return": {
1171         "type": "void",
1172         "doc": "\n"
1173       },
1174       "private": false,
1175       "static": false,
1176       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1177       "linenr": 2055,
1178       "html_filename": "AbstractComponent.html",
1179       "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable",
1180       "shortDoc": "<p>Enable the component</p>\n"
1181     },
1182     {
1183       "tagname": "method",
1184       "name": "enableBubble",
1185       "member": "Ext.util.Observable",
1186       "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
1187       "params": [
1188         {
1189           "type": "String/Array",
1190           "name": "events",
1191           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
1192           "optional": false
1193         }
1194       ],
1195       "return": {
1196         "type": "void",
1197         "doc": "\n"
1198       },
1199       "private": false,
1200       "static": false,
1201       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1202       "linenr": 554,
1203       "html_filename": "Observable.html",
1204       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
1205       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
1206     },
1207     {
1208       "tagname": "method",
1209       "name": "findLayoutController",
1210       "member": "Ext.AbstractComponent",
1211       "doc": "<p>This method finds the topmost active layout who's processing will eventually determine the size and position of this\nComponent.<p>\n<p>This method is useful when dynamically adding Components into Containers, and some processing must take place after the\nfinal sizing and positioning of the Component has been performed.</p>\n\n",
1212       "params": [
1213
1214       ],
1215       "return": {
1216         "type": "void",
1217         "doc": "\n"
1218       },
1219       "private": false,
1220       "static": false,
1221       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1222       "linenr": 772,
1223       "html_filename": "AbstractComponent.html",
1224       "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController",
1225       "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n..."
1226     },
1227     {
1228       "tagname": "method",
1229       "name": "fireEvent",
1230       "member": "Ext.util.Observable",
1231       "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.AbstractComponent-method-enableBubble\" rel=\"Ext.AbstractComponent-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
1232       "params": [
1233         {
1234           "type": "String",
1235           "name": "eventName",
1236           "doc": "<p>The name of the event to fire.</p>\n",
1237           "optional": false
1238         },
1239         {
1240           "type": "Object...",
1241           "name": "args",
1242           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1243           "optional": false
1244         }
1245       ],
1246       "return": {
1247         "type": "Boolean",
1248         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1249       },
1250       "private": false,
1251       "static": false,
1252       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1253       "linenr": 232,
1254       "html_filename": "Observable.html",
1255       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1256       "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
1257     },
1258     {
1259       "tagname": "method",
1260       "name": "getActiveAnimation",
1261       "member": "Ext.util.Animate",
1262       "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
1263       "params": [
1264
1265       ],
1266       "return": {
1267         "type": "Mixed",
1268         "doc": "<p>anim if element has active effects, else false</p>\n"
1269       },
1270       "private": false,
1271       "static": false,
1272       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1273       "linenr": 377,
1274       "html_filename": "Animate.html",
1275       "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
1276       "shortDoc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n"
1277     },
1278     {
1279       "tagname": "method",
1280       "name": "getBubbleTarget",
1281       "member": "Ext.AbstractComponent",
1282       "doc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n",
1283       "params": [
1284
1285       ],
1286       "return": {
1287         "type": "Ext.container.Container",
1288         "doc": "<p>the Container which owns this Component.</p>\n"
1289       },
1290       "private": false,
1291       "static": false,
1292       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1293       "linenr": 2276,
1294       "html_filename": "AbstractComponent.html",
1295       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget",
1296       "shortDoc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n"
1297     },
1298     {
1299       "tagname": "method",
1300       "name": "getEl",
1301       "member": "Ext.AbstractComponent",
1302       "doc": "<p>Retrieves the top level element representing this component.</p>\n",
1303       "params": [
1304
1305       ],
1306       "return": {
1307         "type": "void",
1308         "doc": "\n"
1309       },
1310       "private": false,
1311       "static": false,
1312       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1313       "linenr": 1892,
1314       "html_filename": "AbstractComponent.html",
1315       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl",
1316       "shortDoc": "<p>Retrieves the top level element representing this component.</p>\n"
1317     },
1318     {
1319       "tagname": "method",
1320       "name": "getHeight",
1321       "member": "Ext.AbstractComponent",
1322       "doc": "<p>Gets the current height of the component's underlying element.</p>\n",
1323       "params": [
1324
1325       ],
1326       "return": {
1327         "type": "Number",
1328         "doc": "\n"
1329       },
1330       "private": false,
1331       "static": false,
1332       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1333       "linenr": 2579,
1334       "html_filename": "AbstractComponent.html",
1335       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight",
1336       "shortDoc": "<p>Gets the current height of the component's underlying element.</p>\n"
1337     },
1338     {
1339       "tagname": "method",
1340       "name": "getId",
1341       "member": "Ext.AbstractComponent",
1342       "doc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n",
1343       "params": [
1344
1345       ],
1346       "return": {
1347         "type": "void",
1348         "doc": "\n"
1349       },
1350       "private": false,
1351       "static": false,
1352       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1353       "linenr": 1880,
1354       "html_filename": "AbstractComponent.html",
1355       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId",
1356       "shortDoc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n"
1357     },
1358     {
1359       "tagname": "method",
1360       "name": "getInsertPosition",
1361       "member": "Ext.AbstractComponent",
1362       "doc": "<p>This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insertBefore.</p>\n",
1363       "params": [
1364         {
1365           "type": "String/Number/Element/HTMLElement",
1366           "name": "position",
1367           "doc": "<p>Index, element id or element you want\nto put this component before.</p>\n",
1368           "optional": false
1369         }
1370       ],
1371       "return": {
1372         "type": "HTMLElement",
1373         "doc": "<p>DOM element that you can use in the insertBefore</p>\n"
1374       },
1375       "private": false,
1376       "static": false,
1377       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1378       "linenr": 1513,
1379       "html_filename": "AbstractComponent.html",
1380       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition",
1381       "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert..."
1382     },
1383     {
1384       "tagname": "method",
1385       "name": "getLoader",
1386       "member": "Ext.AbstractComponent",
1387       "doc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n",
1388       "params": [
1389
1390       ],
1391       "return": {
1392         "type": "Ext.ComponentLoader",
1393         "doc": "<p>The loader instance, null if it doesn't exist.</p>\n"
1394       },
1395       "private": false,
1396       "static": false,
1397       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1398       "linenr": 2587,
1399       "html_filename": "AbstractComponent.html",
1400       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader",
1401       "shortDoc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n"
1402     },
1403     {
1404       "tagname": "method",
1405       "name": "getPlugin",
1406       "member": "Ext.AbstractComponent",
1407       "doc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n",
1408       "params": [
1409         {
1410           "type": "Object",
1411           "name": "pluginId",
1412           "doc": "\n",
1413           "optional": false
1414         }
1415       ],
1416       "return": {
1417         "type": "Ext.AbstractPlugin",
1418         "doc": "<p>pluginInstance</p>\n"
1419       },
1420       "private": false,
1421       "static": false,
1422       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1423       "linenr": 2715,
1424       "html_filename": "AbstractComponent.html",
1425       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin",
1426       "shortDoc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n"
1427     },
1428     {
1429       "tagname": "method",
1430       "name": "getSize",
1431       "member": "Ext.AbstractComponent",
1432       "doc": "<p>Gets the current size of the component's underlying element.</p>\n",
1433       "params": [
1434
1435       ],
1436       "return": {
1437         "type": "Object",
1438         "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
1439       },
1440       "private": false,
1441       "static": false,
1442       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1443       "linenr": 2563,
1444       "html_filename": "AbstractComponent.html",
1445       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize",
1446       "shortDoc": "<p>Gets the current size of the component's underlying element.</p>\n"
1447     },
1448     {
1449       "tagname": "method",
1450       "name": "getState",
1451       "member": "Ext.state.Stateful",
1452       "doc": "<p>Gets the current state of the object. By default this function returns null,\nit should be overridden in subclasses to implement methods for getting the state.</p>\n",
1453       "params": [
1454
1455       ],
1456       "return": {
1457         "type": "Object",
1458         "doc": "<p>The current state</p>\n"
1459       },
1460       "private": false,
1461       "static": false,
1462       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1463       "linenr": 216,
1464       "html_filename": "Stateful.html",
1465       "href": "Stateful.html#Ext-state-Stateful-method-getState",
1466       "shortDoc": "Gets the current state of the object. By default this function returns null,\nit should be overridden in subclasses to..."
1467     },
1468     {
1469       "tagname": "method",
1470       "name": "getStateId",
1471       "member": "Ext.state.Stateful",
1472       "doc": "<p>Gets the state id for this object.</p>\n",
1473       "params": [
1474
1475       ],
1476       "return": {
1477         "type": "String",
1478         "doc": "<p>The state id, null if not found.</p>\n"
1479       },
1480       "private": false,
1481       "static": false,
1482       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1483       "linenr": 237,
1484       "html_filename": "Stateful.html",
1485       "href": "Stateful.html#Ext-state-Stateful-method-getStateId",
1486       "shortDoc": "<p>Gets the state id for this object.</p>\n"
1487     },
1488     {
1489       "tagname": "method",
1490       "name": "getWidth",
1491       "member": "Ext.AbstractComponent",
1492       "doc": "<p>Gets the current width of the component's underlying element.</p>\n",
1493       "params": [
1494
1495       ],
1496       "return": {
1497         "type": "Number",
1498         "doc": "\n"
1499       },
1500       "private": false,
1501       "static": false,
1502       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1503       "linenr": 2571,
1504       "html_filename": "AbstractComponent.html",
1505       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth",
1506       "shortDoc": "<p>Gets the current width of the component's underlying element.</p>\n"
1507     },
1508     {
1509       "tagname": "method",
1510       "name": "getXTypes",
1511       "member": "Ext.AbstractComponent",
1512       "doc": "<p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> header.</p>\n\n\n<p><b>If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.</b></p>\n\n\n<p>Example usage:</p>\n\n\n<pre><code>var t = new Ext.form.field.Text();\nalert(t.getXTypes());  // alerts 'component/field/textfield'\n</code></pre>\n\n",
1513       "params": [
1514
1515       ],
1516       "return": {
1517         "type": "String",
1518         "doc": "<p>The xtype hierarchy string</p>\n"
1519       },
1520       "private": false,
1521       "static": false,
1522       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1523       "linenr": 1938,
1524       "html_filename": "AbstractComponent.html",
1525       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes",
1526       "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the Ext..."
1527     },
1528     {
1529       "tagname": "method",
1530       "name": "hasActiveFx",
1531       "member": "Ext.util.Animate",
1532       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.AbstractComponent-method-getActiveAnimation\" rel=\"Ext.AbstractComponent-method-getActiveAnimation\" class=\"docClass\">getActiveAnimation</a>\nReturns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
1533       "params": [
1534
1535       ],
1536       "return": {
1537         "type": "Mixed",
1538         "doc": "<p>anim if element has active effects, else false</p>\n"
1539       },
1540       "private": false,
1541       "static": false,
1542       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1543       "linenr": 369,
1544       "html_filename": "Animate.html",
1545       "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
1546       "shortDoc": "@deprecated 4.0 Replaced by getActiveAnimation\nReturns thq current animation if this object has any effects actively ..."
1547     },
1548     {
1549       "tagname": "method",
1550       "name": "hasListener",
1551       "member": "Ext.util.Observable",
1552       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1553       "params": [
1554         {
1555           "type": "String",
1556           "name": "eventName",
1557           "doc": "<p>The name of the event to check for</p>\n",
1558           "optional": false
1559         }
1560       ],
1561       "return": {
1562         "type": "Boolean",
1563         "doc": "<p>True if the event is being listened for, else false</p>\n"
1564       },
1565       "private": false,
1566       "static": false,
1567       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1568       "linenr": 480,
1569       "html_filename": "Observable.html",
1570       "href": "Observable.html#Ext-util-Observable-method-hasListener",
1571       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
1572     },
1573     {
1574       "tagname": "method",
1575       "name": "hasUICls",
1576       "member": "Ext.AbstractComponent",
1577       "doc": "<p>Checks if there is currently a specified uiCls</p>\n",
1578       "params": [
1579         {
1580           "type": "String",
1581           "name": "cls",
1582           "doc": "<p>The cls to check</p>\n",
1583           "optional": false
1584         }
1585       ],
1586       "return": {
1587         "type": "void",
1588         "doc": "\n"
1589       },
1590       "private": false,
1591       "static": false,
1592       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1593       "linenr": 1389,
1594       "html_filename": "AbstractComponent.html",
1595       "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls",
1596       "shortDoc": "<p>Checks if there is currently a specified uiCls</p>\n"
1597     },
1598     {
1599       "tagname": "method",
1600       "name": "is",
1601       "member": "Ext.AbstractComponent",
1602       "doc": "<p>Tests whether this Component matches the selector string.</p>\n",
1603       "params": [
1604         {
1605           "type": "String",
1606           "name": "selector",
1607           "doc": "<p>The selector string to test against.</p>\n",
1608           "optional": false
1609         }
1610       ],
1611       "return": {
1612         "type": "Boolean",
1613         "doc": "<p>True if this Component matches the selector.</p>\n"
1614       },
1615       "private": false,
1616       "static": false,
1617       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1618       "linenr": 1719,
1619       "html_filename": "AbstractComponent.html",
1620       "href": "AbstractComponent.html#Ext-AbstractComponent-method-is",
1621       "shortDoc": "<p>Tests whether this Component matches the selector string.</p>\n"
1622     },
1623     {
1624       "tagname": "method",
1625       "name": "isDescendantOf",
1626       "member": "Ext.AbstractComponent",
1627       "doc": "<p>Determines whether this component is the descendant of a particular container.</p>\n",
1628       "params": [
1629         {
1630           "type": "Ext.Container",
1631           "name": "container",
1632           "doc": "\n",
1633           "optional": false
1634         }
1635       ],
1636       "return": {
1637         "type": "Boolean",
1638         "doc": "<p>isDescendant</p>\n"
1639       },
1640       "private": false,
1641       "static": false,
1642       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1643       "linenr": 2731,
1644       "html_filename": "AbstractComponent.html",
1645       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf",
1646       "shortDoc": "<p>Determines whether this component is the descendant of a particular container.</p>\n"
1647     },
1648     {
1649       "tagname": "method",
1650       "name": "isDisabled",
1651       "member": "Ext.AbstractComponent",
1652       "doc": "<p>Method to determine whether this Component is currently disabled.</p>\n",
1653       "params": [
1654
1655       ],
1656       "return": {
1657         "type": "Boolean",
1658         "doc": "<p>the disabled state of this Component.</p>\n"
1659       },
1660       "private": false,
1661       "static": false,
1662       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1663       "linenr": 2115,
1664       "html_filename": "AbstractComponent.html",
1665       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled",
1666       "shortDoc": "<p>Method to determine whether this Component is currently disabled.</p>\n"
1667     },
1668     {
1669       "tagname": "method",
1670       "name": "isDraggable",
1671       "member": "Ext.AbstractComponent",
1672       "doc": "<p>Method to determine whether this Component is draggable.</p>\n",
1673       "params": [
1674
1675       ],
1676       "return": {
1677         "type": "Boolean",
1678         "doc": "<p>the draggable state of this component.</p>\n"
1679       },
1680       "private": false,
1681       "static": false,
1682       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1683       "linenr": 2292,
1684       "html_filename": "AbstractComponent.html",
1685       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable",
1686       "shortDoc": "<p>Method to determine whether this Component is draggable.</p>\n"
1687     },
1688     {
1689       "tagname": "method",
1690       "name": "isDroppable",
1691       "member": "Ext.AbstractComponent",
1692       "doc": "<p>Method to determine whether this Component is droppable.</p>\n",
1693       "params": [
1694
1695       ],
1696       "return": {
1697         "type": "Boolean",
1698         "doc": "<p>the droppable state of this component.</p>\n"
1699       },
1700       "private": false,
1701       "static": false,
1702       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1703       "linenr": 2300,
1704       "html_filename": "AbstractComponent.html",
1705       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable",
1706       "shortDoc": "<p>Method to determine whether this Component is droppable.</p>\n"
1707     },
1708     {
1709       "tagname": "method",
1710       "name": "isFloating",
1711       "member": "Ext.AbstractComponent",
1712       "doc": "<p>Method to determine whether this Component is floating.</p>\n",
1713       "params": [
1714
1715       ],
1716       "return": {
1717         "type": "Boolean",
1718         "doc": "<p>the floating state of this component.</p>\n"
1719       },
1720       "private": false,
1721       "static": false,
1722       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1723       "linenr": 2284,
1724       "html_filename": "AbstractComponent.html",
1725       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating",
1726       "shortDoc": "<p>Method to determine whether this Component is floating.</p>\n"
1727     },
1728     {
1729       "tagname": "method",
1730       "name": "isHidden",
1731       "member": "Ext.AbstractComponent",
1732       "doc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n",
1733       "params": [
1734
1735       ],
1736       "return": {
1737         "type": "Boolean",
1738         "doc": "<p>the hidden state of this Component.</p>\n"
1739       },
1740       "private": false,
1741       "static": false,
1742       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1743       "linenr": 2131,
1744       "html_filename": "AbstractComponent.html",
1745       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden",
1746       "shortDoc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n"
1747     },
1748     {
1749       "tagname": "method",
1750       "name": "isVisible",
1751       "member": "Ext.AbstractComponent",
1752       "doc": "<p>Returns true if this component is visible.</p>\n",
1753       "params": [
1754         {
1755           "type": "Boolean",
1756           "name": "deep",
1757           "doc": "<p>. <p>Optional. Pass <code>true</code> to interrogate the visibility status of all\nparent Containers to determine whether this Component is truly visible to the user.</p></p>\n\n<p>Generally, to determine whether a Component is hidden, the no argument form is needed. For example\nwhen creating dynamically laid out UIs in a hidden Container before showing them.</p>\n\n",
1758           "optional": false
1759         }
1760       ],
1761       "return": {
1762         "type": "Boolean",
1763         "doc": "<p>True if this component is visible, false otherwise.</p>\n"
1764       },
1765       "private": false,
1766       "static": false,
1767       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1768       "linenr": 2015,
1769       "html_filename": "AbstractComponent.html",
1770       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible",
1771       "shortDoc": "<p>Returns true if this component is visible.</p>\n"
1772     },
1773     {
1774       "tagname": "method",
1775       "name": "isXType",
1776       "member": "Ext.AbstractComponent",
1777       "doc": "<p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>\n\n\n<p><b>If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.</b></p>\n\n\n<p>For a list of all available xtypes, see the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> header.</p>\n\n\n<p>Example usage:</p>\n\n\n<pre><code>var t = new Ext.form.field.Text();\nvar isText = t.isXType('textfield');        // true\nvar isBoxSubclass = t.isXType('field');       // true, descended from <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a>\nvar isBoxInstance = t.isXType('field', true); // false, not a direct <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> instance\n</code></pre>\n\n",
1778       "params": [
1779         {
1780           "type": "String",
1781           "name": "xtype",
1782           "doc": "<p>The xtype to check for this Component</p>\n",
1783           "optional": false
1784         },
1785         {
1786           "type": "Boolean",
1787           "name": "shallow",
1788           "doc": "<p>(optional) False to check whether this Component is descended from the xtype (this is\nthe default), or true to check whether this Component is directly of the specified xtype.</p>\n",
1789           "optional": true
1790         }
1791       ],
1792       "return": {
1793         "type": "Boolean",
1794         "doc": "<p>True if this component descends from the specified xtype, false otherwise.</p>\n"
1795       },
1796       "private": false,
1797       "static": false,
1798       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1799       "linenr": 1907,
1800       "html_filename": "AbstractComponent.html",
1801       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType",
1802       "shortDoc": "Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom th..."
1803     },
1804     {
1805       "tagname": "method",
1806       "name": "nextNode",
1807       "member": "Ext.AbstractComponent",
1808       "doc": "<p>Returns the next node in the Component tree in tree traversal order.</p>\n\n\n<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree to attempt to find a match. Contrast with <a href=\"#/api/Ext.AbstractComponent--pnextSibling\" rel=\"Ext.AbstractComponent--pnextSibling\" class=\"docClass\">pnextSibling</a>.</p>\n\n",
1809       "params": [
1810         {
1811           "type": "String",
1812           "name": "selector",
1813           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following nodes.</p>\n",
1814           "optional": false
1815         },
1816         {
1817           "type": "Object",
1818           "name": "includeSelf",
1819           "doc": "\n",
1820           "optional": false
1821         }
1822       ],
1823       "return": {
1824         "type": "void",
1825         "doc": "<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>\n"
1826       },
1827       "private": false,
1828       "static": false,
1829       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1830       "linenr": 1845,
1831       "html_filename": "AbstractComponent.html",
1832       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode",
1833       "shortDoc": "Returns the next node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings, and..."
1834     },
1835     {
1836       "tagname": "method",
1837       "name": "nextSibling",
1838       "member": "Ext.AbstractComponent",
1839       "doc": "<p>Returns the next sibling of this Component.</p>\n\n\n<p>Optionally selects the next sibling which matches the passed <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector.</p>\n\n\n<p>May also be refered to as <code><b>next()</b></code></p>\n\n\n<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-nextNode\" rel=\"Ext.AbstractComponent-method-nextNode\" class=\"docClass\">nextNode</a></p>\n\n",
1840       "params": [
1841         {
1842           "type": "String",
1843           "name": "selector",
1844           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following items.</p>\n",
1845           "optional": false
1846         }
1847       ],
1848       "return": {
1849         "type": "void",
1850         "doc": "<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
1851       },
1852       "private": false,
1853       "static": false,
1854       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1855       "linenr": 1749,
1856       "html_filename": "AbstractComponent.html",
1857       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling",
1858       "shortDoc": "Returns the next sibling of this Component.\n\n\nOptionally selects the next sibling which matches the passed ComponentQ..."
1859     },
1860     {
1861       "tagname": "method",
1862       "name": "observe",
1863       "member": "Ext.util.Observable",
1864       "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
1865       "params": [
1866         {
1867           "type": "Function",
1868           "name": "c",
1869           "doc": "<p>The class constructor to make observable.</p>\n",
1870           "optional": false
1871         },
1872         {
1873           "type": "Object",
1874           "name": "listeners",
1875           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1876           "optional": false
1877         }
1878       ],
1879       "return": {
1880         "type": "void",
1881         "doc": "\n"
1882       },
1883       "private": false,
1884       "static": true,
1885       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1886       "linenr": 69,
1887       "html_filename": "Observable.html",
1888       "href": "Observable.html#Ext-util-Observable-method-observe",
1889       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
1890     },
1891     {
1892       "tagname": "method",
1893       "name": "on",
1894       "member": "Ext.util.Observable",
1895       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
1896       "params": [
1897         {
1898           "type": "String",
1899           "name": "eventName",
1900           "doc": "<p>The type of event to listen for</p>\n",
1901           "optional": false
1902         },
1903         {
1904           "type": "Function",
1905           "name": "handler",
1906           "doc": "<p>The method the event invokes</p>\n",
1907           "optional": false
1908         },
1909         {
1910           "type": "Object",
1911           "name": "scope",
1912           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
1913           "optional": true
1914         },
1915         {
1916           "type": "Object",
1917           "name": "options",
1918           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
1919           "optional": true
1920         }
1921       ],
1922       "return": {
1923         "type": "void",
1924         "doc": "\n"
1925       },
1926       "private": false,
1927       "static": false,
1928       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1929       "linenr": 616,
1930       "html_filename": "Observable.html",
1931       "href": "Observable.html#Ext-util-Observable-method-on",
1932       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
1933     },
1934     {
1935       "tagname": "method",
1936       "name": "previousNode",
1937       "member": "Ext.AbstractComponent",
1938       "doc": "<p>Returns the previous node in the Component tree in tree traversal order.</p>\n\n\n<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree in reverse order to attempt to find a match. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-previousSibling\" rel=\"Ext.AbstractComponent-method-previousSibling\" class=\"docClass\">previousSibling</a>.</p>\n\n",
1939       "params": [
1940         {
1941           "type": "String",
1942           "name": "selector",
1943           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding nodes.</p>\n",
1944           "optional": false
1945         },
1946         {
1947           "type": "Object",
1948           "name": "includeSelf",
1949           "doc": "\n",
1950           "optional": false
1951         }
1952       ],
1953       "return": {
1954         "type": "void",
1955         "doc": "<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>\n"
1956       },
1957       "private": false,
1958       "static": false,
1959       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1960       "linenr": 1809,
1961       "html_filename": "AbstractComponent.html",
1962       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode",
1963       "shortDoc": "Returns the previous node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings,..."
1964     },
1965     {
1966       "tagname": "method",
1967       "name": "previousSibling",
1968       "member": "Ext.AbstractComponent",
1969       "doc": "<p>Returns the previous sibling of this Component.</p>\n\n\n<p>Optionally selects the previous sibling which matches the passed <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector.</p>\n\n\n<p>May also be refered to as <code><b>prev()</b></code></p>\n\n\n<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-previousNode\" rel=\"Ext.AbstractComponent-method-previousNode\" class=\"docClass\">previousNode</a></p>\n\n",
1970       "params": [
1971         {
1972           "type": "String",
1973           "name": "selector",
1974           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding items.</p>\n",
1975           "optional": false
1976         }
1977       ],
1978       "return": {
1979         "type": "void",
1980         "doc": "<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
1981       },
1982       "private": false,
1983       "static": false,
1984       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1985       "linenr": 1779,
1986       "html_filename": "AbstractComponent.html",
1987       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling",
1988       "shortDoc": "Returns the previous sibling of this Component.\n\n\nOptionally selects the previous sibling which matches the passed Co..."
1989     },
1990     {
1991       "tagname": "method",
1992       "name": "relayEvents",
1993       "member": "Ext.util.Observable",
1994       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
1995       "params": [
1996         {
1997           "type": "Object",
1998           "name": "origin",
1999           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
2000           "optional": false
2001         },
2002         {
2003           "type": "Array",
2004           "name": "events",
2005           "doc": "<p>Array of event names to relay.</p>\n",
2006           "optional": false
2007         },
2008         {
2009           "type": "Object",
2010           "name": "prefix",
2011           "doc": "\n",
2012           "optional": false
2013         }
2014       ],
2015       "return": {
2016         "type": "void",
2017         "doc": "\n"
2018       },
2019       "private": false,
2020       "static": false,
2021       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2022       "linenr": 520,
2023       "html_filename": "Observable.html",
2024       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
2025       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
2026     },
2027     {
2028       "tagname": "method",
2029       "name": "releaseCapture",
2030       "member": "Ext.util.Observable",
2031       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
2032       "params": [
2033         {
2034           "type": "Observable",
2035           "name": "o",
2036           "doc": "<p>The Observable to release</p>\n",
2037           "optional": false
2038         }
2039       ],
2040       "return": {
2041         "type": "void",
2042         "doc": "\n"
2043       },
2044       "private": false,
2045       "static": true,
2046       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2047       "linenr": 46,
2048       "html_filename": "Observable.html",
2049       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
2050       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
2051     },
2052     {
2053       "tagname": "method",
2054       "name": "removeCls",
2055       "member": "Ext.AbstractComponent",
2056       "doc": "<p>Removes a CSS class from the top level element representing this component.</p>\n",
2057       "params": [
2058         {
2059           "type": "Object",
2060           "name": "className",
2061           "doc": "\n",
2062           "optional": false
2063         }
2064       ],
2065       "return": {
2066         "type": "Ext.Component",
2067         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
2068       },
2069       "private": false,
2070       "static": false,
2071       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2072       "linenr": 2171,
2073       "html_filename": "AbstractComponent.html",
2074       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls",
2075       "shortDoc": "<p>Removes a CSS class from the top level element representing this component.</p>\n"
2076     },
2077     {
2078       "tagname": "method",
2079       "name": "removeClsWithUI",
2080       "member": "Ext.AbstractComponent",
2081       "doc": "<p>Removes a cls to the uiCls array, which will also call <a href=\"#/api/Ext.AbstractComponent--removeUIClsToElement\" rel=\"Ext.AbstractComponent--removeUIClsToElement\" class=\"docClass\">removeUIClsToElement</a> and removes\nit from all elements of this component.</p>\n",
2082       "params": [
2083         {
2084           "type": "String/Array",
2085           "name": "cls",
2086           "doc": "<p>A string or an array of strings to remove to the uiCls</p>\n",
2087           "optional": false
2088         }
2089       ],
2090       "return": {
2091         "type": "void",
2092         "doc": "\n"
2093       },
2094       "private": false,
2095       "static": false,
2096       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2097       "linenr": 1368,
2098       "html_filename": "AbstractComponent.html",
2099       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI",
2100       "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsToElement and removes\nit from all elements of this ..."
2101     },
2102     {
2103       "tagname": "method",
2104       "name": "removeListener",
2105       "member": "Ext.util.Observable",
2106       "doc": "<p>Removes an event handler.</p>\n",
2107       "params": [
2108         {
2109           "type": "String",
2110           "name": "eventName",
2111           "doc": "<p>The type of event the handler was associated with.</p>\n",
2112           "optional": false
2113         },
2114         {
2115           "type": "Function",
2116           "name": "handler",
2117           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
2118           "optional": false
2119         },
2120         {
2121           "type": "Object",
2122           "name": "scope",
2123           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2124           "optional": true
2125         }
2126       ],
2127       "return": {
2128         "type": "void",
2129         "doc": "\n"
2130       },
2131       "private": false,
2132       "static": false,
2133       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2134       "linenr": 352,
2135       "html_filename": "Observable.html",
2136       "href": "Observable.html#Ext-util-Observable-method-removeListener",
2137       "shortDoc": "<p>Removes an event handler.</p>\n"
2138     },
2139     {
2140       "tagname": "method",
2141       "name": "removeManagedListener",
2142       "member": "Ext.util.Observable",
2143       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.AbstractComponent--mon\" rel=\"Ext.AbstractComponent--mon\" class=\"docClass\">mon</a> method.</p>\n",
2144       "params": [
2145         {
2146           "type": "Observable|Element",
2147           "name": "item",
2148           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2149           "optional": false
2150         },
2151         {
2152           "type": "Object|String",
2153           "name": "ename",
2154           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2155           "optional": false
2156         },
2157         {
2158           "type": "Function",
2159           "name": "fn",
2160           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
2161           "optional": false
2162         },
2163         {
2164           "type": "Object",
2165           "name": "scope",
2166           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
2167           "optional": false
2168         }
2169       ],
2170       "return": {
2171         "type": "void",
2172         "doc": "\n"
2173       },
2174       "private": false,
2175       "static": false,
2176       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2177       "linenr": 196,
2178       "html_filename": "Observable.html",
2179       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
2180       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.AbstractComponent--mon\" rel=\"Ext.AbstractComponent--mon\" class=\"docClass\">mon</a> method.</p>\n"
2181     },
2182     {
2183       "tagname": "method",
2184       "name": "resumeEvents",
2185       "member": "Ext.util.Observable",
2186       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.AbstractComponent-method-suspendEvents\" rel=\"Ext.AbstractComponent-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
2187       "params": [
2188
2189       ],
2190       "return": {
2191         "type": "void",
2192         "doc": "\n"
2193       },
2194       "private": false,
2195       "static": false,
2196       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2197       "linenr": 502,
2198       "html_filename": "Observable.html",
2199       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
2200       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
2201     },
2202     {
2203       "tagname": "method",
2204       "name": "sequenceFx",
2205       "member": "Ext.util.Animate",
2206       "doc": "<p>Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite of <a href=\"#/api/Ext.AbstractComponent-method-syncFx\" rel=\"Ext.AbstractComponent-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
2207       "params": [
2208
2209       ],
2210       "return": {
2211         "type": "Object",
2212         "doc": "<p>this</p>\n"
2213       },
2214       "private": false,
2215       "static": false,
2216       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2217       "linenr": 357,
2218       "html_filename": "Animate.html",
2219       "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
2220       "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite ..."
2221     },
2222     {
2223       "tagname": "method",
2224       "name": "setDisabled",
2225       "member": "Ext.AbstractComponent",
2226       "doc": "<p>Enable or disable the component.</p>\n",
2227       "params": [
2228         {
2229           "type": "Boolean",
2230           "name": "disabled",
2231           "doc": "\n",
2232           "optional": false
2233         }
2234       ],
2235       "return": {
2236         "type": "void",
2237         "doc": "\n"
2238       },
2239       "private": false,
2240       "static": false,
2241       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2242       "linenr": 2123,
2243       "html_filename": "AbstractComponent.html",
2244       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled",
2245       "shortDoc": "<p>Enable or disable the component.</p>\n"
2246     },
2247     {
2248       "tagname": "method",
2249       "name": "setDocked",
2250       "member": "Ext.AbstractComponent",
2251       "doc": "<p>Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of the dockedItems collection\nof a parent that has a DockLayout (note that any Panel has a DockLayout\nby default)</p>\n",
2252       "params": [
2253         {
2254           "type": "Object",
2255           "name": "dock",
2256           "doc": "\n",
2257           "optional": false
2258         },
2259         {
2260           "type": "Object",
2261           "name": "layoutParent",
2262           "doc": "\n",
2263           "optional": false
2264         }
2265       ],
2266       "return": {
2267         "type": "Component",
2268         "doc": "<p>this</p>\n"
2269       },
2270       "private": false,
2271       "static": false,
2272       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2273       "linenr": 2646,
2274       "html_filename": "AbstractComponent.html",
2275       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked",
2276       "shortDoc": "Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of ..."
2277     },
2278     {
2279       "tagname": "method",
2280       "name": "setHeight",
2281       "member": "Ext.AbstractComponent",
2282       "doc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
2283       "params": [
2284         {
2285           "type": "Number",
2286           "name": "height",
2287           "doc": "<p>The new height to set. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS height style.</li>\n<li><i>undefined</i> to leave the height unchanged.</li>\n</ul></div></p>\n",
2288           "optional": false
2289         }
2290       ],
2291       "return": {
2292         "type": "Ext.Component",
2293         "doc": "<p>this</p>\n"
2294       },
2295       "private": false,
2296       "static": false,
2297       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2298       "linenr": 2550,
2299       "html_filename": "AbstractComponent.html",
2300       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight",
2301       "shortDoc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
2302     },
2303     {
2304       "tagname": "method",
2305       "name": "setLoading",
2306       "member": "Ext.AbstractComponent",
2307       "doc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n",
2308       "params": [
2309         {
2310           "type": "Boolean/Object/String",
2311           "name": "load",
2312           "doc": "<p>True to show the default LoadMask, a config object\nthat will be passed to the LoadMask constructor, or a message String to show. False to\nhide the current LoadMask.</p>\n",
2313           "optional": false
2314         },
2315         {
2316           "type": "Boolean",
2317           "name": "targetEl",
2318           "doc": "<p>True to mask the targetEl of this Component instead of the this.el.\nFor example, setting this to true on a Panel will cause only the body to be masked. (defaults to false)</p>\n",
2319           "optional": false
2320         }
2321       ],
2322       "return": {
2323         "type": "Ext.LoadMask",
2324         "doc": "<p>The LoadMask instance that has just been shown.</p>\n"
2325       },
2326       "private": false,
2327       "static": false,
2328       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2329       "linenr": 2611,
2330       "html_filename": "AbstractComponent.html",
2331       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading",
2332       "shortDoc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n"
2333     },
2334     {
2335       "tagname": "method",
2336       "name": "setPosition",
2337       "member": "Ext.AbstractComponent",
2338       "doc": "<p>Sets the left and top of the component.  To set the page XY position instead, use <a href=\"#/api/Ext.AbstractComponent--setPagePosition\" rel=\"Ext.AbstractComponent--setPagePosition\" class=\"docClass\">setPagePosition</a>.\nThis method fires the <a href=\"#/api/Ext.AbstractComponent-event-move\" rel=\"Ext.AbstractComponent-event-move\" class=\"docClass\">move</a> event.</p>\n",
2339       "params": [
2340         {
2341           "type": "Number",
2342           "name": "left",
2343           "doc": "<p>The new left</p>\n",
2344           "optional": false
2345         },
2346         {
2347           "type": "Number",
2348           "name": "top",
2349           "doc": "<p>The new top</p>\n",
2350           "optional": false
2351         }
2352       ],
2353       "return": {
2354         "type": "Ext.Component",
2355         "doc": "<p>this</p>\n"
2356       },
2357       "private": false,
2358       "static": false,
2359       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2360       "linenr": 2503,
2361       "html_filename": "AbstractComponent.html",
2362       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setPosition",
2363       "shortDoc": "Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.\nThis method fires ..."
2364     },
2365     {
2366       "tagname": "method",
2367       "name": "setSize",
2368       "member": "Ext.AbstractComponent",
2369       "doc": "<p>Sets the width and height of this Component. This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event. This method can accept\neither width and height as separate arguments, or you can pass a size object like <code>{width:10, height:20}</code>.</p>\n",
2370       "params": [
2371         {
2372           "type": "Mixed",
2373           "name": "width",
2374           "doc": "<p>The new width to set. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style.</li>\n<li>A size object in the format <code>{width: widthValue, height: heightValue}</code>.</li>\n<li><code>undefined</code> to leave the width unchanged.</li>\n</ul></div></p>\n",
2375           "optional": false
2376         },
2377         {
2378           "type": "Mixed",
2379           "name": "height",
2380           "doc": "<p>The new height to set (not required if a size object is passed as the first arg).\nThis may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.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<li><code>undefined</code> to leave the height unchanged.</li>\n</ul></div></p>\n",
2381           "optional": false
2382         }
2383       ],
2384       "return": {
2385         "type": "Ext.Component",
2386         "doc": "<p>this</p>\n"
2387       },
2388       "private": false,
2389       "static": false,
2390       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2391       "linenr": 2340,
2392       "html_filename": "AbstractComponent.html",
2393       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize",
2394       "shortDoc": "Sets the width and height of this Component. This method fires the resize event. This method can accept\neither width ..."
2395     },
2396     {
2397       "tagname": "method",
2398       "name": "setUI",
2399       "member": "Ext.AbstractComponent",
2400       "doc": "<p>Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCls set on the component and rename them so they include the new UI</p>\n",
2401       "params": [
2402         {
2403           "type": "String",
2404           "name": "ui",
2405           "doc": "<p>The new UI for the component</p>\n",
2406           "optional": false
2407         }
2408       ],
2409       "return": {
2410         "type": "void",
2411         "doc": "\n"
2412       },
2413       "private": false,
2414       "static": false,
2415       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2416       "linenr": 1309,
2417       "html_filename": "AbstractComponent.html",
2418       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI",
2419       "shortDoc": "Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCl..."
2420     },
2421     {
2422       "tagname": "method",
2423       "name": "setVisible",
2424       "member": "Ext.AbstractComponent",
2425       "doc": "<p>Convenience function to hide or show this component by boolean.</p>\n",
2426       "params": [
2427         {
2428           "type": "Boolean",
2429           "name": "visible",
2430           "doc": "<p>True to show, false to hide</p>\n",
2431           "optional": false
2432         }
2433       ],
2434       "return": {
2435         "type": "Ext.Component",
2436         "doc": "<p>this</p>\n"
2437       },
2438       "private": false,
2439       "static": false,
2440       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2441       "linenr": 2006,
2442       "html_filename": "AbstractComponent.html",
2443       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible",
2444       "shortDoc": "<p>Convenience function to hide or show this component by boolean.</p>\n"
2445     },
2446     {
2447       "tagname": "method",
2448       "name": "setWidth",
2449       "member": "Ext.AbstractComponent",
2450       "doc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
2451       "params": [
2452         {
2453           "type": "Number",
2454           "name": "width",
2455           "doc": "<p>The new width to setThis may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style.</li>\n</ul></div></p>\n",
2456           "optional": false
2457         }
2458       ],
2459       "return": {
2460         "type": "Ext.Component",
2461         "doc": "<p>this</p>\n"
2462       },
2463       "private": false,
2464       "static": false,
2465       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2466       "linenr": 2538,
2467       "html_filename": "AbstractComponent.html",
2468       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth",
2469       "shortDoc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
2470     },
2471     {
2472       "tagname": "method",
2473       "name": "stopAnimation",
2474       "member": "Ext.util.Animate",
2475       "doc": "<p>Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.</p>\n",
2476       "params": [
2477
2478       ],
2479       "return": {
2480         "type": "Ext.core.Element",
2481         "doc": "<p>The Element</p>\n"
2482       },
2483       "private": false,
2484       "static": false,
2485       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2486       "linenr": 335,
2487       "html_filename": "Animate.html",
2488       "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
2489       "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ..."
2490     },
2491     {
2492       "tagname": "method",
2493       "name": "stopFx",
2494       "member": "Ext.util.Animate",
2495       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.AbstractComponent-method-stopAnimation\" rel=\"Ext.AbstractComponent-method-stopAnimation\" class=\"docClass\">stopAnimation</a>\nStops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.</p>\n",
2496       "params": [
2497
2498       ],
2499       "return": {
2500         "type": "Ext.core.Element",
2501         "doc": "<p>The Element</p>\n"
2502       },
2503       "private": false,
2504       "static": false,
2505       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2506       "linenr": 326,
2507       "html_filename": "Animate.html",
2508       "href": "Animate.html#Ext-util-Animate-method-stopFx",
2509       "shortDoc": "@deprecated 4.0 Replaced by stopAnimation\nStops any running effects and clears this object's internal effects queue i..."
2510     },
2511     {
2512       "tagname": "method",
2513       "name": "suspendEvents",
2514       "member": "Ext.util.Observable",
2515       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.AbstractComponent-method-resumeEvents\" rel=\"Ext.AbstractComponent-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
2516       "params": [
2517         {
2518           "type": "Boolean",
2519           "name": "queueSuspended",
2520           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.AbstractComponent-method-resumeEvents\" rel=\"Ext.AbstractComponent-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
2521           "optional": false
2522         }
2523       ],
2524       "return": {
2525         "type": "void",
2526         "doc": "\n"
2527       },
2528       "private": false,
2529       "static": false,
2530       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2531       "linenr": 490,
2532       "html_filename": "Observable.html",
2533       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
2534       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.AbstractComponent-method-resumeEvents\" rel=\"Ext.AbstractComponent-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
2535     },
2536     {
2537       "tagname": "method",
2538       "name": "syncFx",
2539       "member": "Ext.util.Animate",
2540       "doc": "<p>Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of <a href=\"#/api/Ext.AbstractComponent-method-sequenceFx\" rel=\"Ext.AbstractComponent-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
2541       "params": [
2542
2543       ],
2544       "return": {
2545         "type": "Object",
2546         "doc": "<p>this</p>\n"
2547       },
2548       "private": false,
2549       "static": false,
2550       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2551       "linenr": 345,
2552       "html_filename": "Animate.html",
2553       "href": "Animate.html#Ext-util-Animate-method-syncFx",
2554       "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of ..."
2555     },
2556     {
2557       "tagname": "method",
2558       "name": "un",
2559       "member": "Ext.util.Observable",
2560       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.AbstractComponent-method-removeListener\" rel=\"Ext.AbstractComponent-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
2561       "params": [
2562         {
2563           "type": "String",
2564           "name": "eventName",
2565           "doc": "<p>The type of event the handler was associated with.</p>\n",
2566           "optional": false
2567         },
2568         {
2569           "type": "Function",
2570           "name": "handler",
2571           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
2572           "optional": false
2573         },
2574         {
2575           "type": "Object",
2576           "name": "scope",
2577           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2578           "optional": true
2579         }
2580       ],
2581       "return": {
2582         "type": "void",
2583         "doc": "\n"
2584       },
2585       "private": false,
2586       "static": false,
2587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2588       "linenr": 608,
2589       "html_filename": "Observable.html",
2590       "href": "Observable.html#Ext-util-Observable-method-un",
2591       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.AbstractComponent-method-removeListener\" rel=\"Ext.AbstractComponent-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
2592     },
2593     {
2594       "tagname": "method",
2595       "name": "up",
2596       "member": "Ext.AbstractComponent",
2597       "doc": "<p>Walks up the <code>ownerCt</code> axis looking for an ancestor Container which matches\nthe passed simple selector.</p>\n\n\n<p>Example:\n<pre><code>var owningTabPanel = grid.up('tabpanel');\n</code></pre>\n\n",
2598       "params": [
2599         {
2600           "type": "String",
2601           "name": "selector",
2602           "doc": "<p>Optional. The simple selector to test.</p>\n",
2603           "optional": false
2604         }
2605       ],
2606       "return": {
2607         "type": "Container",
2608         "doc": "<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>\n"
2609       },
2610       "private": false,
2611       "static": false,
2612       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2613       "linenr": 1728,
2614       "html_filename": "AbstractComponent.html",
2615       "href": "AbstractComponent.html#Ext-AbstractComponent-method-up",
2616       "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector.\n\n\nExample:\nvar ..."
2617     },
2618     {
2619       "tagname": "method",
2620       "name": "update",
2621       "member": "Ext.AbstractComponent",
2622       "doc": "<p>Update the content area of a component.</p>\n",
2623       "params": [
2624         {
2625           "type": "Mixed",
2626           "name": "htmlOrData",
2627           "doc": "<p>If this component has been configured with a template via the tpl config\nthen it will use this argument as data to populate the template.\nIf this component was not configured with a template, the components\ncontent area will be updated via <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> update</p>\n",
2628           "optional": false
2629         },
2630         {
2631           "type": "Boolean",
2632           "name": "loadScripts",
2633           "doc": "<p>(optional) Only legitimate when using the html configuration. Defaults to false</p>\n",
2634           "optional": true
2635         },
2636         {
2637           "type": "Function",
2638           "name": "callback",
2639           "doc": "<p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>\n",
2640           "optional": true
2641         }
2642       ],
2643       "return": {
2644         "type": "void",
2645         "doc": "\n"
2646       },
2647       "private": false,
2648       "static": false,
2649       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2650       "linenr": 1974,
2651       "html_filename": "AbstractComponent.html",
2652       "href": "AbstractComponent.html#Ext-AbstractComponent-method-update",
2653       "shortDoc": "<p>Update the content area of a component.</p>\n"
2654     }
2655   ],
2656   "property": [
2657     {
2658       "tagname": "property",
2659       "name": "draggable",
2660       "member": "Ext.AbstractComponent",
2661       "type": "Boolean",
2662       "doc": "<p>Read-only property indicating whether or not the component can be dragged</p>\n",
2663       "private": false,
2664       "static": false,
2665       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2666       "linenr": 374,
2667       "html_filename": "AbstractComponent.html",
2668       "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable"
2669     },
2670     {
2671       "tagname": "property",
2672       "name": "frameSize",
2673       "member": "Ext.AbstractComponent",
2674       "type": "Object",
2675       "doc": "<p>Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto provide graphical, rounded borders. See the <a href=\"#/api/Ext.AbstractComponent-cfg-frame\" rel=\"Ext.AbstractComponent-cfg-frame\" class=\"docClass\">frame</a> config.</p>\n\n\n<p> This is an object containing the frame width in pixels for all four sides of the Component containing\nthe following properties:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>top</code> The width of the top framing element in pixels.</li>\n<li><code>right</code> The width of the right framing element in pixels.</li>\n<li><code>bottom</code> The width of the bottom framing element in pixels.</li>\n<li><code>left</code> The width of the left framing element in pixels.</li>\n</ul></div>\n\n",
2676       "private": false,
2677       "static": false,
2678       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2679       "linenr": 207,
2680       "html_filename": "AbstractComponent.html",
2681       "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize",
2682       "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ..."
2683     },
2684     {
2685       "tagname": "property",
2686       "name": "maskOnDisable",
2687       "member": "Ext.AbstractComponent",
2688       "type": "Boolean",
2689       "doc": "<p>This is an internal flag that you use when creating custom components.\nBy default this is set to true which means that every component gets a mask when its disabled.\nComponents like FieldContainer, FieldSet, Field, Button, Tab override this property to false\nsince they want to implement custom disable logic.</p>\n",
2690       "private": false,
2691       "static": false,
2692       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2693       "linenr": 513,
2694       "html_filename": "AbstractComponent.html",
2695       "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable",
2696       "shortDoc": "This is an internal flag that you use when creating custom components.\nBy default this is set to true which means tha..."
2697     },
2698     {
2699       "tagname": "property",
2700       "name": "ownerCt",
2701       "member": "Ext.AbstractComponent",
2702       "type": "Ext.Container",
2703       "doc": "<p>This Component's owner <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a> (defaults to undefined, and is set automatically when\nthis Component is added to a Container).  Read-only.</p>\n\n<p><b>Note</b>: to access items within the Container see <tt><a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a></tt>.</p>\n\n",
2704       "private": false,
2705       "static": false,
2706       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2707       "linenr": 101,
2708       "html_filename": "AbstractComponent.html",
2709       "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt",
2710       "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C..."
2711     },
2712     {
2713       "tagname": "property",
2714       "name": "rendered",
2715       "member": "Ext.AbstractComponent",
2716       "type": "Boolean",
2717       "doc": "<p>Read-only property indicating whether or not the component has been rendered.</p>\n",
2718       "private": false,
2719       "static": false,
2720       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2721       "linenr": 500,
2722       "html_filename": "AbstractComponent.html",
2723       "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered"
2724     }
2725   ],
2726   "event": [
2727     {
2728       "tagname": "event",
2729       "name": "activate",
2730       "member": "Ext.AbstractComponent",
2731       "doc": "<p>Fires after a Component has been visually activated.</p>\n",
2732       "params": [
2733         {
2734           "type": "Ext.Component",
2735           "name": "this",
2736           "doc": "\n",
2737           "optional": false
2738         }
2739       ],
2740       "private": false,
2741       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2742       "linenr": 540,
2743       "html_filename": "AbstractComponent.html",
2744       "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate",
2745       "shortDoc": "<p>Fires after a Component has been visually activated.</p>\n"
2746     },
2747     {
2748       "tagname": "event",
2749       "name": "added",
2750       "member": "Ext.AbstractComponent",
2751       "doc": "<p>Fires after a Component had been added to a Container.</p>\n",
2752       "params": [
2753         {
2754           "type": "Ext.Component",
2755           "name": "this",
2756           "doc": "\n",
2757           "optional": false
2758         },
2759         {
2760           "type": "Ext.container.Container",
2761           "name": "container",
2762           "doc": "<p>Parent Container</p>\n",
2763           "optional": false
2764         },
2765         {
2766           "type": "Number",
2767           "name": "pos",
2768           "doc": "<p>position of Component</p>\n",
2769           "optional": false
2770         }
2771       ],
2772       "private": false,
2773       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2774       "linenr": 560,
2775       "html_filename": "AbstractComponent.html",
2776       "href": "AbstractComponent.html#Ext-AbstractComponent-event-added",
2777       "shortDoc": "<p>Fires after a Component had been added to a Container.</p>\n"
2778     },
2779     {
2780       "tagname": "event",
2781       "name": "afterrender",
2782       "member": "Ext.AbstractComponent",
2783       "doc": "<p>Fires after the component rendering is finished.</p>\n\n\n<p>The afterrender event is fired after this Component has been <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>, been postprocesed\nby any afterRender method defined for the Component.</p>\n\n",
2784       "params": [
2785         {
2786           "type": "Ext.Component",
2787           "name": "this",
2788           "doc": "\n",
2789           "optional": false
2790         }
2791       ],
2792       "private": false,
2793       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2794       "linenr": 627,
2795       "html_filename": "AbstractComponent.html",
2796       "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender",
2797       "shortDoc": "Fires after the component rendering is finished.\n\n\nThe afterrender event is fired after this Component has been rende..."
2798     },
2799     {
2800       "tagname": "event",
2801       "name": "beforeactivate",
2802       "member": "Ext.AbstractComponent",
2803       "doc": "<p>Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.</p>\n",
2804       "params": [
2805         {
2806           "type": "Ext.Component",
2807           "name": "this",
2808           "doc": "\n",
2809           "optional": false
2810         }
2811       ],
2812       "private": false,
2813       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2814       "linenr": 532,
2815       "html_filename": "AbstractComponent.html",
2816       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate",
2817       "shortDoc": "Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate..."
2818     },
2819     {
2820       "tagname": "event",
2821       "name": "beforedeactivate",
2822       "member": "Ext.AbstractComponent",
2823       "doc": "<p>Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.</p>\n",
2824       "params": [
2825         {
2826           "type": "Ext.Component",
2827           "name": "this",
2828           "doc": "\n",
2829           "optional": false
2830         }
2831       ],
2832       "private": false,
2833       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2834       "linenr": 546,
2835       "html_filename": "AbstractComponent.html",
2836       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate",
2837       "shortDoc": "Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deacti..."
2838     },
2839     {
2840       "tagname": "event",
2841       "name": "beforedestroy",
2842       "member": "Ext.AbstractComponent",
2843       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>.</p>\n",
2844       "params": [
2845         {
2846           "type": "Ext.Component",
2847           "name": "this",
2848           "doc": "\n",
2849           "optional": false
2850         }
2851       ],
2852       "private": false,
2853       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2854       "linenr": 635,
2855       "html_filename": "AbstractComponent.html",
2856       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy",
2857       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>.</p>\n"
2858     },
2859     {
2860       "tagname": "event",
2861       "name": "beforehide",
2862       "member": "Ext.AbstractComponent",
2863       "doc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n",
2864       "params": [
2865         {
2866           "type": "Ext.Component",
2867           "name": "this",
2868           "doc": "\n",
2869           "optional": false
2870         }
2871       ],
2872       "private": false,
2873       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2874       "linenr": 593,
2875       "html_filename": "AbstractComponent.html",
2876       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide",
2877       "shortDoc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n"
2878     },
2879     {
2880       "tagname": "event",
2881       "name": "beforerender",
2882       "member": "Ext.AbstractComponent",
2883       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a>.</p>\n",
2884       "params": [
2885         {
2886           "type": "Ext.Component",
2887           "name": "this",
2888           "doc": "\n",
2889           "optional": false
2890         }
2891       ],
2892       "private": false,
2893       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2894       "linenr": 614,
2895       "html_filename": "AbstractComponent.html",
2896       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender",
2897       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a>.</p>\n"
2898     },
2899     {
2900       "tagname": "event",
2901       "name": "beforeshow",
2902       "member": "Ext.AbstractComponent",
2903       "doc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n",
2904       "params": [
2905         {
2906           "type": "Ext.Component",
2907           "name": "this",
2908           "doc": "\n",
2909           "optional": false
2910         }
2911       ],
2912       "private": false,
2913       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2914       "linenr": 580,
2915       "html_filename": "AbstractComponent.html",
2916       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow",
2917       "shortDoc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n"
2918     },
2919     {
2920       "tagname": "event",
2921       "name": "beforestaterestore",
2922       "member": "Ext.state.Stateful",
2923       "doc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n",
2924       "params": [
2925         {
2926           "type": "Ext.state.Stateful",
2927           "name": "this",
2928           "doc": "\n",
2929           "optional": false
2930         },
2931         {
2932           "type": "Object",
2933           "name": "state",
2934           "doc": "<p>The hash of state values returned from the StateProvider. If this\nevent is not vetoed, then the state object is passed to <b><tt>applyState</tt></b>. By default,\nthat simply copies property values into this object. The method maybe overriden to\nprovide custom state restoration.</p>\n",
2935           "optional": false
2936         }
2937       ],
2938       "private": false,
2939       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2940       "linenr": 101,
2941       "html_filename": "Stateful.html",
2942       "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore",
2943       "shortDoc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n"
2944     },
2945     {
2946       "tagname": "event",
2947       "name": "beforestatesave",
2948       "member": "Ext.state.Stateful",
2949       "doc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n",
2950       "params": [
2951         {
2952           "type": "Ext.state.Stateful",
2953           "name": "this",
2954           "doc": "\n",
2955           "optional": false
2956         },
2957         {
2958           "type": "Object",
2959           "name": "state",
2960           "doc": "<p>The hash of state values. This is determined by calling\n<b><tt>getState()</tt></b> on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, <a href=\"#/api/Ext.state.Stateful\" rel=\"Ext.state.Stateful\" class=\"docClass\">Ext.state.Stateful</a>\nhas a null implementation.</p>\n",
2961           "optional": false
2962         }
2963       ],
2964       "private": false,
2965       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2966       "linenr": 122,
2967       "html_filename": "Stateful.html",
2968       "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave",
2969       "shortDoc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n"
2970     },
2971     {
2972       "tagname": "event",
2973       "name": "deactivate",
2974       "member": "Ext.AbstractComponent",
2975       "doc": "<p>Fires after a Component has been visually deactivated.</p>\n",
2976       "params": [
2977         {
2978           "type": "Ext.Component",
2979           "name": "this",
2980           "doc": "\n",
2981           "optional": false
2982         }
2983       ],
2984       "private": false,
2985       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2986       "linenr": 554,
2987       "html_filename": "AbstractComponent.html",
2988       "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate",
2989       "shortDoc": "<p>Fires after a Component has been visually deactivated.</p>\n"
2990     },
2991     {
2992       "tagname": "event",
2993       "name": "destroy",
2994       "member": "Ext.AbstractComponent",
2995       "doc": "<p>Fires after the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n",
2996       "params": [
2997         {
2998           "type": "Ext.Component",
2999           "name": "this",
3000           "doc": "\n",
3001           "optional": false
3002         }
3003       ],
3004       "private": false,
3005       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3006       "linenr": 641,
3007       "html_filename": "AbstractComponent.html",
3008       "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy",
3009       "shortDoc": "<p>Fires after the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n"
3010     },
3011     {
3012       "tagname": "event",
3013       "name": "disable",
3014       "member": "Ext.AbstractComponent",
3015       "doc": "<p>Fires after the component is disabled.</p>\n",
3016       "params": [
3017         {
3018           "type": "Ext.Component",
3019           "name": "this",
3020           "doc": "\n",
3021           "optional": false
3022         }
3023       ],
3024       "private": false,
3025       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3026       "linenr": 568,
3027       "html_filename": "AbstractComponent.html",
3028       "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable",
3029       "shortDoc": "<p>Fires after the component is disabled.</p>\n"
3030     },
3031     {
3032       "tagname": "event",
3033       "name": "enable",
3034       "member": "Ext.AbstractComponent",
3035       "doc": "<p>Fires after the component is enabled.</p>\n",
3036       "params": [
3037         {
3038           "type": "Ext.Component",
3039           "name": "this",
3040           "doc": "\n",
3041           "optional": false
3042         }
3043       ],
3044       "private": false,
3045       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3046       "linenr": 574,
3047       "html_filename": "AbstractComponent.html",
3048       "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable",
3049       "shortDoc": "<p>Fires after the component is enabled.</p>\n"
3050     },
3051     {
3052       "tagname": "event",
3053       "name": "hide",
3054       "member": "Ext.AbstractComponent",
3055       "doc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.</p>\n",
3056       "params": [
3057         {
3058           "type": "Ext.Component",
3059           "name": "this",
3060           "doc": "\n",
3061           "optional": false
3062         }
3063       ],
3064       "private": false,
3065       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3066       "linenr": 600,
3067       "html_filename": "AbstractComponent.html",
3068       "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide",
3069       "shortDoc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.</p>\n"
3070     },
3071     {
3072       "tagname": "event",
3073       "name": "move",
3074       "member": "Ext.AbstractComponent",
3075       "doc": "<p>Fires after the component is moved.</p>\n",
3076       "params": [
3077         {
3078           "type": "Ext.Component",
3079           "name": "this",
3080           "doc": "\n",
3081           "optional": false
3082         },
3083         {
3084           "type": "Number",
3085           "name": "x",
3086           "doc": "<p>The new x position</p>\n",
3087           "optional": false
3088         },
3089         {
3090           "type": "Number",
3091           "name": "y",
3092           "doc": "<p>The new y position</p>\n",
3093           "optional": false
3094         }
3095       ],
3096       "private": false,
3097       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3098       "linenr": 655,
3099       "html_filename": "AbstractComponent.html",
3100       "href": "AbstractComponent.html#Ext-AbstractComponent-event-move",
3101       "shortDoc": "<p>Fires after the component is moved.</p>\n"
3102     },
3103     {
3104       "tagname": "event",
3105       "name": "removed",
3106       "member": "Ext.AbstractComponent",
3107       "doc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n",
3108       "params": [
3109         {
3110           "type": "Ext.Component",
3111           "name": "this",
3112           "doc": "\n",
3113           "optional": false
3114         },
3115         {
3116           "type": "Ext.container.Container",
3117           "name": "ownerCt",
3118           "doc": "<p>Container which holds the component</p>\n",
3119           "optional": false
3120         }
3121       ],
3122       "private": false,
3123       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3124       "linenr": 607,
3125       "html_filename": "AbstractComponent.html",
3126       "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed",
3127       "shortDoc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n"
3128     },
3129     {
3130       "tagname": "event",
3131       "name": "render",
3132       "member": "Ext.AbstractComponent",
3133       "doc": "<p>Fires after the component markup is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>.</p>\n",
3134       "params": [
3135         {
3136           "type": "Ext.Component",
3137           "name": "this",
3138           "doc": "\n",
3139           "optional": false
3140         }
3141       ],
3142       "private": false,
3143       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3144       "linenr": 621,
3145       "html_filename": "AbstractComponent.html",
3146       "href": "AbstractComponent.html#Ext-AbstractComponent-event-render",
3147       "shortDoc": "<p>Fires after the component markup is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>.</p>\n"
3148     },
3149     {
3150       "tagname": "event",
3151       "name": "resize",
3152       "member": "Ext.AbstractComponent",
3153       "doc": "<p>Fires after the component is resized.</p>\n",
3154       "params": [
3155         {
3156           "type": "Ext.Component",
3157           "name": "this",
3158           "doc": "\n",
3159           "optional": false
3160         },
3161         {
3162           "type": "Number",
3163           "name": "adjWidth",
3164           "doc": "<p>The box-adjusted width that was set</p>\n",
3165           "optional": false
3166         },
3167         {
3168           "type": "Number",
3169           "name": "adjHeight",
3170           "doc": "<p>The box-adjusted height that was set</p>\n",
3171           "optional": false
3172         }
3173       ],
3174       "private": false,
3175       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3176       "linenr": 647,
3177       "html_filename": "AbstractComponent.html",
3178       "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize",
3179       "shortDoc": "<p>Fires after the component is resized.</p>\n"
3180     },
3181     {
3182       "tagname": "event",
3183       "name": "show",
3184       "member": "Ext.AbstractComponent",
3185       "doc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.</p>\n",
3186       "params": [
3187         {
3188           "type": "Ext.Component",
3189           "name": "this",
3190           "doc": "\n",
3191           "optional": false
3192         }
3193       ],
3194       "private": false,
3195       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3196       "linenr": 587,
3197       "html_filename": "AbstractComponent.html",
3198       "href": "AbstractComponent.html#Ext-AbstractComponent-event-show",
3199       "shortDoc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.</p>\n"
3200     },
3201     {
3202       "tagname": "event",
3203       "name": "staterestore",
3204       "member": "Ext.state.Stateful",
3205       "doc": "<p>Fires after the state of the object is restored.</p>\n",
3206       "params": [
3207         {
3208           "type": "Ext.state.Stateful",
3209           "name": "this",
3210           "doc": "\n",
3211           "optional": false
3212         },
3213         {
3214           "type": "Object",
3215           "name": "state",
3216           "doc": "<p>The hash of state values returned from the StateProvider. This is passed\nto <b><tt>applyState</tt></b>. By default, that simply copies property values into this\nobject. The method maybe overriden to provide custom state restoration.</p>\n",
3217           "optional": false
3218         }
3219       ],
3220       "private": false,
3221       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
3222       "linenr": 112,
3223       "html_filename": "Stateful.html",
3224       "href": "Stateful.html#Ext-state-Stateful-event-staterestore",
3225       "shortDoc": "<p>Fires after the state of the object is restored.</p>\n"
3226     },
3227     {
3228       "tagname": "event",
3229       "name": "statesave",
3230       "member": "Ext.state.Stateful",
3231       "doc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n",
3232       "params": [
3233         {
3234           "type": "Ext.state.Stateful",
3235           "name": "this",
3236           "doc": "\n",
3237           "optional": false
3238         },
3239         {
3240           "type": "Object",
3241           "name": "state",
3242           "doc": "<p>The hash of state values. This is determined by calling\n<b><tt>getState()</tt></b> on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, <a href=\"#/api/Ext.state.Stateful\" rel=\"Ext.state.Stateful\" class=\"docClass\">Ext.state.Stateful</a>\nhas a null implementation.</p>\n",
3243           "optional": false
3244         }
3245       ],
3246       "private": false,
3247       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
3248       "linenr": 133,
3249       "html_filename": "Stateful.html",
3250       "href": "Stateful.html#Ext-state-Stateful-event-statesave",
3251       "shortDoc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n"
3252     }
3253   ],
3254   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3255   "linenr": 1,
3256   "html_filename": "AbstractComponent.html",
3257   "href": "AbstractComponent.html#Ext-AbstractComponent",
3258   "cssVar": [
3259
3260   ],
3261   "cssMixin": [
3262
3263   ],
3264   "component": false,
3265   "superclasses": [
3266
3267   ],
3268   "subclasses": [
3269     "Ext.Component"
3270   ],
3271   "mixedInto": [
3272
3273   ],
3274   "allMixins": [
3275     "Ext.util.Observable",
3276     "Ext.util.Animate",
3277     "Ext.state.Stateful"
3278   ]
3279 });