Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.view.AbstractView.js
1 Ext.data.JsonP.Ext_view_AbstractView({
2   "tagname": "class",
3   "name": "Ext.view.AbstractView",
4   "doc": "<p>This is an abstract superclass and should not be used directly. Please see <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">Ext.view.View</a>.</p>\n",
5   "extends": "Ext.Component",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10     "Ext.view.AbstractView"
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "autoEl",
21       "member": "Ext.AbstractComponent",
22       "type": "Mixed",
23       "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-renderTpl\" rel=\"Ext.view.AbstractView-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",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
26       "linenr": 109,
27       "html_filename": "AbstractComponent.html",
28       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl",
29       "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component.\n\n\nYou do not normally ..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "autoRender",
34       "member": "Ext.AbstractComponent",
35       "type": "Mixed",
36       "doc": "<p>This config is intended mainly for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components which may or may not be shown. Instead\nof using <a href=\"#/api/Ext.view.AbstractView-cfg-renderTo\" rel=\"Ext.view.AbstractView-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.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-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",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
39       "linenr": 478,
40       "html_filename": "AbstractComponent.html",
41       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender",
42       "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. Instead\nof using renderTo in th..."
43     },
44     {
45       "tagname": "cfg",
46       "name": "autoScroll",
47       "member": "Ext.Component",
48       "type": "Boolean",
49       "doc": "<p><code>true</code> to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, <code>false</code> to clip any overflowing content (defaults to <code>false</code>).</p>\n",
50       "private": false,
51       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
52       "linenr": 169,
53       "html_filename": "Component.html",
54       "href": "Component.html#Ext-Component-cfg-autoScroll",
55       "shortDoc": "true to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, false..."
56     },
57     {
58       "tagname": "cfg",
59       "name": "autoShow",
60       "member": "Ext.AbstractComponent",
61       "type": "Boolean",
62       "doc": "<p>True to automatically show the component upon creation.\nThis config option may only be used for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> components or components\nthat use <a href=\"#/api/Ext.view.AbstractView-cfg-autoRender\" rel=\"Ext.view.AbstractView-cfg-autoRender\" class=\"docClass\">autoRender</a>. Defaults to <tt>false</tt>.</p>\n",
63       "private": false,
64       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
65       "linenr": 471,
66       "html_filename": "AbstractComponent.html",
67       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow",
68       "shortDoc": "True to automatically show the component upon creation.\nThis config option may only be used for floating components o..."
69     },
70     {
71       "tagname": "cfg",
72       "name": "baseCls",
73       "member": "Ext.AbstractComponent",
74       "type": "String",
75       "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",
76       "private": false,
77       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
78       "linenr": 252,
79       "html_filename": "AbstractComponent.html",
80       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls",
81       "shortDoc": "The base CSS class to apply to this components's element. This will also be prepended to\nelements within this compone..."
82     },
83     {
84       "tagname": "cfg",
85       "name": "blockRefresh",
86       "member": "Ext.view.AbstractView",
87       "type": "Boolean",
88       "doc": "<p>Set this to true to ignore datachanged events on the bound store. This is useful if\nyou wish to provide custom transition animations via a plugin (defaults to false)</p>\n",
89       "private": false,
90       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
91       "linenr": 119,
92       "html_filename": "AbstractView.html",
93       "href": "AbstractView.html#Ext-view-AbstractView-cfg-blockRefresh",
94       "shortDoc": "Set this to true to ignore datachanged events on the bound store. This is useful if\nyou wish to provide custom transi..."
95     },
96     {
97       "tagname": "cfg",
98       "name": "border",
99       "member": "Ext.AbstractComponent",
100       "type": "Number/String",
101       "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",
102       "private": false,
103       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
104       "linenr": 339,
105       "html_filename": "AbstractComponent.html",
106       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border",
107       "shortDoc": "Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be ..."
108     },
109     {
110       "tagname": "cfg",
111       "name": "cls",
112       "member": "Ext.AbstractComponent",
113       "type": "String",
114       "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",
115       "private": false,
116       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
117       "linenr": 268,
118       "html_filename": "AbstractComponent.html",
119       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls",
120       "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be\nuseful for ..."
121     },
122     {
123       "tagname": "cfg",
124       "name": "componentCls",
125       "member": "Ext.AbstractComponent",
126       "type": "String",
127       "doc": "<p>CSS Class to be added to a components root level element to give distinction to it\nvia styling.</p>\n",
128       "private": false,
129       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
130       "linenr": 262,
131       "html_filename": "AbstractComponent.html",
132       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls"
133     },
134     {
135       "tagname": "cfg",
136       "name": "componentLayout",
137       "member": "Ext.AbstractComponent",
138       "type": "String/Object",
139       "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.view.AbstractView-method-setSize\" rel=\"Ext.view.AbstractView-method-setSize\" class=\"docClass\">setSize</a> method.</p>\n\n",
140       "private": false,
141       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
142       "linenr": 221,
143       "html_filename": "AbstractComponent.html",
144       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout",
145       "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager..."
146     },
147     {
148       "tagname": "cfg",
149       "name": "contentEl",
150       "member": "Ext.AbstractComponent",
151       "type": "String",
152       "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.view.AbstractView-cfg-html\" rel=\"Ext.view.AbstractView-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.view.AbstractView-event-render\" rel=\"Ext.view.AbstractView-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",
153       "private": false,
154       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
155       "linenr": 401,
156       "html_filename": "AbstractComponent.html",
157       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl",
158       "shortDoc": "Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content\nfor this comp..."
159     },
160     {
161       "tagname": "cfg",
162       "name": "data",
163       "member": "Ext.AbstractComponent",
164       "type": "Mixed",
165       "doc": "<p>The initial set of data to apply to the <code><a href=\"#/api/Ext.view.AbstractView-cfg-tpl\" rel=\"Ext.view.AbstractView-cfg-tpl\" class=\"docClass\">tpl</a></code> to\nupdate the content area of the Component.</p>\n",
166       "private": false,
167       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
168       "linenr": 239,
169       "html_filename": "AbstractComponent.html",
170       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data"
171     },
172     {
173       "tagname": "cfg",
174       "name": "deferEmptyText",
175       "member": "Ext.view.AbstractView",
176       "type": "Boolean",
177       "doc": "<p>True to defer emptyText being applied until the store's first load</p>\n",
178       "private": false,
179       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
180       "linenr": 109,
181       "html_filename": "AbstractView.html",
182       "href": "AbstractView.html#Ext-view-AbstractView-cfg-deferEmptyText"
183     },
184     {
185       "tagname": "cfg",
186       "name": "disableSelection",
187       "member": "Ext.view.AbstractView",
188       "type": "Boolean",
189       "doc": "<p><tt>true</tt> to disable selection within the DataView. Defaults to <tt>false</tt>.\nThis configuration will lock the selection model that the DataView uses.</p>\n\n",
190       "private": false,
191       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
192       "linenr": 125,
193       "html_filename": "AbstractView.html",
194       "href": "AbstractView.html#Ext-view-AbstractView-cfg-disableSelection",
195       "shortDoc": "true to disable selection within the DataView. Defaults to false.\nThis configuration will lock the selection model th..."
196     },
197     {
198       "tagname": "cfg",
199       "name": "disabled",
200       "member": "Ext.AbstractComponent",
201       "type": "Boolean",
202       "doc": "<p>Defaults to false.</p>\n",
203       "private": false,
204       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
205       "linenr": 363,
206       "html_filename": "AbstractComponent.html",
207       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabled"
208     },
209     {
210       "tagname": "cfg",
211       "name": "disabledCls",
212       "member": "Ext.AbstractComponent",
213       "type": "String",
214       "doc": "<p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>\n",
215       "private": false,
216       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
217       "linenr": 281,
218       "html_filename": "AbstractComponent.html",
219       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls"
220     },
221     {
222       "tagname": "cfg",
223       "name": "draggable",
224       "member": "Ext.Component",
225       "type": "Mixed",
226       "doc": "<p>Specify as true to make a <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Component draggable using the Component's encapsulating element as the drag handle.</p>\n\n\n<p>This may also be specified as a config object for the <a href=\"#/api/Ext.util.ComponentDragger\" rel=\"Ext.util.ComponentDragger\" class=\"docClass\">ComponentDragger</a> which is instantiated to perform dragging.</p>\n\n\n<p>For example to create a Component which may only be dragged around using a certain internal element as the drag handle,\nuse the delegate option:</p>\n\n\n<p><code></p>\n\n<pre>new Ext.Component({\n    constrain: true,\n    floating:true,\n    style: {\n        backgroundColor: '#fff',\n        border: '1px solid black'\n    },\n    html: '&lt;h1 style=\"cursor:move\"&gt;The title&lt;/h1&gt;&lt;p&gt;The content&lt;/p&gt;',\n    draggable: {\n        delegate: 'h1'\n    }\n}).show();\n</pre>\n\n\n<p></code></p>\n",
227       "private": false,
228       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
229       "linenr": 234,
230       "html_filename": "Component.html",
231       "href": "Component.html#Ext-Component-cfg-draggable",
232       "shortDoc": "Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle..."
233     },
234     {
235       "tagname": "cfg",
236       "name": "emptyText",
237       "member": "Ext.view.AbstractView",
238       "type": "String",
239       "doc": "<p>The text to display in the view when there is no data to display (defaults to '').\nNote that when using local data the emptyText will not be displayed unless you set\nthe <a href=\"#/api/Ext.view.AbstractView-cfg-deferEmptyText\" rel=\"Ext.view.AbstractView-cfg-deferEmptyText\" class=\"docClass\">deferEmptyText</a> option to false.</p>\n",
240       "private": false,
241       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
242       "linenr": 101,
243       "html_filename": "AbstractView.html",
244       "href": "AbstractView.html#Ext-view-AbstractView-cfg-emptyText",
245       "shortDoc": "The text to display in the view when there is no data to display (defaults to '').\nNote that when using local data th..."
246     },
247     {
248       "tagname": "cfg",
249       "name": "floating",
250       "member": "Ext.Component",
251       "type": "Boolean",
252       "doc": "<p>Specify as true to float the Component outside of the document flow using CSS absolute positioning.</p>\n\n\n<p>Components such as <a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Window</a>s and <a href=\"#/api/Ext.menu.Menu\" rel=\"Ext.menu.Menu\" class=\"docClass\">Menu</a>s are floating\nby default.</p>\n\n\n<p>Floating Components that are programatically <a href=\"#/api/Ext.Component-event-render\" rel=\"Ext.Component-event-render\" class=\"docClass\">rendered</a> will register themselves with the global\n<a href=\"#/api/Ext.WindowManager\" rel=\"Ext.WindowManager\" class=\"docClass\">ZIndexManager</a></p>\n\n\n<h3 class=\"pa\">Floating Components as child items of a Container</h3>\n\n\n<p>A floating Component may be used as a child item of a Container. This just allows the floating Component to seek a ZIndexManager by\nexamining the ownerCt chain.</p>\n\n\n<p>When configured as floating, Components acquire, at render time, a <a href=\"#/api/Ext.ZIndexManager\" rel=\"Ext.ZIndexManager\" class=\"docClass\">ZIndexManager</a> which manages a stack\nof related floating Components. The ZIndexManager brings a single floating Component to the top of its stack when\nthe Component's <a href=\"#/api/Ext.view.AbstractView-method-toFront\" rel=\"Ext.view.AbstractView-method-toFront\" class=\"docClass\">toFront</a> method is called.</p>\n\n\n<p>The ZIndexManager is found by traversing up the <a href=\"#/api/Ext.view.AbstractView-property-ownerCt\" rel=\"Ext.view.AbstractView-property-ownerCt\" class=\"docClass\">ownerCt</a> chain to find an ancestor which itself is floating. This is so that\ndescendant floating Components of floating <i>Containers</i> (Such as a ComboBox dropdown within a Window) can have its zIndex managed relative\nto any siblings, but always <b>above</b> that floating ancestor Container.</p>\n\n\n<p>If no floating ancestor is found, a floating Component registers itself with the default <a href=\"#/api/Ext.WindowManager\" rel=\"Ext.WindowManager\" class=\"docClass\">ZIndexManager</a>.</p>\n\n\n<p>Floating components <i>do not participate in the Container's layout</i>. Because of this, they are not rendered until you explicitly\n<a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> them.</p>\n\n\n<p>After rendering, the ownerCt reference is deleted, and the <a href=\"#/api/Ext.view.AbstractView-property-floatParent\" rel=\"Ext.view.AbstractView-property-floatParent\" class=\"docClass\">floatParent</a> property is set to the found floating ancestor Container.\nIf no floating ancestor Container was found the <a href=\"#/api/Ext.view.AbstractView-property-floatParent\" rel=\"Ext.view.AbstractView-property-floatParent\" class=\"docClass\">floatParent</a> property will not be set.</p>\n\n",
253       "private": false,
254       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
255       "linenr": 175,
256       "html_filename": "Component.html",
257       "href": "Component.html#Ext-Component-cfg-floating",
258       "shortDoc": "Specify as true to float the Component outside of the document flow using CSS absolute positioning.\n\n\nComponents such..."
259     },
260     {
261       "tagname": "cfg",
262       "name": "focusOnToFront",
263       "member": "Ext.util.Floating",
264       "type": "Boolean",
265       "doc": "<p>Specifies whether the floated component should be automatically <a href=\"#/api/Ext.view.AbstractView-method-focus\" rel=\"Ext.view.AbstractView-method-focus\" class=\"docClass\">focused</a> when it is\n<a href=\"#/api/Ext.view.AbstractView-method-toFront\" rel=\"Ext.view.AbstractView-method-toFront\" class=\"docClass\">brought to the front</a>. Defaults to true.</p>\n",
266       "private": false,
267       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
268       "linenr": 9,
269       "html_filename": "Floating.html",
270       "href": "Floating.html#Ext-util-Floating-cfg-focusOnToFront",
271       "shortDoc": "Specifies whether the floated component should be automatically focused when it is\nbrought to the front. Defaults to ..."
272     },
273     {
274       "tagname": "cfg",
275       "name": "frame",
276       "member": "Ext.AbstractComponent",
277       "type": "Boolean",
278       "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.view.AbstractView-property-frameSize\" rel=\"Ext.view.AbstractView-property-frameSize\" class=\"docClass\">frameSize</a>.</p>\n\n",
279       "private": false,
280       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
281       "linenr": 198,
282       "html_filename": "AbstractComponent.html",
283       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame",
284       "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi..."
285     },
286     {
287       "tagname": "cfg",
288       "name": "height",
289       "member": "Ext.AbstractComponent",
290       "type": "Number",
291       "doc": "<p>The height of this component in pixels.</p>\n",
292       "private": false,
293       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
294       "linenr": 334,
295       "html_filename": "AbstractComponent.html",
296       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height"
297     },
298     {
299       "tagname": "cfg",
300       "name": "hidden",
301       "member": "Ext.AbstractComponent",
302       "type": "Boolean",
303       "doc": "<p>Defaults to false.</p>\n",
304       "private": false,
305       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
306       "linenr": 357,
307       "html_filename": "AbstractComponent.html",
308       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden"
309     },
310     {
311       "tagname": "cfg",
312       "name": "hideMode",
313       "member": "Ext.AbstractComponent",
314       "type": "String",
315       "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",
316       "private": false,
317       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
318       "linenr": 388,
319       "html_filename": "AbstractComponent.html",
320       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode",
321       "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden.\nValues may be\n'display' : The..."
322     },
323     {
324       "tagname": "cfg",
325       "name": "html",
326       "member": "Ext.AbstractComponent",
327       "type": "String/Object",
328       "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.view.AbstractView-event-render\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-contentEl\" rel=\"Ext.view.AbstractView-cfg-contentEl\" class=\"docClass\">contentEl</a> is appended.</p>\n",
329       "private": false,
330       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
331       "linenr": 419,
332       "html_filename": "AbstractComponent.html",
333       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html",
334       "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). The HTML conten..."
335     },
336     {
337       "tagname": "cfg",
338       "name": "id",
339       "member": "Ext.AbstractComponent",
340       "type": "String",
341       "doc": "<p>The <b><u>unique id of this component instance</u></b> (defaults to an <a href=\"#/api/Ext.view.AbstractView-method-getId\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-itemId\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-itemId\" rel=\"Ext.view.AbstractView-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.view.AbstractView-property-ownerCt\" rel=\"Ext.view.AbstractView-property-ownerCt\" class=\"docClass\">ownerCt</a></code>.</p>\n\n",
342       "private": false,
343       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
344       "linenr": 50,
345       "html_filename": "AbstractComponent.html",
346       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id",
347       "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id).\n\n\nIt should not be necessary to use this ..."
348     },
349     {
350       "tagname": "cfg",
351       "name": "itemCls",
352       "member": "Ext.view.AbstractView",
353       "type": "String",
354       "doc": "<p>Specifies the class to be assigned to each element in the view when used in conjunction with the\n<a href=\"#/api/Ext.view.AbstractView-cfg-itemTpl\" rel=\"Ext.view.AbstractView-cfg-itemTpl\" class=\"docClass\">itemTpl</a> configuration.</p>\n",
355       "private": false,
356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
357       "linenr": 48,
358       "html_filename": "AbstractView.html",
359       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemCls"
360     },
361     {
362       "tagname": "cfg",
363       "name": "itemId",
364       "member": "Ext.AbstractComponent",
365       "type": "String",
366       "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.view.AbstractView-cfg-id\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-id\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-id\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-renderTo\" rel=\"Ext.view.AbstractView-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.view.AbstractView-property-ownerCt\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-id\" rel=\"Ext.view.AbstractView-cfg-id\" class=\"docClass\">id</a></tt>, <code><a href=\"#/api/Ext.view.AbstractView--query\" rel=\"Ext.view.AbstractView--query\" class=\"docClass\">query</a></code>, <code><a href=\"#/api/Ext.view.AbstractView--down\" rel=\"Ext.view.AbstractView--down\" class=\"docClass\">down</a></code> and <code><a href=\"#/api/Ext.view.AbstractView--child\" rel=\"Ext.view.AbstractView--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.view.AbstractView-property-ownerCt\" rel=\"Ext.view.AbstractView-property-ownerCt\" class=\"docClass\">ownerCt</a></tt>.</p>\n\n",
367       "private": false,
368       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
369       "linenr": 66,
370       "html_filename": "AbstractComponent.html",
371       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId",
372       "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ..."
373     },
374     {
375       "tagname": "cfg",
376       "name": "itemSelector",
377       "member": "Ext.view.AbstractView",
378       "type": "String",
379       "doc": "<p>@required\n<b>This is a required setting</b>. A simple CSS selector (e.g. <tt>div.some-class</tt> or\n<tt>span:first-child</tt>) that will be used to determine what nodes this DataView will be\nworking with. The itemSelector is used to map DOM nodes to records. As such, there should\nonly be one root level element that matches the selector for each record.</p>\n",
380       "private": false,
381       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
382       "linenr": 39,
383       "html_filename": "AbstractView.html",
384       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemSelector",
385       "shortDoc": "@required\nThis is a required setting. A simple CSS selector (e.g. div.some-class or\nspan:first-child) that will be us..."
386     },
387     {
388       "tagname": "cfg",
389       "name": "itemTpl",
390       "member": "Ext.view.AbstractView",
391       "type": "String/Array/Ext.XTemplate",
392       "doc": "<p>The inner portion of the item template to be rendered. Follows an XTemplate\nstructure and will be placed inside of a tpl.</p>\n",
393       "private": false,
394       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
395       "linenr": 55,
396       "html_filename": "AbstractView.html",
397       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemTpl",
398       "shortDoc": "The inner portion of the item template to be rendered. Follows an XTemplate\nstructure and will be placed inside of a ..."
399     },
400     {
401       "tagname": "cfg",
402       "name": "listeners",
403       "member": "Ext.util.Observable",
404       "type": "Object",
405       "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.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-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",
406       "private": false,
407       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
408       "linenr": 103,
409       "html_filename": "Observable.html",
410       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
411       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
412     },
413     {
414       "tagname": "cfg",
415       "name": "loader",
416       "member": "Ext.AbstractComponent",
417       "type": "Ext.ComponentLoader/Object",
418       "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",
419       "private": false,
420       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
421       "linenr": 462,
422       "html_filename": "AbstractComponent.html",
423       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader"
424     },
425     {
426       "tagname": "cfg",
427       "name": "loadingCls",
428       "member": "Ext.view.AbstractView",
429       "type": "String",
430       "doc": "<p>The CSS class to apply to the loading message element (defaults to Ext.LoadMask.prototype.msgCls \"x-mask-loading\")</p>\n",
431       "private": false,
432       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
433       "linenr": 75,
434       "html_filename": "AbstractView.html",
435       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingCls"
436     },
437     {
438       "tagname": "cfg",
439       "name": "loadingHeight",
440       "member": "Ext.view.AbstractView",
441       "type": "Number",
442       "doc": "<p>If specified, gives an explicit height for the data view when it is showing the <a href=\"#/api/Ext.view.AbstractView-cfg-loadingText\" rel=\"Ext.view.AbstractView-cfg-loadingText\" class=\"docClass\">loadingText</a>,\nif that is specified. This is useful to prevent the view's height from collapsing to zero when the\nloading mask is applied and there are no other contents in the data view. Defaults to undefined.</p>\n",
443       "private": false,
444       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
445       "linenr": 88,
446       "html_filename": "AbstractView.html",
447       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingHeight",
448       "shortDoc": "If specified, gives an explicit height for the data view when it is showing the loadingText,\nif that is specified. Th..."
449     },
450     {
451       "tagname": "cfg",
452       "name": "loadingText",
453       "member": "Ext.view.AbstractView",
454       "type": "String",
455       "doc": "<p>A string to display during data load operations (defaults to undefined).  If specified, this text will be\ndisplayed in a loading div and the view's contents will be cleared while loading, otherwise the view's\ncontents will continue to display normally until the new data is loaded and the contents are replaced.</p>\n",
456       "private": false,
457       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
458       "linenr": 67,
459       "html_filename": "AbstractView.html",
460       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingText",
461       "shortDoc": "A string to display during data load operations (defaults to undefined).  If specified, this text will be\ndisplayed i..."
462     },
463     {
464       "tagname": "cfg",
465       "name": "maintainFlex",
466       "member": "Ext.Component",
467       "type": "Boolean",
468       "doc": "<p><b>Only valid when a sibling element of a <a href=\"#/api/Ext.resizer.Splitter\" rel=\"Ext.resizer.Splitter\" class=\"docClass\">Splitter</a> within a <a href=\"#/api/Ext.layout.container.VBox\" rel=\"Ext.layout.container.VBox\" class=\"docClass\">VBox</a> or\n<a href=\"#/api/Ext.layout.container.HBox\" rel=\"Ext.layout.container.HBox\" class=\"docClass\">HBox</a> layout.</b></p>\n\n\n<p>Specifies that if an immediate sibling Splitter is moved, the Component on the <i>other</i> side is resized, and this\nComponent maintains its configured <a href=\"#/api/Ext.layout.container.Box-cfg-flex\" rel=\"Ext.layout.container.Box-cfg-flex\" class=\"docClass\">flex</a> value.</p>\n\n",
469       "private": false,
470       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
471       "linenr": 256,
472       "html_filename": "Component.html",
473       "href": "Component.html#Ext-Component-cfg-maintainFlex",
474       "shortDoc": "Only valid when a sibling element of a Splitter within a VBox or\nHBox layout.\n\n\nSpecifies that if an immediate siblin..."
475     },
476     {
477       "tagname": "cfg",
478       "name": "margin",
479       "member": "Ext.AbstractComponent",
480       "type": "Number/String",
481       "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",
482       "private": false,
483       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
484       "linenr": 351,
485       "html_filename": "AbstractComponent.html",
486       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin",
487       "shortDoc": "Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be ..."
488     },
489     {
490       "tagname": "cfg",
491       "name": "maxHeight",
492       "member": "Ext.AbstractComponent",
493       "type": "Number",
494       "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",
495       "private": false,
496       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
497       "linenr": 451,
498       "html_filename": "AbstractComponent.html",
499       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight",
500       "shortDoc": "The maximum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
501     },
502     {
503       "tagname": "cfg",
504       "name": "maxWidth",
505       "member": "Ext.AbstractComponent",
506       "type": "Number",
507       "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",
508       "private": false,
509       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
510       "linenr": 456,
511       "html_filename": "AbstractComponent.html",
512       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth",
513       "shortDoc": "The maximum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
514     },
515     {
516       "tagname": "cfg",
517       "name": "minHeight",
518       "member": "Ext.AbstractComponent",
519       "type": "Number",
520       "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",
521       "private": false,
522       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
523       "linenr": 441,
524       "html_filename": "AbstractComponent.html",
525       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight",
526       "shortDoc": "The minimum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
527     },
528     {
529       "tagname": "cfg",
530       "name": "minWidth",
531       "member": "Ext.AbstractComponent",
532       "type": "Number",
533       "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",
534       "private": false,
535       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
536       "linenr": 446,
537       "html_filename": "AbstractComponent.html",
538       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth",
539       "shortDoc": "The minimum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
540     },
541     {
542       "tagname": "cfg",
543       "name": "multiSelect",
544       "member": "Ext.view.AbstractView",
545       "type": "Boolean",
546       "doc": "<p>True to allow selection of more than one item at a time, false to allow selection of only a single item\nat a time or no selection at all, depending on the value of <a href=\"#/api/Ext.view.AbstractView-cfg-singleSelect\" rel=\"Ext.view.AbstractView-cfg-singleSelect\" class=\"docClass\">singleSelect</a> (defaults to false).</p>\n",
547       "private": false,
548       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
549       "linenr": 767,
550       "html_filename": "AbstractView.html",
551       "href": "AbstractView.html#Ext-view-AbstractView-cfg-multiSelect",
552       "shortDoc": "True to allow selection of more than one item at a time, false to allow selection of only a single item\nat a time or ..."
553     },
554     {
555       "tagname": "cfg",
556       "name": "overCls",
557       "member": "Ext.AbstractComponent",
558       "type": "String",
559       "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",
560       "private": false,
561       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
562       "linenr": 274,
563       "html_filename": "AbstractComponent.html",
564       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls",
565       "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and..."
566     },
567     {
568       "tagname": "cfg",
569       "name": "overItemCls",
570       "member": "Ext.view.AbstractView",
571       "type": "String",
572       "doc": "<p>A CSS class to apply to each item in the view on mouseover (defaults to undefined).\nEnsure <a href=\"#/api/Ext.view.AbstractView-cfg-trackOver\" rel=\"Ext.view.AbstractView-cfg-trackOver\" class=\"docClass\">trackOver</a> is set to <code>true</code> to make use of this.</p>\n",
573       "private": false,
574       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
575       "linenr": 61,
576       "html_filename": "AbstractView.html",
577       "href": "AbstractView.html#Ext-view-AbstractView-cfg-overItemCls",
578       "shortDoc": "A CSS class to apply to each item in the view on mouseover (defaults to undefined).\nEnsure trackOver is set to true t..."
579     },
580     {
581       "tagname": "cfg",
582       "name": "padding",
583       "member": "Ext.AbstractComponent",
584       "type": "Number/String",
585       "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",
586       "private": false,
587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
588       "linenr": 345,
589       "html_filename": "AbstractComponent.html",
590       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding",
591       "shortDoc": "Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can b..."
592     },
593     {
594       "tagname": "cfg",
595       "name": "plugins",
596       "member": "Ext.AbstractComponent",
597       "type": "Object/Array",
598       "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",
599       "private": false,
600       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
601       "linenr": 491,
602       "html_filename": "AbstractComponent.html",
603       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins",
604       "shortDoc": "An object or array of objects that will provide custom functionality for this component.  The only\nrequirement for a ..."
605     },
606     {
607       "tagname": "cfg",
608       "name": "renderSelectors",
609       "member": "Ext.AbstractComponent",
610       "type": "Object",
611       "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.view.AbstractView-cfg-renderTpl\" rel=\"Ext.view.AbstractView-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",
612       "private": false,
613       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
614       "linenr": 158,
615       "html_filename": "AbstractComponent.html",
616       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors",
617       "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro..."
618     },
619     {
620       "tagname": "cfg",
621       "name": "renderTo",
622       "member": "Ext.AbstractComponent",
623       "type": "Mixed",
624       "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.view.AbstractView-event-render\" rel=\"Ext.view.AbstractView-event-render\" class=\"docClass\">render</a></code> also.</p>\n\n",
625       "private": false,
626       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
627       "linenr": 183,
628       "html_filename": "AbstractComponent.html",
629       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo",
630       "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..."
631     },
632     {
633       "tagname": "cfg",
634       "name": "renderTpl",
635       "member": "Ext.AbstractComponent",
636       "type": "Mixed",
637       "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-renderSelectors\" rel=\"Ext.view.AbstractView-cfg-renderSelectors\" class=\"docClass\">renderSelectors</a> option.</p>\n\n",
638       "private": false,
639       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
640       "linenr": 143,
641       "html_filename": "AbstractComponent.html",
642       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl",
643       "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element.\n\n\nYou do not normal..."
644     },
645     {
646       "tagname": "cfg",
647       "name": "resizable",
648       "member": "Ext.Component",
649       "type": "Mixed",
650       "doc": "<p>Specify as <code>true</code> to apply a <a href=\"#/api/Ext.resizer.Resizer\" rel=\"Ext.resizer.Resizer\" class=\"docClass\">Resizer</a> to this Component\nafter rendering.</p>\n\n\n<p>May also be specified as a config object to be passed to the constructor of <a href=\"#/api/Ext.resizer.Resizer\" rel=\"Ext.resizer.Resizer\" class=\"docClass\">Resizer</a>\nto override any defaults. By default the Component passes its minimum and maximum size, and uses\n<code><a href=\"#/api/Ext.resizer.Resizer-cfg-dynamic\" rel=\"Ext.resizer.Resizer-cfg-dynamic\" class=\"docClass\">Ext.resizer.Resizer.dynamic</a>: false</code></p>\n\n",
651       "private": false,
652       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
653       "linenr": 154,
654       "html_filename": "Component.html",
655       "href": "Component.html#Ext-Component-cfg-resizable",
656       "shortDoc": "Specify as true to apply a Resizer to this Component\nafter rendering.\n\n\nMay also be specified as a config object to b..."
657     },
658     {
659       "tagname": "cfg",
660       "name": "resizeHandles",
661       "member": "Ext.Component",
662       "type": "String",
663       "doc": "<p>A valid <a href=\"#/api/Ext.resizer.Resizer\" rel=\"Ext.resizer.Resizer\" class=\"docClass\">Ext.resizer.Resizer</a> handles config string (defaults to 'all').  Only applies when resizable = true.</p>\n",
664       "private": false,
665       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
666       "linenr": 163,
667       "html_filename": "Component.html",
668       "href": "Component.html#Ext-Component-cfg-resizeHandles"
669     },
670     {
671       "tagname": "cfg",
672       "name": "saveBuffer",
673       "member": "Ext.state.Stateful",
674       "type": "Number",
675       "doc": "<p>A buffer to be applied if many state events are fired within\na short period. Defaults to 100.</p>\n",
676       "private": false,
677       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
678       "linenr": 74,
679       "html_filename": "Stateful.html",
680       "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer"
681     },
682     {
683       "tagname": "cfg",
684       "name": "selectedItemCls",
685       "member": "Ext.view.AbstractView",
686       "type": "String",
687       "doc": "<p>A CSS class to apply to each selected item in the view (defaults to 'x-view-selected').</p>\n",
688       "private": false,
689       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
690       "linenr": 95,
691       "html_filename": "AbstractView.html",
692       "href": "AbstractView.html#Ext-view-AbstractView-cfg-selectedItemCls"
693     },
694     {
695       "tagname": "cfg",
696       "name": "shadow",
697       "member": "Ext.util.Floating",
698       "type": "String/Boolean",
699       "doc": "<p>Specifies whether the floating component should be given a shadow. Set to\n<tt>true</tt> to automatically create an <a href=\"#/api/Ext.Shadow\" rel=\"Ext.Shadow\" class=\"docClass\">Ext.Shadow</a>, or a string indicating the\nshadow's display <a href=\"#/api/Ext.Shadow-cfg-mode\" rel=\"Ext.Shadow-cfg-mode\" class=\"docClass\">Ext.Shadow.mode</a>. Set to <tt>false</tt> to disable the shadow.\n(Defaults to <tt>'sides'</tt>.)</p>\n",
700       "private": false,
701       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
702       "linenr": 16,
703       "html_filename": "Floating.html",
704       "href": "Floating.html#Ext-util-Floating-cfg-shadow",
705       "shortDoc": "Specifies whether the floating component should be given a shadow. Set to\ntrue to automatically create an Ext.Shadow,..."
706     },
707     {
708       "tagname": "cfg",
709       "name": "simpleSelect",
710       "member": "Ext.view.AbstractView",
711       "type": "Boolean",
712       "doc": "<p>True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl,\nfalse to force the user to hold Ctrl or Shift to select more than on item (defaults to false).</p>\n",
713       "private": false,
714       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
715       "linenr": 777,
716       "html_filename": "AbstractView.html",
717       "href": "AbstractView.html#Ext-view-AbstractView-cfg-simpleSelect",
718       "shortDoc": "True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl,\nfalse t..."
719     },
720     {
721       "tagname": "cfg",
722       "name": "singleSelect",
723       "member": "Ext.view.AbstractView",
724       "type": "Boolean",
725       "doc": "<p>True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false).\nNote that if <a href=\"#/api/Ext.view.AbstractView-cfg-multiSelect\" rel=\"Ext.view.AbstractView-cfg-multiSelect\" class=\"docClass\">multiSelect</a> = true, this value will be ignored.</p>\n",
726       "private": false,
727       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
728       "linenr": 772,
729       "html_filename": "AbstractView.html",
730       "href": "AbstractView.html#Ext-view-AbstractView-cfg-singleSelect",
731       "shortDoc": "True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false).\nNote t..."
732     },
733     {
734       "tagname": "cfg",
735       "name": "stateEvents",
736       "member": "Ext.state.Stateful",
737       "type": "Array",
738       "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.view.AbstractView-cfg-stateful\" rel=\"Ext.view.AbstractView-cfg-stateful\" class=\"docClass\">stateful</a></code> for an explanation of saving and\nrestoring object state.</p>\n\n",
739       "private": false,
740       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
741       "linenr": 64,
742       "html_filename": "Stateful.html",
743       "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents",
744       "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). stateEvents may..."
745     },
746     {
747       "tagname": "cfg",
748       "name": "stateId",
749       "member": "Ext.state.Stateful",
750       "type": "String",
751       "doc": "<p>The unique id for this object to use for state management purposes.</p>\n\n<p>See <a href=\"#/api/Ext.view.AbstractView-cfg-stateful\" rel=\"Ext.view.AbstractView-cfg-stateful\" class=\"docClass\">stateful</a> for an explanation of saving and restoring state.</p>\n\n",
752       "private": false,
753       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
754       "linenr": 58,
755       "html_filename": "Stateful.html",
756       "href": "Stateful.html#Ext-state-Stateful-cfg-stateId",
757       "shortDoc": "The unique id for this object to use for state management purposes.\n\nSee stateful for an explanation of saving and re..."
758     },
759     {
760       "tagname": "cfg",
761       "name": "stateful",
762       "member": "Ext.state.Stateful",
763       "type": "Boolean",
764       "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.view.AbstractView-cfg-stateId\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-stateEvents\" rel=\"Ext.view.AbstractView-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.view.AbstractView-method-getState\" rel=\"Ext.view.AbstractView-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.view.AbstractView-cfg-stateId\" rel=\"Ext.view.AbstractView-cfg-stateId\" class=\"docClass\">stateId</a></code></p>\n<p>The resulting object is passed to <b><code><a href=\"#/api/Ext.view.AbstractView-method-applyState\" rel=\"Ext.view.AbstractView-method-applyState\" class=\"docClass\">applyState</a></code></b>.\nThe default implementation of <code><a href=\"#/api/Ext.view.AbstractView-method-applyState\" rel=\"Ext.view.AbstractView-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.view.AbstractView-event-beforestaterestore\" rel=\"Ext.view.AbstractView-event-beforestaterestore\" class=\"docClass\">beforestaterestore</a>, <a href=\"#/api/Ext.view.AbstractView-event-staterestore\" rel=\"Ext.view.AbstractView-event-staterestore\" class=\"docClass\">staterestore</a>,\n<a href=\"#/api/Ext.view.AbstractView-event-beforestatesave\" rel=\"Ext.view.AbstractView-event-beforestatesave\" class=\"docClass\">beforestatesave</a> and <a href=\"#/api/Ext.view.AbstractView-event-statesave\" rel=\"Ext.view.AbstractView-event-statesave\" class=\"docClass\">statesave</a> events.</p>\n\n",
765       "private": false,
766       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
767       "linenr": 18,
768       "html_filename": "Stateful.html",
769       "href": "Stateful.html#Ext-state-Stateful-cfg-stateful",
770       "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ..."
771     },
772     {
773       "tagname": "cfg",
774       "name": "store",
775       "member": "Ext.view.AbstractView",
776       "type": "Ext.data.Store",
777       "doc": "<p>@required\nThe <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a> to bind this DataView to.</p>\n",
778       "private": false,
779       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
780       "linenr": 33,
781       "html_filename": "AbstractView.html",
782       "href": "AbstractView.html#Ext-view-AbstractView-cfg-store"
783     },
784     {
785       "tagname": "cfg",
786       "name": "style",
787       "member": "Ext.AbstractComponent",
788       "type": "String",
789       "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",
790       "private": false,
791       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
792       "linenr": 300,
793       "html_filename": "AbstractComponent.html",
794       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style",
795       "shortDoc": "A custom style specification to be applied to this component's Element.  Should be a valid argument to\nExt.core.Eleme..."
796     },
797     {
798       "tagname": "cfg",
799       "name": "styleHtmlCls",
800       "member": "Ext.AbstractComponent",
801       "type": "String",
802       "doc": "<p>The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'</p>\n",
803       "private": false,
804       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
805       "linenr": 434,
806       "html_filename": "AbstractComponent.html",
807       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls"
808     },
809     {
810       "tagname": "cfg",
811       "name": "styleHtmlContent",
812       "member": "Ext.AbstractComponent",
813       "type": "Boolean",
814       "doc": "<p>True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.</p>\n",
815       "private": false,
816       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
817       "linenr": 427,
818       "html_filename": "AbstractComponent.html",
819       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent"
820     },
821     {
822       "tagname": "cfg",
823       "name": "toFrontOnShow",
824       "member": "Ext.Component",
825       "type": "Boolean",
826       "doc": "<p>True to automatically call <a href=\"#/api/Ext.view.AbstractView-method-toFront\" rel=\"Ext.view.AbstractView-method-toFront\" class=\"docClass\">toFront</a> when the <a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> method is called\non an already visible, floating component (default is <code>true</code>).</p>\n\n",
827       "private": false,
828       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
829       "linenr": 199,
830       "html_filename": "Component.html",
831       "href": "Component.html#Ext-Component-cfg-toFrontOnShow",
832       "shortDoc": "True to automatically call toFront when the show method is called\non an already visible, floating component (default ..."
833     },
834     {
835       "tagname": "cfg",
836       "name": "tpl",
837       "member": "Ext.view.AbstractView",
838       "type": "String/Array/Ext.XTemplate",
839       "doc": "<p>@required\nThe HTML fragment or an array of fragments that will make up the template used by this DataView.  This should\nbe specified in the same format expected by the constructor of <a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">Ext.XTemplate</a>.</p>\n",
840       "private": false,
841       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
842       "linenr": 27,
843       "html_filename": "AbstractView.html",
844       "href": "AbstractView.html#Ext-view-AbstractView-cfg-tpl",
845       "shortDoc": "@required\nThe HTML fragment or an array of fragments that will make up the template used by this DataView.  This shou..."
846     },
847     {
848       "tagname": "cfg",
849       "name": "tplWriteMode",
850       "member": "Ext.AbstractComponent",
851       "type": "String",
852       "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",
853       "private": false,
854       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
855       "linenr": 245,
856       "html_filename": "AbstractComponent.html",
857       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode",
858       "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to 'overwrite'\n(see Ext.X..."
859     },
860     {
861       "tagname": "cfg",
862       "name": "trackOver",
863       "member": "Ext.view.AbstractView",
864       "type": "Boolean",
865       "doc": "<p>True to enable mouseenter and mouseleave events</p>\n",
866       "private": false,
867       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
868       "linenr": 114,
869       "html_filename": "AbstractView.html",
870       "href": "AbstractView.html#Ext-view-AbstractView-cfg-trackOver"
871     },
872     {
873       "tagname": "cfg",
874       "name": "ui",
875       "member": "Ext.AbstractComponent",
876       "type": "String/Array",
877       "doc": "<p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>\n",
878       "private": false,
879       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
880       "linenr": 287,
881       "html_filename": "AbstractComponent.html",
882       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui"
883     },
884     {
885       "tagname": "cfg",
886       "name": "width",
887       "member": "Ext.AbstractComponent",
888       "type": "Number",
889       "doc": "<p>The width of this component in pixels.</p>\n",
890       "private": false,
891       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
892       "linenr": 329,
893       "html_filename": "AbstractComponent.html",
894       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width"
895     }
896   ],
897   "method": [
898     {
899       "tagname": "method",
900       "name": "AbstractView",
901       "member": "Ext.Component",
902       "doc": "\n",
903       "params": [
904         {
905           "type": "Ext.core.Element/String/Object",
906           "name": "config",
907           "doc": "<p>The configuration options may be specified as either:</p>\n\n<div class=\"mdetail-params\"><ul>\n<li><b>an element</b> :\n<p class=\"sub-desc\">it is set as the internal element and its id used as the component id</p></li>\n<li><b>a string</b> :\n<p class=\"sub-desc\">it is assumed to be the id of an existing element and is used as the component id</p></li>\n<li><b>anything else</b> :\n<p class=\"sub-desc\">it is assumed to be a standard config object and is applied to the component</p></li>\n</ul></div>\n\n",
908           "optional": false
909         }
910       ],
911       "return": {
912         "type": "void",
913         "doc": "\n"
914       },
915       "private": false,
916       "static": false,
917       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
918       "linenr": 1,
919       "html_filename": "Component.html",
920       "href": "Component.html#Ext-Component-method-constructor",
921       "shortDoc": "\n"
922     },
923     {
924       "tagname": "method",
925       "name": "addClass",
926       "member": "Ext.AbstractComponent",
927       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.AbstractView-method-addCls\" rel=\"Ext.view.AbstractView-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n",
928       "params": [
929         {
930           "type": "String",
931           "name": "cls",
932           "doc": "<p>The CSS class name to add</p>\n",
933           "optional": false
934         }
935       ],
936       "return": {
937         "type": "Ext.Component",
938         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
939       },
940       "private": false,
941       "static": false,
942       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
943       "linenr": 2161,
944       "html_filename": "AbstractComponent.html",
945       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass",
946       "shortDoc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.AbstractView-method-addCls\" rel=\"Ext.view.AbstractView-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n"
947     },
948     {
949       "tagname": "method",
950       "name": "addCls",
951       "member": "Ext.AbstractComponent",
952       "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
953       "params": [
954         {
955           "type": "String",
956           "name": "cls",
957           "doc": "<p>The CSS class name to add</p>\n",
958           "optional": false
959         }
960       ],
961       "return": {
962         "type": "Ext.Component",
963         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
964       },
965       "private": false,
966       "static": false,
967       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
968       "linenr": 2139,
969       "html_filename": "AbstractComponent.html",
970       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls",
971       "shortDoc": "<p>Adds a CSS class to the top level element representing this component.</p>\n"
972     },
973     {
974       "tagname": "method",
975       "name": "addClsWithUI",
976       "member": "Ext.AbstractComponent",
977       "doc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.AbstractView--addUIClsToElement\" rel=\"Ext.view.AbstractView--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n",
978       "params": [
979         {
980           "type": "String/Array",
981           "name": "cls",
982           "doc": "<p>A string or an array of strings to add to the uiCls</p>\n",
983           "optional": false
984         }
985       ],
986       "return": {
987         "type": "void",
988         "doc": "\n"
989       },
990       "private": false,
991       "static": false,
992       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
993       "linenr": 1346,
994       "html_filename": "AbstractComponent.html",
995       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI",
996       "shortDoc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.AbstractView--addUIClsToElement\" rel=\"Ext.view.AbstractView--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n"
997     },
998     {
999       "tagname": "method",
1000       "name": "addEvents",
1001       "member": "Ext.util.Observable",
1002       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
1003       "params": [
1004         {
1005           "type": "Object/String",
1006           "name": "o",
1007           "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",
1008           "optional": false
1009         },
1010         {
1011           "type": "String",
1012           "name": "",
1013           "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",
1014           "optional": false
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": 452,
1025       "html_filename": "Observable.html",
1026       "href": "Observable.html#Ext-util-Observable-method-addEvents",
1027       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
1028     },
1029     {
1030       "tagname": "method",
1031       "name": "addListener",
1032       "member": "Ext.util.Observable",
1033       "doc": "<p>Appends an event handler to this object.</p>\n",
1034       "params": [
1035         {
1036           "type": "String",
1037           "name": "eventName",
1038           "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",
1039           "optional": false
1040         },
1041         {
1042           "type": "Function",
1043           "name": "handler",
1044           "doc": "<p>The method the event invokes.</p>\n",
1045           "optional": false
1046         },
1047         {
1048           "type": "Object",
1049           "name": "scope",
1050           "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",
1051           "optional": true
1052         },
1053         {
1054           "type": "Object",
1055           "name": "options",
1056           "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",
1057           "optional": true
1058         }
1059       ],
1060       "return": {
1061         "type": "void",
1062         "doc": "\n"
1063       },
1064       "private": false,
1065       "static": false,
1066       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1067       "linenr": 271,
1068       "html_filename": "Observable.html",
1069       "href": "Observable.html#Ext-util-Observable-method-addListener",
1070       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
1071     },
1072     {
1073       "tagname": "method",
1074       "name": "addManagedListener",
1075       "member": "Ext.util.Observable",
1076       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
1077       "params": [
1078         {
1079           "type": "Observable/Element",
1080           "name": "item",
1081           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
1082           "optional": false
1083         },
1084         {
1085           "type": "Object/String",
1086           "name": "ename",
1087           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1088           "optional": false
1089         },
1090         {
1091           "type": "Function",
1092           "name": "fn",
1093           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
1094           "optional": false
1095         },
1096         {
1097           "type": "Object",
1098           "name": "scope",
1099           "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",
1100           "optional": false
1101         },
1102         {
1103           "type": "Object",
1104           "name": "opt",
1105           "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",
1106           "optional": false
1107         }
1108       ],
1109       "return": {
1110         "type": "void",
1111         "doc": "\n"
1112       },
1113       "private": false,
1114       "static": false,
1115       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1116       "linenr": 155,
1117       "html_filename": "Observable.html",
1118       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
1119       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
1120     },
1121     {
1122       "tagname": "method",
1123       "name": "addStateEvents",
1124       "member": "Ext.state.Stateful",
1125       "doc": "<p>Add events that will trigger the state to be saved.</p>\n",
1126       "params": [
1127         {
1128           "type": "String/Array",
1129           "name": "events",
1130           "doc": "<p>The event name or an array of event names.</p>\n",
1131           "optional": false
1132         }
1133       ],
1134       "return": {
1135         "type": "void",
1136         "doc": "\n"
1137       },
1138       "private": false,
1139       "static": false,
1140       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1141       "linenr": 159,
1142       "html_filename": "Stateful.html",
1143       "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents",
1144       "shortDoc": "<p>Add events that will trigger the state to be saved.</p>\n"
1145     },
1146     {
1147       "tagname": "method",
1148       "name": "afterComponentLayout",
1149       "member": "Ext.AbstractComponent",
1150       "doc": "\n",
1151       "params": [
1152         {
1153           "type": "Number",
1154           "name": "adjWidth",
1155           "doc": "<p>The box-adjusted width that was set</p>\n",
1156           "optional": false
1157         },
1158         {
1159           "type": "Number",
1160           "name": "adjHeight",
1161           "doc": "<p>The box-adjusted height that was set</p>\n",
1162           "optional": false
1163         },
1164         {
1165           "type": "Boolean",
1166           "name": "isSetSize",
1167           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1168           "optional": false
1169         },
1170         {
1171           "type": "Ext.Component",
1172           "name": "layoutOwner",
1173           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
1174           "optional": false
1175         }
1176       ],
1177       "return": {
1178         "type": "void",
1179         "doc": "\n"
1180       },
1181       "private": false,
1182       "static": false,
1183       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1184       "linenr": 2481,
1185       "html_filename": "AbstractComponent.html",
1186       "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout",
1187       "shortDoc": "\n"
1188     },
1189     {
1190       "tagname": "method",
1191       "name": "alignTo",
1192       "member": "Ext.util.Floating",
1193       "doc": "<p>Aligns this floating Component to the specified element</p>\n",
1194       "params": [
1195         {
1196           "type": "Mixed",
1197           "name": "element",
1198           "doc": "<p>The element or <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> to align to. If passing a component, it must\nbe a omponent instance. If a string id is passed, it will be used as an element id.</p>\n",
1199           "optional": false
1200         },
1201         {
1202           "type": "String",
1203           "name": "position",
1204           "doc": "<p>(optional, defaults to \"tl-bl?\") The position to align to (see <a href=\"#/api/Ext.core.Element-method-alignTo\" rel=\"Ext.core.Element-method-alignTo\" class=\"docClass\">Ext.core.Element.alignTo</a> for more details).</p>\n",
1205           "optional": false
1206         },
1207         {
1208           "type": "Array",
1209           "name": "offsets",
1210           "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
1211           "optional": true
1212         }
1213       ],
1214       "return": {
1215         "type": "Component",
1216         "doc": "<p>this</p>\n"
1217       },
1218       "private": false,
1219       "static": false,
1220       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1221       "linenr": 171,
1222       "html_filename": "Floating.html",
1223       "href": "Floating.html#Ext-util-Floating-method-alignTo",
1224       "shortDoc": "<p>Aligns this floating Component to the specified element</p>\n"
1225     },
1226     {
1227       "tagname": "method",
1228       "name": "animate",
1229       "member": "Ext.util.Animate",
1230       "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",
1231       "params": [
1232         {
1233           "type": "Object",
1234           "name": "config",
1235           "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
1236           "optional": false
1237         }
1238       ],
1239       "return": {
1240         "type": "Object",
1241         "doc": "<p>this</p>\n"
1242       },
1243       "private": false,
1244       "static": false,
1245       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1246       "linenr": 207,
1247       "html_filename": "Animate.html",
1248       "href": "Animate.html#Ext-util-Animate-method-animate",
1249       "shortDoc": "Perform custom animation on this object.\nThis method is applicable to both the the Component class and the Element cl..."
1250     },
1251     {
1252       "tagname": "method",
1253       "name": "applyState",
1254       "member": "Ext.state.Stateful",
1255       "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",
1256       "params": [
1257         {
1258           "type": "Object",
1259           "name": "state",
1260           "doc": "<p>The state</p>\n",
1261           "optional": false
1262         }
1263       ],
1264       "return": {
1265         "type": "void",
1266         "doc": "\n"
1267       },
1268       "private": false,
1269       "static": false,
1270       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1271       "linenr": 225,
1272       "html_filename": "Stateful.html",
1273       "href": "Stateful.html#Ext-state-Stateful-method-applyState",
1274       "shortDoc": "Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By defa..."
1275     },
1276     {
1277       "tagname": "method",
1278       "name": "beforeComponentLayout",
1279       "member": "Ext.AbstractComponent",
1280       "doc": "<p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.</p>\n",
1281       "params": [
1282         {
1283           "type": "Number",
1284           "name": "adjWidth",
1285           "doc": "<p>The box-adjusted width that was set</p>\n",
1286           "optional": false
1287         },
1288         {
1289           "type": "Number",
1290           "name": "adjHeight",
1291           "doc": "<p>The box-adjusted height that was set</p>\n",
1292           "optional": false
1293         },
1294         {
1295           "type": "Boolean",
1296           "name": "isSetSize",
1297           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1298           "optional": false
1299         },
1300         {
1301           "type": "Ext.Component",
1302           "name": "layoutOwner",
1303           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
1304           "optional": false
1305         }
1306       ],
1307       "return": {
1308         "type": "void",
1309         "doc": "\n"
1310       },
1311       "private": false,
1312       "static": false,
1313       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1314       "linenr": 2491,
1315       "html_filename": "AbstractComponent.html",
1316       "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout",
1317       "shortDoc": "Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being ex..."
1318     },
1319     {
1320       "tagname": "method",
1321       "name": "bindStore",
1322       "member": "Ext.view.AbstractView",
1323       "doc": "<p>Changes the data store bound to this view and refreshes it.</p>\n",
1324       "params": [
1325         {
1326           "type": "Store",
1327           "name": "store",
1328           "doc": "<p>The store to bind to this view</p>\n",
1329           "optional": false
1330         },
1331         {
1332           "type": "Object",
1333           "name": "initial",
1334           "doc": "\n",
1335           "optional": false
1336         }
1337       ],
1338       "return": {
1339         "type": "void",
1340         "doc": "\n"
1341       },
1342       "private": false,
1343       "static": false,
1344       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1345       "linenr": 507,
1346       "html_filename": "AbstractView.html",
1347       "href": "AbstractView.html#Ext-view-AbstractView-method-bindStore",
1348       "shortDoc": "<p>Changes the data store bound to this view and refreshes it.</p>\n"
1349     },
1350     {
1351       "tagname": "method",
1352       "name": "bubble",
1353       "member": "Ext.Component",
1354       "doc": "<p>Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current component. The arguments to the function\nwill be the args provided or the current component. If the function returns false at any point,\nthe bubble is stopped.</p>\n",
1355       "params": [
1356         {
1357           "type": "Function",
1358           "name": "fn",
1359           "doc": "<p>The function to call</p>\n",
1360           "optional": false
1361         },
1362         {
1363           "type": "Object",
1364           "name": "scope",
1365           "doc": "<p>(optional) The scope of the function (defaults to current node)</p>\n",
1366           "optional": true
1367         },
1368         {
1369           "type": "Array",
1370           "name": "args",
1371           "doc": "<p>(optional) The args to call the function with (default to passing the current component)</p>\n",
1372           "optional": true
1373         }
1374       ],
1375       "return": {
1376         "type": "Ext.Component",
1377         "doc": "<p>this</p>\n"
1378       },
1379       "private": false,
1380       "static": false,
1381       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1382       "linenr": 1004,
1383       "html_filename": "Component.html",
1384       "href": "Component.html#Ext-Component-method-bubble",
1385       "shortDoc": "Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of..."
1386     },
1387     {
1388       "tagname": "method",
1389       "name": "capture",
1390       "member": "Ext.util.Observable",
1391       "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",
1392       "params": [
1393         {
1394           "type": "Observable",
1395           "name": "o",
1396           "doc": "<p>The Observable to capture events from.</p>\n",
1397           "optional": false
1398         },
1399         {
1400           "type": "Function",
1401           "name": "fn",
1402           "doc": "<p>The function to call when an event is fired.</p>\n",
1403           "optional": false
1404         },
1405         {
1406           "type": "Object",
1407           "name": "scope",
1408           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
1409           "optional": true
1410         }
1411       ],
1412       "return": {
1413         "type": "void",
1414         "doc": "\n"
1415       },
1416       "private": false,
1417       "static": true,
1418       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1419       "linenr": 55,
1420       "html_filename": "Observable.html",
1421       "href": "Observable.html#Ext-util-Observable-method-capture",
1422       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
1423     },
1424     {
1425       "tagname": "method",
1426       "name": "center",
1427       "member": "Ext.util.Floating",
1428       "doc": "<p>Center this Component in its container.</p>\n",
1429       "params": [
1430
1431       ],
1432       "return": {
1433         "type": "Component",
1434         "doc": "<p>this</p>\n"
1435       },
1436       "private": false,
1437       "static": false,
1438       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1439       "linenr": 249,
1440       "html_filename": "Floating.html",
1441       "href": "Floating.html#Ext-util-Floating-method-center",
1442       "shortDoc": "<p>Center this Component in its container.</p>\n"
1443     },
1444     {
1445       "tagname": "method",
1446       "name": "clearListeners",
1447       "member": "Ext.util.Observable",
1448       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
1449       "params": [
1450
1451       ],
1452       "return": {
1453         "type": "void",
1454         "doc": "\n"
1455       },
1456       "private": false,
1457       "static": false,
1458       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1459       "linenr": 383,
1460       "html_filename": "Observable.html",
1461       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
1462       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
1463     },
1464     {
1465       "tagname": "method",
1466       "name": "clearManagedListeners",
1467       "member": "Ext.util.Observable",
1468       "doc": "<p>Removes all managed listeners for this object.</p>\n",
1469       "params": [
1470
1471       ],
1472       "return": {
1473         "type": "void",
1474         "doc": "\n"
1475       },
1476       "private": false,
1477       "static": false,
1478       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1479       "linenr": 412,
1480       "html_filename": "Observable.html",
1481       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
1482       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
1483     },
1484     {
1485       "tagname": "method",
1486       "name": "cloneConfig",
1487       "member": "Ext.Component",
1488       "doc": "<p>Clone the current component using the original config values passed into this instance by default.</p>\n",
1489       "params": [
1490         {
1491           "type": "Object",
1492           "name": "overrides",
1493           "doc": "<p>A new config containing any properties to override in the cloned version.\nAn id property can be passed on this object, otherwise one will be generated to avoid duplicates.</p>\n",
1494           "optional": false
1495         }
1496       ],
1497       "return": {
1498         "type": "Ext.Component",
1499         "doc": "<p>clone The cloned copy of this component</p>\n"
1500       },
1501       "private": false,
1502       "static": false,
1503       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1504       "linenr": 944,
1505       "html_filename": "Component.html",
1506       "href": "Component.html#Ext-Component-method-cloneConfig",
1507       "shortDoc": "<p>Clone the current component using the original config values passed into this instance by default.</p>\n"
1508     },
1509     {
1510       "tagname": "method",
1511       "name": "collectData",
1512       "member": "Ext.view.AbstractView",
1513       "doc": "<p>Function which can be overridden which returns the data object passed to this\nDataView's <a href=\"#/api/Ext.view.AbstractView-cfg-tpl\" rel=\"Ext.view.AbstractView-cfg-tpl\" class=\"docClass\">template</a> to render the whole DataView.</p>\n\n\n<p>This is usually an Array of data objects, each element of which is processed by an\n<a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">XTemplate</a> which uses <tt>'&lt;tpl for=\".\"&gt;'</tt> to iterate over its supplied\ndata object as an Array. However, <i>named</i> properties may be placed into the data object to\nprovide non-repeating data such as headings, totals etc.</p>\n\n",
1514       "params": [
1515         {
1516           "type": "Array",
1517           "name": "records",
1518           "doc": "<p>An Array of <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a>s to be rendered into the DataView.</p>\n",
1519           "optional": false
1520         },
1521         {
1522           "type": "Number",
1523           "name": "startIndex",
1524           "doc": "<p>the index number of the Record being prepared for rendering.</p>\n",
1525           "optional": false
1526         }
1527       ],
1528       "return": {
1529         "type": "Array",
1530         "doc": "<p>An Array of data objects to be processed by a repeating XTemplate. May also\ncontain <i>named</i> properties.</p>\n"
1531       },
1532       "private": false,
1533       "static": false,
1534       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1535       "linenr": 377,
1536       "html_filename": "AbstractView.html",
1537       "href": "AbstractView.html#Ext-view-AbstractView-method-collectData",
1538       "shortDoc": "Function which can be overridden which returns the data object passed to this\nDataView's template to render the whole..."
1539     },
1540     {
1541       "tagname": "method",
1542       "name": "deselect",
1543       "member": "Ext.view.AbstractView",
1544       "doc": "<p>Deselects a record instance by record instance or index.</p>\n",
1545       "params": [
1546         {
1547           "type": "Ext.data.Model/Index",
1548           "name": "records",
1549           "doc": "<p>An array of records or an index</p>\n",
1550           "optional": false
1551         },
1552         {
1553           "type": "Boolean",
1554           "name": "suppressEvent",
1555           "doc": "<p>Set to false to not fire a deselect event</p>\n",
1556           "optional": false
1557         }
1558       ],
1559       "return": {
1560         "type": "void",
1561         "doc": "\n"
1562       },
1563       "private": false,
1564       "static": false,
1565       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1566       "linenr": 654,
1567       "html_filename": "AbstractView.html",
1568       "href": "AbstractView.html#Ext-view-AbstractView-method-deselect",
1569       "shortDoc": "<p>Deselects a record instance by record instance or index.</p>\n"
1570     },
1571     {
1572       "tagname": "method",
1573       "name": "destroy",
1574       "member": "Ext.AbstractComponent",
1575       "doc": "<p>Destroys the Component.</p>\n",
1576       "params": [
1577
1578       ],
1579       "return": {
1580         "type": "void",
1581         "doc": "\n"
1582       },
1583       "private": false,
1584       "static": false,
1585       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1586       "linenr": 2672,
1587       "html_filename": "AbstractComponent.html",
1588       "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy",
1589       "shortDoc": "<p>Destroys the Component.</p>\n"
1590     },
1591     {
1592       "tagname": "method",
1593       "name": "disable",
1594       "member": "Ext.AbstractComponent",
1595       "doc": "<p>Disable the component.</p>\n",
1596       "params": [
1597         {
1598           "type": "Boolean",
1599           "name": "silent",
1600           "doc": "<p>Passing true, will supress the 'disable' event from being fired.</p>\n",
1601           "optional": false
1602         }
1603       ],
1604       "return": {
1605         "type": "void",
1606         "doc": "\n"
1607       },
1608       "private": false,
1609       "static": false,
1610       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1611       "linenr": 2078,
1612       "html_filename": "AbstractComponent.html",
1613       "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable",
1614       "shortDoc": "<p>Disable the component.</p>\n"
1615     },
1616     {
1617       "tagname": "method",
1618       "name": "doAutoRender",
1619       "member": "Ext.AbstractComponent",
1620       "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",
1621       "params": [
1622
1623       ],
1624       "return": {
1625         "type": "void",
1626         "doc": "\n"
1627       },
1628       "private": false,
1629       "static": false,
1630       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1631       "linenr": 816,
1632       "html_filename": "AbstractComponent.html",
1633       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender",
1634       "shortDoc": "Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them wit..."
1635     },
1636     {
1637       "tagname": "method",
1638       "name": "doComponentLayout",
1639       "member": "Ext.AbstractComponent",
1640       "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",
1641       "params": [
1642         {
1643           "type": "Object",
1644           "name": "width",
1645           "doc": "\n",
1646           "optional": false
1647         },
1648         {
1649           "type": "Object",
1650           "name": "height",
1651           "doc": "\n",
1652           "optional": false
1653         },
1654         {
1655           "type": "Object",
1656           "name": "isSetSize",
1657           "doc": "\n",
1658           "optional": false
1659         },
1660         {
1661           "type": "Object",
1662           "name": "ownerCt",
1663           "doc": "\n",
1664           "optional": false
1665         }
1666       ],
1667       "return": {
1668         "type": "Ext.container.Container",
1669         "doc": "<p>this</p>\n"
1670       },
1671       "private": false,
1672       "static": false,
1673       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1674       "linenr": 2437,
1675       "html_filename": "AbstractComponent.html",
1676       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout",
1677       "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t..."
1678     },
1679     {
1680       "tagname": "method",
1681       "name": "doConstrain",
1682       "member": "Ext.util.Floating",
1683       "doc": "<p>Moves this floating Component into a constrain region.</p>\n\n\n<p>By default, this Component is constrained to be within the container it was added to, or the element\nit was rendered to.</p>\n\n\n<p>An alternative constraint may be passed.</p>\n\n",
1684       "params": [
1685         {
1686           "type": "Mixed",
1687           "name": "constrainTo",
1688           "doc": "<p>Optional. The Element or <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Region</a> into which this Component is to be constrained.</p>\n",
1689           "optional": false
1690         }
1691       ],
1692       "return": {
1693         "type": "void",
1694         "doc": "\n"
1695       },
1696       "private": false,
1697       "static": false,
1698       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1699       "linenr": 133,
1700       "html_filename": "Floating.html",
1701       "href": "Floating.html#Ext-util-Floating-method-doConstrain",
1702       "shortDoc": "Moves this floating Component into a constrain region.\n\n\nBy default, this Component is constrained to be within the c..."
1703     },
1704     {
1705       "tagname": "method",
1706       "name": "enable",
1707       "member": "Ext.AbstractComponent",
1708       "doc": "<p>Enable the component</p>\n",
1709       "params": [
1710         {
1711           "type": "Boolean",
1712           "name": "silent",
1713           "doc": "<p>Passing false will supress the 'enable' event from being fired.</p>\n",
1714           "optional": false
1715         }
1716       ],
1717       "return": {
1718         "type": "void",
1719         "doc": "\n"
1720       },
1721       "private": false,
1722       "static": false,
1723       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1724       "linenr": 2055,
1725       "html_filename": "AbstractComponent.html",
1726       "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable",
1727       "shortDoc": "<p>Enable the component</p>\n"
1728     },
1729     {
1730       "tagname": "method",
1731       "name": "enableBubble",
1732       "member": "Ext.util.Observable",
1733       "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",
1734       "params": [
1735         {
1736           "type": "String/Array",
1737           "name": "events",
1738           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
1739           "optional": false
1740         }
1741       ],
1742       "return": {
1743         "type": "void",
1744         "doc": "\n"
1745       },
1746       "private": false,
1747       "static": false,
1748       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1749       "linenr": 554,
1750       "html_filename": "Observable.html",
1751       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
1752       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
1753     },
1754     {
1755       "tagname": "method",
1756       "name": "findItemByChild",
1757       "member": "Ext.view.AbstractView",
1758       "doc": "<p>Returns the template node the passed child belongs to, or null if it doesn't belong to one.</p>\n",
1759       "params": [
1760         {
1761           "type": "HTMLElement",
1762           "name": "node",
1763           "doc": "\n",
1764           "optional": false
1765         }
1766       ],
1767       "return": {
1768         "type": "HTMLElement",
1769         "doc": "<p>The template node</p>\n"
1770       },
1771       "private": false,
1772       "static": false,
1773       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1774       "linenr": 569,
1775       "html_filename": "AbstractView.html",
1776       "href": "AbstractView.html#Ext-view-AbstractView-method-findItemByChild",
1777       "shortDoc": "<p>Returns the template node the passed child belongs to, or null if it doesn't belong to one.</p>\n"
1778     },
1779     {
1780       "tagname": "method",
1781       "name": "findLayoutController",
1782       "member": "Ext.AbstractComponent",
1783       "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",
1784       "params": [
1785
1786       ],
1787       "return": {
1788         "type": "void",
1789         "doc": "\n"
1790       },
1791       "private": false,
1792       "static": false,
1793       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1794       "linenr": 772,
1795       "html_filename": "AbstractComponent.html",
1796       "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController",
1797       "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n..."
1798     },
1799     {
1800       "tagname": "method",
1801       "name": "findParentBy",
1802       "member": "Ext.Component",
1803       "doc": "<p>Find a container above this component at any level by a custom function. If the passed function returns\ntrue, the container will be returned.</p>\n",
1804       "params": [
1805         {
1806           "type": "Function",
1807           "name": "fn",
1808           "doc": "<p>The custom function to call with the arguments (container, this component).</p>\n",
1809           "optional": false
1810         }
1811       ],
1812       "return": {
1813         "type": "Ext.container.Container",
1814         "doc": "<p>The first Container for which the custom function returns true</p>\n"
1815       },
1816       "private": false,
1817       "static": false,
1818       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1819       "linenr": 975,
1820       "html_filename": "Component.html",
1821       "href": "Component.html#Ext-Component-method-findParentBy",
1822       "shortDoc": "Find a container above this component at any level by a custom function. If the passed function returns\ntrue, the con..."
1823     },
1824     {
1825       "tagname": "method",
1826       "name": "findParentByType",
1827       "member": "Ext.Component",
1828       "doc": "<p>Find a container above this component at any level by xtype or class</p>\n\n\n<p>See also the <a href=\"#/api/Ext.Component-method-up\" rel=\"Ext.Component-method-up\" class=\"docClass\">up</a> method.</p>\n\n",
1829       "params": [
1830         {
1831           "type": "String/Class",
1832           "name": "xtype",
1833           "doc": "<p>The xtype string for a component, or the class of the component directly</p>\n",
1834           "optional": false
1835         }
1836       ],
1837       "return": {
1838         "type": "Ext.container.Container",
1839         "doc": "<p>The first Container which matches the given xtype or class</p>\n"
1840       },
1841       "private": false,
1842       "static": false,
1843       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1844       "linenr": 989,
1845       "html_filename": "Component.html",
1846       "href": "Component.html#Ext-Component-method-findParentByType",
1847       "shortDoc": "<p>Find a container above this component at any level by xtype or class</p>\n\n\n<p>See also the <a href=\"#/api/Ext.Component-method-up\" rel=\"Ext.Component-method-up\" class=\"docClass\">up</a> method.</p>\n\n"
1848     },
1849     {
1850       "tagname": "method",
1851       "name": "findTargetByEvent",
1852       "member": "Ext.view.AbstractView",
1853       "doc": "<p>Returns the template node by the <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> or null if it is not found.</p>\n",
1854       "params": [
1855         {
1856           "type": "Ext.EventObject",
1857           "name": "e",
1858           "doc": "\n",
1859           "optional": false
1860         }
1861       ],
1862       "return": {
1863         "type": "void",
1864         "doc": "\n"
1865       },
1866       "private": false,
1867       "static": false,
1868       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1869       "linenr": 578,
1870       "html_filename": "AbstractView.html",
1871       "href": "AbstractView.html#Ext-view-AbstractView-method-findTargetByEvent",
1872       "shortDoc": "<p>Returns the template node by the <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> or null if it is not found.</p>\n"
1873     },
1874     {
1875       "tagname": "method",
1876       "name": "fireEvent",
1877       "member": "Ext.util.Observable",
1878       "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.view.AbstractView-method-enableBubble\" rel=\"Ext.view.AbstractView-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
1879       "params": [
1880         {
1881           "type": "String",
1882           "name": "eventName",
1883           "doc": "<p>The name of the event to fire.</p>\n",
1884           "optional": false
1885         },
1886         {
1887           "type": "Object...",
1888           "name": "args",
1889           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1890           "optional": false
1891         }
1892       ],
1893       "return": {
1894         "type": "Boolean",
1895         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1896       },
1897       "private": false,
1898       "static": false,
1899       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1900       "linenr": 232,
1901       "html_filename": "Observable.html",
1902       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1903       "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..."
1904     },
1905     {
1906       "tagname": "method",
1907       "name": "focus",
1908       "member": "Ext.Component",
1909       "doc": "<p>Try to focus this component.</p>\n",
1910       "params": [
1911         {
1912           "type": "Boolean",
1913           "name": "selectText",
1914           "doc": "<p>(optional) If applicable, true to also select the text in this component</p>\n",
1915           "optional": true
1916         },
1917         {
1918           "type": "Boolean/Number",
1919           "name": "delay",
1920           "doc": "<p>(optional) Delay the focus this number of milliseconds (true for 10 milliseconds).</p>\n",
1921           "optional": true
1922         }
1923       ],
1924       "return": {
1925         "type": "Ext.Component",
1926         "doc": "<p>this</p>\n"
1927       },
1928       "private": false,
1929       "static": false,
1930       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1931       "linenr": 853,
1932       "html_filename": "Component.html",
1933       "href": "Component.html#Ext-Component-method-focus",
1934       "shortDoc": "<p>Try to focus this component.</p>\n"
1935     },
1936     {
1937       "tagname": "method",
1938       "name": "getActiveAnimation",
1939       "member": "Ext.util.Animate",
1940       "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
1941       "params": [
1942
1943       ],
1944       "return": {
1945         "type": "Mixed",
1946         "doc": "<p>anim if element has active effects, else false</p>\n"
1947       },
1948       "private": false,
1949       "static": false,
1950       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1951       "linenr": 377,
1952       "html_filename": "Animate.html",
1953       "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
1954       "shortDoc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n"
1955     },
1956     {
1957       "tagname": "method",
1958       "name": "getBox",
1959       "member": "Ext.Component",
1960       "doc": "<p>Gets the current box measurements of the component's underlying element.</p>\n",
1961       "params": [
1962         {
1963           "type": "Boolean",
1964           "name": "local",
1965           "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
1966           "optional": true
1967         }
1968       ],
1969       "return": {
1970         "type": "Object",
1971         "doc": "<p>box An object in the format {x, y, width, height}</p>\n"
1972       },
1973       "private": false,
1974       "static": false,
1975       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1976       "linenr": 538,
1977       "html_filename": "Component.html",
1978       "href": "Component.html#Ext-Component-method-getBox",
1979       "shortDoc": "<p>Gets the current box measurements of the component's underlying element.</p>\n"
1980     },
1981     {
1982       "tagname": "method",
1983       "name": "getBubbleTarget",
1984       "member": "Ext.AbstractComponent",
1985       "doc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n",
1986       "params": [
1987
1988       ],
1989       "return": {
1990         "type": "Ext.container.Container",
1991         "doc": "<p>the Container which owns this Component.</p>\n"
1992       },
1993       "private": false,
1994       "static": false,
1995       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1996       "linenr": 2276,
1997       "html_filename": "AbstractComponent.html",
1998       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget",
1999       "shortDoc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n"
2000     },
2001     {
2002       "tagname": "method",
2003       "name": "getEl",
2004       "member": "Ext.AbstractComponent",
2005       "doc": "<p>Retrieves the top level element representing this component.</p>\n",
2006       "params": [
2007
2008       ],
2009       "return": {
2010         "type": "void",
2011         "doc": "\n"
2012       },
2013       "private": false,
2014       "static": false,
2015       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2016       "linenr": 1892,
2017       "html_filename": "AbstractComponent.html",
2018       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl",
2019       "shortDoc": "<p>Retrieves the top level element representing this component.</p>\n"
2020     },
2021     {
2022       "tagname": "method",
2023       "name": "getHeight",
2024       "member": "Ext.AbstractComponent",
2025       "doc": "<p>Gets the current height of the component's underlying element.</p>\n",
2026       "params": [
2027
2028       ],
2029       "return": {
2030         "type": "Number",
2031         "doc": "\n"
2032       },
2033       "private": false,
2034       "static": false,
2035       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2036       "linenr": 2579,
2037       "html_filename": "AbstractComponent.html",
2038       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight",
2039       "shortDoc": "<p>Gets the current height of the component's underlying element.</p>\n"
2040     },
2041     {
2042       "tagname": "method",
2043       "name": "getId",
2044       "member": "Ext.AbstractComponent",
2045       "doc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n",
2046       "params": [
2047
2048       ],
2049       "return": {
2050         "type": "void",
2051         "doc": "\n"
2052       },
2053       "private": false,
2054       "static": false,
2055       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2056       "linenr": 1880,
2057       "html_filename": "AbstractComponent.html",
2058       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId",
2059       "shortDoc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n"
2060     },
2061     {
2062       "tagname": "method",
2063       "name": "getInsertPosition",
2064       "member": "Ext.AbstractComponent",
2065       "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",
2066       "params": [
2067         {
2068           "type": "String/Number/Element/HTMLElement",
2069           "name": "position",
2070           "doc": "<p>Index, element id or element you want\nto put this component before.</p>\n",
2071           "optional": false
2072         }
2073       ],
2074       "return": {
2075         "type": "HTMLElement",
2076         "doc": "<p>DOM element that you can use in the insertBefore</p>\n"
2077       },
2078       "private": false,
2079       "static": false,
2080       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2081       "linenr": 1513,
2082       "html_filename": "AbstractComponent.html",
2083       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition",
2084       "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert..."
2085     },
2086     {
2087       "tagname": "method",
2088       "name": "getLoader",
2089       "member": "Ext.AbstractComponent",
2090       "doc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n",
2091       "params": [
2092
2093       ],
2094       "return": {
2095         "type": "Ext.ComponentLoader",
2096         "doc": "<p>The loader instance, null if it doesn't exist.</p>\n"
2097       },
2098       "private": false,
2099       "static": false,
2100       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2101       "linenr": 2587,
2102       "html_filename": "AbstractComponent.html",
2103       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader",
2104       "shortDoc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n"
2105     },
2106     {
2107       "tagname": "method",
2108       "name": "getNode",
2109       "member": "Ext.view.AbstractView",
2110       "doc": "<p>Gets a template node.</p>\n",
2111       "params": [
2112         {
2113           "type": "HTMLElement/String/Number/Ext.data.Model",
2114           "name": "nodeInfo",
2115           "doc": "<p>An HTMLElement template node, index of a template node,\nthe id of a template node or the record associated with the node.</p>\n",
2116           "optional": false
2117         }
2118       ],
2119       "return": {
2120         "type": "HTMLElement",
2121         "doc": "<p>The node or null if it wasn't found</p>\n"
2122       },
2123       "private": false,
2124       "static": false,
2125       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2126       "linenr": 663,
2127       "html_filename": "AbstractView.html",
2128       "href": "AbstractView.html#Ext-view-AbstractView-method-getNode",
2129       "shortDoc": "<p>Gets a template node.</p>\n"
2130     },
2131     {
2132       "tagname": "method",
2133       "name": "getNodes",
2134       "member": "Ext.view.AbstractView",
2135       "doc": "<p>Gets a range nodes.</p>\n",
2136       "params": [
2137         {
2138           "type": "Number",
2139           "name": "start",
2140           "doc": "<p>(optional) The index of the first node in the range</p>\n",
2141           "optional": true
2142         },
2143         {
2144           "type": "Number",
2145           "name": "end",
2146           "doc": "<p>(optional) The index of the last node in the range</p>\n",
2147           "optional": true
2148         }
2149       ],
2150       "return": {
2151         "type": "Array",
2152         "doc": "<p>An array of nodes</p>\n"
2153       },
2154       "private": false,
2155       "static": false,
2156       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2157       "linenr": 697,
2158       "html_filename": "AbstractView.html",
2159       "href": "AbstractView.html#Ext-view-AbstractView-method-getNodes",
2160       "shortDoc": "<p>Gets a range nodes.</p>\n"
2161     },
2162     {
2163       "tagname": "method",
2164       "name": "getPlugin",
2165       "member": "Ext.AbstractComponent",
2166       "doc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n",
2167       "params": [
2168         {
2169           "type": "Object",
2170           "name": "pluginId",
2171           "doc": "\n",
2172           "optional": false
2173         }
2174       ],
2175       "return": {
2176         "type": "Ext.AbstractPlugin",
2177         "doc": "<p>pluginInstance</p>\n"
2178       },
2179       "private": false,
2180       "static": false,
2181       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2182       "linenr": 2715,
2183       "html_filename": "AbstractComponent.html",
2184       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin",
2185       "shortDoc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n"
2186     },
2187     {
2188       "tagname": "method",
2189       "name": "getPosition",
2190       "member": "Ext.Component",
2191       "doc": "<p>Gets the current XY position of the component's underlying element.</p>\n",
2192       "params": [
2193         {
2194           "type": "Boolean",
2195           "name": "local",
2196           "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
2197           "optional": true
2198         }
2199       ],
2200       "return": {
2201         "type": "Array",
2202         "doc": "<p>The XY position of the element (e.g., [100, 200])</p>\n"
2203       },
2204       "private": false,
2205       "static": false,
2206       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2207       "linenr": 603,
2208       "html_filename": "Component.html",
2209       "href": "Component.html#Ext-Component-method-getPosition",
2210       "shortDoc": "<p>Gets the current XY position of the component's underlying element.</p>\n"
2211     },
2212     {
2213       "tagname": "method",
2214       "name": "getRecord",
2215       "member": "Ext.view.AbstractView",
2216       "doc": "<p>Gets a record from a node</p>\n",
2217       "params": [
2218         {
2219           "type": "Element/HTMLElement",
2220           "name": "node",
2221           "doc": "<p>The node to evaluate</p>\n",
2222           "optional": false
2223         }
2224       ],
2225       "return": {
2226         "type": "Record",
2227         "doc": "<p>record The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object</p>\n"
2228       },
2229       "private": false,
2230       "static": false,
2231       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2232       "linenr": 622,
2233       "html_filename": "AbstractView.html",
2234       "href": "AbstractView.html#Ext-view-AbstractView-method-getRecord",
2235       "shortDoc": "<p>Gets a record from a node</p>\n"
2236     },
2237     {
2238       "tagname": "method",
2239       "name": "getRecords",
2240       "member": "Ext.view.AbstractView",
2241       "doc": "<p>Gets an array of the records from an array of nodes</p>\n",
2242       "params": [
2243         {
2244           "type": "Array",
2245           "name": "nodes",
2246           "doc": "<p>The nodes to evaluate</p>\n",
2247           "optional": false
2248         }
2249       ],
2250       "return": {
2251         "type": "Array",
2252         "doc": "<p>records The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> objects</p>\n"
2253       },
2254       "private": false,
2255       "static": false,
2256       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2257       "linenr": 604,
2258       "html_filename": "AbstractView.html",
2259       "href": "AbstractView.html#Ext-view-AbstractView-method-getRecords",
2260       "shortDoc": "<p>Gets an array of the records from an array of nodes</p>\n"
2261     },
2262     {
2263       "tagname": "method",
2264       "name": "getSelectedNodes",
2265       "member": "Ext.view.AbstractView",
2266       "doc": "<p>Gets the currently selected nodes.</p>\n",
2267       "params": [
2268
2269       ],
2270       "return": {
2271         "type": "Array",
2272         "doc": "<p>An array of HTMLElements</p>\n"
2273       },
2274       "private": false,
2275       "static": false,
2276       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2277       "linenr": 587,
2278       "html_filename": "AbstractView.html",
2279       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectedNodes",
2280       "shortDoc": "<p>Gets the currently selected nodes.</p>\n"
2281     },
2282     {
2283       "tagname": "method",
2284       "name": "getSelectedRecords",
2285       "member": "Ext.view.AbstractView",
2286       "doc": "<p>Gets an array of the selected records</p>\n",
2287       "params": [
2288
2289       ],
2290       "return": {
2291         "type": "Array",
2292         "doc": "<p>An array of <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> objects</p>\n"
2293       },
2294       "private": false,
2295       "static": false,
2296       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2297       "linenr": 794,
2298       "html_filename": "AbstractView.html",
2299       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectedRecords",
2300       "shortDoc": "<p>Gets an array of the selected records</p>\n"
2301     },
2302     {
2303       "tagname": "method",
2304       "name": "getSelectionCount",
2305       "member": "Ext.view.AbstractView",
2306       "doc": "<p>Gets the number of selected nodes.</p>\n",
2307       "params": [
2308
2309       ],
2310       "return": {
2311         "type": "Number",
2312         "doc": "<p>The node count</p>\n"
2313       },
2314       "private": false,
2315       "static": false,
2316       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2317       "linenr": 783,
2318       "html_filename": "AbstractView.html",
2319       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectionCount",
2320       "shortDoc": "<p>Gets the number of selected nodes.</p>\n"
2321     },
2322     {
2323       "tagname": "method",
2324       "name": "getSize",
2325       "member": "Ext.AbstractComponent",
2326       "doc": "<p>Gets the current size of the component's underlying element.</p>\n",
2327       "params": [
2328
2329       ],
2330       "return": {
2331         "type": "Object",
2332         "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
2333       },
2334       "private": false,
2335       "static": false,
2336       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2337       "linenr": 2563,
2338       "html_filename": "AbstractComponent.html",
2339       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize",
2340       "shortDoc": "<p>Gets the current size of the component's underlying element.</p>\n"
2341     },
2342     {
2343       "tagname": "method",
2344       "name": "getState",
2345       "member": "Ext.state.Stateful",
2346       "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",
2347       "params": [
2348
2349       ],
2350       "return": {
2351         "type": "Object",
2352         "doc": "<p>The current state</p>\n"
2353       },
2354       "private": false,
2355       "static": false,
2356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2357       "linenr": 216,
2358       "html_filename": "Stateful.html",
2359       "href": "Stateful.html#Ext-state-Stateful-method-getState",
2360       "shortDoc": "Gets the current state of the object. By default this function returns null,\nit should be overridden in subclasses to..."
2361     },
2362     {
2363       "tagname": "method",
2364       "name": "getStateId",
2365       "member": "Ext.state.Stateful",
2366       "doc": "<p>Gets the state id for this object.</p>\n",
2367       "params": [
2368
2369       ],
2370       "return": {
2371         "type": "String",
2372         "doc": "<p>The state id, null if not found.</p>\n"
2373       },
2374       "private": false,
2375       "static": false,
2376       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2377       "linenr": 237,
2378       "html_filename": "Stateful.html",
2379       "href": "Stateful.html#Ext-state-Stateful-method-getStateId",
2380       "shortDoc": "<p>Gets the state id for this object.</p>\n"
2381     },
2382     {
2383       "tagname": "method",
2384       "name": "getStore",
2385       "member": "Ext.view.AbstractView",
2386       "doc": "<p>Returns the store associated with this DataView.</p>\n",
2387       "params": [
2388
2389       ],
2390       "return": {
2391         "type": "Ext.data.Store",
2392         "doc": "<p>The store</p>\n"
2393       },
2394       "private": false,
2395       "static": false,
2396       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2397       "linenr": 499,
2398       "html_filename": "AbstractView.html",
2399       "href": "AbstractView.html#Ext-view-AbstractView-method-getStore",
2400       "shortDoc": "<p>Returns the store associated with this DataView.</p>\n"
2401     },
2402     {
2403       "tagname": "method",
2404       "name": "getWidth",
2405       "member": "Ext.AbstractComponent",
2406       "doc": "<p>Gets the current width of the component's underlying element.</p>\n",
2407       "params": [
2408
2409       ],
2410       "return": {
2411         "type": "Number",
2412         "doc": "\n"
2413       },
2414       "private": false,
2415       "static": false,
2416       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2417       "linenr": 2571,
2418       "html_filename": "AbstractComponent.html",
2419       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth",
2420       "shortDoc": "<p>Gets the current width of the component's underlying element.</p>\n"
2421     },
2422     {
2423       "tagname": "method",
2424       "name": "getXType",
2425       "member": "Ext.Component",
2426       "doc": "<p>Gets the xtype for this component as registered with <a href=\"#/api/Ext.ComponentManager\" rel=\"Ext.ComponentManager\" class=\"docClass\">Ext.ComponentManager</a>. For a list of all\navailable xtypes, see the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> header. Example usage:</p>\n\n<pre><code>var t = new Ext.form.field.Text();\nalert(t.getXType());  // alerts 'textfield'\n</code></pre>\n\n",
2427       "params": [
2428
2429       ],
2430       "return": {
2431         "type": "String",
2432         "doc": "<p>The xtype</p>\n"
2433       },
2434       "private": false,
2435       "static": false,
2436       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2437       "linenr": 962,
2438       "html_filename": "Component.html",
2439       "href": "Component.html#Ext-Component-method-getXType",
2440       "shortDoc": "Gets the xtype for this component as registered with Ext.ComponentManager. For a list of all\navailable xtypes, see th..."
2441     },
2442     {
2443       "tagname": "method",
2444       "name": "getXTypes",
2445       "member": "Ext.AbstractComponent",
2446       "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",
2447       "params": [
2448
2449       ],
2450       "return": {
2451         "type": "String",
2452         "doc": "<p>The xtype hierarchy string</p>\n"
2453       },
2454       "private": false,
2455       "static": false,
2456       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2457       "linenr": 1938,
2458       "html_filename": "AbstractComponent.html",
2459       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes",
2460       "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the Ext..."
2461     },
2462     {
2463       "tagname": "method",
2464       "name": "hasActiveFx",
2465       "member": "Ext.util.Animate",
2466       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.AbstractView-method-getActiveAnimation\" rel=\"Ext.view.AbstractView-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",
2467       "params": [
2468
2469       ],
2470       "return": {
2471         "type": "Mixed",
2472         "doc": "<p>anim if element has active effects, else false</p>\n"
2473       },
2474       "private": false,
2475       "static": false,
2476       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2477       "linenr": 369,
2478       "html_filename": "Animate.html",
2479       "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
2480       "shortDoc": "@deprecated 4.0 Replaced by getActiveAnimation\nReturns thq current animation if this object has any effects actively ..."
2481     },
2482     {
2483       "tagname": "method",
2484       "name": "hasListener",
2485       "member": "Ext.util.Observable",
2486       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
2487       "params": [
2488         {
2489           "type": "String",
2490           "name": "eventName",
2491           "doc": "<p>The name of the event to check for</p>\n",
2492           "optional": false
2493         }
2494       ],
2495       "return": {
2496         "type": "Boolean",
2497         "doc": "<p>True if the event is being listened for, else false</p>\n"
2498       },
2499       "private": false,
2500       "static": false,
2501       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2502       "linenr": 480,
2503       "html_filename": "Observable.html",
2504       "href": "Observable.html#Ext-util-Observable-method-hasListener",
2505       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
2506     },
2507     {
2508       "tagname": "method",
2509       "name": "hasUICls",
2510       "member": "Ext.AbstractComponent",
2511       "doc": "<p>Checks if there is currently a specified uiCls</p>\n",
2512       "params": [
2513         {
2514           "type": "String",
2515           "name": "cls",
2516           "doc": "<p>The cls to check</p>\n",
2517           "optional": false
2518         }
2519       ],
2520       "return": {
2521         "type": "void",
2522         "doc": "\n"
2523       },
2524       "private": false,
2525       "static": false,
2526       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2527       "linenr": 1389,
2528       "html_filename": "AbstractComponent.html",
2529       "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls",
2530       "shortDoc": "<p>Checks if there is currently a specified uiCls</p>\n"
2531     },
2532     {
2533       "tagname": "method",
2534       "name": "hide",
2535       "member": "Ext.Component",
2536       "doc": "<p>Hides this Component, setting it to invisible using the configured <a href=\"#/api/Ext.view.AbstractView-cfg-hideMode\" rel=\"Ext.view.AbstractView-cfg-hideMode\" class=\"docClass\">hideMode</a>.</p>\n",
2537       "params": [
2538         {
2539           "type": "String/Element/Component",
2540           "name": "animateTarget",
2541           "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components such as\n<a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Window</a>s or <a href=\"#/api/Ext.tip.ToolTip\" rel=\"Ext.tip.ToolTip\" class=\"docClass\">ToolTip</a>s, or regular Components which have been configured\nwith <code>floating: true</code>.</b>.\nThe target to which the Component should animate while hiding (defaults to null with no animation)</p>\n",
2542           "optional": false
2543         },
2544         {
2545           "type": "Function",
2546           "name": "callback",
2547           "doc": "<p>(optional) A callback function to call after the Component is hidden.</p>\n",
2548           "optional": true
2549         },
2550         {
2551           "type": "Object",
2552           "name": "scope",
2553           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
2554           "optional": true
2555         }
2556       ],
2557       "return": {
2558         "type": "Ext.Component",
2559         "doc": "<p>this</p>\n"
2560       },
2561       "private": false,
2562       "static": false,
2563       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2564       "linenr": 748,
2565       "html_filename": "Component.html",
2566       "href": "Component.html#Ext-Component-method-hide",
2567       "shortDoc": "<p>Hides this Component, setting it to invisible using the configured <a href=\"#/api/Ext.view.AbstractView-cfg-hideMode\" rel=\"Ext.view.AbstractView-cfg-hideMode\" class=\"docClass\">hideMode</a>.</p>\n"
2568     },
2569     {
2570       "tagname": "method",
2571       "name": "indexOf",
2572       "member": "Ext.view.AbstractView",
2573       "doc": "<p>Finds the index of the passed node.</p>\n",
2574       "params": [
2575         {
2576           "type": "HTMLElement/String/Number/Record",
2577           "name": "nodeInfo",
2578           "doc": "<p>An HTMLElement template node, index of a template node, the id of a template node\nor a record associated with a node.</p>\n",
2579           "optional": false
2580         }
2581       ],
2582       "return": {
2583         "type": "Number",
2584         "doc": "<p>The index of the node or -1</p>\n"
2585       },
2586       "private": false,
2587       "static": false,
2588       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2589       "linenr": 722,
2590       "html_filename": "AbstractView.html",
2591       "href": "AbstractView.html#Ext-view-AbstractView-method-indexOf",
2592       "shortDoc": "<p>Finds the index of the passed node.</p>\n"
2593     },
2594     {
2595       "tagname": "method",
2596       "name": "is",
2597       "member": "Ext.AbstractComponent",
2598       "doc": "<p>Tests whether this Component matches the selector string.</p>\n",
2599       "params": [
2600         {
2601           "type": "String",
2602           "name": "selector",
2603           "doc": "<p>The selector string to test against.</p>\n",
2604           "optional": false
2605         }
2606       ],
2607       "return": {
2608         "type": "Boolean",
2609         "doc": "<p>True if this Component matches the selector.</p>\n"
2610       },
2611       "private": false,
2612       "static": false,
2613       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2614       "linenr": 1719,
2615       "html_filename": "AbstractComponent.html",
2616       "href": "AbstractComponent.html#Ext-AbstractComponent-method-is",
2617       "shortDoc": "<p>Tests whether this Component matches the selector string.</p>\n"
2618     },
2619     {
2620       "tagname": "method",
2621       "name": "isDescendantOf",
2622       "member": "Ext.AbstractComponent",
2623       "doc": "<p>Determines whether this component is the descendant of a particular container.</p>\n",
2624       "params": [
2625         {
2626           "type": "Ext.Container",
2627           "name": "container",
2628           "doc": "\n",
2629           "optional": false
2630         }
2631       ],
2632       "return": {
2633         "type": "Boolean",
2634         "doc": "<p>isDescendant</p>\n"
2635       },
2636       "private": false,
2637       "static": false,
2638       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2639       "linenr": 2731,
2640       "html_filename": "AbstractComponent.html",
2641       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf",
2642       "shortDoc": "<p>Determines whether this component is the descendant of a particular container.</p>\n"
2643     },
2644     {
2645       "tagname": "method",
2646       "name": "isDisabled",
2647       "member": "Ext.AbstractComponent",
2648       "doc": "<p>Method to determine whether this Component is currently disabled.</p>\n",
2649       "params": [
2650
2651       ],
2652       "return": {
2653         "type": "Boolean",
2654         "doc": "<p>the disabled state of this Component.</p>\n"
2655       },
2656       "private": false,
2657       "static": false,
2658       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2659       "linenr": 2115,
2660       "html_filename": "AbstractComponent.html",
2661       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled",
2662       "shortDoc": "<p>Method to determine whether this Component is currently disabled.</p>\n"
2663     },
2664     {
2665       "tagname": "method",
2666       "name": "isDraggable",
2667       "member": "Ext.AbstractComponent",
2668       "doc": "<p>Method to determine whether this Component is draggable.</p>\n",
2669       "params": [
2670
2671       ],
2672       "return": {
2673         "type": "Boolean",
2674         "doc": "<p>the draggable state of this component.</p>\n"
2675       },
2676       "private": false,
2677       "static": false,
2678       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2679       "linenr": 2292,
2680       "html_filename": "AbstractComponent.html",
2681       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable",
2682       "shortDoc": "<p>Method to determine whether this Component is draggable.</p>\n"
2683     },
2684     {
2685       "tagname": "method",
2686       "name": "isDroppable",
2687       "member": "Ext.AbstractComponent",
2688       "doc": "<p>Method to determine whether this Component is droppable.</p>\n",
2689       "params": [
2690
2691       ],
2692       "return": {
2693         "type": "Boolean",
2694         "doc": "<p>the droppable state of this component.</p>\n"
2695       },
2696       "private": false,
2697       "static": false,
2698       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2699       "linenr": 2300,
2700       "html_filename": "AbstractComponent.html",
2701       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable",
2702       "shortDoc": "<p>Method to determine whether this Component is droppable.</p>\n"
2703     },
2704     {
2705       "tagname": "method",
2706       "name": "isFloating",
2707       "member": "Ext.AbstractComponent",
2708       "doc": "<p>Method to determine whether this Component is floating.</p>\n",
2709       "params": [
2710
2711       ],
2712       "return": {
2713         "type": "Boolean",
2714         "doc": "<p>the floating state of this component.</p>\n"
2715       },
2716       "private": false,
2717       "static": false,
2718       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2719       "linenr": 2284,
2720       "html_filename": "AbstractComponent.html",
2721       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating",
2722       "shortDoc": "<p>Method to determine whether this Component is floating.</p>\n"
2723     },
2724     {
2725       "tagname": "method",
2726       "name": "isHidden",
2727       "member": "Ext.AbstractComponent",
2728       "doc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n",
2729       "params": [
2730
2731       ],
2732       "return": {
2733         "type": "Boolean",
2734         "doc": "<p>the hidden state of this Component.</p>\n"
2735       },
2736       "private": false,
2737       "static": false,
2738       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2739       "linenr": 2131,
2740       "html_filename": "AbstractComponent.html",
2741       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden",
2742       "shortDoc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n"
2743     },
2744     {
2745       "tagname": "method",
2746       "name": "isSelected",
2747       "member": "Ext.view.AbstractView",
2748       "doc": "<p>Returns true if the passed node is selected, else false.</p>\n",
2749       "params": [
2750         {
2751           "type": "HTMLElement/Number/Ext.data.Model",
2752           "name": "node",
2753           "doc": "<p>The node, node index or record to check</p>\n",
2754           "optional": false
2755         }
2756       ],
2757       "return": {
2758         "type": "Boolean",
2759         "doc": "<p>True if selected, else false</p>\n"
2760       },
2761       "private": false,
2762       "static": false,
2763       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2764       "linenr": 633,
2765       "html_filename": "AbstractView.html",
2766       "href": "AbstractView.html#Ext-view-AbstractView-method-isSelected",
2767       "shortDoc": "<p>Returns true if the passed node is selected, else false.</p>\n"
2768     },
2769     {
2770       "tagname": "method",
2771       "name": "isVisible",
2772       "member": "Ext.AbstractComponent",
2773       "doc": "<p>Returns true if this component is visible.</p>\n",
2774       "params": [
2775         {
2776           "type": "Boolean",
2777           "name": "deep",
2778           "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",
2779           "optional": false
2780         }
2781       ],
2782       "return": {
2783         "type": "Boolean",
2784         "doc": "<p>True if this component is visible, false otherwise.</p>\n"
2785       },
2786       "private": false,
2787       "static": false,
2788       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2789       "linenr": 2015,
2790       "html_filename": "AbstractComponent.html",
2791       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible",
2792       "shortDoc": "<p>Returns true if this component is visible.</p>\n"
2793     },
2794     {
2795       "tagname": "method",
2796       "name": "isXType",
2797       "member": "Ext.AbstractComponent",
2798       "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",
2799       "params": [
2800         {
2801           "type": "String",
2802           "name": "xtype",
2803           "doc": "<p>The xtype to check for this Component</p>\n",
2804           "optional": false
2805         },
2806         {
2807           "type": "Boolean",
2808           "name": "shallow",
2809           "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",
2810           "optional": true
2811         }
2812       ],
2813       "return": {
2814         "type": "Boolean",
2815         "doc": "<p>True if this component descends from the specified xtype, false otherwise.</p>\n"
2816       },
2817       "private": false,
2818       "static": false,
2819       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2820       "linenr": 1907,
2821       "html_filename": "AbstractComponent.html",
2822       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType",
2823       "shortDoc": "Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom th..."
2824     },
2825     {
2826       "tagname": "method",
2827       "name": "nextNode",
2828       "member": "Ext.AbstractComponent",
2829       "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.view.AbstractView--pnextSibling\" rel=\"Ext.view.AbstractView--pnextSibling\" class=\"docClass\">pnextSibling</a>.</p>\n\n",
2830       "params": [
2831         {
2832           "type": "String",
2833           "name": "selector",
2834           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following nodes.</p>\n",
2835           "optional": false
2836         },
2837         {
2838           "type": "Object",
2839           "name": "includeSelf",
2840           "doc": "\n",
2841           "optional": false
2842         }
2843       ],
2844       "return": {
2845         "type": "void",
2846         "doc": "<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>\n"
2847       },
2848       "private": false,
2849       "static": false,
2850       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2851       "linenr": 1845,
2852       "html_filename": "AbstractComponent.html",
2853       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode",
2854       "shortDoc": "Returns the next node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings, and..."
2855     },
2856     {
2857       "tagname": "method",
2858       "name": "nextSibling",
2859       "member": "Ext.AbstractComponent",
2860       "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.view.AbstractView-method-nextNode\" rel=\"Ext.view.AbstractView-method-nextNode\" class=\"docClass\">nextNode</a></p>\n\n",
2861       "params": [
2862         {
2863           "type": "String",
2864           "name": "selector",
2865           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following items.</p>\n",
2866           "optional": false
2867         }
2868       ],
2869       "return": {
2870         "type": "void",
2871         "doc": "<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
2872       },
2873       "private": false,
2874       "static": false,
2875       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2876       "linenr": 1749,
2877       "html_filename": "AbstractComponent.html",
2878       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling",
2879       "shortDoc": "Returns the next sibling of this Component.\n\n\nOptionally selects the next sibling which matches the passed ComponentQ..."
2880     },
2881     {
2882       "tagname": "method",
2883       "name": "observe",
2884       "member": "Ext.util.Observable",
2885       "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",
2886       "params": [
2887         {
2888           "type": "Function",
2889           "name": "c",
2890           "doc": "<p>The class constructor to make observable.</p>\n",
2891           "optional": false
2892         },
2893         {
2894           "type": "Object",
2895           "name": "listeners",
2896           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
2897           "optional": false
2898         }
2899       ],
2900       "return": {
2901         "type": "void",
2902         "doc": "\n"
2903       },
2904       "private": false,
2905       "static": true,
2906       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2907       "linenr": 69,
2908       "html_filename": "Observable.html",
2909       "href": "Observable.html#Ext-util-Observable-method-observe",
2910       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
2911     },
2912     {
2913       "tagname": "method",
2914       "name": "on",
2915       "member": "Ext.util.Observable",
2916       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
2917       "params": [
2918         {
2919           "type": "String",
2920           "name": "eventName",
2921           "doc": "<p>The type of event to listen for</p>\n",
2922           "optional": false
2923         },
2924         {
2925           "type": "Function",
2926           "name": "handler",
2927           "doc": "<p>The method the event invokes</p>\n",
2928           "optional": false
2929         },
2930         {
2931           "type": "Object",
2932           "name": "scope",
2933           "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",
2934           "optional": true
2935         },
2936         {
2937           "type": "Object",
2938           "name": "options",
2939           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
2940           "optional": true
2941         }
2942       ],
2943       "return": {
2944         "type": "void",
2945         "doc": "\n"
2946       },
2947       "private": false,
2948       "static": false,
2949       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2950       "linenr": 616,
2951       "html_filename": "Observable.html",
2952       "href": "Observable.html#Ext-util-Observable-method-on",
2953       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
2954     },
2955     {
2956       "tagname": "method",
2957       "name": "prepareData",
2958       "member": "Ext.view.AbstractView",
2959       "doc": "<p>Function which can be overridden to provide custom formatting for each Record that is used by this\nDataView's <a href=\"#/api/Ext.view.AbstractView-cfg-tpl\" rel=\"Ext.view.AbstractView-cfg-tpl\" class=\"docClass\">template</a> to render each node.</p>\n",
2960       "params": [
2961         {
2962           "type": "Array/Object",
2963           "name": "data",
2964           "doc": "<p>The raw data object that was used to create the Record.</p>\n",
2965           "optional": false
2966         },
2967         {
2968           "type": "Number",
2969           "name": "recordIndex",
2970           "doc": "<p>the index number of the Record being prepared for rendering.</p>\n",
2971           "optional": false
2972         },
2973         {
2974           "type": "Record",
2975           "name": "record",
2976           "doc": "<p>The Record being prepared for rendering.</p>\n",
2977           "optional": false
2978         }
2979       ],
2980       "return": {
2981         "type": "Array/Object",
2982         "doc": "<p>The formatted data in a format expected by the internal <a href=\"#/api/Ext.view.AbstractView-cfg-tpl\" rel=\"Ext.view.AbstractView-cfg-tpl\" class=\"docClass\">template</a>'s overwrite() method.\n(either an array if your params are numeric (i.e. {0}) or an object (i.e. {foo: 'bar'}))</p>\n"
2983       },
2984       "private": false,
2985       "static": false,
2986       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2987       "linenr": 361,
2988       "html_filename": "AbstractView.html",
2989       "href": "AbstractView.html#Ext-view-AbstractView-method-prepareData",
2990       "shortDoc": "Function which can be overridden to provide custom formatting for each Record that is used by this\nDataView's templat..."
2991     },
2992     {
2993       "tagname": "method",
2994       "name": "previousNode",
2995       "member": "Ext.AbstractComponent",
2996       "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.view.AbstractView-method-previousSibling\" rel=\"Ext.view.AbstractView-method-previousSibling\" class=\"docClass\">previousSibling</a>.</p>\n\n",
2997       "params": [
2998         {
2999           "type": "String",
3000           "name": "selector",
3001           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding nodes.</p>\n",
3002           "optional": false
3003         },
3004         {
3005           "type": "Object",
3006           "name": "includeSelf",
3007           "doc": "\n",
3008           "optional": false
3009         }
3010       ],
3011       "return": {
3012         "type": "void",
3013         "doc": "<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>\n"
3014       },
3015       "private": false,
3016       "static": false,
3017       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3018       "linenr": 1809,
3019       "html_filename": "AbstractComponent.html",
3020       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode",
3021       "shortDoc": "Returns the previous node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings,..."
3022     },
3023     {
3024       "tagname": "method",
3025       "name": "previousSibling",
3026       "member": "Ext.AbstractComponent",
3027       "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.view.AbstractView-method-previousNode\" rel=\"Ext.view.AbstractView-method-previousNode\" class=\"docClass\">previousNode</a></p>\n\n",
3028       "params": [
3029         {
3030           "type": "String",
3031           "name": "selector",
3032           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding items.</p>\n",
3033           "optional": false
3034         }
3035       ],
3036       "return": {
3037         "type": "void",
3038         "doc": "<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
3039       },
3040       "private": false,
3041       "static": false,
3042       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3043       "linenr": 1779,
3044       "html_filename": "AbstractComponent.html",
3045       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling",
3046       "shortDoc": "Returns the previous sibling of this Component.\n\n\nOptionally selects the previous sibling which matches the passed Co..."
3047     },
3048     {
3049       "tagname": "method",
3050       "name": "refresh",
3051       "member": "Ext.view.AbstractView",
3052       "doc": "<p>Refreshes the view by reloading the data from the store and re-rendering the template.</p>\n",
3053       "params": [
3054
3055       ],
3056       "return": {
3057         "type": "void",
3058         "doc": "\n"
3059       },
3060       "private": false,
3061       "static": false,
3062       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3063       "linenr": 328,
3064       "html_filename": "AbstractView.html",
3065       "href": "AbstractView.html#Ext-view-AbstractView-method-refresh",
3066       "shortDoc": "<p>Refreshes the view by reloading the data from the store and re-rendering the template.</p>\n"
3067     },
3068     {
3069       "tagname": "method",
3070       "name": "refreshNode",
3071       "member": "Ext.view.AbstractView",
3072       "doc": "<p>Refreshes an individual node's data from the store.</p>\n",
3073       "params": [
3074         {
3075           "type": "Number",
3076           "name": "index",
3077           "doc": "<p>The item's data index in the store</p>\n",
3078           "optional": false
3079         }
3080       ],
3081       "return": {
3082         "type": "void",
3083         "doc": "\n"
3084       },
3085       "private": false,
3086       "static": false,
3087       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3088       "linenr": 476,
3089       "html_filename": "AbstractView.html",
3090       "href": "AbstractView.html#Ext-view-AbstractView-method-refreshNode",
3091       "shortDoc": "<p>Refreshes an individual node's data from the store.</p>\n"
3092     },
3093     {
3094       "tagname": "method",
3095       "name": "relayEvents",
3096       "member": "Ext.util.Observable",
3097       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
3098       "params": [
3099         {
3100           "type": "Object",
3101           "name": "origin",
3102           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
3103           "optional": false
3104         },
3105         {
3106           "type": "Array",
3107           "name": "events",
3108           "doc": "<p>Array of event names to relay.</p>\n",
3109           "optional": false
3110         },
3111         {
3112           "type": "Object",
3113           "name": "prefix",
3114           "doc": "\n",
3115           "optional": false
3116         }
3117       ],
3118       "return": {
3119         "type": "void",
3120         "doc": "\n"
3121       },
3122       "private": false,
3123       "static": false,
3124       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3125       "linenr": 520,
3126       "html_filename": "Observable.html",
3127       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
3128       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
3129     },
3130     {
3131       "tagname": "method",
3132       "name": "releaseCapture",
3133       "member": "Ext.util.Observable",
3134       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
3135       "params": [
3136         {
3137           "type": "Observable",
3138           "name": "o",
3139           "doc": "<p>The Observable to release</p>\n",
3140           "optional": false
3141         }
3142       ],
3143       "return": {
3144         "type": "void",
3145         "doc": "\n"
3146       },
3147       "private": false,
3148       "static": true,
3149       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3150       "linenr": 46,
3151       "html_filename": "Observable.html",
3152       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
3153       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
3154     },
3155     {
3156       "tagname": "method",
3157       "name": "removeCls",
3158       "member": "Ext.AbstractComponent",
3159       "doc": "<p>Removes a CSS class from the top level element representing this component.</p>\n",
3160       "params": [
3161         {
3162           "type": "Object",
3163           "name": "className",
3164           "doc": "\n",
3165           "optional": false
3166         }
3167       ],
3168       "return": {
3169         "type": "Ext.Component",
3170         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
3171       },
3172       "private": false,
3173       "static": false,
3174       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3175       "linenr": 2171,
3176       "html_filename": "AbstractComponent.html",
3177       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls",
3178       "shortDoc": "<p>Removes a CSS class from the top level element representing this component.</p>\n"
3179     },
3180     {
3181       "tagname": "method",
3182       "name": "removeClsWithUI",
3183       "member": "Ext.AbstractComponent",
3184       "doc": "<p>Removes a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.AbstractView--removeUIClsToElement\" rel=\"Ext.view.AbstractView--removeUIClsToElement\" class=\"docClass\">removeUIClsToElement</a> and removes\nit from all elements of this component.</p>\n",
3185       "params": [
3186         {
3187           "type": "String/Array",
3188           "name": "cls",
3189           "doc": "<p>A string or an array of strings to remove to the uiCls</p>\n",
3190           "optional": false
3191         }
3192       ],
3193       "return": {
3194         "type": "void",
3195         "doc": "\n"
3196       },
3197       "private": false,
3198       "static": false,
3199       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3200       "linenr": 1368,
3201       "html_filename": "AbstractComponent.html",
3202       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI",
3203       "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsToElement and removes\nit from all elements of this ..."
3204     },
3205     {
3206       "tagname": "method",
3207       "name": "removeListener",
3208       "member": "Ext.util.Observable",
3209       "doc": "<p>Removes an event handler.</p>\n",
3210       "params": [
3211         {
3212           "type": "String",
3213           "name": "eventName",
3214           "doc": "<p>The type of event the handler was associated with.</p>\n",
3215           "optional": false
3216         },
3217         {
3218           "type": "Function",
3219           "name": "handler",
3220           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
3221           "optional": false
3222         },
3223         {
3224           "type": "Object",
3225           "name": "scope",
3226           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
3227           "optional": true
3228         }
3229       ],
3230       "return": {
3231         "type": "void",
3232         "doc": "\n"
3233       },
3234       "private": false,
3235       "static": false,
3236       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3237       "linenr": 352,
3238       "html_filename": "Observable.html",
3239       "href": "Observable.html#Ext-util-Observable-method-removeListener",
3240       "shortDoc": "<p>Removes an event handler.</p>\n"
3241     },
3242     {
3243       "tagname": "method",
3244       "name": "removeManagedListener",
3245       "member": "Ext.util.Observable",
3246       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.view.AbstractView--mon\" rel=\"Ext.view.AbstractView--mon\" class=\"docClass\">mon</a> method.</p>\n",
3247       "params": [
3248         {
3249           "type": "Observable|Element",
3250           "name": "item",
3251           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
3252           "optional": false
3253         },
3254         {
3255           "type": "Object|String",
3256           "name": "ename",
3257           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
3258           "optional": false
3259         },
3260         {
3261           "type": "Function",
3262           "name": "fn",
3263           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
3264           "optional": false
3265         },
3266         {
3267           "type": "Object",
3268           "name": "scope",
3269           "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",
3270           "optional": false
3271         }
3272       ],
3273       "return": {
3274         "type": "void",
3275         "doc": "\n"
3276       },
3277       "private": false,
3278       "static": false,
3279       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3280       "linenr": 196,
3281       "html_filename": "Observable.html",
3282       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
3283       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.view.AbstractView--mon\" rel=\"Ext.view.AbstractView--mon\" class=\"docClass\">mon</a> method.</p>\n"
3284     },
3285     {
3286       "tagname": "method",
3287       "name": "resumeEvents",
3288       "member": "Ext.util.Observable",
3289       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.view.AbstractView-method-suspendEvents\" rel=\"Ext.view.AbstractView-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",
3290       "params": [
3291
3292       ],
3293       "return": {
3294         "type": "void",
3295         "doc": "\n"
3296       },
3297       "private": false,
3298       "static": false,
3299       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3300       "linenr": 502,
3301       "html_filename": "Observable.html",
3302       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
3303       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
3304     },
3305     {
3306       "tagname": "method",
3307       "name": "select",
3308       "member": "Ext.view.AbstractView",
3309       "doc": "<p>Selects a record instance by record instance or index.</p>\n",
3310       "params": [
3311         {
3312           "type": "Ext.data.Model/Index",
3313           "name": "records",
3314           "doc": "<p>An array of records or an index</p>\n",
3315           "optional": false
3316         },
3317         {
3318           "type": "Boolean",
3319           "name": "keepExisting",
3320           "doc": "\n",
3321           "optional": false
3322         },
3323         {
3324           "type": "Boolean",
3325           "name": "suppressEvent",
3326           "doc": "<p>Set to false to not fire a select event</p>\n",
3327           "optional": false
3328         }
3329       ],
3330       "return": {
3331         "type": "void",
3332         "doc": "\n"
3333       },
3334       "private": false,
3335       "static": false,
3336       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3337       "linenr": 644,
3338       "html_filename": "AbstractView.html",
3339       "href": "AbstractView.html#Ext-view-AbstractView-method-select",
3340       "shortDoc": "<p>Selects a record instance by record instance or index.</p>\n"
3341     },
3342     {
3343       "tagname": "method",
3344       "name": "sequenceFx",
3345       "member": "Ext.util.Animate",
3346       "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.view.AbstractView-method-syncFx\" rel=\"Ext.view.AbstractView-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
3347       "params": [
3348
3349       ],
3350       "return": {
3351         "type": "Object",
3352         "doc": "<p>this</p>\n"
3353       },
3354       "private": false,
3355       "static": false,
3356       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3357       "linenr": 357,
3358       "html_filename": "Animate.html",
3359       "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
3360       "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite ..."
3361     },
3362     {
3363       "tagname": "method",
3364       "name": "setActive",
3365       "member": "Ext.util.Floating",
3366       "doc": "<p>This method is called internally by <a href=\"#/api/Ext.ZIndexManager\" rel=\"Ext.ZIndexManager\" class=\"docClass\">Ext.ZIndexManager</a> to signal that a floating\nComponent has either been moved to the top of its zIndex stack, or pushed from the top of its zIndex stack.</p>\n\n\n<p>If a <i>Window</i> is superceded by another Window, deactivating it hides its shadow.</p>\n\n\n<p>This method also fires the <a href=\"#/api/Ext.view.AbstractView-event-activate\" rel=\"Ext.view.AbstractView-event-activate\" class=\"docClass\">activate</a> or <a href=\"#/api/Ext.view.AbstractView-event-deactivate\" rel=\"Ext.view.AbstractView-event-deactivate\" class=\"docClass\">deactivate</a> event depending on which action occurred.</p>\n\n",
3367       "params": [
3368         {
3369           "type": "Boolean",
3370           "name": "active",
3371           "doc": "<p>True to activate the Component, false to deactivate it (defaults to false)</p>\n",
3372           "optional": false
3373         },
3374         {
3375           "type": "Component",
3376           "name": "newActive",
3377           "doc": "<p>The newly active Component which is taking over topmost zIndex position.</p>\n",
3378           "optional": false
3379         }
3380       ],
3381       "return": {
3382         "type": "void",
3383         "doc": "\n"
3384       },
3385       "private": false,
3386       "static": false,
3387       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
3388       "linenr": 216,
3389       "html_filename": "Floating.html",
3390       "href": "Floating.html#Ext-util-Floating-method-setActive",
3391       "shortDoc": "This method is called internally by Ext.ZIndexManager to signal that a floating\nComponent has either been moved to th..."
3392     },
3393     {
3394       "tagname": "method",
3395       "name": "setAutoScroll",
3396       "member": "Ext.Component",
3397       "doc": "<p>Sets the overflow on the content element of the component.</p>\n",
3398       "params": [
3399         {
3400           "type": "Boolean",
3401           "name": "scroll",
3402           "doc": "<p>True to allow the Component to auto scroll.</p>\n",
3403           "optional": false
3404         }
3405       ],
3406       "return": {
3407         "type": "Ext.Component",
3408         "doc": "<p>this</p>\n"
3409       },
3410       "private": false,
3411       "static": false,
3412       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3413       "linenr": 359,
3414       "html_filename": "Component.html",
3415       "href": "Component.html#Ext-Component-method-setAutoScroll",
3416       "shortDoc": "<p>Sets the overflow on the content element of the component.</p>\n"
3417     },
3418     {
3419       "tagname": "method",
3420       "name": "setDisabled",
3421       "member": "Ext.AbstractComponent",
3422       "doc": "<p>Enable or disable the component.</p>\n",
3423       "params": [
3424         {
3425           "type": "Boolean",
3426           "name": "disabled",
3427           "doc": "\n",
3428           "optional": false
3429         }
3430       ],
3431       "return": {
3432         "type": "void",
3433         "doc": "\n"
3434       },
3435       "private": false,
3436       "static": false,
3437       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3438       "linenr": 2123,
3439       "html_filename": "AbstractComponent.html",
3440       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled",
3441       "shortDoc": "<p>Enable or disable the component.</p>\n"
3442     },
3443     {
3444       "tagname": "method",
3445       "name": "setDocked",
3446       "member": "Ext.AbstractComponent",
3447       "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",
3448       "params": [
3449         {
3450           "type": "Object",
3451           "name": "dock",
3452           "doc": "\n",
3453           "optional": false
3454         },
3455         {
3456           "type": "Object",
3457           "name": "layoutParent",
3458           "doc": "\n",
3459           "optional": false
3460         }
3461       ],
3462       "return": {
3463         "type": "Component",
3464         "doc": "<p>this</p>\n"
3465       },
3466       "private": false,
3467       "static": false,
3468       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3469       "linenr": 2646,
3470       "html_filename": "AbstractComponent.html",
3471       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked",
3472       "shortDoc": "Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of ..."
3473     },
3474     {
3475       "tagname": "method",
3476       "name": "setHeight",
3477       "member": "Ext.AbstractComponent",
3478       "doc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.view.AbstractView-event-resize\" rel=\"Ext.view.AbstractView-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3479       "params": [
3480         {
3481           "type": "Number",
3482           "name": "height",
3483           "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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",
3484           "optional": false
3485         }
3486       ],
3487       "return": {
3488         "type": "Ext.Component",
3489         "doc": "<p>this</p>\n"
3490       },
3491       "private": false,
3492       "static": false,
3493       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3494       "linenr": 2550,
3495       "html_filename": "AbstractComponent.html",
3496       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight",
3497       "shortDoc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.view.AbstractView-event-resize\" rel=\"Ext.view.AbstractView-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
3498     },
3499     {
3500       "tagname": "method",
3501       "name": "setLoading",
3502       "member": "Ext.AbstractComponent",
3503       "doc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n",
3504       "params": [
3505         {
3506           "type": "Boolean/Object/String",
3507           "name": "load",
3508           "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",
3509           "optional": false
3510         },
3511         {
3512           "type": "Boolean",
3513           "name": "targetEl",
3514           "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",
3515           "optional": false
3516         }
3517       ],
3518       "return": {
3519         "type": "Ext.LoadMask",
3520         "doc": "<p>The LoadMask instance that has just been shown.</p>\n"
3521       },
3522       "private": false,
3523       "static": false,
3524       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3525       "linenr": 2611,
3526       "html_filename": "AbstractComponent.html",
3527       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading",
3528       "shortDoc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n"
3529     },
3530     {
3531       "tagname": "method",
3532       "name": "setPagePosition",
3533       "member": "Ext.Component",
3534       "doc": "<p>Sets the page XY position of the component.  To set the left and top instead, use <a href=\"#/api/Ext.view.AbstractView-method-setPosition\" rel=\"Ext.view.AbstractView-method-setPosition\" class=\"docClass\">setPosition</a>.\nThis method fires the <a href=\"#/api/Ext.view.AbstractView-event-move\" rel=\"Ext.view.AbstractView-event-move\" class=\"docClass\">move</a> event.</p>\n",
3535       "params": [
3536         {
3537           "type": "Number",
3538           "name": "x",
3539           "doc": "<p>The new x position</p>\n",
3540           "optional": false
3541         },
3542         {
3543           "type": "Number",
3544           "name": "y",
3545           "doc": "<p>The new y position</p>\n",
3546           "optional": false
3547         },
3548         {
3549           "type": "Mixed",
3550           "name": "animate",
3551           "doc": "<p>If passed, the Component is <i>animated</i> into its new position. If this parameter\nis a number, it is used as the animation duration in milliseconds.</p>\n",
3552           "optional": false
3553         }
3554       ],
3555       "return": {
3556         "type": "Ext.Component",
3557         "doc": "<p>this</p>\n"
3558       },
3559       "private": false,
3560       "static": false,
3561       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3562       "linenr": 501,
3563       "html_filename": "Component.html",
3564       "href": "Component.html#Ext-Component-method-setPagePosition",
3565       "shortDoc": "Sets the page XY position of the component.  To set the left and top instead, use setPosition.\nThis method fires the ..."
3566     },
3567     {
3568       "tagname": "method",
3569       "name": "setPosition",
3570       "member": "Ext.Component",
3571       "doc": "<p>Sets the left and top of the component.  To set the page XY position instead, use <a href=\"#/api/Ext.view.AbstractView-method-setPagePosition\" rel=\"Ext.view.AbstractView-method-setPagePosition\" class=\"docClass\">setPagePosition</a>.\nThis method fires the <a href=\"#/api/Ext.view.AbstractView-event-move\" rel=\"Ext.view.AbstractView-event-move\" class=\"docClass\">move</a> event.</p>\n",
3572       "params": [
3573         {
3574           "type": "Number",
3575           "name": "left",
3576           "doc": "<p>The new left</p>\n",
3577           "optional": false
3578         },
3579         {
3580           "type": "Number",
3581           "name": "top",
3582           "doc": "<p>The new top</p>\n",
3583           "optional": false
3584         },
3585         {
3586           "type": "Mixed",
3587           "name": "animate",
3588           "doc": "<p>If true, the Component is <i>animated</i> into its new position. You may also pass an animation configuration.</p>\n",
3589           "optional": false
3590         }
3591       ],
3592       "return": {
3593         "type": "Ext.Component",
3594         "doc": "<p>this</p>\n"
3595       },
3596       "private": false,
3597       "static": false,
3598       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3599       "linenr": 417,
3600       "html_filename": "Component.html",
3601       "href": "Component.html#Ext-Component-method-setPosition",
3602       "shortDoc": "Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.\nThis method fires ..."
3603     },
3604     {
3605       "tagname": "method",
3606       "name": "setSize",
3607       "member": "Ext.AbstractComponent",
3608       "doc": "<p>Sets the width and height of this Component. This method fires the <a href=\"#/api/Ext.view.AbstractView-event-resize\" rel=\"Ext.view.AbstractView-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",
3609       "params": [
3610         {
3611           "type": "Mixed",
3612           "name": "width",
3613           "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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",
3614           "optional": false
3615         },
3616         {
3617           "type": "Mixed",
3618           "name": "height",
3619           "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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",
3620           "optional": false
3621         }
3622       ],
3623       "return": {
3624         "type": "Ext.Component",
3625         "doc": "<p>this</p>\n"
3626       },
3627       "private": false,
3628       "static": false,
3629       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3630       "linenr": 2340,
3631       "html_filename": "AbstractComponent.html",
3632       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize",
3633       "shortDoc": "Sets the width and height of this Component. This method fires the resize event. This method can accept\neither width ..."
3634     },
3635     {
3636       "tagname": "method",
3637       "name": "setUI",
3638       "member": "Ext.AbstractComponent",
3639       "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",
3640       "params": [
3641         {
3642           "type": "String",
3643           "name": "ui",
3644           "doc": "<p>The new UI for the component</p>\n",
3645           "optional": false
3646         }
3647       ],
3648       "return": {
3649         "type": "void",
3650         "doc": "\n"
3651       },
3652       "private": false,
3653       "static": false,
3654       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3655       "linenr": 1309,
3656       "html_filename": "AbstractComponent.html",
3657       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI",
3658       "shortDoc": "Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCl..."
3659     },
3660     {
3661       "tagname": "method",
3662       "name": "setVisible",
3663       "member": "Ext.AbstractComponent",
3664       "doc": "<p>Convenience function to hide or show this component by boolean.</p>\n",
3665       "params": [
3666         {
3667           "type": "Boolean",
3668           "name": "visible",
3669           "doc": "<p>True to show, false to hide</p>\n",
3670           "optional": false
3671         }
3672       ],
3673       "return": {
3674         "type": "Ext.Component",
3675         "doc": "<p>this</p>\n"
3676       },
3677       "private": false,
3678       "static": false,
3679       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3680       "linenr": 2006,
3681       "html_filename": "AbstractComponent.html",
3682       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible",
3683       "shortDoc": "<p>Convenience function to hide or show this component by boolean.</p>\n"
3684     },
3685     {
3686       "tagname": "method",
3687       "name": "setWidth",
3688       "member": "Ext.AbstractComponent",
3689       "doc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.view.AbstractView-event-resize\" rel=\"Ext.view.AbstractView-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3690       "params": [
3691         {
3692           "type": "Number",
3693           "name": "width",
3694           "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.view.AbstractView-method-getEl\" rel=\"Ext.view.AbstractView-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",
3695           "optional": false
3696         }
3697       ],
3698       "return": {
3699         "type": "Ext.Component",
3700         "doc": "<p>this</p>\n"
3701       },
3702       "private": false,
3703       "static": false,
3704       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3705       "linenr": 2538,
3706       "html_filename": "AbstractComponent.html",
3707       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth",
3708       "shortDoc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.view.AbstractView-event-resize\" rel=\"Ext.view.AbstractView-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
3709     },
3710     {
3711       "tagname": "method",
3712       "name": "show",
3713       "member": "Ext.Component",
3714       "doc": "<p>Shows this Component, rendering it first if <a href=\"#/api/Ext.view.AbstractView-cfg-autoRender\" rel=\"Ext.view.AbstractView-cfg-autoRender\" class=\"docClass\">autoRender</a> or {<a href=\"#/api/\"floating\" rel=\"\"floating\" class=\"docClass\">&quot;floating</a> are <code>true</code>.</p>\n\n\n<p>After being shown, a <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Component (such as a <a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Ext.window.Window</a>), is activated it and brought to the front of\nits <a href=\"#/api/Ext.view.AbstractView--ZIndexManager\" rel=\"Ext.view.AbstractView--ZIndexManager\" class=\"docClass\">z-index stack</a>.</p>\n\n",
3715       "params": [
3716         {
3717           "type": "String/Element",
3718           "name": "animateTarget",
3719           "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components such as\n<a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Window</a>s or <a href=\"#/api/Ext.tip.ToolTip\" rel=\"Ext.tip.ToolTip\" class=\"docClass\">ToolTip</a>s, or regular Components which have been configured\nwith <code>floating: true</code>.</b> The target from which the Component should\nanimate from while opening (defaults to null with no animation)</p>\n",
3720           "optional": false
3721         },
3722         {
3723           "type": "Function",
3724           "name": "callback",
3725           "doc": "<p>(optional) A callback function to call after the Component is displayed. Only necessary if animation was specified.</p>\n",
3726           "optional": true
3727         },
3728         {
3729           "type": "Object",
3730           "name": "scope",
3731           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
3732           "optional": true
3733         }
3734       ],
3735       "return": {
3736         "type": "Component",
3737         "doc": "<p>this</p>\n"
3738       },
3739       "private": false,
3740       "static": false,
3741       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3742       "linenr": 645,
3743       "html_filename": "Component.html",
3744       "href": "Component.html#Ext-Component-method-show",
3745       "shortDoc": "Shows this Component, rendering it first if autoRender or {&quot;floating are true.\n\n\nAfter being shown, a floating C..."
3746     },
3747     {
3748       "tagname": "method",
3749       "name": "stopAnimation",
3750       "member": "Ext.util.Animate",
3751       "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",
3752       "params": [
3753
3754       ],
3755       "return": {
3756         "type": "Ext.core.Element",
3757         "doc": "<p>The Element</p>\n"
3758       },
3759       "private": false,
3760       "static": false,
3761       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3762       "linenr": 335,
3763       "html_filename": "Animate.html",
3764       "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
3765       "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ..."
3766     },
3767     {
3768       "tagname": "method",
3769       "name": "stopFx",
3770       "member": "Ext.util.Animate",
3771       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.AbstractView-method-stopAnimation\" rel=\"Ext.view.AbstractView-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",
3772       "params": [
3773
3774       ],
3775       "return": {
3776         "type": "Ext.core.Element",
3777         "doc": "<p>The Element</p>\n"
3778       },
3779       "private": false,
3780       "static": false,
3781       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3782       "linenr": 326,
3783       "html_filename": "Animate.html",
3784       "href": "Animate.html#Ext-util-Animate-method-stopFx",
3785       "shortDoc": "@deprecated 4.0 Replaced by stopAnimation\nStops any running effects and clears this object's internal effects queue i..."
3786     },
3787     {
3788       "tagname": "method",
3789       "name": "suspendEvents",
3790       "member": "Ext.util.Observable",
3791       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.view.AbstractView-method-resumeEvents\" rel=\"Ext.view.AbstractView-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
3792       "params": [
3793         {
3794           "type": "Boolean",
3795           "name": "queueSuspended",
3796           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.view.AbstractView-method-resumeEvents\" rel=\"Ext.view.AbstractView-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
3797           "optional": false
3798         }
3799       ],
3800       "return": {
3801         "type": "void",
3802         "doc": "\n"
3803       },
3804       "private": false,
3805       "static": false,
3806       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3807       "linenr": 490,
3808       "html_filename": "Observable.html",
3809       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
3810       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.view.AbstractView-method-resumeEvents\" rel=\"Ext.view.AbstractView-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
3811     },
3812     {
3813       "tagname": "method",
3814       "name": "syncFx",
3815       "member": "Ext.util.Animate",
3816       "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.view.AbstractView-method-sequenceFx\" rel=\"Ext.view.AbstractView-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
3817       "params": [
3818
3819       ],
3820       "return": {
3821         "type": "Object",
3822         "doc": "<p>this</p>\n"
3823       },
3824       "private": false,
3825       "static": false,
3826       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3827       "linenr": 345,
3828       "html_filename": "Animate.html",
3829       "href": "Animate.html#Ext-util-Animate-method-syncFx",
3830       "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of ..."
3831     },
3832     {
3833       "tagname": "method",
3834       "name": "toBack",
3835       "member": "Ext.util.Floating",
3836       "doc": "<p>Sends this Component to the back of (lower z-index than) any other visible windows</p>\n",
3837       "params": [
3838
3839       ],
3840       "return": {
3841         "type": "Component",
3842         "doc": "<p>this</p>\n"
3843       },
3844       "private": false,
3845       "static": false,
3846       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
3847       "linenr": 240,
3848       "html_filename": "Floating.html",
3849       "href": "Floating.html#Ext-util-Floating-method-toBack",
3850       "shortDoc": "<p>Sends this Component to the back of (lower z-index than) any other visible windows</p>\n"
3851     },
3852     {
3853       "tagname": "method",
3854       "name": "toFront",
3855       "member": "Ext.util.Floating",
3856       "doc": "<p>Brings this floating Component to the front of any other visible, floating Components managed by the same <a href=\"#/api/Ext.ZIndexManager\" rel=\"Ext.ZIndexManager\" class=\"docClass\">ZIndexManager</a></p>\n\n\n<p>If this Component is modal, inserts the modal mask just below this Component in the z-index stack.</p>\n\n",
3857       "params": [
3858         {
3859           "type": "Boolean",
3860           "name": "preventFocus",
3861           "doc": "<p>(optional) Specify <code>true</code> to prevent the Component from being focused.</p>\n",
3862           "optional": true
3863         }
3864       ],
3865       "return": {
3866         "type": "Component",
3867         "doc": "<p>this</p>\n"
3868       },
3869       "private": false,
3870       "static": false,
3871       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
3872       "linenr": 188,
3873       "html_filename": "Floating.html",
3874       "href": "Floating.html#Ext-util-Floating-method-toFront",
3875       "shortDoc": "Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag..."
3876     },
3877     {
3878       "tagname": "method",
3879       "name": "un",
3880       "member": "Ext.util.Observable",
3881       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.view.AbstractView-method-removeListener\" rel=\"Ext.view.AbstractView-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
3882       "params": [
3883         {
3884           "type": "String",
3885           "name": "eventName",
3886           "doc": "<p>The type of event the handler was associated with.</p>\n",
3887           "optional": false
3888         },
3889         {
3890           "type": "Function",
3891           "name": "handler",
3892           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.view.AbstractView-method-addListener\" rel=\"Ext.view.AbstractView-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
3893           "optional": false
3894         },
3895         {
3896           "type": "Object",
3897           "name": "scope",
3898           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
3899           "optional": true
3900         }
3901       ],
3902       "return": {
3903         "type": "void",
3904         "doc": "\n"
3905       },
3906       "private": false,
3907       "static": false,
3908       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3909       "linenr": 608,
3910       "html_filename": "Observable.html",
3911       "href": "Observable.html#Ext-util-Observable-method-un",
3912       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.view.AbstractView-method-removeListener\" rel=\"Ext.view.AbstractView-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
3913     },
3914     {
3915       "tagname": "method",
3916       "name": "up",
3917       "member": "Ext.AbstractComponent",
3918       "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",
3919       "params": [
3920         {
3921           "type": "String",
3922           "name": "selector",
3923           "doc": "<p>Optional. The simple selector to test.</p>\n",
3924           "optional": false
3925         }
3926       ],
3927       "return": {
3928         "type": "Container",
3929         "doc": "<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>\n"
3930       },
3931       "private": false,
3932       "static": false,
3933       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3934       "linenr": 1728,
3935       "html_filename": "AbstractComponent.html",
3936       "href": "AbstractComponent.html#Ext-AbstractComponent-method-up",
3937       "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector.\n\n\nExample:\nvar ..."
3938     },
3939     {
3940       "tagname": "method",
3941       "name": "update",
3942       "member": "Ext.AbstractComponent",
3943       "doc": "<p>Update the content area of a component.</p>\n",
3944       "params": [
3945         {
3946           "type": "Mixed",
3947           "name": "htmlOrData",
3948           "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",
3949           "optional": false
3950         },
3951         {
3952           "type": "Boolean",
3953           "name": "loadScripts",
3954           "doc": "<p>(optional) Only legitimate when using the html configuration. Defaults to false</p>\n",
3955           "optional": true
3956         },
3957         {
3958           "type": "Function",
3959           "name": "callback",
3960           "doc": "<p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>\n",
3961           "optional": true
3962         }
3963       ],
3964       "return": {
3965         "type": "void",
3966         "doc": "\n"
3967       },
3968       "private": false,
3969       "static": false,
3970       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3971       "linenr": 1974,
3972       "html_filename": "AbstractComponent.html",
3973       "href": "AbstractComponent.html#Ext-AbstractComponent-method-update",
3974       "shortDoc": "<p>Update the content area of a component.</p>\n"
3975     },
3976     {
3977       "tagname": "method",
3978       "name": "updateBox",
3979       "member": "Ext.Component",
3980       "doc": "<p>Sets the current box measurements of the component's underlying element.</p>\n",
3981       "params": [
3982         {
3983           "type": "Object",
3984           "name": "box",
3985           "doc": "<p>An object in the format {x, y, width, height}</p>\n",
3986           "optional": false
3987         }
3988       ],
3989       "return": {
3990         "type": "Ext.Component",
3991         "doc": "<p>this</p>\n"
3992       },
3993       "private": false,
3994       "static": false,
3995       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3996       "linenr": 551,
3997       "html_filename": "Component.html",
3998       "href": "Component.html#Ext-Component-method-updateBox",
3999       "shortDoc": "<p>Sets the current box measurements of the component's underlying element.</p>\n"
4000     }
4001   ],
4002   "property": [
4003     {
4004       "tagname": "property",
4005       "name": "draggable",
4006       "member": "Ext.AbstractComponent",
4007       "type": "Boolean",
4008       "doc": "<p>Read-only property indicating whether or not the component can be dragged</p>\n",
4009       "private": false,
4010       "static": false,
4011       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4012       "linenr": 374,
4013       "html_filename": "AbstractComponent.html",
4014       "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable"
4015     },
4016     {
4017       "tagname": "property",
4018       "name": "floatParent",
4019       "member": "Ext.Component",
4020       "type": "Ext.Container",
4021       "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components which were inserted as descendant items of floating Containers.</p>\n\n\n<p>Floating Components that are programatically <a href=\"#/api/Ext.Component-event-render\" rel=\"Ext.Component-event-render\" class=\"docClass\">rendered</a> will not have a <code>floatParent</code> property.</p>\n\n\n<p>For <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components which are child items of a Container, the floatParent will be the floating ancestor Container which is\nresponsible for the base z-index value of all its floating descendants. It provides a <a href=\"#/api/Ext.ZIndexManager\" rel=\"Ext.ZIndexManager\" class=\"docClass\">ZIndexManager</a> which provides\nz-indexing services for all its descendant floating Components.</p>\n\n\n<p>For example, the dropdown <a href=\"#/api/Ext.view.BoundList\" rel=\"Ext.view.BoundList\" class=\"docClass\">BoundList</a> of a ComboBox which is in a Window will have the Window as its\n<code>floatParent</code></p>\n\n\n<p>See <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.view.AbstractView-property-zIndexManager\" rel=\"Ext.view.AbstractView-property-zIndexManager\" class=\"docClass\">zIndexManager</a></p>\n\n",
4022       "private": false,
4023       "static": false,
4024       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
4025       "linenr": 221,
4026       "html_filename": "Component.html",
4027       "href": "Component.html#Ext-Component-property-floatParent",
4028       "shortDoc": "Optional. Only present for floating Components which were inserted as descendant items of floating Containers.\n\n\nFloa..."
4029     },
4030     {
4031       "tagname": "property",
4032       "name": "frameSize",
4033       "member": "Ext.AbstractComponent",
4034       "type": "Object",
4035       "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.view.AbstractView-cfg-frame\" rel=\"Ext.view.AbstractView-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",
4036       "private": false,
4037       "static": false,
4038       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4039       "linenr": 207,
4040       "html_filename": "AbstractComponent.html",
4041       "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize",
4042       "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ..."
4043     },
4044     {
4045       "tagname": "property",
4046       "name": "maskOnDisable",
4047       "member": "Ext.AbstractComponent",
4048       "type": "Boolean",
4049       "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",
4050       "private": false,
4051       "static": false,
4052       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4053       "linenr": 513,
4054       "html_filename": "AbstractComponent.html",
4055       "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable",
4056       "shortDoc": "This is an internal flag that you use when creating custom components.\nBy default this is set to true which means tha..."
4057     },
4058     {
4059       "tagname": "property",
4060       "name": "ownerCt",
4061       "member": "Ext.AbstractComponent",
4062       "type": "Ext.Container",
4063       "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.view.AbstractView-cfg-itemId\" rel=\"Ext.view.AbstractView-cfg-itemId\" class=\"docClass\">itemId</a></tt>.</p>\n\n",
4064       "private": false,
4065       "static": false,
4066       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4067       "linenr": 101,
4068       "html_filename": "AbstractComponent.html",
4069       "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt",
4070       "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C..."
4071     },
4072     {
4073       "tagname": "property",
4074       "name": "rendered",
4075       "member": "Ext.AbstractComponent",
4076       "type": "Boolean",
4077       "doc": "<p>Read-only property indicating whether or not the component has been rendered.</p>\n",
4078       "private": false,
4079       "static": false,
4080       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4081       "linenr": 500,
4082       "html_filename": "AbstractComponent.html",
4083       "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered"
4084     },
4085     {
4086       "tagname": "property",
4087       "name": "zIndexManager",
4088       "member": "Ext.Component",
4089       "type": "Ext.ZIndexManager",
4090       "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components after they have been rendered.</p>\n\n\n<p>A reference to the ZIndexManager which is managing this Component's z-index.</p>\n\n\n<p>The <a href=\"#/api/Ext.ZIndexManager\" rel=\"Ext.ZIndexManager\" class=\"docClass\">ZIndexManager</a> maintains a stack of floating Component z-indices, and also provides a single modal\nmask which is insert just beneath the topmost visible modal floating Component.</p>\n\n\n<p>Floating Components may be <a href=\"#/api/Ext.view.AbstractView-method-toFront\" rel=\"Ext.view.AbstractView-method-toFront\" class=\"docClass\">brought to the front</a> or <a href=\"#/api/Ext.view.AbstractView-method-toBack\" rel=\"Ext.view.AbstractView-method-toBack\" class=\"docClass\">sent to the back</a> of the z-index stack.</p>\n\n\n<p>This defaults to the global <a href=\"#/api/Ext.WindowManager\" rel=\"Ext.WindowManager\" class=\"docClass\">ZIndexManager</a> for floating Components that are programatically\n<a href=\"#/api/Ext.Component-event-render\" rel=\"Ext.Component-event-render\" class=\"docClass\">rendered</a>.</p>\n\n\n<p>For <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> Components which are added to a Container, the ZIndexManager is acquired from the first ancestor Container found\nwhich is floating, or if not found the global <a href=\"#/api/Ext.WindowManager\" rel=\"Ext.WindowManager\" class=\"docClass\">ZIndexManager</a> is used.</p>\n\n\n<p>See <a href=\"#/api/Ext.view.AbstractView-cfg-floating\" rel=\"Ext.view.AbstractView-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.view.AbstractView-property-floatParent\" rel=\"Ext.view.AbstractView-property-floatParent\" class=\"docClass\">floatParent</a></p>\n\n",
4091       "private": false,
4092       "static": false,
4093       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
4094       "linenr": 206,
4095       "html_filename": "Component.html",
4096       "href": "Component.html#Ext-Component-property-zIndexManager",
4097       "shortDoc": "Optional. Only present for floating Components after they have been rendered.\n\n\nA reference to the ZIndexManager whic..."
4098     }
4099   ],
4100   "event": [
4101     {
4102       "tagname": "event",
4103       "name": "activate",
4104       "member": "Ext.AbstractComponent",
4105       "doc": "<p>Fires after a Component has been visually activated.</p>\n",
4106       "params": [
4107         {
4108           "type": "Ext.Component",
4109           "name": "this",
4110           "doc": "\n",
4111           "optional": false
4112         }
4113       ],
4114       "private": false,
4115       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4116       "linenr": 540,
4117       "html_filename": "AbstractComponent.html",
4118       "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate",
4119       "shortDoc": "<p>Fires after a Component has been visually activated.</p>\n"
4120     },
4121     {
4122       "tagname": "event",
4123       "name": "added",
4124       "member": "Ext.AbstractComponent",
4125       "doc": "<p>Fires after a Component had been added to a Container.</p>\n",
4126       "params": [
4127         {
4128           "type": "Ext.Component",
4129           "name": "this",
4130           "doc": "\n",
4131           "optional": false
4132         },
4133         {
4134           "type": "Ext.container.Container",
4135           "name": "container",
4136           "doc": "<p>Parent Container</p>\n",
4137           "optional": false
4138         },
4139         {
4140           "type": "Number",
4141           "name": "pos",
4142           "doc": "<p>position of Component</p>\n",
4143           "optional": false
4144         }
4145       ],
4146       "private": false,
4147       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4148       "linenr": 560,
4149       "html_filename": "AbstractComponent.html",
4150       "href": "AbstractComponent.html#Ext-AbstractComponent-event-added",
4151       "shortDoc": "<p>Fires after a Component had been added to a Container.</p>\n"
4152     },
4153     {
4154       "tagname": "event",
4155       "name": "afterrender",
4156       "member": "Ext.AbstractComponent",
4157       "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.view.AbstractView-property-rendered\" rel=\"Ext.view.AbstractView-property-rendered\" class=\"docClass\">rendered</a>, been postprocesed\nby any afterRender method defined for the Component.</p>\n\n",
4158       "params": [
4159         {
4160           "type": "Ext.Component",
4161           "name": "this",
4162           "doc": "\n",
4163           "optional": false
4164         }
4165       ],
4166       "private": false,
4167       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4168       "linenr": 627,
4169       "html_filename": "AbstractComponent.html",
4170       "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender",
4171       "shortDoc": "Fires after the component rendering is finished.\n\n\nThe afterrender event is fired after this Component has been rende..."
4172     },
4173     {
4174       "tagname": "event",
4175       "name": "beforeactivate",
4176       "member": "Ext.AbstractComponent",
4177       "doc": "<p>Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.</p>\n",
4178       "params": [
4179         {
4180           "type": "Ext.Component",
4181           "name": "this",
4182           "doc": "\n",
4183           "optional": false
4184         }
4185       ],
4186       "private": false,
4187       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4188       "linenr": 532,
4189       "html_filename": "AbstractComponent.html",
4190       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate",
4191       "shortDoc": "Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate..."
4192     },
4193     {
4194       "tagname": "event",
4195       "name": "beforedeactivate",
4196       "member": "Ext.AbstractComponent",
4197       "doc": "<p>Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.</p>\n",
4198       "params": [
4199         {
4200           "type": "Ext.Component",
4201           "name": "this",
4202           "doc": "\n",
4203           "optional": false
4204         }
4205       ],
4206       "private": false,
4207       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4208       "linenr": 546,
4209       "html_filename": "AbstractComponent.html",
4210       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate",
4211       "shortDoc": "Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deacti..."
4212     },
4213     {
4214       "tagname": "event",
4215       "name": "beforedestroy",
4216       "member": "Ext.AbstractComponent",
4217       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>.</p>\n",
4218       "params": [
4219         {
4220           "type": "Ext.Component",
4221           "name": "this",
4222           "doc": "\n",
4223           "optional": false
4224         }
4225       ],
4226       "private": false,
4227       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4228       "linenr": 635,
4229       "html_filename": "AbstractComponent.html",
4230       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy",
4231       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>.</p>\n"
4232     },
4233     {
4234       "tagname": "event",
4235       "name": "beforehide",
4236       "member": "Ext.AbstractComponent",
4237       "doc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.view.AbstractView-event-hide\" rel=\"Ext.view.AbstractView-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n",
4238       "params": [
4239         {
4240           "type": "Ext.Component",
4241           "name": "this",
4242           "doc": "\n",
4243           "optional": false
4244         }
4245       ],
4246       "private": false,
4247       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4248       "linenr": 593,
4249       "html_filename": "AbstractComponent.html",
4250       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide",
4251       "shortDoc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.view.AbstractView-event-hide\" rel=\"Ext.view.AbstractView-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n"
4252     },
4253     {
4254       "tagname": "event",
4255       "name": "beforerefresh",
4256       "member": "Ext.view.AbstractView",
4257       "doc": "<p>Fires before the view is refreshed</p>\n",
4258       "params": [
4259         {
4260           "type": "Ext.view.View",
4261           "name": "this",
4262           "doc": "<p>The DataView object</p>\n",
4263           "optional": false
4264         }
4265       ],
4266       "private": false,
4267       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4268       "linenr": 209,
4269       "html_filename": "AbstractView.html",
4270       "href": "AbstractView.html#Ext-view-AbstractView-event-beforerefresh",
4271       "shortDoc": "<p>Fires before the view is refreshed</p>\n"
4272     },
4273     {
4274       "tagname": "event",
4275       "name": "beforerender",
4276       "member": "Ext.AbstractComponent",
4277       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.view.AbstractView-property-rendered\" rel=\"Ext.view.AbstractView-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.view.AbstractView-event-render\" rel=\"Ext.view.AbstractView-event-render\" class=\"docClass\">render</a>.</p>\n",
4278       "params": [
4279         {
4280           "type": "Ext.Component",
4281           "name": "this",
4282           "doc": "\n",
4283           "optional": false
4284         }
4285       ],
4286       "private": false,
4287       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4288       "linenr": 614,
4289       "html_filename": "AbstractComponent.html",
4290       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender",
4291       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.view.AbstractView-property-rendered\" rel=\"Ext.view.AbstractView-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.view.AbstractView-event-render\" rel=\"Ext.view.AbstractView-event-render\" class=\"docClass\">render</a>.</p>\n"
4292     },
4293     {
4294       "tagname": "event",
4295       "name": "beforeshow",
4296       "member": "Ext.AbstractComponent",
4297       "doc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n",
4298       "params": [
4299         {
4300           "type": "Ext.Component",
4301           "name": "this",
4302           "doc": "\n",
4303           "optional": false
4304         }
4305       ],
4306       "private": false,
4307       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4308       "linenr": 580,
4309       "html_filename": "AbstractComponent.html",
4310       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow",
4311       "shortDoc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n"
4312     },
4313     {
4314       "tagname": "event",
4315       "name": "beforestaterestore",
4316       "member": "Ext.state.Stateful",
4317       "doc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n",
4318       "params": [
4319         {
4320           "type": "Ext.state.Stateful",
4321           "name": "this",
4322           "doc": "\n",
4323           "optional": false
4324         },
4325         {
4326           "type": "Object",
4327           "name": "state",
4328           "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",
4329           "optional": false
4330         }
4331       ],
4332       "private": false,
4333       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
4334       "linenr": 101,
4335       "html_filename": "Stateful.html",
4336       "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore",
4337       "shortDoc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n"
4338     },
4339     {
4340       "tagname": "event",
4341       "name": "beforestatesave",
4342       "member": "Ext.state.Stateful",
4343       "doc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n",
4344       "params": [
4345         {
4346           "type": "Ext.state.Stateful",
4347           "name": "this",
4348           "doc": "\n",
4349           "optional": false
4350         },
4351         {
4352           "type": "Object",
4353           "name": "state",
4354           "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",
4355           "optional": false
4356         }
4357       ],
4358       "private": false,
4359       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
4360       "linenr": 122,
4361       "html_filename": "Stateful.html",
4362       "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave",
4363       "shortDoc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n"
4364     },
4365     {
4366       "tagname": "event",
4367       "name": "deactivate",
4368       "member": "Ext.AbstractComponent",
4369       "doc": "<p>Fires after a Component has been visually deactivated.</p>\n",
4370       "params": [
4371         {
4372           "type": "Ext.Component",
4373           "name": "this",
4374           "doc": "\n",
4375           "optional": false
4376         }
4377       ],
4378       "private": false,
4379       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4380       "linenr": 554,
4381       "html_filename": "AbstractComponent.html",
4382       "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate",
4383       "shortDoc": "<p>Fires after a Component has been visually deactivated.</p>\n"
4384     },
4385     {
4386       "tagname": "event",
4387       "name": "destroy",
4388       "member": "Ext.AbstractComponent",
4389       "doc": "<p>Fires after the component is <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n",
4390       "params": [
4391         {
4392           "type": "Ext.Component",
4393           "name": "this",
4394           "doc": "\n",
4395           "optional": false
4396         }
4397       ],
4398       "private": false,
4399       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4400       "linenr": 641,
4401       "html_filename": "AbstractComponent.html",
4402       "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy",
4403       "shortDoc": "<p>Fires after the component is <a href=\"#/api/Ext.view.AbstractView-event-destroy\" rel=\"Ext.view.AbstractView-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n"
4404     },
4405     {
4406       "tagname": "event",
4407       "name": "disable",
4408       "member": "Ext.AbstractComponent",
4409       "doc": "<p>Fires after the component is disabled.</p>\n",
4410       "params": [
4411         {
4412           "type": "Ext.Component",
4413           "name": "this",
4414           "doc": "\n",
4415           "optional": false
4416         }
4417       ],
4418       "private": false,
4419       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4420       "linenr": 568,
4421       "html_filename": "AbstractComponent.html",
4422       "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable",
4423       "shortDoc": "<p>Fires after the component is disabled.</p>\n"
4424     },
4425     {
4426       "tagname": "event",
4427       "name": "enable",
4428       "member": "Ext.AbstractComponent",
4429       "doc": "<p>Fires after the component is enabled.</p>\n",
4430       "params": [
4431         {
4432           "type": "Ext.Component",
4433           "name": "this",
4434           "doc": "\n",
4435           "optional": false
4436         }
4437       ],
4438       "private": false,
4439       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4440       "linenr": 574,
4441       "html_filename": "AbstractComponent.html",
4442       "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable",
4443       "shortDoc": "<p>Fires after the component is enabled.</p>\n"
4444     },
4445     {
4446       "tagname": "event",
4447       "name": "hide",
4448       "member": "Ext.AbstractComponent",
4449       "doc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.view.AbstractView-event-hide\" rel=\"Ext.view.AbstractView-event-hide\" class=\"docClass\">hide</a> method.</p>\n",
4450       "params": [
4451         {
4452           "type": "Ext.Component",
4453           "name": "this",
4454           "doc": "\n",
4455           "optional": false
4456         }
4457       ],
4458       "private": false,
4459       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4460       "linenr": 600,
4461       "html_filename": "AbstractComponent.html",
4462       "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide",
4463       "shortDoc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.view.AbstractView-event-hide\" rel=\"Ext.view.AbstractView-event-hide\" class=\"docClass\">hide</a> method.</p>\n"
4464     },
4465     {
4466       "tagname": "event",
4467       "name": "itemadd",
4468       "member": "Ext.view.AbstractView",
4469       "doc": "<p>Fires when the nodes associated with an recordset have been added to the underlying store</p>\n",
4470       "params": [
4471         {
4472           "type": "Array[Ext.data.Model]",
4473           "name": "records",
4474           "doc": "<p>The model instance</p>\n",
4475           "optional": false
4476         },
4477         {
4478           "type": "Number",
4479           "name": "index",
4480           "doc": "<p>The index at which the set of record/nodes starts</p>\n",
4481           "optional": false
4482         },
4483         {
4484           "type": "Array[HTMLElement]",
4485           "name": "node",
4486           "doc": "<p>The node that has just been updated</p>\n",
4487           "optional": false
4488         }
4489       ],
4490       "private": false,
4491       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4492       "linenr": 229,
4493       "html_filename": "AbstractView.html",
4494       "href": "AbstractView.html#Ext-view-AbstractView-event-itemadd",
4495       "shortDoc": "<p>Fires when the nodes associated with an recordset have been added to the underlying store</p>\n"
4496     },
4497     {
4498       "tagname": "event",
4499       "name": "itemremove",
4500       "member": "Ext.view.AbstractView",
4501       "doc": "<p>Fires when the node associated with an individual record is removed</p>\n",
4502       "params": [
4503         {
4504           "type": "Ext.data.Model",
4505           "name": "record",
4506           "doc": "<p>The model instance</p>\n",
4507           "optional": false
4508         },
4509         {
4510           "type": "Number",
4511           "name": "index",
4512           "doc": "<p>The index of the record/node</p>\n",
4513           "optional": false
4514         }
4515       ],
4516       "private": false,
4517       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4518       "linenr": 237,
4519       "html_filename": "AbstractView.html",
4520       "href": "AbstractView.html#Ext-view-AbstractView-event-itemremove",
4521       "shortDoc": "<p>Fires when the node associated with an individual record is removed</p>\n"
4522     },
4523     {
4524       "tagname": "event",
4525       "name": "itemupdate",
4526       "member": "Ext.view.AbstractView",
4527       "doc": "<p>Fires when the node associated with an individual record is updated</p>\n",
4528       "params": [
4529         {
4530           "type": "Ext.data.Model",
4531           "name": "record",
4532           "doc": "<p>The model instance</p>\n",
4533           "optional": false
4534         },
4535         {
4536           "type": "Number",
4537           "name": "index",
4538           "doc": "<p>The index of the record/node</p>\n",
4539           "optional": false
4540         },
4541         {
4542           "type": "HTMLElement",
4543           "name": "node",
4544           "doc": "<p>The node that has just been updated</p>\n",
4545           "optional": false
4546         }
4547       ],
4548       "private": false,
4549       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4550       "linenr": 221,
4551       "html_filename": "AbstractView.html",
4552       "href": "AbstractView.html#Ext-view-AbstractView-event-itemupdate",
4553       "shortDoc": "<p>Fires when the node associated with an individual record is updated</p>\n"
4554     },
4555     {
4556       "tagname": "event",
4557       "name": "move",
4558       "member": "Ext.AbstractComponent",
4559       "doc": "<p>Fires after the component is moved.</p>\n",
4560       "params": [
4561         {
4562           "type": "Ext.Component",
4563           "name": "this",
4564           "doc": "\n",
4565           "optional": false
4566         },
4567         {
4568           "type": "Number",
4569           "name": "x",
4570           "doc": "<p>The new x position</p>\n",
4571           "optional": false
4572         },
4573         {
4574           "type": "Number",
4575           "name": "y",
4576           "doc": "<p>The new y position</p>\n",
4577           "optional": false
4578         }
4579       ],
4580       "private": false,
4581       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4582       "linenr": 655,
4583       "html_filename": "AbstractComponent.html",
4584       "href": "AbstractComponent.html#Ext-AbstractComponent-event-move",
4585       "shortDoc": "<p>Fires after the component is moved.</p>\n"
4586     },
4587     {
4588       "tagname": "event",
4589       "name": "refresh",
4590       "member": "Ext.view.AbstractView",
4591       "doc": "<p>Fires when the view is refreshed</p>\n",
4592       "params": [
4593         {
4594           "type": "Ext.view.View",
4595           "name": "this",
4596           "doc": "<p>The DataView object</p>\n",
4597           "optional": false
4598         }
4599       ],
4600       "private": false,
4601       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4602       "linenr": 215,
4603       "html_filename": "AbstractView.html",
4604       "href": "AbstractView.html#Ext-view-AbstractView-event-refresh",
4605       "shortDoc": "<p>Fires when the view is refreshed</p>\n"
4606     },
4607     {
4608       "tagname": "event",
4609       "name": "removed",
4610       "member": "Ext.AbstractComponent",
4611       "doc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n",
4612       "params": [
4613         {
4614           "type": "Ext.Component",
4615           "name": "this",
4616           "doc": "\n",
4617           "optional": false
4618         },
4619         {
4620           "type": "Ext.container.Container",
4621           "name": "ownerCt",
4622           "doc": "<p>Container which holds the component</p>\n",
4623           "optional": false
4624         }
4625       ],
4626       "private": false,
4627       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4628       "linenr": 607,
4629       "html_filename": "AbstractComponent.html",
4630       "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed",
4631       "shortDoc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n"
4632     },
4633     {
4634       "tagname": "event",
4635       "name": "render",
4636       "member": "Ext.AbstractComponent",
4637       "doc": "<p>Fires after the component markup is <a href=\"#/api/Ext.view.AbstractView-property-rendered\" rel=\"Ext.view.AbstractView-property-rendered\" class=\"docClass\">rendered</a>.</p>\n",
4638       "params": [
4639         {
4640           "type": "Ext.Component",
4641           "name": "this",
4642           "doc": "\n",
4643           "optional": false
4644         }
4645       ],
4646       "private": false,
4647       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4648       "linenr": 621,
4649       "html_filename": "AbstractComponent.html",
4650       "href": "AbstractComponent.html#Ext-AbstractComponent-event-render",
4651       "shortDoc": "<p>Fires after the component markup is <a href=\"#/api/Ext.view.AbstractView-property-rendered\" rel=\"Ext.view.AbstractView-property-rendered\" class=\"docClass\">rendered</a>.</p>\n"
4652     },
4653     {
4654       "tagname": "event",
4655       "name": "resize",
4656       "member": "Ext.AbstractComponent",
4657       "doc": "<p>Fires after the component is resized.</p>\n",
4658       "params": [
4659         {
4660           "type": "Ext.Component",
4661           "name": "this",
4662           "doc": "\n",
4663           "optional": false
4664         },
4665         {
4666           "type": "Number",
4667           "name": "adjWidth",
4668           "doc": "<p>The box-adjusted width that was set</p>\n",
4669           "optional": false
4670         },
4671         {
4672           "type": "Number",
4673           "name": "adjHeight",
4674           "doc": "<p>The box-adjusted height that was set</p>\n",
4675           "optional": false
4676         }
4677       ],
4678       "private": false,
4679       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4680       "linenr": 647,
4681       "html_filename": "AbstractComponent.html",
4682       "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize",
4683       "shortDoc": "<p>Fires after the component is resized.</p>\n"
4684     },
4685     {
4686       "tagname": "event",
4687       "name": "show",
4688       "member": "Ext.AbstractComponent",
4689       "doc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> method.</p>\n",
4690       "params": [
4691         {
4692           "type": "Ext.Component",
4693           "name": "this",
4694           "doc": "\n",
4695           "optional": false
4696         }
4697       ],
4698       "private": false,
4699       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4700       "linenr": 587,
4701       "html_filename": "AbstractComponent.html",
4702       "href": "AbstractComponent.html#Ext-AbstractComponent-event-show",
4703       "shortDoc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.view.AbstractView-event-show\" rel=\"Ext.view.AbstractView-event-show\" class=\"docClass\">show</a> method.</p>\n"
4704     },
4705     {
4706       "tagname": "event",
4707       "name": "staterestore",
4708       "member": "Ext.state.Stateful",
4709       "doc": "<p>Fires after the state of the object is restored.</p>\n",
4710       "params": [
4711         {
4712           "type": "Ext.state.Stateful",
4713           "name": "this",
4714           "doc": "\n",
4715           "optional": false
4716         },
4717         {
4718           "type": "Object",
4719           "name": "state",
4720           "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",
4721           "optional": false
4722         }
4723       ],
4724       "private": false,
4725       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
4726       "linenr": 112,
4727       "html_filename": "Stateful.html",
4728       "href": "Stateful.html#Ext-state-Stateful-event-staterestore",
4729       "shortDoc": "<p>Fires after the state of the object is restored.</p>\n"
4730     },
4731     {
4732       "tagname": "event",
4733       "name": "statesave",
4734       "member": "Ext.state.Stateful",
4735       "doc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n",
4736       "params": [
4737         {
4738           "type": "Ext.state.Stateful",
4739           "name": "this",
4740           "doc": "\n",
4741           "optional": false
4742         },
4743         {
4744           "type": "Object",
4745           "name": "state",
4746           "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",
4747           "optional": false
4748         }
4749       ],
4750       "private": false,
4751       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
4752       "linenr": 133,
4753       "html_filename": "Stateful.html",
4754       "href": "Stateful.html#Ext-state-Stateful-event-statesave",
4755       "shortDoc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n"
4756     }
4757   ],
4758   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
4759   "linenr": 1,
4760   "html_filename": "AbstractView.html",
4761   "href": "AbstractView.html#Ext-view-AbstractView",
4762   "cssVar": [
4763
4764   ],
4765   "cssMixin": [
4766
4767   ],
4768   "component": true,
4769   "superclasses": [
4770     "Ext.AbstractComponent",
4771     "Ext.Component"
4772   ],
4773   "subclasses": [
4774     "Ext.view.View"
4775   ],
4776   "mixedInto": [
4777
4778   ],
4779   "allMixins": [
4780     "Ext.util.Floating",
4781     "Ext.util.Observable",
4782     "Ext.util.Animate",
4783     "Ext.state.Stateful"
4784   ]
4785 });