Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.view.Table.js
1 Ext.data.JsonP.Ext_view_Table({
2   "tagname": "class",
3   "name": "Ext.view.Table",
4   "doc": "<p>This class encapsulates the user interface for a tabular data set.\nIt acts as a centralized manager for controlling the various interface\nelements of the view. This includes handling events, such as row and cell\nlevel based DOM events. It also reacts to events from the underlying <a href=\"#/api/Ext.selection.Model\" rel=\"Ext.selection.Model\" class=\"docClass\">Ext.selection.Model</a>\nto provide visual feedback to the user.</p>\n\n<p>This class does not provide ways to manipulate the underlying data of the configured\n<a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a>.</p>\n\n<p>This is the base class for both <a href=\"#/api/Ext.grid.View\" rel=\"Ext.grid.View\" class=\"docClass\">Ext.grid.View</a> and <a href=\"#/api/Ext.tree.View\" rel=\"Ext.tree.View\" class=\"docClass\">Ext.tree.View</a> and is not\nto be used directly.</p>\n",
5   "extends": "Ext.view.View",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": "tableview",
13   "author": "Nicolas Ferrero",
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "An",
21       "member": "Ext.view.Table",
22       "type": "Mixed",
23       "doc": "<p>Focus a particular row and bring it into view. Will fire the rowfocus event. HTMLElement template node, index of a template node, the\nid of a template node or the record associated with the node.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
26       "linenr": 492,
27       "html_filename": "Table3.html",
28       "href": "Table3.html#Ext-view-Table-cfg-An",
29       "shortDoc": "Focus a particular row and bring it into view. Will fire the rowfocus event. HTMLElement template node, index of a te..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "autoEl",
34       "member": "Ext.AbstractComponent",
35       "type": "Mixed",
36       "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.Table-method-getEl\" rel=\"Ext.view.Table-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.Table-cfg-renderTpl\" rel=\"Ext.view.Table-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",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
39       "linenr": 109,
40       "html_filename": "AbstractComponent.html",
41       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl",
42       "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component.\n\n\nYou do not normally ..."
43     },
44     {
45       "tagname": "cfg",
46       "name": "autoRender",
47       "member": "Ext.AbstractComponent",
48       "type": "Mixed",
49       "doc": "<p>This config is intended mainly for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-cfg-floating\" class=\"docClass\">floating</a> Components which may or may not be shown. Instead\nof using <a href=\"#/api/Ext.view.Table-cfg-renderTo\" rel=\"Ext.view.Table-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.Table-event-show\" rel=\"Ext.view.Table-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",
50       "private": false,
51       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
52       "linenr": 478,
53       "html_filename": "AbstractComponent.html",
54       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender",
55       "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. Instead\nof using renderTo in th..."
56     },
57     {
58       "tagname": "cfg",
59       "name": "autoScroll",
60       "member": "Ext.Component",
61       "type": "Boolean",
62       "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",
63       "private": false,
64       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
65       "linenr": 169,
66       "html_filename": "Component.html",
67       "href": "Component.html#Ext-Component-cfg-autoScroll",
68       "shortDoc": "true to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, false..."
69     },
70     {
71       "tagname": "cfg",
72       "name": "autoShow",
73       "member": "Ext.AbstractComponent",
74       "type": "Boolean",
75       "doc": "<p>True to automatically show the component upon creation.\nThis config option may only be used for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-cfg-floating\" class=\"docClass\">floating</a> components or components\nthat use <a href=\"#/api/Ext.view.Table-cfg-autoRender\" rel=\"Ext.view.Table-cfg-autoRender\" class=\"docClass\">autoRender</a>. Defaults to <tt>false</tt>.</p>\n",
76       "private": false,
77       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
78       "linenr": 471,
79       "html_filename": "AbstractComponent.html",
80       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow",
81       "shortDoc": "True to automatically show the component upon creation.\nThis config option may only be used for floating components o..."
82     },
83     {
84       "tagname": "cfg",
85       "name": "baseCls",
86       "member": "Ext.AbstractComponent",
87       "type": "String",
88       "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",
89       "private": false,
90       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
91       "linenr": 252,
92       "html_filename": "AbstractComponent.html",
93       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls",
94       "shortDoc": "The base CSS class to apply to this components's element. This will also be prepended to\nelements within this compone..."
95     },
96     {
97       "tagname": "cfg",
98       "name": "blockRefresh",
99       "member": "Ext.view.AbstractView",
100       "type": "Boolean",
101       "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",
102       "private": false,
103       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
104       "linenr": 119,
105       "html_filename": "AbstractView.html",
106       "href": "AbstractView.html#Ext-view-AbstractView-cfg-blockRefresh",
107       "shortDoc": "Set this to true to ignore datachanged events on the bound store. This is useful if\nyou wish to provide custom transi..."
108     },
109     {
110       "tagname": "cfg",
111       "name": "border",
112       "member": "Ext.AbstractComponent",
113       "type": "Number/String",
114       "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",
115       "private": false,
116       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
117       "linenr": 339,
118       "html_filename": "AbstractComponent.html",
119       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border",
120       "shortDoc": "Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be ..."
121     },
122     {
123       "tagname": "cfg",
124       "name": "cls",
125       "member": "Ext.AbstractComponent",
126       "type": "String",
127       "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",
128       "private": false,
129       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
130       "linenr": 268,
131       "html_filename": "AbstractComponent.html",
132       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls",
133       "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be\nuseful for ..."
134     },
135     {
136       "tagname": "cfg",
137       "name": "componentCls",
138       "member": "Ext.AbstractComponent",
139       "type": "String",
140       "doc": "<p>CSS Class to be added to a components root level element to give distinction to it\nvia styling.</p>\n",
141       "private": false,
142       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
143       "linenr": 262,
144       "html_filename": "AbstractComponent.html",
145       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls"
146     },
147     {
148       "tagname": "cfg",
149       "name": "componentLayout",
150       "member": "Ext.AbstractComponent",
151       "type": "String/Object",
152       "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.Table-method-setSize\" rel=\"Ext.view.Table-method-setSize\" class=\"docClass\">setSize</a> method.</p>\n\n",
153       "private": false,
154       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
155       "linenr": 221,
156       "html_filename": "AbstractComponent.html",
157       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout",
158       "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager..."
159     },
160     {
161       "tagname": "cfg",
162       "name": "contentEl",
163       "member": "Ext.AbstractComponent",
164       "type": "String",
165       "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.Table-cfg-html\" rel=\"Ext.view.Table-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.Table-event-render\" rel=\"Ext.view.Table-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",
166       "private": false,
167       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
168       "linenr": 401,
169       "html_filename": "AbstractComponent.html",
170       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl",
171       "shortDoc": "Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content\nfor this comp..."
172     },
173     {
174       "tagname": "cfg",
175       "name": "data",
176       "member": "Ext.AbstractComponent",
177       "type": "Mixed",
178       "doc": "<p>The initial set of data to apply to the <code><a href=\"#/api/Ext.view.Table-cfg-tpl\" rel=\"Ext.view.Table-cfg-tpl\" class=\"docClass\">tpl</a></code> to\nupdate the content area of the Component.</p>\n",
179       "private": false,
180       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
181       "linenr": 239,
182       "html_filename": "AbstractComponent.html",
183       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data"
184     },
185     {
186       "tagname": "cfg",
187       "name": "deferEmptyText",
188       "member": "Ext.view.AbstractView",
189       "type": "Boolean",
190       "doc": "<p>True to defer emptyText being applied until the store's first load</p>\n",
191       "private": false,
192       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
193       "linenr": 109,
194       "html_filename": "AbstractView.html",
195       "href": "AbstractView.html#Ext-view-AbstractView-cfg-deferEmptyText"
196     },
197     {
198       "tagname": "cfg",
199       "name": "disableSelection",
200       "member": "Ext.view.AbstractView",
201       "type": "Boolean",
202       "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",
203       "private": false,
204       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
205       "linenr": 125,
206       "html_filename": "AbstractView.html",
207       "href": "AbstractView.html#Ext-view-AbstractView-cfg-disableSelection",
208       "shortDoc": "true to disable selection within the DataView. Defaults to false.\nThis configuration will lock the selection model th..."
209     },
210     {
211       "tagname": "cfg",
212       "name": "disabled",
213       "member": "Ext.AbstractComponent",
214       "type": "Boolean",
215       "doc": "<p>Defaults to false.</p>\n",
216       "private": false,
217       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
218       "linenr": 363,
219       "html_filename": "AbstractComponent.html",
220       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabled"
221     },
222     {
223       "tagname": "cfg",
224       "name": "disabledCls",
225       "member": "Ext.AbstractComponent",
226       "type": "String",
227       "doc": "<p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>\n",
228       "private": false,
229       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
230       "linenr": 281,
231       "html_filename": "AbstractComponent.html",
232       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls"
233     },
234     {
235       "tagname": "cfg",
236       "name": "draggable",
237       "member": "Ext.Component",
238       "type": "Mixed",
239       "doc": "<p>Specify as true to make a <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-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",
240       "private": false,
241       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
242       "linenr": 234,
243       "html_filename": "Component.html",
244       "href": "Component.html#Ext-Component-cfg-draggable",
245       "shortDoc": "Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle..."
246     },
247     {
248       "tagname": "cfg",
249       "name": "emptyText",
250       "member": "Ext.view.AbstractView",
251       "type": "String",
252       "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.Table-cfg-deferEmptyText\" rel=\"Ext.view.Table-cfg-deferEmptyText\" class=\"docClass\">deferEmptyText</a> option to false.</p>\n",
253       "private": false,
254       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
255       "linenr": 101,
256       "html_filename": "AbstractView.html",
257       "href": "AbstractView.html#Ext-view-AbstractView-cfg-emptyText",
258       "shortDoc": "The text to display in the view when there is no data to display (defaults to '').\nNote that when using local data th..."
259     },
260     {
261       "tagname": "cfg",
262       "name": "floating",
263       "member": "Ext.Component",
264       "type": "Boolean",
265       "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.Table-method-toFront\" rel=\"Ext.view.Table-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.Table-property-ownerCt\" rel=\"Ext.view.Table-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.Table-event-show\" rel=\"Ext.view.Table-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.Table-property-floatParent\" rel=\"Ext.view.Table-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.Table-property-floatParent\" rel=\"Ext.view.Table-property-floatParent\" class=\"docClass\">floatParent</a> property will not be set.</p>\n\n",
266       "private": false,
267       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
268       "linenr": 175,
269       "html_filename": "Component.html",
270       "href": "Component.html#Ext-Component-cfg-floating",
271       "shortDoc": "Specify as true to float the Component outside of the document flow using CSS absolute positioning.\n\n\nComponents such..."
272     },
273     {
274       "tagname": "cfg",
275       "name": "focusOnToFront",
276       "member": "Ext.util.Floating",
277       "type": "Boolean",
278       "doc": "<p>Specifies whether the floated component should be automatically <a href=\"#/api/Ext.view.Table-method-focus\" rel=\"Ext.view.Table-method-focus\" class=\"docClass\">focused</a> when it is\n<a href=\"#/api/Ext.view.Table-method-toFront\" rel=\"Ext.view.Table-method-toFront\" class=\"docClass\">brought to the front</a>. Defaults to true.</p>\n",
279       "private": false,
280       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
281       "linenr": 9,
282       "html_filename": "Floating.html",
283       "href": "Floating.html#Ext-util-Floating-cfg-focusOnToFront",
284       "shortDoc": "Specifies whether the floated component should be automatically focused when it is\nbrought to the front. Defaults to ..."
285     },
286     {
287       "tagname": "cfg",
288       "name": "frame",
289       "member": "Ext.AbstractComponent",
290       "type": "Boolean",
291       "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.Table-property-frameSize\" rel=\"Ext.view.Table-property-frameSize\" class=\"docClass\">frameSize</a>.</p>\n\n",
292       "private": false,
293       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
294       "linenr": 198,
295       "html_filename": "AbstractComponent.html",
296       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame",
297       "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi..."
298     },
299     {
300       "tagname": "cfg",
301       "name": "height",
302       "member": "Ext.AbstractComponent",
303       "type": "Number",
304       "doc": "<p>The height of this component in pixels.</p>\n",
305       "private": false,
306       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
307       "linenr": 334,
308       "html_filename": "AbstractComponent.html",
309       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height"
310     },
311     {
312       "tagname": "cfg",
313       "name": "hidden",
314       "member": "Ext.AbstractComponent",
315       "type": "Boolean",
316       "doc": "<p>Defaults to false.</p>\n",
317       "private": false,
318       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
319       "linenr": 357,
320       "html_filename": "AbstractComponent.html",
321       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden"
322     },
323     {
324       "tagname": "cfg",
325       "name": "hideMode",
326       "member": "Ext.AbstractComponent",
327       "type": "String",
328       "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",
329       "private": false,
330       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
331       "linenr": 388,
332       "html_filename": "AbstractComponent.html",
333       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode",
334       "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden.\nValues may be\n'display' : The..."
335     },
336     {
337       "tagname": "cfg",
338       "name": "html",
339       "member": "Ext.AbstractComponent",
340       "type": "String/Object",
341       "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.Table-event-render\" rel=\"Ext.view.Table-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.Table-cfg-contentEl\" rel=\"Ext.view.Table-cfg-contentEl\" class=\"docClass\">contentEl</a> is appended.</p>\n",
342       "private": false,
343       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
344       "linenr": 419,
345       "html_filename": "AbstractComponent.html",
346       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html",
347       "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). The HTML conten..."
348     },
349     {
350       "tagname": "cfg",
351       "name": "id",
352       "member": "Ext.AbstractComponent",
353       "type": "String",
354       "doc": "<p>The <b><u>unique id of this component instance</u></b> (defaults to an <a href=\"#/api/Ext.view.Table-method-getId\" rel=\"Ext.view.Table-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.Table-cfg-itemId\" rel=\"Ext.view.Table-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.Table-cfg-itemId\" rel=\"Ext.view.Table-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.Table-property-ownerCt\" rel=\"Ext.view.Table-property-ownerCt\" class=\"docClass\">ownerCt</a></code>.</p>\n\n",
355       "private": false,
356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
357       "linenr": 50,
358       "html_filename": "AbstractComponent.html",
359       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id",
360       "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id).\n\n\nIt should not be necessary to use this ..."
361     },
362     {
363       "tagname": "cfg",
364       "name": "itemCls",
365       "member": "Ext.view.AbstractView",
366       "type": "String",
367       "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.Table-cfg-itemTpl\" rel=\"Ext.view.Table-cfg-itemTpl\" class=\"docClass\">itemTpl</a> configuration.</p>\n",
368       "private": false,
369       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
370       "linenr": 48,
371       "html_filename": "AbstractView.html",
372       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemCls"
373     },
374     {
375       "tagname": "cfg",
376       "name": "itemId",
377       "member": "Ext.AbstractComponent",
378       "type": "String",
379       "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.Table-cfg-id\" rel=\"Ext.view.Table-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.Table-cfg-id\" rel=\"Ext.view.Table-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.Table-cfg-id\" rel=\"Ext.view.Table-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.Table-cfg-renderTo\" rel=\"Ext.view.Table-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.Table-property-ownerCt\" rel=\"Ext.view.Table-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.Table-cfg-id\" rel=\"Ext.view.Table-cfg-id\" class=\"docClass\">id</a></tt>, <code><a href=\"#/api/Ext.view.Table--query\" rel=\"Ext.view.Table--query\" class=\"docClass\">query</a></code>, <code><a href=\"#/api/Ext.view.Table--down\" rel=\"Ext.view.Table--down\" class=\"docClass\">down</a></code> and <code><a href=\"#/api/Ext.view.Table--child\" rel=\"Ext.view.Table--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.Table-property-ownerCt\" rel=\"Ext.view.Table-property-ownerCt\" class=\"docClass\">ownerCt</a></tt>.</p>\n\n",
380       "private": false,
381       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
382       "linenr": 66,
383       "html_filename": "AbstractComponent.html",
384       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId",
385       "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ..."
386     },
387     {
388       "tagname": "cfg",
389       "name": "itemSelector",
390       "member": "Ext.view.AbstractView",
391       "type": "String",
392       "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",
393       "private": false,
394       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
395       "linenr": 39,
396       "html_filename": "AbstractView.html",
397       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemSelector",
398       "shortDoc": "@required\nThis is a required setting. A simple CSS selector (e.g. div.some-class or\nspan:first-child) that will be us..."
399     },
400     {
401       "tagname": "cfg",
402       "name": "itemTpl",
403       "member": "Ext.view.AbstractView",
404       "type": "String/Array/Ext.XTemplate",
405       "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",
406       "private": false,
407       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
408       "linenr": 55,
409       "html_filename": "AbstractView.html",
410       "href": "AbstractView.html#Ext-view-AbstractView-cfg-itemTpl",
411       "shortDoc": "The inner portion of the item template to be rendered. Follows an XTemplate\nstructure and will be placed inside of a ..."
412     },
413     {
414       "tagname": "cfg",
415       "name": "listeners",
416       "member": "Ext.util.Observable",
417       "type": "Object",
418       "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.Table-method-addListener\" rel=\"Ext.view.Table-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",
419       "private": false,
420       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
421       "linenr": 103,
422       "html_filename": "Observable.html",
423       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
424       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
425     },
426     {
427       "tagname": "cfg",
428       "name": "loader",
429       "member": "Ext.AbstractComponent",
430       "type": "Ext.ComponentLoader/Object",
431       "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",
432       "private": false,
433       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
434       "linenr": 462,
435       "html_filename": "AbstractComponent.html",
436       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader"
437     },
438     {
439       "tagname": "cfg",
440       "name": "loadingCls",
441       "member": "Ext.view.AbstractView",
442       "type": "String",
443       "doc": "<p>The CSS class to apply to the loading message element (defaults to Ext.LoadMask.prototype.msgCls \"x-mask-loading\")</p>\n",
444       "private": false,
445       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
446       "linenr": 75,
447       "html_filename": "AbstractView.html",
448       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingCls"
449     },
450     {
451       "tagname": "cfg",
452       "name": "loadingHeight",
453       "member": "Ext.view.AbstractView",
454       "type": "Number",
455       "doc": "<p>If specified, gives an explicit height for the data view when it is showing the <a href=\"#/api/Ext.view.Table-cfg-loadingText\" rel=\"Ext.view.Table-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",
456       "private": false,
457       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
458       "linenr": 88,
459       "html_filename": "AbstractView.html",
460       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingHeight",
461       "shortDoc": "If specified, gives an explicit height for the data view when it is showing the loadingText,\nif that is specified. Th..."
462     },
463     {
464       "tagname": "cfg",
465       "name": "loadingText",
466       "member": "Ext.view.AbstractView",
467       "type": "String",
468       "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",
469       "private": false,
470       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
471       "linenr": 67,
472       "html_filename": "AbstractView.html",
473       "href": "AbstractView.html#Ext-view-AbstractView-cfg-loadingText",
474       "shortDoc": "A string to display during data load operations (defaults to undefined).  If specified, this text will be\ndisplayed i..."
475     },
476     {
477       "tagname": "cfg",
478       "name": "maintainFlex",
479       "member": "Ext.Component",
480       "type": "Boolean",
481       "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",
482       "private": false,
483       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
484       "linenr": 256,
485       "html_filename": "Component.html",
486       "href": "Component.html#Ext-Component-cfg-maintainFlex",
487       "shortDoc": "Only valid when a sibling element of a Splitter within a VBox or\nHBox layout.\n\n\nSpecifies that if an immediate siblin..."
488     },
489     {
490       "tagname": "cfg",
491       "name": "margin",
492       "member": "Ext.AbstractComponent",
493       "type": "Number/String",
494       "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",
495       "private": false,
496       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
497       "linenr": 351,
498       "html_filename": "AbstractComponent.html",
499       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin",
500       "shortDoc": "Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be ..."
501     },
502     {
503       "tagname": "cfg",
504       "name": "maxHeight",
505       "member": "Ext.AbstractComponent",
506       "type": "Number",
507       "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",
508       "private": false,
509       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
510       "linenr": 451,
511       "html_filename": "AbstractComponent.html",
512       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight",
513       "shortDoc": "The maximum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
514     },
515     {
516       "tagname": "cfg",
517       "name": "maxWidth",
518       "member": "Ext.AbstractComponent",
519       "type": "Number",
520       "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",
521       "private": false,
522       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
523       "linenr": 456,
524       "html_filename": "AbstractComponent.html",
525       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth",
526       "shortDoc": "The maximum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
527     },
528     {
529       "tagname": "cfg",
530       "name": "minHeight",
531       "member": "Ext.AbstractComponent",
532       "type": "Number",
533       "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",
534       "private": false,
535       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
536       "linenr": 441,
537       "html_filename": "AbstractComponent.html",
538       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight",
539       "shortDoc": "The minimum value in pixels which this Component will set its height to.\n\n\nWarning: This will override any size manag..."
540     },
541     {
542       "tagname": "cfg",
543       "name": "minWidth",
544       "member": "Ext.AbstractComponent",
545       "type": "Number",
546       "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",
547       "private": false,
548       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
549       "linenr": 446,
550       "html_filename": "AbstractComponent.html",
551       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth",
552       "shortDoc": "The minimum value in pixels which this Component will set its width to.\n\n\nWarning: This will override any size manage..."
553     },
554     {
555       "tagname": "cfg",
556       "name": "multiSelect",
557       "member": "Ext.view.AbstractView",
558       "type": "Boolean",
559       "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.Table-cfg-singleSelect\" rel=\"Ext.view.Table-cfg-singleSelect\" class=\"docClass\">singleSelect</a> (defaults to false).</p>\n",
560       "private": false,
561       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
562       "linenr": 767,
563       "html_filename": "AbstractView.html",
564       "href": "AbstractView.html#Ext-view-AbstractView-cfg-multiSelect",
565       "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 ..."
566     },
567     {
568       "tagname": "cfg",
569       "name": "overCls",
570       "member": "Ext.AbstractComponent",
571       "type": "String",
572       "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",
573       "private": false,
574       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
575       "linenr": 274,
576       "html_filename": "AbstractComponent.html",
577       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls",
578       "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and..."
579     },
580     {
581       "tagname": "cfg",
582       "name": "overItemCls",
583       "member": "Ext.view.AbstractView",
584       "type": "String",
585       "doc": "<p>A CSS class to apply to each item in the view on mouseover (defaults to undefined).\nEnsure <a href=\"#/api/Ext.view.Table-cfg-trackOver\" rel=\"Ext.view.Table-cfg-trackOver\" class=\"docClass\">trackOver</a> is set to <code>true</code> to make use of this.</p>\n",
586       "private": false,
587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
588       "linenr": 61,
589       "html_filename": "AbstractView.html",
590       "href": "AbstractView.html#Ext-view-AbstractView-cfg-overItemCls",
591       "shortDoc": "A CSS class to apply to each item in the view on mouseover (defaults to undefined).\nEnsure trackOver is set to true t..."
592     },
593     {
594       "tagname": "cfg",
595       "name": "padding",
596       "member": "Ext.AbstractComponent",
597       "type": "Number/String",
598       "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",
599       "private": false,
600       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
601       "linenr": 345,
602       "html_filename": "AbstractComponent.html",
603       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding",
604       "shortDoc": "Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can b..."
605     },
606     {
607       "tagname": "cfg",
608       "name": "plugins",
609       "member": "Ext.AbstractComponent",
610       "type": "Object/Array",
611       "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",
612       "private": false,
613       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
614       "linenr": 491,
615       "html_filename": "AbstractComponent.html",
616       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins",
617       "shortDoc": "An object or array of objects that will provide custom functionality for this component.  The only\nrequirement for a ..."
618     },
619     {
620       "tagname": "cfg",
621       "name": "renderSelectors",
622       "member": "Ext.AbstractComponent",
623       "type": "Object",
624       "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.Table-cfg-renderTpl\" rel=\"Ext.view.Table-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",
625       "private": false,
626       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
627       "linenr": 158,
628       "html_filename": "AbstractComponent.html",
629       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors",
630       "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro..."
631     },
632     {
633       "tagname": "cfg",
634       "name": "renderTo",
635       "member": "Ext.AbstractComponent",
636       "type": "Mixed",
637       "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.Table-event-render\" rel=\"Ext.view.Table-event-render\" class=\"docClass\">render</a></code> also.</p>\n\n",
638       "private": false,
639       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
640       "linenr": 183,
641       "html_filename": "AbstractComponent.html",
642       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo",
643       "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..."
644     },
645     {
646       "tagname": "cfg",
647       "name": "renderTpl",
648       "member": "Ext.AbstractComponent",
649       "type": "Mixed",
650       "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.Table-method-getEl\" rel=\"Ext.view.Table-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.Table-method-getEl\" rel=\"Ext.view.Table-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.Table-cfg-renderSelectors\" rel=\"Ext.view.Table-cfg-renderSelectors\" class=\"docClass\">renderSelectors</a> option.</p>\n\n",
651       "private": false,
652       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
653       "linenr": 143,
654       "html_filename": "AbstractComponent.html",
655       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl",
656       "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element.\n\n\nYou do not normal..."
657     },
658     {
659       "tagname": "cfg",
660       "name": "resizable",
661       "member": "Ext.Component",
662       "type": "Mixed",
663       "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",
664       "private": false,
665       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
666       "linenr": 154,
667       "html_filename": "Component.html",
668       "href": "Component.html#Ext-Component-cfg-resizable",
669       "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..."
670     },
671     {
672       "tagname": "cfg",
673       "name": "resizeHandles",
674       "member": "Ext.Component",
675       "type": "String",
676       "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",
677       "private": false,
678       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
679       "linenr": 163,
680       "html_filename": "Component.html",
681       "href": "Component.html#Ext-Component-cfg-resizeHandles"
682     },
683     {
684       "tagname": "cfg",
685       "name": "saveBuffer",
686       "member": "Ext.state.Stateful",
687       "type": "Number",
688       "doc": "<p>A buffer to be applied if many state events are fired within\na short period. Defaults to 100.</p>\n",
689       "private": false,
690       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
691       "linenr": 74,
692       "html_filename": "Stateful.html",
693       "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer"
694     },
695     {
696       "tagname": "cfg",
697       "name": "selectedItemCls",
698       "member": "Ext.view.AbstractView",
699       "type": "String",
700       "doc": "<p>A CSS class to apply to each selected item in the view (defaults to 'x-view-selected').</p>\n",
701       "private": false,
702       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
703       "linenr": 95,
704       "html_filename": "AbstractView.html",
705       "href": "AbstractView.html#Ext-view-AbstractView-cfg-selectedItemCls"
706     },
707     {
708       "tagname": "cfg",
709       "name": "shadow",
710       "member": "Ext.util.Floating",
711       "type": "String/Boolean",
712       "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",
713       "private": false,
714       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
715       "linenr": 16,
716       "html_filename": "Floating.html",
717       "href": "Floating.html#Ext-util-Floating-cfg-shadow",
718       "shortDoc": "Specifies whether the floating component should be given a shadow. Set to\ntrue to automatically create an Ext.Shadow,..."
719     },
720     {
721       "tagname": "cfg",
722       "name": "simpleSelect",
723       "member": "Ext.view.AbstractView",
724       "type": "Boolean",
725       "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",
726       "private": false,
727       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
728       "linenr": 777,
729       "html_filename": "AbstractView.html",
730       "href": "AbstractView.html#Ext-view-AbstractView-cfg-simpleSelect",
731       "shortDoc": "True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl,\nfalse t..."
732     },
733     {
734       "tagname": "cfg",
735       "name": "singleSelect",
736       "member": "Ext.view.AbstractView",
737       "type": "Boolean",
738       "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.Table-cfg-multiSelect\" rel=\"Ext.view.Table-cfg-multiSelect\" class=\"docClass\">multiSelect</a> = true, this value will be ignored.</p>\n",
739       "private": false,
740       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
741       "linenr": 772,
742       "html_filename": "AbstractView.html",
743       "href": "AbstractView.html#Ext-view-AbstractView-cfg-singleSelect",
744       "shortDoc": "True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false).\nNote t..."
745     },
746     {
747       "tagname": "cfg",
748       "name": "stateEvents",
749       "member": "Ext.state.Stateful",
750       "type": "Array",
751       "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.Table-cfg-stateful\" rel=\"Ext.view.Table-cfg-stateful\" class=\"docClass\">stateful</a></code> for an explanation of saving and\nrestoring object state.</p>\n\n",
752       "private": false,
753       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
754       "linenr": 64,
755       "html_filename": "Stateful.html",
756       "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents",
757       "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). stateEvents may..."
758     },
759     {
760       "tagname": "cfg",
761       "name": "stateId",
762       "member": "Ext.state.Stateful",
763       "type": "String",
764       "doc": "<p>The unique id for this object to use for state management purposes.</p>\n\n<p>See <a href=\"#/api/Ext.view.Table-cfg-stateful\" rel=\"Ext.view.Table-cfg-stateful\" class=\"docClass\">stateful</a> for an explanation of saving and restoring state.</p>\n\n",
765       "private": false,
766       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
767       "linenr": 58,
768       "html_filename": "Stateful.html",
769       "href": "Stateful.html#Ext-state-Stateful-cfg-stateId",
770       "shortDoc": "The unique id for this object to use for state management purposes.\n\nSee stateful for an explanation of saving and re..."
771     },
772     {
773       "tagname": "cfg",
774       "name": "stateful",
775       "member": "Ext.state.Stateful",
776       "type": "Boolean",
777       "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.Table-cfg-stateId\" rel=\"Ext.view.Table-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.Table-cfg-stateEvents\" rel=\"Ext.view.Table-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.Table-method-getState\" rel=\"Ext.view.Table-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.Table-cfg-stateId\" rel=\"Ext.view.Table-cfg-stateId\" class=\"docClass\">stateId</a></code></p>\n<p>The resulting object is passed to <b><code><a href=\"#/api/Ext.view.Table-method-applyState\" rel=\"Ext.view.Table-method-applyState\" class=\"docClass\">applyState</a></code></b>.\nThe default implementation of <code><a href=\"#/api/Ext.view.Table-method-applyState\" rel=\"Ext.view.Table-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.Table-event-beforestaterestore\" rel=\"Ext.view.Table-event-beforestaterestore\" class=\"docClass\">beforestaterestore</a>, <a href=\"#/api/Ext.view.Table-event-staterestore\" rel=\"Ext.view.Table-event-staterestore\" class=\"docClass\">staterestore</a>,\n<a href=\"#/api/Ext.view.Table-event-beforestatesave\" rel=\"Ext.view.Table-event-beforestatesave\" class=\"docClass\">beforestatesave</a> and <a href=\"#/api/Ext.view.Table-event-statesave\" rel=\"Ext.view.Table-event-statesave\" class=\"docClass\">statesave</a> events.</p>\n\n",
778       "private": false,
779       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
780       "linenr": 18,
781       "html_filename": "Stateful.html",
782       "href": "Stateful.html#Ext-state-Stateful-cfg-stateful",
783       "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ..."
784     },
785     {
786       "tagname": "cfg",
787       "name": "store",
788       "member": "Ext.view.AbstractView",
789       "type": "Ext.data.Store",
790       "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",
791       "private": false,
792       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
793       "linenr": 33,
794       "html_filename": "AbstractView.html",
795       "href": "AbstractView.html#Ext-view-AbstractView-cfg-store"
796     },
797     {
798       "tagname": "cfg",
799       "name": "style",
800       "member": "Ext.AbstractComponent",
801       "type": "String",
802       "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",
803       "private": false,
804       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
805       "linenr": 300,
806       "html_filename": "AbstractComponent.html",
807       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style",
808       "shortDoc": "A custom style specification to be applied to this component's Element.  Should be a valid argument to\nExt.core.Eleme..."
809     },
810     {
811       "tagname": "cfg",
812       "name": "styleHtmlCls",
813       "member": "Ext.AbstractComponent",
814       "type": "String",
815       "doc": "<p>The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'</p>\n",
816       "private": false,
817       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
818       "linenr": 434,
819       "html_filename": "AbstractComponent.html",
820       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls"
821     },
822     {
823       "tagname": "cfg",
824       "name": "styleHtmlContent",
825       "member": "Ext.AbstractComponent",
826       "type": "Boolean",
827       "doc": "<p>True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.</p>\n",
828       "private": false,
829       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
830       "linenr": 427,
831       "html_filename": "AbstractComponent.html",
832       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent"
833     },
834     {
835       "tagname": "cfg",
836       "name": "toFrontOnShow",
837       "member": "Ext.Component",
838       "type": "Boolean",
839       "doc": "<p>True to automatically call <a href=\"#/api/Ext.view.Table-method-toFront\" rel=\"Ext.view.Table-method-toFront\" class=\"docClass\">toFront</a> when the <a href=\"#/api/Ext.view.Table-event-show\" rel=\"Ext.view.Table-event-show\" class=\"docClass\">show</a> method is called\non an already visible, floating component (default is <code>true</code>).</p>\n\n",
840       "private": false,
841       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
842       "linenr": 199,
843       "html_filename": "Component.html",
844       "href": "Component.html#Ext-Component-cfg-toFrontOnShow",
845       "shortDoc": "True to automatically call toFront when the show method is called\non an already visible, floating component (default ..."
846     },
847     {
848       "tagname": "cfg",
849       "name": "tpl",
850       "member": "Ext.view.AbstractView",
851       "type": "String/Array/Ext.XTemplate",
852       "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",
853       "private": false,
854       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
855       "linenr": 27,
856       "html_filename": "AbstractView.html",
857       "href": "AbstractView.html#Ext-view-AbstractView-cfg-tpl",
858       "shortDoc": "@required\nThe HTML fragment or an array of fragments that will make up the template used by this DataView.  This shou..."
859     },
860     {
861       "tagname": "cfg",
862       "name": "tplWriteMode",
863       "member": "Ext.AbstractComponent",
864       "type": "String",
865       "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",
866       "private": false,
867       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
868       "linenr": 245,
869       "html_filename": "AbstractComponent.html",
870       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode",
871       "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to 'overwrite'\n(see Ext.X..."
872     },
873     {
874       "tagname": "cfg",
875       "name": "trackOver",
876       "member": "Ext.view.AbstractView",
877       "type": "Boolean",
878       "doc": "<p>True to enable mouseenter and mouseleave events</p>\n",
879       "private": false,
880       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
881       "linenr": 114,
882       "html_filename": "AbstractView.html",
883       "href": "AbstractView.html#Ext-view-AbstractView-cfg-trackOver"
884     },
885     {
886       "tagname": "cfg",
887       "name": "ui",
888       "member": "Ext.AbstractComponent",
889       "type": "String/Array",
890       "doc": "<p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>\n",
891       "private": false,
892       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
893       "linenr": 287,
894       "html_filename": "AbstractComponent.html",
895       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui"
896     },
897     {
898       "tagname": "cfg",
899       "name": "width",
900       "member": "Ext.AbstractComponent",
901       "type": "Number",
902       "doc": "<p>The width of this component in pixels.</p>\n",
903       "private": false,
904       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
905       "linenr": 329,
906       "html_filename": "AbstractComponent.html",
907       "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width"
908     }
909   ],
910   "method": [
911     {
912       "tagname": "method",
913       "name": "Table",
914       "member": "Ext.Component",
915       "doc": "\n",
916       "params": [
917         {
918           "type": "Ext.core.Element/String/Object",
919           "name": "config",
920           "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",
921           "optional": false
922         }
923       ],
924       "return": {
925         "type": "void",
926         "doc": "\n"
927       },
928       "private": false,
929       "static": false,
930       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
931       "linenr": 1,
932       "html_filename": "Component.html",
933       "href": "Component.html#Ext-Component-method-constructor",
934       "shortDoc": "\n"
935     },
936     {
937       "tagname": "method",
938       "name": "addClass",
939       "member": "Ext.AbstractComponent",
940       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.Table-method-addCls\" rel=\"Ext.view.Table-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n",
941       "params": [
942         {
943           "type": "String",
944           "name": "cls",
945           "doc": "<p>The CSS class name to add</p>\n",
946           "optional": false
947         }
948       ],
949       "return": {
950         "type": "Ext.Component",
951         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
952       },
953       "private": false,
954       "static": false,
955       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
956       "linenr": 2161,
957       "html_filename": "AbstractComponent.html",
958       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass",
959       "shortDoc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.Table-method-addCls\" rel=\"Ext.view.Table-method-addCls\" class=\"docClass\">addCls</a>\nAdds a CSS class to the top level element representing this component.</p>\n"
960     },
961     {
962       "tagname": "method",
963       "name": "addCls",
964       "member": "Ext.AbstractComponent",
965       "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
966       "params": [
967         {
968           "type": "String",
969           "name": "cls",
970           "doc": "<p>The CSS class name to add</p>\n",
971           "optional": false
972         }
973       ],
974       "return": {
975         "type": "Ext.Component",
976         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
977       },
978       "private": false,
979       "static": false,
980       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
981       "linenr": 2139,
982       "html_filename": "AbstractComponent.html",
983       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls",
984       "shortDoc": "<p>Adds a CSS class to the top level element representing this component.</p>\n"
985     },
986     {
987       "tagname": "method",
988       "name": "addClsWithUI",
989       "member": "Ext.AbstractComponent",
990       "doc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.Table--addUIClsToElement\" rel=\"Ext.view.Table--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n",
991       "params": [
992         {
993           "type": "String/Array",
994           "name": "cls",
995           "doc": "<p>A string or an array of strings to add to the uiCls</p>\n",
996           "optional": false
997         }
998       ],
999       "return": {
1000         "type": "void",
1001         "doc": "\n"
1002       },
1003       "private": false,
1004       "static": false,
1005       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1006       "linenr": 1346,
1007       "html_filename": "AbstractComponent.html",
1008       "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI",
1009       "shortDoc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.Table--addUIClsToElement\" rel=\"Ext.view.Table--addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n"
1010     },
1011     {
1012       "tagname": "method",
1013       "name": "addEvents",
1014       "member": "Ext.util.Observable",
1015       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
1016       "params": [
1017         {
1018           "type": "Object/String",
1019           "name": "o",
1020           "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",
1021           "optional": false
1022         },
1023         {
1024           "type": "String",
1025           "name": "",
1026           "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",
1027           "optional": false
1028         }
1029       ],
1030       "return": {
1031         "type": "void",
1032         "doc": "\n"
1033       },
1034       "private": false,
1035       "static": false,
1036       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1037       "linenr": 452,
1038       "html_filename": "Observable.html",
1039       "href": "Observable.html#Ext-util-Observable-method-addEvents",
1040       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
1041     },
1042     {
1043       "tagname": "method",
1044       "name": "addListener",
1045       "member": "Ext.util.Observable",
1046       "doc": "<p>Appends an event handler to this object.</p>\n",
1047       "params": [
1048         {
1049           "type": "String",
1050           "name": "eventName",
1051           "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",
1052           "optional": false
1053         },
1054         {
1055           "type": "Function",
1056           "name": "handler",
1057           "doc": "<p>The method the event invokes.</p>\n",
1058           "optional": false
1059         },
1060         {
1061           "type": "Object",
1062           "name": "scope",
1063           "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",
1064           "optional": true
1065         },
1066         {
1067           "type": "Object",
1068           "name": "options",
1069           "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",
1070           "optional": true
1071         }
1072       ],
1073       "return": {
1074         "type": "void",
1075         "doc": "\n"
1076       },
1077       "private": false,
1078       "static": false,
1079       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1080       "linenr": 271,
1081       "html_filename": "Observable.html",
1082       "href": "Observable.html#Ext-util-Observable-method-addListener",
1083       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
1084     },
1085     {
1086       "tagname": "method",
1087       "name": "addManagedListener",
1088       "member": "Ext.util.Observable",
1089       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
1090       "params": [
1091         {
1092           "type": "Observable/Element",
1093           "name": "item",
1094           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
1095           "optional": false
1096         },
1097         {
1098           "type": "Object/String",
1099           "name": "ename",
1100           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1101           "optional": false
1102         },
1103         {
1104           "type": "Function",
1105           "name": "fn",
1106           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
1107           "optional": false
1108         },
1109         {
1110           "type": "Object",
1111           "name": "scope",
1112           "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",
1113           "optional": false
1114         },
1115         {
1116           "type": "Object",
1117           "name": "opt",
1118           "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",
1119           "optional": false
1120         }
1121       ],
1122       "return": {
1123         "type": "void",
1124         "doc": "\n"
1125       },
1126       "private": false,
1127       "static": false,
1128       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1129       "linenr": 155,
1130       "html_filename": "Observable.html",
1131       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
1132       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
1133     },
1134     {
1135       "tagname": "method",
1136       "name": "addRowCls",
1137       "member": "Ext.view.Table",
1138       "doc": "<p>Add a CSS Class to a specific row.</p>\n",
1139       "params": [
1140         {
1141           "type": "HTMLElement/String/Number/Ext.data.Model",
1142           "name": "rowInfo",
1143           "doc": "<p>An HTMLElement, index or instance of a model representing this row</p>\n",
1144           "optional": false
1145         },
1146         {
1147           "type": "String",
1148           "name": "cls",
1149           "doc": "\n",
1150           "optional": false
1151         }
1152       ],
1153       "return": {
1154         "type": "void",
1155         "doc": "\n"
1156       },
1157       "private": false,
1158       "static": false,
1159       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
1160       "linenr": 402,
1161       "html_filename": "Table3.html",
1162       "href": "Table3.html#Ext-view-Table-method-addRowCls",
1163       "shortDoc": "<p>Add a CSS Class to a specific row.</p>\n"
1164     },
1165     {
1166       "tagname": "method",
1167       "name": "addStateEvents",
1168       "member": "Ext.state.Stateful",
1169       "doc": "<p>Add events that will trigger the state to be saved.</p>\n",
1170       "params": [
1171         {
1172           "type": "String/Array",
1173           "name": "events",
1174           "doc": "<p>The event name or an array of event names.</p>\n",
1175           "optional": false
1176         }
1177       ],
1178       "return": {
1179         "type": "void",
1180         "doc": "\n"
1181       },
1182       "private": false,
1183       "static": false,
1184       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1185       "linenr": 159,
1186       "html_filename": "Stateful.html",
1187       "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents",
1188       "shortDoc": "<p>Add events that will trigger the state to be saved.</p>\n"
1189     },
1190     {
1191       "tagname": "method",
1192       "name": "afterComponentLayout",
1193       "member": "Ext.AbstractComponent",
1194       "doc": "\n",
1195       "params": [
1196         {
1197           "type": "Number",
1198           "name": "adjWidth",
1199           "doc": "<p>The box-adjusted width that was set</p>\n",
1200           "optional": false
1201         },
1202         {
1203           "type": "Number",
1204           "name": "adjHeight",
1205           "doc": "<p>The box-adjusted height that was set</p>\n",
1206           "optional": false
1207         },
1208         {
1209           "type": "Boolean",
1210           "name": "isSetSize",
1211           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1212           "optional": false
1213         },
1214         {
1215           "type": "Ext.Component",
1216           "name": "layoutOwner",
1217           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
1218           "optional": false
1219         }
1220       ],
1221       "return": {
1222         "type": "void",
1223         "doc": "\n"
1224       },
1225       "private": false,
1226       "static": false,
1227       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1228       "linenr": 2481,
1229       "html_filename": "AbstractComponent.html",
1230       "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout",
1231       "shortDoc": "\n"
1232     },
1233     {
1234       "tagname": "method",
1235       "name": "alignTo",
1236       "member": "Ext.util.Floating",
1237       "doc": "<p>Aligns this floating Component to the specified element</p>\n",
1238       "params": [
1239         {
1240           "type": "Mixed",
1241           "name": "element",
1242           "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",
1243           "optional": false
1244         },
1245         {
1246           "type": "String",
1247           "name": "position",
1248           "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",
1249           "optional": false
1250         },
1251         {
1252           "type": "Array",
1253           "name": "offsets",
1254           "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
1255           "optional": true
1256         }
1257       ],
1258       "return": {
1259         "type": "Component",
1260         "doc": "<p>this</p>\n"
1261       },
1262       "private": false,
1263       "static": false,
1264       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1265       "linenr": 171,
1266       "html_filename": "Floating.html",
1267       "href": "Floating.html#Ext-util-Floating-method-alignTo",
1268       "shortDoc": "<p>Aligns this floating Component to the specified element</p>\n"
1269     },
1270     {
1271       "tagname": "method",
1272       "name": "animate",
1273       "member": "Ext.util.Animate",
1274       "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",
1275       "params": [
1276         {
1277           "type": "Object",
1278           "name": "config",
1279           "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
1280           "optional": false
1281         }
1282       ],
1283       "return": {
1284         "type": "Object",
1285         "doc": "<p>this</p>\n"
1286       },
1287       "private": false,
1288       "static": false,
1289       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1290       "linenr": 207,
1291       "html_filename": "Animate.html",
1292       "href": "Animate.html#Ext-util-Animate-method-animate",
1293       "shortDoc": "Perform custom animation on this object.\nThis method is applicable to both the the Component class and the Element cl..."
1294     },
1295     {
1296       "tagname": "method",
1297       "name": "applyState",
1298       "member": "Ext.state.Stateful",
1299       "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",
1300       "params": [
1301         {
1302           "type": "Object",
1303           "name": "state",
1304           "doc": "<p>The state</p>\n",
1305           "optional": false
1306         }
1307       ],
1308       "return": {
1309         "type": "void",
1310         "doc": "\n"
1311       },
1312       "private": false,
1313       "static": false,
1314       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
1315       "linenr": 225,
1316       "html_filename": "Stateful.html",
1317       "href": "Stateful.html#Ext-state-Stateful-method-applyState",
1318       "shortDoc": "Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By defa..."
1319     },
1320     {
1321       "tagname": "method",
1322       "name": "beforeComponentLayout",
1323       "member": "Ext.AbstractComponent",
1324       "doc": "<p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.</p>\n",
1325       "params": [
1326         {
1327           "type": "Number",
1328           "name": "adjWidth",
1329           "doc": "<p>The box-adjusted width that was set</p>\n",
1330           "optional": false
1331         },
1332         {
1333           "type": "Number",
1334           "name": "adjHeight",
1335           "doc": "<p>The box-adjusted height that was set</p>\n",
1336           "optional": false
1337         },
1338         {
1339           "type": "Boolean",
1340           "name": "isSetSize",
1341           "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1342           "optional": false
1343         },
1344         {
1345           "type": "Ext.Component",
1346           "name": "layoutOwner",
1347           "doc": "<p>Component which sent the layout. Only used when isSetSize is false.</p>\n",
1348           "optional": false
1349         }
1350       ],
1351       "return": {
1352         "type": "void",
1353         "doc": "\n"
1354       },
1355       "private": false,
1356       "static": false,
1357       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1358       "linenr": 2491,
1359       "html_filename": "AbstractComponent.html",
1360       "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout",
1361       "shortDoc": "Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being ex..."
1362     },
1363     {
1364       "tagname": "method",
1365       "name": "bindStore",
1366       "member": "Ext.view.AbstractView",
1367       "doc": "<p>Changes the data store bound to this view and refreshes it.</p>\n",
1368       "params": [
1369         {
1370           "type": "Store",
1371           "name": "store",
1372           "doc": "<p>The store to bind to this view</p>\n",
1373           "optional": false
1374         },
1375         {
1376           "type": "Object",
1377           "name": "initial",
1378           "doc": "\n",
1379           "optional": false
1380         }
1381       ],
1382       "return": {
1383         "type": "void",
1384         "doc": "\n"
1385       },
1386       "private": false,
1387       "static": false,
1388       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1389       "linenr": 507,
1390       "html_filename": "AbstractView.html",
1391       "href": "AbstractView.html#Ext-view-AbstractView-method-bindStore",
1392       "shortDoc": "<p>Changes the data store bound to this view and refreshes it.</p>\n"
1393     },
1394     {
1395       "tagname": "method",
1396       "name": "bubble",
1397       "member": "Ext.Component",
1398       "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",
1399       "params": [
1400         {
1401           "type": "Function",
1402           "name": "fn",
1403           "doc": "<p>The function to call</p>\n",
1404           "optional": false
1405         },
1406         {
1407           "type": "Object",
1408           "name": "scope",
1409           "doc": "<p>(optional) The scope of the function (defaults to current node)</p>\n",
1410           "optional": true
1411         },
1412         {
1413           "type": "Array",
1414           "name": "args",
1415           "doc": "<p>(optional) The args to call the function with (default to passing the current component)</p>\n",
1416           "optional": true
1417         }
1418       ],
1419       "return": {
1420         "type": "Ext.Component",
1421         "doc": "<p>this</p>\n"
1422       },
1423       "private": false,
1424       "static": false,
1425       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1426       "linenr": 1004,
1427       "html_filename": "Component.html",
1428       "href": "Component.html#Ext-Component-method-bubble",
1429       "shortDoc": "Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of..."
1430     },
1431     {
1432       "tagname": "method",
1433       "name": "capture",
1434       "member": "Ext.util.Observable",
1435       "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",
1436       "params": [
1437         {
1438           "type": "Observable",
1439           "name": "o",
1440           "doc": "<p>The Observable to capture events from.</p>\n",
1441           "optional": false
1442         },
1443         {
1444           "type": "Function",
1445           "name": "fn",
1446           "doc": "<p>The function to call when an event is fired.</p>\n",
1447           "optional": false
1448         },
1449         {
1450           "type": "Object",
1451           "name": "scope",
1452           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
1453           "optional": true
1454         }
1455       ],
1456       "return": {
1457         "type": "void",
1458         "doc": "\n"
1459       },
1460       "private": false,
1461       "static": true,
1462       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1463       "linenr": 55,
1464       "html_filename": "Observable.html",
1465       "href": "Observable.html#Ext-util-Observable-method-capture",
1466       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
1467     },
1468     {
1469       "tagname": "method",
1470       "name": "center",
1471       "member": "Ext.util.Floating",
1472       "doc": "<p>Center this Component in its container.</p>\n",
1473       "params": [
1474
1475       ],
1476       "return": {
1477         "type": "Component",
1478         "doc": "<p>this</p>\n"
1479       },
1480       "private": false,
1481       "static": false,
1482       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1483       "linenr": 249,
1484       "html_filename": "Floating.html",
1485       "href": "Floating.html#Ext-util-Floating-method-center",
1486       "shortDoc": "<p>Center this Component in its container.</p>\n"
1487     },
1488     {
1489       "tagname": "method",
1490       "name": "clearHighlight",
1491       "member": "Ext.view.View",
1492       "doc": "<p>Un-highlight the currently highlighted item, if any.</p>\n",
1493       "params": [
1494
1495       ],
1496       "return": {
1497         "type": "void",
1498         "doc": "\n"
1499       },
1500       "private": false,
1501       "static": false,
1502       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
1503       "linenr": 566,
1504       "html_filename": "View3.html",
1505       "href": "View3.html#Ext-view-View-method-clearHighlight",
1506       "shortDoc": "<p>Un-highlight the currently highlighted item, if any.</p>\n"
1507     },
1508     {
1509       "tagname": "method",
1510       "name": "clearListeners",
1511       "member": "Ext.util.Observable",
1512       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
1513       "params": [
1514
1515       ],
1516       "return": {
1517         "type": "void",
1518         "doc": "\n"
1519       },
1520       "private": false,
1521       "static": false,
1522       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1523       "linenr": 383,
1524       "html_filename": "Observable.html",
1525       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
1526       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
1527     },
1528     {
1529       "tagname": "method",
1530       "name": "clearManagedListeners",
1531       "member": "Ext.util.Observable",
1532       "doc": "<p>Removes all managed listeners for this object.</p>\n",
1533       "params": [
1534
1535       ],
1536       "return": {
1537         "type": "void",
1538         "doc": "\n"
1539       },
1540       "private": false,
1541       "static": false,
1542       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1543       "linenr": 412,
1544       "html_filename": "Observable.html",
1545       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
1546       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
1547     },
1548     {
1549       "tagname": "method",
1550       "name": "cloneConfig",
1551       "member": "Ext.Component",
1552       "doc": "<p>Clone the current component using the original config values passed into this instance by default.</p>\n",
1553       "params": [
1554         {
1555           "type": "Object",
1556           "name": "overrides",
1557           "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",
1558           "optional": false
1559         }
1560       ],
1561       "return": {
1562         "type": "Ext.Component",
1563         "doc": "<p>clone The cloned copy of this component</p>\n"
1564       },
1565       "private": false,
1566       "static": false,
1567       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1568       "linenr": 944,
1569       "html_filename": "Component.html",
1570       "href": "Component.html#Ext-Component-method-cloneConfig",
1571       "shortDoc": "<p>Clone the current component using the original config values passed into this instance by default.</p>\n"
1572     },
1573     {
1574       "tagname": "method",
1575       "name": "collectData",
1576       "member": "Ext.view.AbstractView",
1577       "doc": "<p>Function which can be overridden which returns the data object passed to this\nDataView's <a href=\"#/api/Ext.view.Table-cfg-tpl\" rel=\"Ext.view.Table-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",
1578       "params": [
1579         {
1580           "type": "Array",
1581           "name": "records",
1582           "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",
1583           "optional": false
1584         },
1585         {
1586           "type": "Number",
1587           "name": "startIndex",
1588           "doc": "<p>the index number of the Record being prepared for rendering.</p>\n",
1589           "optional": false
1590         }
1591       ],
1592       "return": {
1593         "type": "Array",
1594         "doc": "<p>An Array of data objects to be processed by a repeating XTemplate. May also\ncontain <i>named</i> properties.</p>\n"
1595       },
1596       "private": false,
1597       "static": false,
1598       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1599       "linenr": 377,
1600       "html_filename": "AbstractView.html",
1601       "href": "AbstractView.html#Ext-view-AbstractView-method-collectData",
1602       "shortDoc": "Function which can be overridden which returns the data object passed to this\nDataView's template to render the whole..."
1603     },
1604     {
1605       "tagname": "method",
1606       "name": "deselect",
1607       "member": "Ext.view.AbstractView",
1608       "doc": "<p>Deselects a record instance by record instance or index.</p>\n",
1609       "params": [
1610         {
1611           "type": "Ext.data.Model/Index",
1612           "name": "records",
1613           "doc": "<p>An array of records or an index</p>\n",
1614           "optional": false
1615         },
1616         {
1617           "type": "Boolean",
1618           "name": "suppressEvent",
1619           "doc": "<p>Set to false to not fire a deselect event</p>\n",
1620           "optional": false
1621         }
1622       ],
1623       "return": {
1624         "type": "void",
1625         "doc": "\n"
1626       },
1627       "private": false,
1628       "static": false,
1629       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1630       "linenr": 654,
1631       "html_filename": "AbstractView.html",
1632       "href": "AbstractView.html#Ext-view-AbstractView-method-deselect",
1633       "shortDoc": "<p>Deselects a record instance by record instance or index.</p>\n"
1634     },
1635     {
1636       "tagname": "method",
1637       "name": "destroy",
1638       "member": "Ext.AbstractComponent",
1639       "doc": "<p>Destroys the Component.</p>\n",
1640       "params": [
1641
1642       ],
1643       "return": {
1644         "type": "void",
1645         "doc": "\n"
1646       },
1647       "private": false,
1648       "static": false,
1649       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1650       "linenr": 2672,
1651       "html_filename": "AbstractComponent.html",
1652       "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy",
1653       "shortDoc": "<p>Destroys the Component.</p>\n"
1654     },
1655     {
1656       "tagname": "method",
1657       "name": "disable",
1658       "member": "Ext.AbstractComponent",
1659       "doc": "<p>Disable the component.</p>\n",
1660       "params": [
1661         {
1662           "type": "Boolean",
1663           "name": "silent",
1664           "doc": "<p>Passing true, will supress the 'disable' event from being fired.</p>\n",
1665           "optional": false
1666         }
1667       ],
1668       "return": {
1669         "type": "void",
1670         "doc": "\n"
1671       },
1672       "private": false,
1673       "static": false,
1674       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1675       "linenr": 2078,
1676       "html_filename": "AbstractComponent.html",
1677       "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable",
1678       "shortDoc": "<p>Disable the component.</p>\n"
1679     },
1680     {
1681       "tagname": "method",
1682       "name": "doAutoRender",
1683       "member": "Ext.AbstractComponent",
1684       "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",
1685       "params": [
1686
1687       ],
1688       "return": {
1689         "type": "void",
1690         "doc": "\n"
1691       },
1692       "private": false,
1693       "static": false,
1694       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1695       "linenr": 816,
1696       "html_filename": "AbstractComponent.html",
1697       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender",
1698       "shortDoc": "Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them wit..."
1699     },
1700     {
1701       "tagname": "method",
1702       "name": "doComponentLayout",
1703       "member": "Ext.AbstractComponent",
1704       "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",
1705       "params": [
1706         {
1707           "type": "Object",
1708           "name": "width",
1709           "doc": "\n",
1710           "optional": false
1711         },
1712         {
1713           "type": "Object",
1714           "name": "height",
1715           "doc": "\n",
1716           "optional": false
1717         },
1718         {
1719           "type": "Object",
1720           "name": "isSetSize",
1721           "doc": "\n",
1722           "optional": false
1723         },
1724         {
1725           "type": "Object",
1726           "name": "ownerCt",
1727           "doc": "\n",
1728           "optional": false
1729         }
1730       ],
1731       "return": {
1732         "type": "Ext.container.Container",
1733         "doc": "<p>this</p>\n"
1734       },
1735       "private": false,
1736       "static": false,
1737       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1738       "linenr": 2437,
1739       "html_filename": "AbstractComponent.html",
1740       "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout",
1741       "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t..."
1742     },
1743     {
1744       "tagname": "method",
1745       "name": "doConstrain",
1746       "member": "Ext.util.Floating",
1747       "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",
1748       "params": [
1749         {
1750           "type": "Mixed",
1751           "name": "constrainTo",
1752           "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",
1753           "optional": false
1754         }
1755       ],
1756       "return": {
1757         "type": "void",
1758         "doc": "\n"
1759       },
1760       "private": false,
1761       "static": false,
1762       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
1763       "linenr": 133,
1764       "html_filename": "Floating.html",
1765       "href": "Floating.html#Ext-util-Floating-method-doConstrain",
1766       "shortDoc": "Moves this floating Component into a constrain region.\n\n\nBy default, this Component is constrained to be within the c..."
1767     },
1768     {
1769       "tagname": "method",
1770       "name": "enable",
1771       "member": "Ext.AbstractComponent",
1772       "doc": "<p>Enable the component</p>\n",
1773       "params": [
1774         {
1775           "type": "Boolean",
1776           "name": "silent",
1777           "doc": "<p>Passing false will supress the 'enable' event from being fired.</p>\n",
1778           "optional": false
1779         }
1780       ],
1781       "return": {
1782         "type": "void",
1783         "doc": "\n"
1784       },
1785       "private": false,
1786       "static": false,
1787       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1788       "linenr": 2055,
1789       "html_filename": "AbstractComponent.html",
1790       "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable",
1791       "shortDoc": "<p>Enable the component</p>\n"
1792     },
1793     {
1794       "tagname": "method",
1795       "name": "enableBubble",
1796       "member": "Ext.util.Observable",
1797       "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",
1798       "params": [
1799         {
1800           "type": "String/Array",
1801           "name": "events",
1802           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
1803           "optional": false
1804         }
1805       ],
1806       "return": {
1807         "type": "void",
1808         "doc": "\n"
1809       },
1810       "private": false,
1811       "static": false,
1812       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1813       "linenr": 554,
1814       "html_filename": "Observable.html",
1815       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
1816       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
1817     },
1818     {
1819       "tagname": "method",
1820       "name": "findItemByChild",
1821       "member": "Ext.view.AbstractView",
1822       "doc": "<p>Returns the template node the passed child belongs to, or null if it doesn't belong to one.</p>\n",
1823       "params": [
1824         {
1825           "type": "HTMLElement",
1826           "name": "node",
1827           "doc": "\n",
1828           "optional": false
1829         }
1830       ],
1831       "return": {
1832         "type": "HTMLElement",
1833         "doc": "<p>The template node</p>\n"
1834       },
1835       "private": false,
1836       "static": false,
1837       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1838       "linenr": 569,
1839       "html_filename": "AbstractView.html",
1840       "href": "AbstractView.html#Ext-view-AbstractView-method-findItemByChild",
1841       "shortDoc": "<p>Returns the template node the passed child belongs to, or null if it doesn't belong to one.</p>\n"
1842     },
1843     {
1844       "tagname": "method",
1845       "name": "findLayoutController",
1846       "member": "Ext.AbstractComponent",
1847       "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",
1848       "params": [
1849
1850       ],
1851       "return": {
1852         "type": "void",
1853         "doc": "\n"
1854       },
1855       "private": false,
1856       "static": false,
1857       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
1858       "linenr": 772,
1859       "html_filename": "AbstractComponent.html",
1860       "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController",
1861       "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n..."
1862     },
1863     {
1864       "tagname": "method",
1865       "name": "findParentBy",
1866       "member": "Ext.Component",
1867       "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",
1868       "params": [
1869         {
1870           "type": "Function",
1871           "name": "fn",
1872           "doc": "<p>The custom function to call with the arguments (container, this component).</p>\n",
1873           "optional": false
1874         }
1875       ],
1876       "return": {
1877         "type": "Ext.container.Container",
1878         "doc": "<p>The first Container for which the custom function returns true</p>\n"
1879       },
1880       "private": false,
1881       "static": false,
1882       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1883       "linenr": 975,
1884       "html_filename": "Component.html",
1885       "href": "Component.html#Ext-Component-method-findParentBy",
1886       "shortDoc": "Find a container above this component at any level by a custom function. If the passed function returns\ntrue, the con..."
1887     },
1888     {
1889       "tagname": "method",
1890       "name": "findParentByType",
1891       "member": "Ext.Component",
1892       "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",
1893       "params": [
1894         {
1895           "type": "String/Class",
1896           "name": "xtype",
1897           "doc": "<p>The xtype string for a component, or the class of the component directly</p>\n",
1898           "optional": false
1899         }
1900       ],
1901       "return": {
1902         "type": "Ext.container.Container",
1903         "doc": "<p>The first Container which matches the given xtype or class</p>\n"
1904       },
1905       "private": false,
1906       "static": false,
1907       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1908       "linenr": 989,
1909       "html_filename": "Component.html",
1910       "href": "Component.html#Ext-Component-method-findParentByType",
1911       "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"
1912     },
1913     {
1914       "tagname": "method",
1915       "name": "findTargetByEvent",
1916       "member": "Ext.view.AbstractView",
1917       "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",
1918       "params": [
1919         {
1920           "type": "Ext.EventObject",
1921           "name": "e",
1922           "doc": "\n",
1923           "optional": false
1924         }
1925       ],
1926       "return": {
1927         "type": "void",
1928         "doc": "\n"
1929       },
1930       "private": false,
1931       "static": false,
1932       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
1933       "linenr": 578,
1934       "html_filename": "AbstractView.html",
1935       "href": "AbstractView.html#Ext-view-AbstractView-method-findTargetByEvent",
1936       "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"
1937     },
1938     {
1939       "tagname": "method",
1940       "name": "fireEvent",
1941       "member": "Ext.util.Observable",
1942       "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.Table-method-enableBubble\" rel=\"Ext.view.Table-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
1943       "params": [
1944         {
1945           "type": "String",
1946           "name": "eventName",
1947           "doc": "<p>The name of the event to fire.</p>\n",
1948           "optional": false
1949         },
1950         {
1951           "type": "Object...",
1952           "name": "args",
1953           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1954           "optional": false
1955         }
1956       ],
1957       "return": {
1958         "type": "Boolean",
1959         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1960       },
1961       "private": false,
1962       "static": false,
1963       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1964       "linenr": 232,
1965       "html_filename": "Observable.html",
1966       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1967       "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..."
1968     },
1969     {
1970       "tagname": "method",
1971       "name": "focus",
1972       "member": "Ext.Component",
1973       "doc": "<p>Try to focus this component.</p>\n",
1974       "params": [
1975         {
1976           "type": "Boolean",
1977           "name": "selectText",
1978           "doc": "<p>(optional) If applicable, true to also select the text in this component</p>\n",
1979           "optional": true
1980         },
1981         {
1982           "type": "Boolean/Number",
1983           "name": "delay",
1984           "doc": "<p>(optional) Delay the focus this number of milliseconds (true for 10 milliseconds).</p>\n",
1985           "optional": true
1986         }
1987       ],
1988       "return": {
1989         "type": "Ext.Component",
1990         "doc": "<p>this</p>\n"
1991       },
1992       "private": false,
1993       "static": false,
1994       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
1995       "linenr": 853,
1996       "html_filename": "Component.html",
1997       "href": "Component.html#Ext-Component-method-focus",
1998       "shortDoc": "<p>Try to focus this component.</p>\n"
1999     },
2000     {
2001       "tagname": "method",
2002       "name": "getActiveAnimation",
2003       "member": "Ext.util.Animate",
2004       "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
2005       "params": [
2006
2007       ],
2008       "return": {
2009         "type": "Mixed",
2010         "doc": "<p>anim if element has active effects, else false</p>\n"
2011       },
2012       "private": false,
2013       "static": false,
2014       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2015       "linenr": 377,
2016       "html_filename": "Animate.html",
2017       "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
2018       "shortDoc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n"
2019     },
2020     {
2021       "tagname": "method",
2022       "name": "getBox",
2023       "member": "Ext.Component",
2024       "doc": "<p>Gets the current box measurements of the component's underlying element.</p>\n",
2025       "params": [
2026         {
2027           "type": "Boolean",
2028           "name": "local",
2029           "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
2030           "optional": true
2031         }
2032       ],
2033       "return": {
2034         "type": "Object",
2035         "doc": "<p>box An object in the format {x, y, width, height}</p>\n"
2036       },
2037       "private": false,
2038       "static": false,
2039       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2040       "linenr": 538,
2041       "html_filename": "Component.html",
2042       "href": "Component.html#Ext-Component-method-getBox",
2043       "shortDoc": "<p>Gets the current box measurements of the component's underlying element.</p>\n"
2044     },
2045     {
2046       "tagname": "method",
2047       "name": "getBubbleTarget",
2048       "member": "Ext.AbstractComponent",
2049       "doc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n",
2050       "params": [
2051
2052       ],
2053       "return": {
2054         "type": "Ext.container.Container",
2055         "doc": "<p>the Container which owns this Component.</p>\n"
2056       },
2057       "private": false,
2058       "static": false,
2059       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2060       "linenr": 2276,
2061       "html_filename": "AbstractComponent.html",
2062       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget",
2063       "shortDoc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n"
2064     },
2065     {
2066       "tagname": "method",
2067       "name": "getEl",
2068       "member": "Ext.AbstractComponent",
2069       "doc": "<p>Retrieves the top level element representing this component.</p>\n",
2070       "params": [
2071
2072       ],
2073       "return": {
2074         "type": "void",
2075         "doc": "\n"
2076       },
2077       "private": false,
2078       "static": false,
2079       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2080       "linenr": 1892,
2081       "html_filename": "AbstractComponent.html",
2082       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl",
2083       "shortDoc": "<p>Retrieves the top level element representing this component.</p>\n"
2084     },
2085     {
2086       "tagname": "method",
2087       "name": "getFeature",
2088       "member": "Ext.view.Table",
2089       "doc": "<p>Get a reference to a feature</p>\n",
2090       "params": [
2091         {
2092           "type": "String",
2093           "name": "id",
2094           "doc": "<p>The id of the feature</p>\n",
2095           "optional": false
2096         }
2097       ],
2098       "return": {
2099         "type": "Ext.grid.feature.Feature",
2100         "doc": "<p>The feature. Undefined if not found</p>\n"
2101       },
2102       "private": false,
2103       "static": false,
2104       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
2105       "linenr": 174,
2106       "html_filename": "Table3.html",
2107       "href": "Table3.html#Ext-view-Table-method-getFeature",
2108       "shortDoc": "<p>Get a reference to a feature</p>\n"
2109     },
2110     {
2111       "tagname": "method",
2112       "name": "getHeight",
2113       "member": "Ext.AbstractComponent",
2114       "doc": "<p>Gets the current height of the component's underlying element.</p>\n",
2115       "params": [
2116
2117       ],
2118       "return": {
2119         "type": "Number",
2120         "doc": "\n"
2121       },
2122       "private": false,
2123       "static": false,
2124       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2125       "linenr": 2579,
2126       "html_filename": "AbstractComponent.html",
2127       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight",
2128       "shortDoc": "<p>Gets the current height of the component's underlying element.</p>\n"
2129     },
2130     {
2131       "tagname": "method",
2132       "name": "getId",
2133       "member": "Ext.AbstractComponent",
2134       "doc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n",
2135       "params": [
2136
2137       ],
2138       "return": {
2139         "type": "void",
2140         "doc": "\n"
2141       },
2142       "private": false,
2143       "static": false,
2144       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2145       "linenr": 1880,
2146       "html_filename": "AbstractComponent.html",
2147       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId",
2148       "shortDoc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n"
2149     },
2150     {
2151       "tagname": "method",
2152       "name": "getInsertPosition",
2153       "member": "Ext.AbstractComponent",
2154       "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",
2155       "params": [
2156         {
2157           "type": "String/Number/Element/HTMLElement",
2158           "name": "position",
2159           "doc": "<p>Index, element id or element you want\nto put this component before.</p>\n",
2160           "optional": false
2161         }
2162       ],
2163       "return": {
2164         "type": "HTMLElement",
2165         "doc": "<p>DOM element that you can use in the insertBefore</p>\n"
2166       },
2167       "private": false,
2168       "static": false,
2169       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2170       "linenr": 1513,
2171       "html_filename": "AbstractComponent.html",
2172       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition",
2173       "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert..."
2174     },
2175     {
2176       "tagname": "method",
2177       "name": "getLoader",
2178       "member": "Ext.AbstractComponent",
2179       "doc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n",
2180       "params": [
2181
2182       ],
2183       "return": {
2184         "type": "Ext.ComponentLoader",
2185         "doc": "<p>The loader instance, null if it doesn't exist.</p>\n"
2186       },
2187       "private": false,
2188       "static": false,
2189       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2190       "linenr": 2587,
2191       "html_filename": "AbstractComponent.html",
2192       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader",
2193       "shortDoc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n"
2194     },
2195     {
2196       "tagname": "method",
2197       "name": "getNode",
2198       "member": "Ext.view.AbstractView",
2199       "doc": "<p>Gets a template node.</p>\n",
2200       "params": [
2201         {
2202           "type": "HTMLElement/String/Number/Ext.data.Model",
2203           "name": "nodeInfo",
2204           "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",
2205           "optional": false
2206         }
2207       ],
2208       "return": {
2209         "type": "HTMLElement",
2210         "doc": "<p>The node or null if it wasn't found</p>\n"
2211       },
2212       "private": false,
2213       "static": false,
2214       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2215       "linenr": 663,
2216       "html_filename": "AbstractView.html",
2217       "href": "AbstractView.html#Ext-view-AbstractView-method-getNode",
2218       "shortDoc": "<p>Gets a template node.</p>\n"
2219     },
2220     {
2221       "tagname": "method",
2222       "name": "getNodes",
2223       "member": "Ext.view.AbstractView",
2224       "doc": "<p>Gets a range nodes.</p>\n",
2225       "params": [
2226         {
2227           "type": "Number",
2228           "name": "start",
2229           "doc": "<p>(optional) The index of the first node in the range</p>\n",
2230           "optional": true
2231         },
2232         {
2233           "type": "Number",
2234           "name": "end",
2235           "doc": "<p>(optional) The index of the last node in the range</p>\n",
2236           "optional": true
2237         }
2238       ],
2239       "return": {
2240         "type": "Array",
2241         "doc": "<p>An array of nodes</p>\n"
2242       },
2243       "private": false,
2244       "static": false,
2245       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2246       "linenr": 697,
2247       "html_filename": "AbstractView.html",
2248       "href": "AbstractView.html#Ext-view-AbstractView-method-getNodes",
2249       "shortDoc": "<p>Gets a range nodes.</p>\n"
2250     },
2251     {
2252       "tagname": "method",
2253       "name": "getPlugin",
2254       "member": "Ext.AbstractComponent",
2255       "doc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n",
2256       "params": [
2257         {
2258           "type": "Object",
2259           "name": "pluginId",
2260           "doc": "\n",
2261           "optional": false
2262         }
2263       ],
2264       "return": {
2265         "type": "Ext.AbstractPlugin",
2266         "doc": "<p>pluginInstance</p>\n"
2267       },
2268       "private": false,
2269       "static": false,
2270       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2271       "linenr": 2715,
2272       "html_filename": "AbstractComponent.html",
2273       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin",
2274       "shortDoc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n"
2275     },
2276     {
2277       "tagname": "method",
2278       "name": "getPosition",
2279       "member": "Ext.Component",
2280       "doc": "<p>Gets the current XY position of the component's underlying element.</p>\n",
2281       "params": [
2282         {
2283           "type": "Boolean",
2284           "name": "local",
2285           "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
2286           "optional": true
2287         }
2288       ],
2289       "return": {
2290         "type": "Array",
2291         "doc": "<p>The XY position of the element (e.g., [100, 200])</p>\n"
2292       },
2293       "private": false,
2294       "static": false,
2295       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2296       "linenr": 603,
2297       "html_filename": "Component.html",
2298       "href": "Component.html#Ext-Component-method-getPosition",
2299       "shortDoc": "<p>Gets the current XY position of the component's underlying element.</p>\n"
2300     },
2301     {
2302       "tagname": "method",
2303       "name": "getRecord",
2304       "member": "Ext.view.AbstractView",
2305       "doc": "<p>Gets a record from a node</p>\n",
2306       "params": [
2307         {
2308           "type": "Element/HTMLElement",
2309           "name": "node",
2310           "doc": "<p>The node to evaluate</p>\n",
2311           "optional": false
2312         }
2313       ],
2314       "return": {
2315         "type": "Record",
2316         "doc": "<p>record The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object</p>\n"
2317       },
2318       "private": false,
2319       "static": false,
2320       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2321       "linenr": 622,
2322       "html_filename": "AbstractView.html",
2323       "href": "AbstractView.html#Ext-view-AbstractView-method-getRecord",
2324       "shortDoc": "<p>Gets a record from a node</p>\n"
2325     },
2326     {
2327       "tagname": "method",
2328       "name": "getRecords",
2329       "member": "Ext.view.AbstractView",
2330       "doc": "<p>Gets an array of the records from an array of nodes</p>\n",
2331       "params": [
2332         {
2333           "type": "Array",
2334           "name": "nodes",
2335           "doc": "<p>The nodes to evaluate</p>\n",
2336           "optional": false
2337         }
2338       ],
2339       "return": {
2340         "type": "Array",
2341         "doc": "<p>records The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> objects</p>\n"
2342       },
2343       "private": false,
2344       "static": false,
2345       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2346       "linenr": 604,
2347       "html_filename": "AbstractView.html",
2348       "href": "AbstractView.html#Ext-view-AbstractView-method-getRecords",
2349       "shortDoc": "<p>Gets an array of the records from an array of nodes</p>\n"
2350     },
2351     {
2352       "tagname": "method",
2353       "name": "getRowClass",
2354       "member": "Ext.view.Table",
2355       "doc": "<p>Override this function to apply custom CSS classes to rows during rendering.  You can also supply custom\nparameters to the row template for the current row to customize how it is rendered using the <b>rowParams</b>\nparameter.  This function should return the CSS class name (or empty string '' for none) that will be added\nto the row's wrapping div.  To apply multiple class names, simply return them space-delimited within the string\n(e.g., 'my-class another-class'). Example usage:</p>\n\n<pre><code>viewConfig: {\n    forceFit: true,\n    showPreview: true, // custom property\n    enableRowBody: true, // required to create a second, full-width row to show expanded Record data\n    getRowClass: function(record, rowIndex, rp, ds){ // rp = rowParams\n        if(this.showPreview){\n            rp.body = '&lt;p>'+record.data.excerpt+'&lt;/p>';\n            return 'x-grid3-row-expanded';\n        }\n        return 'x-grid3-row-collapsed';\n    }\n},\n    </code></pre>\n\n",
2356       "params": [
2357         {
2358           "type": "Model",
2359           "name": "model",
2360           "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> corresponding to the current row.</p>\n",
2361           "optional": false
2362         },
2363         {
2364           "type": "Number",
2365           "name": "index",
2366           "doc": "<p>The row index.</p>\n",
2367           "optional": false
2368         },
2369         {
2370           "type": "Object",
2371           "name": "rowParams",
2372           "doc": "<p>(DEPRECATED) A config object that is passed to the row template during rendering that allows\ncustomization of various aspects of a grid row.</p>\n\n<p>If <a href=\"#/api/Ext.view.Table--enableRowBody\" rel=\"Ext.view.Table--enableRowBody\" class=\"docClass\">enableRowBody</a> is configured <b><tt></tt>true</b>, then the following properties may be set\nby this function, and will be used to render a full-width expansion row below each grid row:</p>\n\n\n<ul>\n<li><code>body</code> : String <div class=\"sub-desc\">An HTML fragment to be used as the expansion row's body content (defaults to '').</div></li>\n<li><code>bodyStyle</code> : String <div class=\"sub-desc\">A CSS style specification that will be applied to the expansion row's &lt;tr> element. (defaults to '').</div></li>\n</ul>\n\n\n<p>The following property will be passed in, and may be appended to:</p>\n\n<ul>\n<li><code>tstyle</code> : String <div class=\"sub-desc\">A CSS style specification that willl be applied to the &lt;table> element which encapsulates\nboth the standard grid row, and any expansion row.</div></li>\n</ul>\n\n",
2373           "optional": false
2374         },
2375         {
2376           "type": "Store",
2377           "name": "store",
2378           "doc": "<p>The <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a> this grid is bound to</p>\n",
2379           "optional": false
2380         }
2381       ],
2382       "return": {
2383         "type": "String",
2384         "doc": "<p>a CSS class name to add to the row.</p>\n"
2385       },
2386       "private": false,
2387       "static": false,
2388       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
2389       "linenr": 49,
2390       "html_filename": "Table3.html",
2391       "href": "Table3.html#Ext-view-Table-method-getRowClass",
2392       "shortDoc": "Override this function to apply custom CSS classes to rows during rendering.  You can also supply custom\nparameters t..."
2393     },
2394     {
2395       "tagname": "method",
2396       "name": "getSelectedNodes",
2397       "member": "Ext.view.AbstractView",
2398       "doc": "<p>Gets the currently selected nodes.</p>\n",
2399       "params": [
2400
2401       ],
2402       "return": {
2403         "type": "Array",
2404         "doc": "<p>An array of HTMLElements</p>\n"
2405       },
2406       "private": false,
2407       "static": false,
2408       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2409       "linenr": 587,
2410       "html_filename": "AbstractView.html",
2411       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectedNodes",
2412       "shortDoc": "<p>Gets the currently selected nodes.</p>\n"
2413     },
2414     {
2415       "tagname": "method",
2416       "name": "getSelectedRecords",
2417       "member": "Ext.view.AbstractView",
2418       "doc": "<p>Gets an array of the selected records</p>\n",
2419       "params": [
2420
2421       ],
2422       "return": {
2423         "type": "Array",
2424         "doc": "<p>An array of <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> objects</p>\n"
2425       },
2426       "private": false,
2427       "static": false,
2428       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2429       "linenr": 794,
2430       "html_filename": "AbstractView.html",
2431       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectedRecords",
2432       "shortDoc": "<p>Gets an array of the selected records</p>\n"
2433     },
2434     {
2435       "tagname": "method",
2436       "name": "getSelectionCount",
2437       "member": "Ext.view.AbstractView",
2438       "doc": "<p>Gets the number of selected nodes.</p>\n",
2439       "params": [
2440
2441       ],
2442       "return": {
2443         "type": "Number",
2444         "doc": "<p>The node count</p>\n"
2445       },
2446       "private": false,
2447       "static": false,
2448       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2449       "linenr": 783,
2450       "html_filename": "AbstractView.html",
2451       "href": "AbstractView.html#Ext-view-AbstractView-method-getSelectionCount",
2452       "shortDoc": "<p>Gets the number of selected nodes.</p>\n"
2453     },
2454     {
2455       "tagname": "method",
2456       "name": "getSize",
2457       "member": "Ext.AbstractComponent",
2458       "doc": "<p>Gets the current size of the component's underlying element.</p>\n",
2459       "params": [
2460
2461       ],
2462       "return": {
2463         "type": "Object",
2464         "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
2465       },
2466       "private": false,
2467       "static": false,
2468       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2469       "linenr": 2563,
2470       "html_filename": "AbstractComponent.html",
2471       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize",
2472       "shortDoc": "<p>Gets the current size of the component's underlying element.</p>\n"
2473     },
2474     {
2475       "tagname": "method",
2476       "name": "getState",
2477       "member": "Ext.state.Stateful",
2478       "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",
2479       "params": [
2480
2481       ],
2482       "return": {
2483         "type": "Object",
2484         "doc": "<p>The current state</p>\n"
2485       },
2486       "private": false,
2487       "static": false,
2488       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2489       "linenr": 216,
2490       "html_filename": "Stateful.html",
2491       "href": "Stateful.html#Ext-state-Stateful-method-getState",
2492       "shortDoc": "Gets the current state of the object. By default this function returns null,\nit should be overridden in subclasses to..."
2493     },
2494     {
2495       "tagname": "method",
2496       "name": "getStateId",
2497       "member": "Ext.state.Stateful",
2498       "doc": "<p>Gets the state id for this object.</p>\n",
2499       "params": [
2500
2501       ],
2502       "return": {
2503         "type": "String",
2504         "doc": "<p>The state id, null if not found.</p>\n"
2505       },
2506       "private": false,
2507       "static": false,
2508       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
2509       "linenr": 237,
2510       "html_filename": "Stateful.html",
2511       "href": "Stateful.html#Ext-state-Stateful-method-getStateId",
2512       "shortDoc": "<p>Gets the state id for this object.</p>\n"
2513     },
2514     {
2515       "tagname": "method",
2516       "name": "getStore",
2517       "member": "Ext.view.AbstractView",
2518       "doc": "<p>Returns the store associated with this DataView.</p>\n",
2519       "params": [
2520
2521       ],
2522       "return": {
2523         "type": "Ext.data.Store",
2524         "doc": "<p>The store</p>\n"
2525       },
2526       "private": false,
2527       "static": false,
2528       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2529       "linenr": 499,
2530       "html_filename": "AbstractView.html",
2531       "href": "AbstractView.html#Ext-view-AbstractView-method-getStore",
2532       "shortDoc": "<p>Returns the store associated with this DataView.</p>\n"
2533     },
2534     {
2535       "tagname": "method",
2536       "name": "getTableChunker",
2537       "member": "Ext.view.Table",
2538       "doc": "<p>Get the configured chunker or default of Ext.view.TableChunker</p>\n",
2539       "params": [
2540
2541       ],
2542       "return": {
2543         "type": "void",
2544         "doc": "\n"
2545       },
2546       "private": false,
2547       "static": false,
2548       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
2549       "linenr": 395,
2550       "html_filename": "Table3.html",
2551       "href": "Table3.html#Ext-view-Table-method-getTableChunker",
2552       "shortDoc": "<p>Get the configured chunker or default of Ext.view.TableChunker</p>\n"
2553     },
2554     {
2555       "tagname": "method",
2556       "name": "getWidth",
2557       "member": "Ext.AbstractComponent",
2558       "doc": "<p>Gets the current width of the component's underlying element.</p>\n",
2559       "params": [
2560
2561       ],
2562       "return": {
2563         "type": "Number",
2564         "doc": "\n"
2565       },
2566       "private": false,
2567       "static": false,
2568       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2569       "linenr": 2571,
2570       "html_filename": "AbstractComponent.html",
2571       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth",
2572       "shortDoc": "<p>Gets the current width of the component's underlying element.</p>\n"
2573     },
2574     {
2575       "tagname": "method",
2576       "name": "getXType",
2577       "member": "Ext.Component",
2578       "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",
2579       "params": [
2580
2581       ],
2582       "return": {
2583         "type": "String",
2584         "doc": "<p>The xtype</p>\n"
2585       },
2586       "private": false,
2587       "static": false,
2588       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2589       "linenr": 962,
2590       "html_filename": "Component.html",
2591       "href": "Component.html#Ext-Component-method-getXType",
2592       "shortDoc": "Gets the xtype for this component as registered with Ext.ComponentManager. For a list of all\navailable xtypes, see th..."
2593     },
2594     {
2595       "tagname": "method",
2596       "name": "getXTypes",
2597       "member": "Ext.AbstractComponent",
2598       "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",
2599       "params": [
2600
2601       ],
2602       "return": {
2603         "type": "String",
2604         "doc": "<p>The xtype hierarchy string</p>\n"
2605       },
2606       "private": false,
2607       "static": false,
2608       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2609       "linenr": 1938,
2610       "html_filename": "AbstractComponent.html",
2611       "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes",
2612       "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the Ext..."
2613     },
2614     {
2615       "tagname": "method",
2616       "name": "hasActiveFx",
2617       "member": "Ext.util.Animate",
2618       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.Table-method-getActiveAnimation\" rel=\"Ext.view.Table-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",
2619       "params": [
2620
2621       ],
2622       "return": {
2623         "type": "Mixed",
2624         "doc": "<p>anim if element has active effects, else false</p>\n"
2625       },
2626       "private": false,
2627       "static": false,
2628       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
2629       "linenr": 369,
2630       "html_filename": "Animate.html",
2631       "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
2632       "shortDoc": "@deprecated 4.0 Replaced by getActiveAnimation\nReturns thq current animation if this object has any effects actively ..."
2633     },
2634     {
2635       "tagname": "method",
2636       "name": "hasListener",
2637       "member": "Ext.util.Observable",
2638       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
2639       "params": [
2640         {
2641           "type": "String",
2642           "name": "eventName",
2643           "doc": "<p>The name of the event to check for</p>\n",
2644           "optional": false
2645         }
2646       ],
2647       "return": {
2648         "type": "Boolean",
2649         "doc": "<p>True if the event is being listened for, else false</p>\n"
2650       },
2651       "private": false,
2652       "static": false,
2653       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2654       "linenr": 480,
2655       "html_filename": "Observable.html",
2656       "href": "Observable.html#Ext-util-Observable-method-hasListener",
2657       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
2658     },
2659     {
2660       "tagname": "method",
2661       "name": "hasUICls",
2662       "member": "Ext.AbstractComponent",
2663       "doc": "<p>Checks if there is currently a specified uiCls</p>\n",
2664       "params": [
2665         {
2666           "type": "String",
2667           "name": "cls",
2668           "doc": "<p>The cls to check</p>\n",
2669           "optional": false
2670         }
2671       ],
2672       "return": {
2673         "type": "void",
2674         "doc": "\n"
2675       },
2676       "private": false,
2677       "static": false,
2678       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2679       "linenr": 1389,
2680       "html_filename": "AbstractComponent.html",
2681       "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls",
2682       "shortDoc": "<p>Checks if there is currently a specified uiCls</p>\n"
2683     },
2684     {
2685       "tagname": "method",
2686       "name": "hide",
2687       "member": "Ext.Component",
2688       "doc": "<p>Hides this Component, setting it to invisible using the configured <a href=\"#/api/Ext.view.Table-cfg-hideMode\" rel=\"Ext.view.Table-cfg-hideMode\" class=\"docClass\">hideMode</a>.</p>\n",
2689       "params": [
2690         {
2691           "type": "String/Element/Component",
2692           "name": "animateTarget",
2693           "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-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",
2694           "optional": false
2695         },
2696         {
2697           "type": "Function",
2698           "name": "callback",
2699           "doc": "<p>(optional) A callback function to call after the Component is hidden.</p>\n",
2700           "optional": true
2701         },
2702         {
2703           "type": "Object",
2704           "name": "scope",
2705           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
2706           "optional": true
2707         }
2708       ],
2709       "return": {
2710         "type": "Ext.Component",
2711         "doc": "<p>this</p>\n"
2712       },
2713       "private": false,
2714       "static": false,
2715       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
2716       "linenr": 748,
2717       "html_filename": "Component.html",
2718       "href": "Component.html#Ext-Component-method-hide",
2719       "shortDoc": "<p>Hides this Component, setting it to invisible using the configured <a href=\"#/api/Ext.view.Table-cfg-hideMode\" rel=\"Ext.view.Table-cfg-hideMode\" class=\"docClass\">hideMode</a>.</p>\n"
2720     },
2721     {
2722       "tagname": "method",
2723       "name": "highlightItem",
2724       "member": "Ext.view.View",
2725       "doc": "<p>Highlight a given item in the DataView. This is called by the mouseover handler if <a href=\"#/api/Ext.view.Table-cfg-overItemCls\" rel=\"Ext.view.Table-cfg-overItemCls\" class=\"docClass\">overItemCls</a>\nand <a href=\"#/api/Ext.view.Table-cfg-trackOver\" rel=\"Ext.view.Table-cfg-trackOver\" class=\"docClass\">trackOver</a> are configured, but can also be called manually by other code, for instance to\nhandle stepping through the list via keyboard navigation.</p>\n",
2726       "params": [
2727         {
2728           "type": "HTMLElement",
2729           "name": "item",
2730           "doc": "<p>The item to highlight</p>\n",
2731           "optional": false
2732         }
2733       ],
2734       "return": {
2735         "type": "void",
2736         "doc": "\n"
2737       },
2738       "private": false,
2739       "static": false,
2740       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
2741       "linenr": 553,
2742       "html_filename": "View3.html",
2743       "href": "View3.html#Ext-view-View-method-highlightItem",
2744       "shortDoc": "Highlight a given item in the DataView. This is called by the mouseover handler if overItemCls\nand trackOver are conf..."
2745     },
2746     {
2747       "tagname": "method",
2748       "name": "indexOf",
2749       "member": "Ext.view.AbstractView",
2750       "doc": "<p>Finds the index of the passed node.</p>\n",
2751       "params": [
2752         {
2753           "type": "HTMLElement/String/Number/Record",
2754           "name": "nodeInfo",
2755           "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",
2756           "optional": false
2757         }
2758       ],
2759       "return": {
2760         "type": "Number",
2761         "doc": "<p>The index of the node or -1</p>\n"
2762       },
2763       "private": false,
2764       "static": false,
2765       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2766       "linenr": 722,
2767       "html_filename": "AbstractView.html",
2768       "href": "AbstractView.html#Ext-view-AbstractView-method-indexOf",
2769       "shortDoc": "<p>Finds the index of the passed node.</p>\n"
2770     },
2771     {
2772       "tagname": "method",
2773       "name": "is",
2774       "member": "Ext.AbstractComponent",
2775       "doc": "<p>Tests whether this Component matches the selector string.</p>\n",
2776       "params": [
2777         {
2778           "type": "String",
2779           "name": "selector",
2780           "doc": "<p>The selector string to test against.</p>\n",
2781           "optional": false
2782         }
2783       ],
2784       "return": {
2785         "type": "Boolean",
2786         "doc": "<p>True if this Component matches the selector.</p>\n"
2787       },
2788       "private": false,
2789       "static": false,
2790       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2791       "linenr": 1719,
2792       "html_filename": "AbstractComponent.html",
2793       "href": "AbstractComponent.html#Ext-AbstractComponent-method-is",
2794       "shortDoc": "<p>Tests whether this Component matches the selector string.</p>\n"
2795     },
2796     {
2797       "tagname": "method",
2798       "name": "isDescendantOf",
2799       "member": "Ext.AbstractComponent",
2800       "doc": "<p>Determines whether this component is the descendant of a particular container.</p>\n",
2801       "params": [
2802         {
2803           "type": "Ext.Container",
2804           "name": "container",
2805           "doc": "\n",
2806           "optional": false
2807         }
2808       ],
2809       "return": {
2810         "type": "Boolean",
2811         "doc": "<p>isDescendant</p>\n"
2812       },
2813       "private": false,
2814       "static": false,
2815       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2816       "linenr": 2731,
2817       "html_filename": "AbstractComponent.html",
2818       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf",
2819       "shortDoc": "<p>Determines whether this component is the descendant of a particular container.</p>\n"
2820     },
2821     {
2822       "tagname": "method",
2823       "name": "isDisabled",
2824       "member": "Ext.AbstractComponent",
2825       "doc": "<p>Method to determine whether this Component is currently disabled.</p>\n",
2826       "params": [
2827
2828       ],
2829       "return": {
2830         "type": "Boolean",
2831         "doc": "<p>the disabled state of this Component.</p>\n"
2832       },
2833       "private": false,
2834       "static": false,
2835       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2836       "linenr": 2115,
2837       "html_filename": "AbstractComponent.html",
2838       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled",
2839       "shortDoc": "<p>Method to determine whether this Component is currently disabled.</p>\n"
2840     },
2841     {
2842       "tagname": "method",
2843       "name": "isDraggable",
2844       "member": "Ext.AbstractComponent",
2845       "doc": "<p>Method to determine whether this Component is draggable.</p>\n",
2846       "params": [
2847
2848       ],
2849       "return": {
2850         "type": "Boolean",
2851         "doc": "<p>the draggable state of this component.</p>\n"
2852       },
2853       "private": false,
2854       "static": false,
2855       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2856       "linenr": 2292,
2857       "html_filename": "AbstractComponent.html",
2858       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable",
2859       "shortDoc": "<p>Method to determine whether this Component is draggable.</p>\n"
2860     },
2861     {
2862       "tagname": "method",
2863       "name": "isDroppable",
2864       "member": "Ext.AbstractComponent",
2865       "doc": "<p>Method to determine whether this Component is droppable.</p>\n",
2866       "params": [
2867
2868       ],
2869       "return": {
2870         "type": "Boolean",
2871         "doc": "<p>the droppable state of this component.</p>\n"
2872       },
2873       "private": false,
2874       "static": false,
2875       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2876       "linenr": 2300,
2877       "html_filename": "AbstractComponent.html",
2878       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable",
2879       "shortDoc": "<p>Method to determine whether this Component is droppable.</p>\n"
2880     },
2881     {
2882       "tagname": "method",
2883       "name": "isFloating",
2884       "member": "Ext.AbstractComponent",
2885       "doc": "<p>Method to determine whether this Component is floating.</p>\n",
2886       "params": [
2887
2888       ],
2889       "return": {
2890         "type": "Boolean",
2891         "doc": "<p>the floating state of this component.</p>\n"
2892       },
2893       "private": false,
2894       "static": false,
2895       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2896       "linenr": 2284,
2897       "html_filename": "AbstractComponent.html",
2898       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating",
2899       "shortDoc": "<p>Method to determine whether this Component is floating.</p>\n"
2900     },
2901     {
2902       "tagname": "method",
2903       "name": "isHidden",
2904       "member": "Ext.AbstractComponent",
2905       "doc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n",
2906       "params": [
2907
2908       ],
2909       "return": {
2910         "type": "Boolean",
2911         "doc": "<p>the hidden state of this Component.</p>\n"
2912       },
2913       "private": false,
2914       "static": false,
2915       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2916       "linenr": 2131,
2917       "html_filename": "AbstractComponent.html",
2918       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden",
2919       "shortDoc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n"
2920     },
2921     {
2922       "tagname": "method",
2923       "name": "isSelected",
2924       "member": "Ext.view.AbstractView",
2925       "doc": "<p>Returns true if the passed node is selected, else false.</p>\n",
2926       "params": [
2927         {
2928           "type": "HTMLElement/Number/Ext.data.Model",
2929           "name": "node",
2930           "doc": "<p>The node, node index or record to check</p>\n",
2931           "optional": false
2932         }
2933       ],
2934       "return": {
2935         "type": "Boolean",
2936         "doc": "<p>True if selected, else false</p>\n"
2937       },
2938       "private": false,
2939       "static": false,
2940       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
2941       "linenr": 633,
2942       "html_filename": "AbstractView.html",
2943       "href": "AbstractView.html#Ext-view-AbstractView-method-isSelected",
2944       "shortDoc": "<p>Returns true if the passed node is selected, else false.</p>\n"
2945     },
2946     {
2947       "tagname": "method",
2948       "name": "isVisible",
2949       "member": "Ext.AbstractComponent",
2950       "doc": "<p>Returns true if this component is visible.</p>\n",
2951       "params": [
2952         {
2953           "type": "Boolean",
2954           "name": "deep",
2955           "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",
2956           "optional": false
2957         }
2958       ],
2959       "return": {
2960         "type": "Boolean",
2961         "doc": "<p>True if this component is visible, false otherwise.</p>\n"
2962       },
2963       "private": false,
2964       "static": false,
2965       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2966       "linenr": 2015,
2967       "html_filename": "AbstractComponent.html",
2968       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible",
2969       "shortDoc": "<p>Returns true if this component is visible.</p>\n"
2970     },
2971     {
2972       "tagname": "method",
2973       "name": "isXType",
2974       "member": "Ext.AbstractComponent",
2975       "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",
2976       "params": [
2977         {
2978           "type": "String",
2979           "name": "xtype",
2980           "doc": "<p>The xtype to check for this Component</p>\n",
2981           "optional": false
2982         },
2983         {
2984           "type": "Boolean",
2985           "name": "shallow",
2986           "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",
2987           "optional": true
2988         }
2989       ],
2990       "return": {
2991         "type": "Boolean",
2992         "doc": "<p>True if this component descends from the specified xtype, false otherwise.</p>\n"
2993       },
2994       "private": false,
2995       "static": false,
2996       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
2997       "linenr": 1907,
2998       "html_filename": "AbstractComponent.html",
2999       "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType",
3000       "shortDoc": "Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom th..."
3001     },
3002     {
3003       "tagname": "method",
3004       "name": "nextNode",
3005       "member": "Ext.AbstractComponent",
3006       "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.Table--pnextSibling\" rel=\"Ext.view.Table--pnextSibling\" class=\"docClass\">pnextSibling</a>.</p>\n\n",
3007       "params": [
3008         {
3009           "type": "String",
3010           "name": "selector",
3011           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following nodes.</p>\n",
3012           "optional": false
3013         },
3014         {
3015           "type": "Object",
3016           "name": "includeSelf",
3017           "doc": "\n",
3018           "optional": false
3019         }
3020       ],
3021       "return": {
3022         "type": "void",
3023         "doc": "<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>\n"
3024       },
3025       "private": false,
3026       "static": false,
3027       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3028       "linenr": 1845,
3029       "html_filename": "AbstractComponent.html",
3030       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode",
3031       "shortDoc": "Returns the next node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings, and..."
3032     },
3033     {
3034       "tagname": "method",
3035       "name": "nextSibling",
3036       "member": "Ext.AbstractComponent",
3037       "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.Table-method-nextNode\" rel=\"Ext.view.Table-method-nextNode\" class=\"docClass\">nextNode</a></p>\n\n",
3038       "params": [
3039         {
3040           "type": "String",
3041           "name": "selector",
3042           "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following items.</p>\n",
3043           "optional": false
3044         }
3045       ],
3046       "return": {
3047         "type": "void",
3048         "doc": "<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
3049       },
3050       "private": false,
3051       "static": false,
3052       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3053       "linenr": 1749,
3054       "html_filename": "AbstractComponent.html",
3055       "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling",
3056       "shortDoc": "Returns the next sibling of this Component.\n\n\nOptionally selects the next sibling which matches the passed ComponentQ..."
3057     },
3058     {
3059       "tagname": "method",
3060       "name": "observe",
3061       "member": "Ext.util.Observable",
3062       "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",
3063       "params": [
3064         {
3065           "type": "Function",
3066           "name": "c",
3067           "doc": "<p>The class constructor to make observable.</p>\n",
3068           "optional": false
3069         },
3070         {
3071           "type": "Object",
3072           "name": "listeners",
3073           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.view.Table-method-addListener\" rel=\"Ext.view.Table-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
3074           "optional": false
3075         }
3076       ],
3077       "return": {
3078         "type": "void",
3079         "doc": "\n"
3080       },
3081       "private": false,
3082       "static": true,
3083       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3084       "linenr": 69,
3085       "html_filename": "Observable.html",
3086       "href": "Observable.html#Ext-util-Observable-method-observe",
3087       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
3088     },
3089     {
3090       "tagname": "method",
3091       "name": "on",
3092       "member": "Ext.util.Observable",
3093       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.view.Table-method-addListener\" rel=\"Ext.view.Table-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
3094       "params": [
3095         {
3096           "type": "String",
3097           "name": "eventName",
3098           "doc": "<p>The type of event to listen for</p>\n",
3099           "optional": false
3100         },
3101         {
3102           "type": "Function",
3103           "name": "handler",
3104           "doc": "<p>The method the event invokes</p>\n",
3105           "optional": false
3106         },
3107         {
3108           "type": "Object",
3109           "name": "scope",
3110           "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",
3111           "optional": true
3112         },
3113         {
3114           "type": "Object",
3115           "name": "options",
3116           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
3117           "optional": true
3118         }
3119       ],
3120       "return": {
3121         "type": "void",
3122         "doc": "\n"
3123       },
3124       "private": false,
3125       "static": false,
3126       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3127       "linenr": 616,
3128       "html_filename": "Observable.html",
3129       "href": "Observable.html#Ext-util-Observable-method-on",
3130       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.view.Table-method-addListener\" rel=\"Ext.view.Table-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
3131     },
3132     {
3133       "tagname": "method",
3134       "name": "prepareData",
3135       "member": "Ext.view.AbstractView",
3136       "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.Table-cfg-tpl\" rel=\"Ext.view.Table-cfg-tpl\" class=\"docClass\">template</a> to render each node.</p>\n",
3137       "params": [
3138         {
3139           "type": "Array/Object",
3140           "name": "data",
3141           "doc": "<p>The raw data object that was used to create the Record.</p>\n",
3142           "optional": false
3143         },
3144         {
3145           "type": "Number",
3146           "name": "recordIndex",
3147           "doc": "<p>the index number of the Record being prepared for rendering.</p>\n",
3148           "optional": false
3149         },
3150         {
3151           "type": "Record",
3152           "name": "record",
3153           "doc": "<p>The Record being prepared for rendering.</p>\n",
3154           "optional": false
3155         }
3156       ],
3157       "return": {
3158         "type": "Array/Object",
3159         "doc": "<p>The formatted data in a format expected by the internal <a href=\"#/api/Ext.view.Table-cfg-tpl\" rel=\"Ext.view.Table-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"
3160       },
3161       "private": false,
3162       "static": false,
3163       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3164       "linenr": 361,
3165       "html_filename": "AbstractView.html",
3166       "href": "AbstractView.html#Ext-view-AbstractView-method-prepareData",
3167       "shortDoc": "Function which can be overridden to provide custom formatting for each Record that is used by this\nDataView's templat..."
3168     },
3169     {
3170       "tagname": "method",
3171       "name": "previousNode",
3172       "member": "Ext.AbstractComponent",
3173       "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.Table-method-previousSibling\" rel=\"Ext.view.Table-method-previousSibling\" class=\"docClass\">previousSibling</a>.</p>\n\n",
3174       "params": [
3175         {
3176           "type": "String",
3177           "name": "selector",
3178           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding nodes.</p>\n",
3179           "optional": false
3180         },
3181         {
3182           "type": "Object",
3183           "name": "includeSelf",
3184           "doc": "\n",
3185           "optional": false
3186         }
3187       ],
3188       "return": {
3189         "type": "void",
3190         "doc": "<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>\n"
3191       },
3192       "private": false,
3193       "static": false,
3194       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3195       "linenr": 1809,
3196       "html_filename": "AbstractComponent.html",
3197       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode",
3198       "shortDoc": "Returns the previous node in the Component tree in tree traversal order.\n\n\nNote that this is not limited to siblings,..."
3199     },
3200     {
3201       "tagname": "method",
3202       "name": "previousSibling",
3203       "member": "Ext.AbstractComponent",
3204       "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.Table-method-previousNode\" rel=\"Ext.view.Table-method-previousNode\" class=\"docClass\">previousNode</a></p>\n\n",
3205       "params": [
3206         {
3207           "type": "String",
3208           "name": "selector",
3209           "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding items.</p>\n",
3210           "optional": false
3211         }
3212       ],
3213       "return": {
3214         "type": "void",
3215         "doc": "<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
3216       },
3217       "private": false,
3218       "static": false,
3219       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3220       "linenr": 1779,
3221       "html_filename": "AbstractComponent.html",
3222       "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling",
3223       "shortDoc": "Returns the previous sibling of this Component.\n\n\nOptionally selects the previous sibling which matches the passed Co..."
3224     },
3225     {
3226       "tagname": "method",
3227       "name": "refresh",
3228       "member": "Ext.view.Table",
3229       "doc": "<p>Refresh the grid view.\nSaves and restores the scroll state, generates a new template, stripes rows\nand invalidates the scrollers.</p>\n",
3230       "params": [
3231         {
3232           "type": "Boolean",
3233           "name": "firstPass",
3234           "doc": "<p>This is a private flag for internal use only.</p>\n",
3235           "optional": false
3236         }
3237       ],
3238       "return": {
3239         "type": "void",
3240         "doc": "\n"
3241       },
3242       "private": false,
3243       "static": false,
3244       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
3245       "linenr": 612,
3246       "html_filename": "Table3.html",
3247       "href": "Table3.html#Ext-view-Table-method-refresh",
3248       "shortDoc": "Refresh the grid view.\nSaves and restores the scroll state, generates a new template, stripes rows\nand invalidates th..."
3249     },
3250     {
3251       "tagname": "method",
3252       "name": "refreshNode",
3253       "member": "Ext.view.AbstractView",
3254       "doc": "<p>Refreshes an individual node's data from the store.</p>\n",
3255       "params": [
3256         {
3257           "type": "Number",
3258           "name": "index",
3259           "doc": "<p>The item's data index in the store</p>\n",
3260           "optional": false
3261         }
3262       ],
3263       "return": {
3264         "type": "void",
3265         "doc": "\n"
3266       },
3267       "private": false,
3268       "static": false,
3269       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3270       "linenr": 476,
3271       "html_filename": "AbstractView.html",
3272       "href": "AbstractView.html#Ext-view-AbstractView-method-refreshNode",
3273       "shortDoc": "<p>Refreshes an individual node's data from the store.</p>\n"
3274     },
3275     {
3276       "tagname": "method",
3277       "name": "relayEvents",
3278       "member": "Ext.util.Observable",
3279       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
3280       "params": [
3281         {
3282           "type": "Object",
3283           "name": "origin",
3284           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
3285           "optional": false
3286         },
3287         {
3288           "type": "Array",
3289           "name": "events",
3290           "doc": "<p>Array of event names to relay.</p>\n",
3291           "optional": false
3292         },
3293         {
3294           "type": "Object",
3295           "name": "prefix",
3296           "doc": "\n",
3297           "optional": false
3298         }
3299       ],
3300       "return": {
3301         "type": "void",
3302         "doc": "\n"
3303       },
3304       "private": false,
3305       "static": false,
3306       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3307       "linenr": 520,
3308       "html_filename": "Observable.html",
3309       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
3310       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
3311     },
3312     {
3313       "tagname": "method",
3314       "name": "releaseCapture",
3315       "member": "Ext.util.Observable",
3316       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
3317       "params": [
3318         {
3319           "type": "Observable",
3320           "name": "o",
3321           "doc": "<p>The Observable to release</p>\n",
3322           "optional": false
3323         }
3324       ],
3325       "return": {
3326         "type": "void",
3327         "doc": "\n"
3328       },
3329       "private": false,
3330       "static": true,
3331       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3332       "linenr": 46,
3333       "html_filename": "Observable.html",
3334       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
3335       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
3336     },
3337     {
3338       "tagname": "method",
3339       "name": "removeCls",
3340       "member": "Ext.AbstractComponent",
3341       "doc": "<p>Removes a CSS class from the top level element representing this component.</p>\n",
3342       "params": [
3343         {
3344           "type": "Object",
3345           "name": "className",
3346           "doc": "\n",
3347           "optional": false
3348         }
3349       ],
3350       "return": {
3351         "type": "Ext.Component",
3352         "doc": "<p>Returns the Component to allow method chaining.</p>\n"
3353       },
3354       "private": false,
3355       "static": false,
3356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3357       "linenr": 2171,
3358       "html_filename": "AbstractComponent.html",
3359       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls",
3360       "shortDoc": "<p>Removes a CSS class from the top level element representing this component.</p>\n"
3361     },
3362     {
3363       "tagname": "method",
3364       "name": "removeClsWithUI",
3365       "member": "Ext.AbstractComponent",
3366       "doc": "<p>Removes a cls to the uiCls array, which will also call <a href=\"#/api/Ext.view.Table--removeUIClsToElement\" rel=\"Ext.view.Table--removeUIClsToElement\" class=\"docClass\">removeUIClsToElement</a> and removes\nit from all elements of this component.</p>\n",
3367       "params": [
3368         {
3369           "type": "String/Array",
3370           "name": "cls",
3371           "doc": "<p>A string or an array of strings to remove to the uiCls</p>\n",
3372           "optional": false
3373         }
3374       ],
3375       "return": {
3376         "type": "void",
3377         "doc": "\n"
3378       },
3379       "private": false,
3380       "static": false,
3381       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3382       "linenr": 1368,
3383       "html_filename": "AbstractComponent.html",
3384       "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI",
3385       "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsToElement and removes\nit from all elements of this ..."
3386     },
3387     {
3388       "tagname": "method",
3389       "name": "removeListener",
3390       "member": "Ext.util.Observable",
3391       "doc": "<p>Removes an event handler.</p>\n",
3392       "params": [
3393         {
3394           "type": "String",
3395           "name": "eventName",
3396           "doc": "<p>The type of event the handler was associated with.</p>\n",
3397           "optional": false
3398         },
3399         {
3400           "type": "Function",
3401           "name": "handler",
3402           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.view.Table-method-addListener\" rel=\"Ext.view.Table-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
3403           "optional": false
3404         },
3405         {
3406           "type": "Object",
3407           "name": "scope",
3408           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
3409           "optional": true
3410         }
3411       ],
3412       "return": {
3413         "type": "void",
3414         "doc": "\n"
3415       },
3416       "private": false,
3417       "static": false,
3418       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3419       "linenr": 352,
3420       "html_filename": "Observable.html",
3421       "href": "Observable.html#Ext-util-Observable-method-removeListener",
3422       "shortDoc": "<p>Removes an event handler.</p>\n"
3423     },
3424     {
3425       "tagname": "method",
3426       "name": "removeManagedListener",
3427       "member": "Ext.util.Observable",
3428       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.view.Table--mon\" rel=\"Ext.view.Table--mon\" class=\"docClass\">mon</a> method.</p>\n",
3429       "params": [
3430         {
3431           "type": "Observable|Element",
3432           "name": "item",
3433           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
3434           "optional": false
3435         },
3436         {
3437           "type": "Object|String",
3438           "name": "ename",
3439           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
3440           "optional": false
3441         },
3442         {
3443           "type": "Function",
3444           "name": "fn",
3445           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
3446           "optional": false
3447         },
3448         {
3449           "type": "Object",
3450           "name": "scope",
3451           "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",
3452           "optional": false
3453         }
3454       ],
3455       "return": {
3456         "type": "void",
3457         "doc": "\n"
3458       },
3459       "private": false,
3460       "static": false,
3461       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3462       "linenr": 196,
3463       "html_filename": "Observable.html",
3464       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
3465       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.view.Table--mon\" rel=\"Ext.view.Table--mon\" class=\"docClass\">mon</a> method.</p>\n"
3466     },
3467     {
3468       "tagname": "method",
3469       "name": "removeRowCls",
3470       "member": "Ext.view.Table",
3471       "doc": "<p>Remove a CSS Class from a specific row.</p>\n",
3472       "params": [
3473         {
3474           "type": "HTMLElement/String/Number/Ext.data.Model",
3475           "name": "rowInfo",
3476           "doc": "<p>An HTMLElement, index or instance of a model representing this row</p>\n",
3477           "optional": false
3478         },
3479         {
3480           "type": "String",
3481           "name": "cls",
3482           "doc": "\n",
3483           "optional": false
3484         }
3485       ],
3486       "return": {
3487         "type": "void",
3488         "doc": "\n"
3489       },
3490       "private": false,
3491       "static": false,
3492       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
3493       "linenr": 414,
3494       "html_filename": "Table3.html",
3495       "href": "Table3.html#Ext-view-Table-method-removeRowCls",
3496       "shortDoc": "<p>Remove a CSS Class from a specific row.</p>\n"
3497     },
3498     {
3499       "tagname": "method",
3500       "name": "resumeEvents",
3501       "member": "Ext.util.Observable",
3502       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.view.Table-method-suspendEvents\" rel=\"Ext.view.Table-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",
3503       "params": [
3504
3505       ],
3506       "return": {
3507         "type": "void",
3508         "doc": "\n"
3509       },
3510       "private": false,
3511       "static": false,
3512       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
3513       "linenr": 502,
3514       "html_filename": "Observable.html",
3515       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
3516       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
3517     },
3518     {
3519       "tagname": "method",
3520       "name": "saveScrollState",
3521       "member": "Ext.view.Table",
3522       "doc": "<p>Save the scrollState in a private variable.\nMust be used in conjunction with restoreScrollState</p>\n",
3523       "params": [
3524
3525       ],
3526       "return": {
3527         "type": "void",
3528         "doc": "\n"
3529       },
3530       "private": false,
3531       "static": false,
3532       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
3533       "linenr": 586,
3534       "html_filename": "Table3.html",
3535       "href": "Table3.html#Ext-view-Table-method-saveScrollState",
3536       "shortDoc": "<p>Save the scrollState in a private variable.\nMust be used in conjunction with restoreScrollState</p>\n"
3537     },
3538     {
3539       "tagname": "method",
3540       "name": "select",
3541       "member": "Ext.view.AbstractView",
3542       "doc": "<p>Selects a record instance by record instance or index.</p>\n",
3543       "params": [
3544         {
3545           "type": "Ext.data.Model/Index",
3546           "name": "records",
3547           "doc": "<p>An array of records or an index</p>\n",
3548           "optional": false
3549         },
3550         {
3551           "type": "Boolean",
3552           "name": "keepExisting",
3553           "doc": "\n",
3554           "optional": false
3555         },
3556         {
3557           "type": "Boolean",
3558           "name": "suppressEvent",
3559           "doc": "<p>Set to false to not fire a select event</p>\n",
3560           "optional": false
3561         }
3562       ],
3563       "return": {
3564         "type": "void",
3565         "doc": "\n"
3566       },
3567       "private": false,
3568       "static": false,
3569       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
3570       "linenr": 644,
3571       "html_filename": "AbstractView.html",
3572       "href": "AbstractView.html#Ext-view-AbstractView-method-select",
3573       "shortDoc": "<p>Selects a record instance by record instance or index.</p>\n"
3574     },
3575     {
3576       "tagname": "method",
3577       "name": "sequenceFx",
3578       "member": "Ext.util.Animate",
3579       "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.Table-method-syncFx\" rel=\"Ext.view.Table-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
3580       "params": [
3581
3582       ],
3583       "return": {
3584         "type": "Object",
3585         "doc": "<p>this</p>\n"
3586       },
3587       "private": false,
3588       "static": false,
3589       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3590       "linenr": 357,
3591       "html_filename": "Animate.html",
3592       "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
3593       "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite ..."
3594     },
3595     {
3596       "tagname": "method",
3597       "name": "setActive",
3598       "member": "Ext.util.Floating",
3599       "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.Table-event-activate\" rel=\"Ext.view.Table-event-activate\" class=\"docClass\">activate</a> or <a href=\"#/api/Ext.view.Table-event-deactivate\" rel=\"Ext.view.Table-event-deactivate\" class=\"docClass\">deactivate</a> event depending on which action occurred.</p>\n\n",
3600       "params": [
3601         {
3602           "type": "Boolean",
3603           "name": "active",
3604           "doc": "<p>True to activate the Component, false to deactivate it (defaults to false)</p>\n",
3605           "optional": false
3606         },
3607         {
3608           "type": "Component",
3609           "name": "newActive",
3610           "doc": "<p>The newly active Component which is taking over topmost zIndex position.</p>\n",
3611           "optional": false
3612         }
3613       ],
3614       "return": {
3615         "type": "void",
3616         "doc": "\n"
3617       },
3618       "private": false,
3619       "static": false,
3620       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
3621       "linenr": 216,
3622       "html_filename": "Floating.html",
3623       "href": "Floating.html#Ext-util-Floating-method-setActive",
3624       "shortDoc": "This method is called internally by Ext.ZIndexManager to signal that a floating\nComponent has either been moved to th..."
3625     },
3626     {
3627       "tagname": "method",
3628       "name": "setAutoScroll",
3629       "member": "Ext.Component",
3630       "doc": "<p>Sets the overflow on the content element of the component.</p>\n",
3631       "params": [
3632         {
3633           "type": "Boolean",
3634           "name": "scroll",
3635           "doc": "<p>True to allow the Component to auto scroll.</p>\n",
3636           "optional": false
3637         }
3638       ],
3639       "return": {
3640         "type": "Ext.Component",
3641         "doc": "<p>this</p>\n"
3642       },
3643       "private": false,
3644       "static": false,
3645       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3646       "linenr": 359,
3647       "html_filename": "Component.html",
3648       "href": "Component.html#Ext-Component-method-setAutoScroll",
3649       "shortDoc": "<p>Sets the overflow on the content element of the component.</p>\n"
3650     },
3651     {
3652       "tagname": "method",
3653       "name": "setDisabled",
3654       "member": "Ext.AbstractComponent",
3655       "doc": "<p>Enable or disable the component.</p>\n",
3656       "params": [
3657         {
3658           "type": "Boolean",
3659           "name": "disabled",
3660           "doc": "\n",
3661           "optional": false
3662         }
3663       ],
3664       "return": {
3665         "type": "void",
3666         "doc": "\n"
3667       },
3668       "private": false,
3669       "static": false,
3670       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3671       "linenr": 2123,
3672       "html_filename": "AbstractComponent.html",
3673       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled",
3674       "shortDoc": "<p>Enable or disable the component.</p>\n"
3675     },
3676     {
3677       "tagname": "method",
3678       "name": "setDocked",
3679       "member": "Ext.AbstractComponent",
3680       "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",
3681       "params": [
3682         {
3683           "type": "Object",
3684           "name": "dock",
3685           "doc": "\n",
3686           "optional": false
3687         },
3688         {
3689           "type": "Object",
3690           "name": "layoutParent",
3691           "doc": "\n",
3692           "optional": false
3693         }
3694       ],
3695       "return": {
3696         "type": "Component",
3697         "doc": "<p>this</p>\n"
3698       },
3699       "private": false,
3700       "static": false,
3701       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3702       "linenr": 2646,
3703       "html_filename": "AbstractComponent.html",
3704       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked",
3705       "shortDoc": "Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of ..."
3706     },
3707     {
3708       "tagname": "method",
3709       "name": "setHeight",
3710       "member": "Ext.AbstractComponent",
3711       "doc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.view.Table-event-resize\" rel=\"Ext.view.Table-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3712       "params": [
3713         {
3714           "type": "Number",
3715           "name": "height",
3716           "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.Table-method-getEl\" rel=\"Ext.view.Table-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",
3717           "optional": false
3718         }
3719       ],
3720       "return": {
3721         "type": "Ext.Component",
3722         "doc": "<p>this</p>\n"
3723       },
3724       "private": false,
3725       "static": false,
3726       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3727       "linenr": 2550,
3728       "html_filename": "AbstractComponent.html",
3729       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight",
3730       "shortDoc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.view.Table-event-resize\" rel=\"Ext.view.Table-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
3731     },
3732     {
3733       "tagname": "method",
3734       "name": "setLoading",
3735       "member": "Ext.AbstractComponent",
3736       "doc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n",
3737       "params": [
3738         {
3739           "type": "Boolean/Object/String",
3740           "name": "load",
3741           "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",
3742           "optional": false
3743         },
3744         {
3745           "type": "Boolean",
3746           "name": "targetEl",
3747           "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",
3748           "optional": false
3749         }
3750       ],
3751       "return": {
3752         "type": "Ext.LoadMask",
3753         "doc": "<p>The LoadMask instance that has just been shown.</p>\n"
3754       },
3755       "private": false,
3756       "static": false,
3757       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3758       "linenr": 2611,
3759       "html_filename": "AbstractComponent.html",
3760       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading",
3761       "shortDoc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n"
3762     },
3763     {
3764       "tagname": "method",
3765       "name": "setPagePosition",
3766       "member": "Ext.Component",
3767       "doc": "<p>Sets the page XY position of the component.  To set the left and top instead, use <a href=\"#/api/Ext.view.Table-method-setPosition\" rel=\"Ext.view.Table-method-setPosition\" class=\"docClass\">setPosition</a>.\nThis method fires the <a href=\"#/api/Ext.view.Table-event-move\" rel=\"Ext.view.Table-event-move\" class=\"docClass\">move</a> event.</p>\n",
3768       "params": [
3769         {
3770           "type": "Number",
3771           "name": "x",
3772           "doc": "<p>The new x position</p>\n",
3773           "optional": false
3774         },
3775         {
3776           "type": "Number",
3777           "name": "y",
3778           "doc": "<p>The new y position</p>\n",
3779           "optional": false
3780         },
3781         {
3782           "type": "Mixed",
3783           "name": "animate",
3784           "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",
3785           "optional": false
3786         }
3787       ],
3788       "return": {
3789         "type": "Ext.Component",
3790         "doc": "<p>this</p>\n"
3791       },
3792       "private": false,
3793       "static": false,
3794       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3795       "linenr": 501,
3796       "html_filename": "Component.html",
3797       "href": "Component.html#Ext-Component-method-setPagePosition",
3798       "shortDoc": "Sets the page XY position of the component.  To set the left and top instead, use setPosition.\nThis method fires the ..."
3799     },
3800     {
3801       "tagname": "method",
3802       "name": "setPosition",
3803       "member": "Ext.Component",
3804       "doc": "<p>Sets the left and top of the component.  To set the page XY position instead, use <a href=\"#/api/Ext.view.Table-method-setPagePosition\" rel=\"Ext.view.Table-method-setPagePosition\" class=\"docClass\">setPagePosition</a>.\nThis method fires the <a href=\"#/api/Ext.view.Table-event-move\" rel=\"Ext.view.Table-event-move\" class=\"docClass\">move</a> event.</p>\n",
3805       "params": [
3806         {
3807           "type": "Number",
3808           "name": "left",
3809           "doc": "<p>The new left</p>\n",
3810           "optional": false
3811         },
3812         {
3813           "type": "Number",
3814           "name": "top",
3815           "doc": "<p>The new top</p>\n",
3816           "optional": false
3817         },
3818         {
3819           "type": "Mixed",
3820           "name": "animate",
3821           "doc": "<p>If true, the Component is <i>animated</i> into its new position. You may also pass an animation configuration.</p>\n",
3822           "optional": false
3823         }
3824       ],
3825       "return": {
3826         "type": "Ext.Component",
3827         "doc": "<p>this</p>\n"
3828       },
3829       "private": false,
3830       "static": false,
3831       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3832       "linenr": 417,
3833       "html_filename": "Component.html",
3834       "href": "Component.html#Ext-Component-method-setPosition",
3835       "shortDoc": "Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.\nThis method fires ..."
3836     },
3837     {
3838       "tagname": "method",
3839       "name": "setSize",
3840       "member": "Ext.AbstractComponent",
3841       "doc": "<p>Sets the width and height of this Component. This method fires the <a href=\"#/api/Ext.view.Table-event-resize\" rel=\"Ext.view.Table-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",
3842       "params": [
3843         {
3844           "type": "Mixed",
3845           "name": "width",
3846           "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.Table-method-getEl\" rel=\"Ext.view.Table-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",
3847           "optional": false
3848         },
3849         {
3850           "type": "Mixed",
3851           "name": "height",
3852           "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.Table-method-getEl\" rel=\"Ext.view.Table-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",
3853           "optional": false
3854         }
3855       ],
3856       "return": {
3857         "type": "Ext.Component",
3858         "doc": "<p>this</p>\n"
3859       },
3860       "private": false,
3861       "static": false,
3862       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3863       "linenr": 2340,
3864       "html_filename": "AbstractComponent.html",
3865       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize",
3866       "shortDoc": "Sets the width and height of this Component. This method fires the resize event. This method can accept\neither width ..."
3867     },
3868     {
3869       "tagname": "method",
3870       "name": "setUI",
3871       "member": "Ext.AbstractComponent",
3872       "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",
3873       "params": [
3874         {
3875           "type": "String",
3876           "name": "ui",
3877           "doc": "<p>The new UI for the component</p>\n",
3878           "optional": false
3879         }
3880       ],
3881       "return": {
3882         "type": "void",
3883         "doc": "\n"
3884       },
3885       "private": false,
3886       "static": false,
3887       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3888       "linenr": 1309,
3889       "html_filename": "AbstractComponent.html",
3890       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI",
3891       "shortDoc": "Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCl..."
3892     },
3893     {
3894       "tagname": "method",
3895       "name": "setVisible",
3896       "member": "Ext.AbstractComponent",
3897       "doc": "<p>Convenience function to hide or show this component by boolean.</p>\n",
3898       "params": [
3899         {
3900           "type": "Boolean",
3901           "name": "visible",
3902           "doc": "<p>True to show, false to hide</p>\n",
3903           "optional": false
3904         }
3905       ],
3906       "return": {
3907         "type": "Ext.Component",
3908         "doc": "<p>this</p>\n"
3909       },
3910       "private": false,
3911       "static": false,
3912       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3913       "linenr": 2006,
3914       "html_filename": "AbstractComponent.html",
3915       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible",
3916       "shortDoc": "<p>Convenience function to hide or show this component by boolean.</p>\n"
3917     },
3918     {
3919       "tagname": "method",
3920       "name": "setWidth",
3921       "member": "Ext.AbstractComponent",
3922       "doc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.view.Table-event-resize\" rel=\"Ext.view.Table-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3923       "params": [
3924         {
3925           "type": "Number",
3926           "name": "width",
3927           "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.Table-method-getEl\" rel=\"Ext.view.Table-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",
3928           "optional": false
3929         }
3930       ],
3931       "return": {
3932         "type": "Ext.Component",
3933         "doc": "<p>this</p>\n"
3934       },
3935       "private": false,
3936       "static": false,
3937       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
3938       "linenr": 2538,
3939       "html_filename": "AbstractComponent.html",
3940       "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth",
3941       "shortDoc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.view.Table-event-resize\" rel=\"Ext.view.Table-event-resize\" class=\"docClass\">resize</a> event.</p>\n"
3942     },
3943     {
3944       "tagname": "method",
3945       "name": "show",
3946       "member": "Ext.Component",
3947       "doc": "<p>Shows this Component, rendering it first if <a href=\"#/api/Ext.view.Table-cfg-autoRender\" rel=\"Ext.view.Table-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.Table-cfg-floating\" rel=\"Ext.view.Table-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.Table--ZIndexManager\" rel=\"Ext.view.Table--ZIndexManager\" class=\"docClass\">z-index stack</a>.</p>\n\n",
3948       "params": [
3949         {
3950           "type": "String/Element",
3951           "name": "animateTarget",
3952           "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-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",
3953           "optional": false
3954         },
3955         {
3956           "type": "Function",
3957           "name": "callback",
3958           "doc": "<p>(optional) A callback function to call after the Component is displayed. Only necessary if animation was specified.</p>\n",
3959           "optional": true
3960         },
3961         {
3962           "type": "Object",
3963           "name": "scope",
3964           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
3965           "optional": true
3966         }
3967       ],
3968       "return": {
3969         "type": "Component",
3970         "doc": "<p>this</p>\n"
3971       },
3972       "private": false,
3973       "static": false,
3974       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
3975       "linenr": 645,
3976       "html_filename": "Component.html",
3977       "href": "Component.html#Ext-Component-method-show",
3978       "shortDoc": "Shows this Component, rendering it first if autoRender or {&quot;floating are true.\n\n\nAfter being shown, a floating C..."
3979     },
3980     {
3981       "tagname": "method",
3982       "name": "stopAnimation",
3983       "member": "Ext.util.Animate",
3984       "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",
3985       "params": [
3986
3987       ],
3988       "return": {
3989         "type": "Ext.core.Element",
3990         "doc": "<p>The Element</p>\n"
3991       },
3992       "private": false,
3993       "static": false,
3994       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
3995       "linenr": 335,
3996       "html_filename": "Animate.html",
3997       "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
3998       "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ..."
3999     },
4000     {
4001       "tagname": "method",
4002       "name": "stopFx",
4003       "member": "Ext.util.Animate",
4004       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.view.Table-method-stopAnimation\" rel=\"Ext.view.Table-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",
4005       "params": [
4006
4007       ],
4008       "return": {
4009         "type": "Ext.core.Element",
4010         "doc": "<p>The Element</p>\n"
4011       },
4012       "private": false,
4013       "static": false,
4014       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
4015       "linenr": 326,
4016       "html_filename": "Animate.html",
4017       "href": "Animate.html#Ext-util-Animate-method-stopFx",
4018       "shortDoc": "@deprecated 4.0 Replaced by stopAnimation\nStops any running effects and clears this object's internal effects queue i..."
4019     },
4020     {
4021       "tagname": "method",
4022       "name": "suspendEvents",
4023       "member": "Ext.util.Observable",
4024       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.view.Table-method-resumeEvents\" rel=\"Ext.view.Table-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
4025       "params": [
4026         {
4027           "type": "Boolean",
4028           "name": "queueSuspended",
4029           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.view.Table-method-resumeEvents\" rel=\"Ext.view.Table-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
4030           "optional": false
4031         }
4032       ],
4033       "return": {
4034         "type": "void",
4035         "doc": "\n"
4036       },
4037       "private": false,
4038       "static": false,
4039       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
4040       "linenr": 490,
4041       "html_filename": "Observable.html",
4042       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
4043       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.view.Table-method-resumeEvents\" rel=\"Ext.view.Table-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
4044     },
4045     {
4046       "tagname": "method",
4047       "name": "syncFx",
4048       "member": "Ext.util.Animate",
4049       "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.Table-method-sequenceFx\" rel=\"Ext.view.Table-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
4050       "params": [
4051
4052       ],
4053       "return": {
4054         "type": "Object",
4055         "doc": "<p>this</p>\n"
4056       },
4057       "private": false,
4058       "static": false,
4059       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
4060       "linenr": 345,
4061       "html_filename": "Animate.html",
4062       "href": "Animate.html#Ext-util-Animate-method-syncFx",
4063       "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of ..."
4064     },
4065     {
4066       "tagname": "method",
4067       "name": "toBack",
4068       "member": "Ext.util.Floating",
4069       "doc": "<p>Sends this Component to the back of (lower z-index than) any other visible windows</p>\n",
4070       "params": [
4071
4072       ],
4073       "return": {
4074         "type": "Component",
4075         "doc": "<p>this</p>\n"
4076       },
4077       "private": false,
4078       "static": false,
4079       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
4080       "linenr": 240,
4081       "html_filename": "Floating.html",
4082       "href": "Floating.html#Ext-util-Floating-method-toBack",
4083       "shortDoc": "<p>Sends this Component to the back of (lower z-index than) any other visible windows</p>\n"
4084     },
4085     {
4086       "tagname": "method",
4087       "name": "toFront",
4088       "member": "Ext.util.Floating",
4089       "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",
4090       "params": [
4091         {
4092           "type": "Boolean",
4093           "name": "preventFocus",
4094           "doc": "<p>(optional) Specify <code>true</code> to prevent the Component from being focused.</p>\n",
4095           "optional": true
4096         }
4097       ],
4098       "return": {
4099         "type": "Component",
4100         "doc": "<p>this</p>\n"
4101       },
4102       "private": false,
4103       "static": false,
4104       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Floating.js",
4105       "linenr": 188,
4106       "html_filename": "Floating.html",
4107       "href": "Floating.html#Ext-util-Floating-method-toFront",
4108       "shortDoc": "Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag..."
4109     },
4110     {
4111       "tagname": "method",
4112       "name": "un",
4113       "member": "Ext.util.Observable",
4114       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.view.Table-method-removeListener\" rel=\"Ext.view.Table-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
4115       "params": [
4116         {
4117           "type": "String",
4118           "name": "eventName",
4119           "doc": "<p>The type of event the handler was associated with.</p>\n",
4120           "optional": false
4121         },
4122         {
4123           "type": "Function",
4124           "name": "handler",
4125           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.view.Table-method-addListener\" rel=\"Ext.view.Table-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
4126           "optional": false
4127         },
4128         {
4129           "type": "Object",
4130           "name": "scope",
4131           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
4132           "optional": true
4133         }
4134       ],
4135       "return": {
4136         "type": "void",
4137         "doc": "\n"
4138       },
4139       "private": false,
4140       "static": false,
4141       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
4142       "linenr": 608,
4143       "html_filename": "Observable.html",
4144       "href": "Observable.html#Ext-util-Observable-method-un",
4145       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.view.Table-method-removeListener\" rel=\"Ext.view.Table-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
4146     },
4147     {
4148       "tagname": "method",
4149       "name": "up",
4150       "member": "Ext.AbstractComponent",
4151       "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",
4152       "params": [
4153         {
4154           "type": "String",
4155           "name": "selector",
4156           "doc": "<p>Optional. The simple selector to test.</p>\n",
4157           "optional": false
4158         }
4159       ],
4160       "return": {
4161         "type": "Container",
4162         "doc": "<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>\n"
4163       },
4164       "private": false,
4165       "static": false,
4166       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4167       "linenr": 1728,
4168       "html_filename": "AbstractComponent.html",
4169       "href": "AbstractComponent.html#Ext-AbstractComponent-method-up",
4170       "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector.\n\n\nExample:\nvar ..."
4171     },
4172     {
4173       "tagname": "method",
4174       "name": "update",
4175       "member": "Ext.AbstractComponent",
4176       "doc": "<p>Update the content area of a component.</p>\n",
4177       "params": [
4178         {
4179           "type": "Mixed",
4180           "name": "htmlOrData",
4181           "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",
4182           "optional": false
4183         },
4184         {
4185           "type": "Boolean",
4186           "name": "loadScripts",
4187           "doc": "<p>(optional) Only legitimate when using the html configuration. Defaults to false</p>\n",
4188           "optional": true
4189         },
4190         {
4191           "type": "Function",
4192           "name": "callback",
4193           "doc": "<p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>\n",
4194           "optional": true
4195         }
4196       ],
4197       "return": {
4198         "type": "void",
4199         "doc": "\n"
4200       },
4201       "private": false,
4202       "static": false,
4203       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4204       "linenr": 1974,
4205       "html_filename": "AbstractComponent.html",
4206       "href": "AbstractComponent.html#Ext-AbstractComponent-method-update",
4207       "shortDoc": "<p>Update the content area of a component.</p>\n"
4208     },
4209     {
4210       "tagname": "method",
4211       "name": "updateBox",
4212       "member": "Ext.Component",
4213       "doc": "<p>Sets the current box measurements of the component's underlying element.</p>\n",
4214       "params": [
4215         {
4216           "type": "Object",
4217           "name": "box",
4218           "doc": "<p>An object in the format {x, y, width, height}</p>\n",
4219           "optional": false
4220         }
4221       ],
4222       "return": {
4223         "type": "Ext.Component",
4224         "doc": "<p>this</p>\n"
4225       },
4226       "private": false,
4227       "static": false,
4228       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
4229       "linenr": 551,
4230       "html_filename": "Component.html",
4231       "href": "Component.html#Ext-Component-method-updateBox",
4232       "shortDoc": "<p>Sets the current box measurements of the component's underlying element.</p>\n"
4233     }
4234   ],
4235   "property": [
4236     {
4237       "tagname": "property",
4238       "name": "draggable",
4239       "member": "Ext.AbstractComponent",
4240       "type": "Boolean",
4241       "doc": "<p>Read-only property indicating whether or not the component can be dragged</p>\n",
4242       "private": false,
4243       "static": false,
4244       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4245       "linenr": 374,
4246       "html_filename": "AbstractComponent.html",
4247       "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable"
4248     },
4249     {
4250       "tagname": "property",
4251       "name": "floatParent",
4252       "member": "Ext.Component",
4253       "type": "Ext.Container",
4254       "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-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.Table-cfg-floating\" rel=\"Ext.view.Table-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.Table-cfg-floating\" rel=\"Ext.view.Table-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.view.Table-property-zIndexManager\" rel=\"Ext.view.Table-property-zIndexManager\" class=\"docClass\">zIndexManager</a></p>\n\n",
4255       "private": false,
4256       "static": false,
4257       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
4258       "linenr": 221,
4259       "html_filename": "Component.html",
4260       "href": "Component.html#Ext-Component-property-floatParent",
4261       "shortDoc": "Optional. Only present for floating Components which were inserted as descendant items of floating Containers.\n\n\nFloa..."
4262     },
4263     {
4264       "tagname": "property",
4265       "name": "frameSize",
4266       "member": "Ext.AbstractComponent",
4267       "type": "Object",
4268       "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.Table-cfg-frame\" rel=\"Ext.view.Table-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",
4269       "private": false,
4270       "static": false,
4271       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4272       "linenr": 207,
4273       "html_filename": "AbstractComponent.html",
4274       "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize",
4275       "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ..."
4276     },
4277     {
4278       "tagname": "property",
4279       "name": "maskOnDisable",
4280       "member": "Ext.AbstractComponent",
4281       "type": "Boolean",
4282       "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",
4283       "private": false,
4284       "static": false,
4285       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4286       "linenr": 513,
4287       "html_filename": "AbstractComponent.html",
4288       "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable",
4289       "shortDoc": "This is an internal flag that you use when creating custom components.\nBy default this is set to true which means tha..."
4290     },
4291     {
4292       "tagname": "property",
4293       "name": "ownerCt",
4294       "member": "Ext.AbstractComponent",
4295       "type": "Ext.Container",
4296       "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.Table-cfg-itemId\" rel=\"Ext.view.Table-cfg-itemId\" class=\"docClass\">itemId</a></tt>.</p>\n\n",
4297       "private": false,
4298       "static": false,
4299       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4300       "linenr": 101,
4301       "html_filename": "AbstractComponent.html",
4302       "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt",
4303       "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C..."
4304     },
4305     {
4306       "tagname": "property",
4307       "name": "rendered",
4308       "member": "Ext.AbstractComponent",
4309       "type": "Boolean",
4310       "doc": "<p>Read-only property indicating whether or not the component has been rendered.</p>\n",
4311       "private": false,
4312       "static": false,
4313       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4314       "linenr": 500,
4315       "html_filename": "AbstractComponent.html",
4316       "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered"
4317     },
4318     {
4319       "tagname": "property",
4320       "name": "zIndexManager",
4321       "member": "Ext.Component",
4322       "type": "Ext.ZIndexManager",
4323       "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.view.Table-cfg-floating\" rel=\"Ext.view.Table-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.Table-method-toFront\" rel=\"Ext.view.Table-method-toFront\" class=\"docClass\">brought to the front</a> or <a href=\"#/api/Ext.view.Table-method-toBack\" rel=\"Ext.view.Table-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.Table-cfg-floating\" rel=\"Ext.view.Table-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.Table-cfg-floating\" rel=\"Ext.view.Table-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.view.Table-property-floatParent\" rel=\"Ext.view.Table-property-floatParent\" class=\"docClass\">floatParent</a></p>\n\n",
4324       "private": false,
4325       "static": false,
4326       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Component.js",
4327       "linenr": 206,
4328       "html_filename": "Component.html",
4329       "href": "Component.html#Ext-Component-property-zIndexManager",
4330       "shortDoc": "Optional. Only present for floating Components after they have been rendered.\n\n\nA reference to the ZIndexManager whic..."
4331     }
4332   ],
4333   "event": [
4334     {
4335       "tagname": "event",
4336       "name": "activate",
4337       "member": "Ext.AbstractComponent",
4338       "doc": "<p>Fires after a Component has been visually activated.</p>\n",
4339       "params": [
4340         {
4341           "type": "Ext.Component",
4342           "name": "this",
4343           "doc": "\n",
4344           "optional": false
4345         }
4346       ],
4347       "private": false,
4348       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4349       "linenr": 540,
4350       "html_filename": "AbstractComponent.html",
4351       "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate",
4352       "shortDoc": "<p>Fires after a Component has been visually activated.</p>\n"
4353     },
4354     {
4355       "tagname": "event",
4356       "name": "added",
4357       "member": "Ext.AbstractComponent",
4358       "doc": "<p>Fires after a Component had been added to a Container.</p>\n",
4359       "params": [
4360         {
4361           "type": "Ext.Component",
4362           "name": "this",
4363           "doc": "\n",
4364           "optional": false
4365         },
4366         {
4367           "type": "Ext.container.Container",
4368           "name": "container",
4369           "doc": "<p>Parent Container</p>\n",
4370           "optional": false
4371         },
4372         {
4373           "type": "Number",
4374           "name": "pos",
4375           "doc": "<p>position of Component</p>\n",
4376           "optional": false
4377         }
4378       ],
4379       "private": false,
4380       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4381       "linenr": 560,
4382       "html_filename": "AbstractComponent.html",
4383       "href": "AbstractComponent.html#Ext-AbstractComponent-event-added",
4384       "shortDoc": "<p>Fires after a Component had been added to a Container.</p>\n"
4385     },
4386     {
4387       "tagname": "event",
4388       "name": "afterrender",
4389       "member": "Ext.AbstractComponent",
4390       "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.Table-property-rendered\" rel=\"Ext.view.Table-property-rendered\" class=\"docClass\">rendered</a>, been postprocesed\nby any afterRender method defined for the Component.</p>\n\n",
4391       "params": [
4392         {
4393           "type": "Ext.Component",
4394           "name": "this",
4395           "doc": "\n",
4396           "optional": false
4397         }
4398       ],
4399       "private": false,
4400       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4401       "linenr": 627,
4402       "html_filename": "AbstractComponent.html",
4403       "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender",
4404       "shortDoc": "Fires after the component rendering is finished.\n\n\nThe afterrender event is fired after this Component has been rende..."
4405     },
4406     {
4407       "tagname": "event",
4408       "name": "beforeactivate",
4409       "member": "Ext.AbstractComponent",
4410       "doc": "<p>Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.</p>\n",
4411       "params": [
4412         {
4413           "type": "Ext.Component",
4414           "name": "this",
4415           "doc": "\n",
4416           "optional": false
4417         }
4418       ],
4419       "private": false,
4420       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4421       "linenr": 532,
4422       "html_filename": "AbstractComponent.html",
4423       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate",
4424       "shortDoc": "Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate..."
4425     },
4426     {
4427       "tagname": "event",
4428       "name": "beforecontainerclick",
4429       "member": "Ext.view.View",
4430       "doc": "<p>Fires before the click event on the container is processed. Returns false to cancel the default action.</p>\n",
4431       "params": [
4432         {
4433           "type": "Ext.view.View",
4434           "name": "this",
4435           "doc": "\n",
4436           "optional": false
4437         },
4438         {
4439           "type": "Ext.EventObject",
4440           "name": "e",
4441           "doc": "<p>The raw event object</p>\n",
4442           "optional": false
4443         }
4444       ],
4445       "private": false,
4446       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4447       "linenr": 263,
4448       "html_filename": "View3.html",
4449       "href": "View3.html#Ext-view-View-event-beforecontainerclick",
4450       "shortDoc": "<p>Fires before the click event on the container is processed. Returns false to cancel the default action.</p>\n"
4451     },
4452     {
4453       "tagname": "event",
4454       "name": "beforecontainercontextmenu",
4455       "member": "Ext.view.View",
4456       "doc": "<p>Fires before the contextmenu event on the container is processed. Returns false to cancel the default action.</p>\n",
4457       "params": [
4458         {
4459           "type": "Ext.view.View",
4460           "name": "this",
4461           "doc": "\n",
4462           "optional": false
4463         },
4464         {
4465           "type": "Ext.EventObject",
4466           "name": "e",
4467           "doc": "<p>The raw event object</p>\n",
4468           "optional": false
4469         }
4470       ],
4471       "private": false,
4472       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4473       "linenr": 277,
4474       "html_filename": "View3.html",
4475       "href": "View3.html#Ext-view-View-event-beforecontainercontextmenu",
4476       "shortDoc": "<p>Fires before the contextmenu event on the container is processed. Returns false to cancel the default action.</p>\n"
4477     },
4478     {
4479       "tagname": "event",
4480       "name": "beforecontainerdblclick",
4481       "member": "Ext.view.View",
4482       "doc": "<p>Fires before the dblclick event on the container is processed. Returns false to cancel the default action.</p>\n",
4483       "params": [
4484         {
4485           "type": "Ext.view.View",
4486           "name": "this",
4487           "doc": "\n",
4488           "optional": false
4489         },
4490         {
4491           "type": "Ext.EventObject",
4492           "name": "e",
4493           "doc": "<p>The raw event object</p>\n",
4494           "optional": false
4495         }
4496       ],
4497       "private": false,
4498       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4499       "linenr": 270,
4500       "html_filename": "View3.html",
4501       "href": "View3.html#Ext-view-View-event-beforecontainerdblclick",
4502       "shortDoc": "<p>Fires before the dblclick event on the container is processed. Returns false to cancel the default action.</p>\n"
4503     },
4504     {
4505       "tagname": "event",
4506       "name": "beforecontainerkeydown",
4507       "member": "Ext.view.View",
4508       "doc": "<p>Fires before the keydown event on the container is processed. Returns false to cancel the default action.</p>\n",
4509       "params": [
4510         {
4511           "type": "Ext.view.View",
4512           "name": "this",
4513           "doc": "\n",
4514           "optional": false
4515         },
4516         {
4517           "type": "Ext.EventObject",
4518           "name": "e",
4519           "doc": "<p>The raw event object. Use <a href=\"#/api/Ext.EventObject-method-getKey\" rel=\"Ext.EventObject-method-getKey\" class=\"docClass\">getKey()</a> to retrieve the key that was pressed.</p>\n",
4520           "optional": false
4521         }
4522       ],
4523       "private": false,
4524       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4525       "linenr": 284,
4526       "html_filename": "View3.html",
4527       "href": "View3.html#Ext-view-View-event-beforecontainerkeydown",
4528       "shortDoc": "<p>Fires before the keydown event on the container is processed. Returns false to cancel the default action.</p>\n"
4529     },
4530     {
4531       "tagname": "event",
4532       "name": "beforecontainermousedown",
4533       "member": "Ext.view.View",
4534       "doc": "<p>Fires before the mousedown event on the container is processed. Returns false to cancel the default action.</p>\n",
4535       "params": [
4536         {
4537           "type": "Ext.view.View",
4538           "name": "this",
4539           "doc": "\n",
4540           "optional": false
4541         },
4542         {
4543           "type": "Ext.EventObject",
4544           "name": "e",
4545           "doc": "<p>The raw event object</p>\n",
4546           "optional": false
4547         }
4548       ],
4549       "private": false,
4550       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4551       "linenr": 235,
4552       "html_filename": "View3.html",
4553       "href": "View3.html#Ext-view-View-event-beforecontainermousedown",
4554       "shortDoc": "<p>Fires before the mousedown event on the container is processed. Returns false to cancel the default action.</p>\n"
4555     },
4556     {
4557       "tagname": "event",
4558       "name": "beforecontainermouseout",
4559       "member": "Ext.view.View",
4560       "doc": "<p>Fires before the mouseout event on the container is processed. Returns false to cancel the default action.</p>\n",
4561       "params": [
4562         {
4563           "type": "Ext.view.View",
4564           "name": "this",
4565           "doc": "\n",
4566           "optional": false
4567         },
4568         {
4569           "type": "Ext.EventObject",
4570           "name": "e",
4571           "doc": "<p>The raw event object</p>\n",
4572           "optional": false
4573         }
4574       ],
4575       "private": false,
4576       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4577       "linenr": 256,
4578       "html_filename": "View3.html",
4579       "href": "View3.html#Ext-view-View-event-beforecontainermouseout",
4580       "shortDoc": "<p>Fires before the mouseout event on the container is processed. Returns false to cancel the default action.</p>\n"
4581     },
4582     {
4583       "tagname": "event",
4584       "name": "beforecontainermouseover",
4585       "member": "Ext.view.View",
4586       "doc": "<p>Fires before the mouseover event on the container is processed. Returns false to cancel the default action.</p>\n",
4587       "params": [
4588         {
4589           "type": "Ext.view.View",
4590           "name": "this",
4591           "doc": "\n",
4592           "optional": false
4593         },
4594         {
4595           "type": "Ext.EventObject",
4596           "name": "e",
4597           "doc": "<p>The raw event object</p>\n",
4598           "optional": false
4599         }
4600       ],
4601       "private": false,
4602       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4603       "linenr": 249,
4604       "html_filename": "View3.html",
4605       "href": "View3.html#Ext-view-View-event-beforecontainermouseover",
4606       "shortDoc": "<p>Fires before the mouseover event on the container is processed. Returns false to cancel the default action.</p>\n"
4607     },
4608     {
4609       "tagname": "event",
4610       "name": "beforecontainermouseup",
4611       "member": "Ext.view.View",
4612       "doc": "<p>Fires before the mouseup event on the container is processed. Returns false to cancel the default action.</p>\n",
4613       "params": [
4614         {
4615           "type": "Ext.view.View",
4616           "name": "this",
4617           "doc": "\n",
4618           "optional": false
4619         },
4620         {
4621           "type": "Ext.EventObject",
4622           "name": "e",
4623           "doc": "<p>The raw event object</p>\n",
4624           "optional": false
4625         }
4626       ],
4627       "private": false,
4628       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4629       "linenr": 242,
4630       "html_filename": "View3.html",
4631       "href": "View3.html#Ext-view-View-event-beforecontainermouseup",
4632       "shortDoc": "<p>Fires before the mouseup event on the container is processed. Returns false to cancel the default action.</p>\n"
4633     },
4634     {
4635       "tagname": "event",
4636       "name": "beforedeactivate",
4637       "member": "Ext.AbstractComponent",
4638       "doc": "<p>Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.</p>\n",
4639       "params": [
4640         {
4641           "type": "Ext.Component",
4642           "name": "this",
4643           "doc": "\n",
4644           "optional": false
4645         }
4646       ],
4647       "private": false,
4648       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4649       "linenr": 546,
4650       "html_filename": "AbstractComponent.html",
4651       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate",
4652       "shortDoc": "Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deacti..."
4653     },
4654     {
4655       "tagname": "event",
4656       "name": "beforedestroy",
4657       "member": "Ext.AbstractComponent",
4658       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>.</p>\n",
4659       "params": [
4660         {
4661           "type": "Ext.Component",
4662           "name": "this",
4663           "doc": "\n",
4664           "optional": false
4665         }
4666       ],
4667       "private": false,
4668       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4669       "linenr": 635,
4670       "html_filename": "AbstractComponent.html",
4671       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy",
4672       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>.</p>\n"
4673     },
4674     {
4675       "tagname": "event",
4676       "name": "beforehide",
4677       "member": "Ext.AbstractComponent",
4678       "doc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.view.Table-event-hide\" rel=\"Ext.view.Table-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n",
4679       "params": [
4680         {
4681           "type": "Ext.Component",
4682           "name": "this",
4683           "doc": "\n",
4684           "optional": false
4685         }
4686       ],
4687       "private": false,
4688       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
4689       "linenr": 593,
4690       "html_filename": "AbstractComponent.html",
4691       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide",
4692       "shortDoc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.view.Table-event-hide\" rel=\"Ext.view.Table-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n"
4693     },
4694     {
4695       "tagname": "event",
4696       "name": "beforeitemclick",
4697       "member": "Ext.view.View",
4698       "doc": "<p>Fires before the click event on an item is processed. Returns false to cancel the default action.</p>\n",
4699       "params": [
4700         {
4701           "type": "Ext.view.View",
4702           "name": "this",
4703           "doc": "\n",
4704           "optional": false
4705         },
4706         {
4707           "type": "Ext.data.Model",
4708           "name": "record",
4709           "doc": "<p>The record that belongs to the item</p>\n",
4710           "optional": false
4711         },
4712         {
4713           "type": "HTMLElement",
4714           "name": "item",
4715           "doc": "<p>The item's element</p>\n",
4716           "optional": false
4717         },
4718         {
4719           "type": "Number",
4720           "name": "index",
4721           "doc": "<p>The item's index</p>\n",
4722           "optional": false
4723         },
4724         {
4725           "type": "Ext.EventObject",
4726           "name": "e",
4727           "doc": "<p>The raw event object</p>\n",
4728           "optional": false
4729         }
4730       ],
4731       "private": false,
4732       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4733       "linenr": 115,
4734       "html_filename": "View3.html",
4735       "href": "View3.html#Ext-view-View-event-beforeitemclick",
4736       "shortDoc": "<p>Fires before the click event on an item is processed. Returns false to cancel the default action.</p>\n"
4737     },
4738     {
4739       "tagname": "event",
4740       "name": "beforeitemcontextmenu",
4741       "member": "Ext.view.View",
4742       "doc": "<p>Fires before the contextmenu event on an item is processed. Returns false to cancel the default action.</p>\n",
4743       "params": [
4744         {
4745           "type": "Ext.view.View",
4746           "name": "this",
4747           "doc": "\n",
4748           "optional": false
4749         },
4750         {
4751           "type": "Ext.data.Model",
4752           "name": "record",
4753           "doc": "<p>The record that belongs to the item</p>\n",
4754           "optional": false
4755         },
4756         {
4757           "type": "HTMLElement",
4758           "name": "item",
4759           "doc": "<p>The item's element</p>\n",
4760           "optional": false
4761         },
4762         {
4763           "type": "Number",
4764           "name": "index",
4765           "doc": "<p>The item's index</p>\n",
4766           "optional": false
4767         },
4768         {
4769           "type": "Ext.EventObject",
4770           "name": "e",
4771           "doc": "<p>The raw event object</p>\n",
4772           "optional": false
4773         }
4774       ],
4775       "private": false,
4776       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4777       "linenr": 135,
4778       "html_filename": "View3.html",
4779       "href": "View3.html#Ext-view-View-event-beforeitemcontextmenu",
4780       "shortDoc": "<p>Fires before the contextmenu event on an item is processed. Returns false to cancel the default action.</p>\n"
4781     },
4782     {
4783       "tagname": "event",
4784       "name": "beforeitemdblclick",
4785       "member": "Ext.view.View",
4786       "doc": "<p>Fires before the dblclick event on an item is processed. Returns false to cancel the default action.</p>\n",
4787       "params": [
4788         {
4789           "type": "Ext.view.View",
4790           "name": "this",
4791           "doc": "\n",
4792           "optional": false
4793         },
4794         {
4795           "type": "Ext.data.Model",
4796           "name": "record",
4797           "doc": "<p>The record that belongs to the item</p>\n",
4798           "optional": false
4799         },
4800         {
4801           "type": "HTMLElement",
4802           "name": "item",
4803           "doc": "<p>The item's element</p>\n",
4804           "optional": false
4805         },
4806         {
4807           "type": "Number",
4808           "name": "index",
4809           "doc": "<p>The item's index</p>\n",
4810           "optional": false
4811         },
4812         {
4813           "type": "Ext.EventObject",
4814           "name": "e",
4815           "doc": "<p>The raw event object</p>\n",
4816           "optional": false
4817         }
4818       ],
4819       "private": false,
4820       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4821       "linenr": 125,
4822       "html_filename": "View3.html",
4823       "href": "View3.html#Ext-view-View-event-beforeitemdblclick",
4824       "shortDoc": "<p>Fires before the dblclick event on an item is processed. Returns false to cancel the default action.</p>\n"
4825     },
4826     {
4827       "tagname": "event",
4828       "name": "beforeitemkeydown",
4829       "member": "Ext.view.View",
4830       "doc": "<p>Fires before the keydown event on an item is processed. Returns false to cancel the default action.</p>\n",
4831       "params": [
4832         {
4833           "type": "Ext.view.View",
4834           "name": "this",
4835           "doc": "\n",
4836           "optional": false
4837         },
4838         {
4839           "type": "Ext.data.Model",
4840           "name": "record",
4841           "doc": "<p>The record that belongs to the item</p>\n",
4842           "optional": false
4843         },
4844         {
4845           "type": "HTMLElement",
4846           "name": "item",
4847           "doc": "<p>The item's element</p>\n",
4848           "optional": false
4849         },
4850         {
4851           "type": "Number",
4852           "name": "index",
4853           "doc": "<p>The item's index</p>\n",
4854           "optional": false
4855         },
4856         {
4857           "type": "Ext.EventObject",
4858           "name": "e",
4859           "doc": "<p>The raw event object. Use <a href=\"#/api/Ext.EventObject-method-getKey\" rel=\"Ext.EventObject-method-getKey\" class=\"docClass\">getKey()</a> to retrieve the key that was pressed.</p>\n",
4860           "optional": false
4861         }
4862       ],
4863       "private": false,
4864       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4865       "linenr": 145,
4866       "html_filename": "View3.html",
4867       "href": "View3.html#Ext-view-View-event-beforeitemkeydown",
4868       "shortDoc": "<p>Fires before the keydown event on an item is processed. Returns false to cancel the default action.</p>\n"
4869     },
4870     {
4871       "tagname": "event",
4872       "name": "beforeitemmousedown",
4873       "member": "Ext.view.View",
4874       "doc": "<p>Fires before the mousedown event on an item is processed. Returns false to cancel the default action.</p>\n",
4875       "params": [
4876         {
4877           "type": "Ext.view.View",
4878           "name": "this",
4879           "doc": "\n",
4880           "optional": false
4881         },
4882         {
4883           "type": "Ext.data.Model",
4884           "name": "record",
4885           "doc": "<p>The record that belongs to the item</p>\n",
4886           "optional": false
4887         },
4888         {
4889           "type": "HTMLElement",
4890           "name": "item",
4891           "doc": "<p>The item's element</p>\n",
4892           "optional": false
4893         },
4894         {
4895           "type": "Number",
4896           "name": "index",
4897           "doc": "<p>The item's index</p>\n",
4898           "optional": false
4899         },
4900         {
4901           "type": "Ext.EventObject",
4902           "name": "e",
4903           "doc": "<p>The raw event object</p>\n",
4904           "optional": false
4905         }
4906       ],
4907       "private": false,
4908       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4909       "linenr": 75,
4910       "html_filename": "View3.html",
4911       "href": "View3.html#Ext-view-View-event-beforeitemmousedown",
4912       "shortDoc": "<p>Fires before the mousedown event on an item is processed. Returns false to cancel the default action.</p>\n"
4913     },
4914     {
4915       "tagname": "event",
4916       "name": "beforeitemmouseenter",
4917       "member": "Ext.view.View",
4918       "doc": "<p>Fires before the mouseenter event on an item is processed. Returns false to cancel the default action.</p>\n",
4919       "params": [
4920         {
4921           "type": "Ext.view.View",
4922           "name": "this",
4923           "doc": "\n",
4924           "optional": false
4925         },
4926         {
4927           "type": "Ext.data.Model",
4928           "name": "record",
4929           "doc": "<p>The record that belongs to the item</p>\n",
4930           "optional": false
4931         },
4932         {
4933           "type": "HTMLElement",
4934           "name": "item",
4935           "doc": "<p>The item's element</p>\n",
4936           "optional": false
4937         },
4938         {
4939           "type": "Number",
4940           "name": "index",
4941           "doc": "<p>The item's index</p>\n",
4942           "optional": false
4943         },
4944         {
4945           "type": "Ext.EventObject",
4946           "name": "e",
4947           "doc": "<p>The raw event object</p>\n",
4948           "optional": false
4949         }
4950       ],
4951       "private": false,
4952       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4953       "linenr": 95,
4954       "html_filename": "View3.html",
4955       "href": "View3.html#Ext-view-View-event-beforeitemmouseenter",
4956       "shortDoc": "<p>Fires before the mouseenter event on an item is processed. Returns false to cancel the default action.</p>\n"
4957     },
4958     {
4959       "tagname": "event",
4960       "name": "beforeitemmouseleave",
4961       "member": "Ext.view.View",
4962       "doc": "<p>Fires before the mouseleave event on an item is processed. Returns false to cancel the default action.</p>\n",
4963       "params": [
4964         {
4965           "type": "Ext.view.View",
4966           "name": "this",
4967           "doc": "\n",
4968           "optional": false
4969         },
4970         {
4971           "type": "Ext.data.Model",
4972           "name": "record",
4973           "doc": "<p>The record that belongs to the item</p>\n",
4974           "optional": false
4975         },
4976         {
4977           "type": "HTMLElement",
4978           "name": "item",
4979           "doc": "<p>The item's element</p>\n",
4980           "optional": false
4981         },
4982         {
4983           "type": "Number",
4984           "name": "index",
4985           "doc": "<p>The item's index</p>\n",
4986           "optional": false
4987         },
4988         {
4989           "type": "Ext.EventObject",
4990           "name": "e",
4991           "doc": "<p>The raw event object</p>\n",
4992           "optional": false
4993         }
4994       ],
4995       "private": false,
4996       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
4997       "linenr": 105,
4998       "html_filename": "View3.html",
4999       "href": "View3.html#Ext-view-View-event-beforeitemmouseleave",
5000       "shortDoc": "<p>Fires before the mouseleave event on an item is processed. Returns false to cancel the default action.</p>\n"
5001     },
5002     {
5003       "tagname": "event",
5004       "name": "beforeitemmouseup",
5005       "member": "Ext.view.View",
5006       "doc": "<p>Fires before the mouseup event on an item is processed. Returns false to cancel the default action.</p>\n",
5007       "params": [
5008         {
5009           "type": "Ext.view.View",
5010           "name": "this",
5011           "doc": "\n",
5012           "optional": false
5013         },
5014         {
5015           "type": "Ext.data.Model",
5016           "name": "record",
5017           "doc": "<p>The record that belongs to the item</p>\n",
5018           "optional": false
5019         },
5020         {
5021           "type": "HTMLElement",
5022           "name": "item",
5023           "doc": "<p>The item's element</p>\n",
5024           "optional": false
5025         },
5026         {
5027           "type": "Number",
5028           "name": "index",
5029           "doc": "<p>The item's index</p>\n",
5030           "optional": false
5031         },
5032         {
5033           "type": "Ext.EventObject",
5034           "name": "e",
5035           "doc": "<p>The raw event object</p>\n",
5036           "optional": false
5037         }
5038       ],
5039       "private": false,
5040       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5041       "linenr": 85,
5042       "html_filename": "View3.html",
5043       "href": "View3.html#Ext-view-View-event-beforeitemmouseup",
5044       "shortDoc": "<p>Fires before the mouseup event on an item is processed. Returns false to cancel the default action.</p>\n"
5045     },
5046     {
5047       "tagname": "event",
5048       "name": "beforerefresh",
5049       "member": "Ext.view.AbstractView",
5050       "doc": "<p>Fires before the view is refreshed</p>\n",
5051       "params": [
5052         {
5053           "type": "Ext.view.View",
5054           "name": "this",
5055           "doc": "<p>The DataView object</p>\n",
5056           "optional": false
5057         }
5058       ],
5059       "private": false,
5060       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
5061       "linenr": 209,
5062       "html_filename": "AbstractView.html",
5063       "href": "AbstractView.html#Ext-view-AbstractView-event-beforerefresh",
5064       "shortDoc": "<p>Fires before the view is refreshed</p>\n"
5065     },
5066     {
5067       "tagname": "event",
5068       "name": "beforerender",
5069       "member": "Ext.AbstractComponent",
5070       "doc": "<p>Fires before the component is <a href=\"#/api/Ext.view.Table-property-rendered\" rel=\"Ext.view.Table-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.view.Table-event-render\" rel=\"Ext.view.Table-event-render\" class=\"docClass\">render</a>.</p>\n",
5071       "params": [
5072         {
5073           "type": "Ext.Component",
5074           "name": "this",
5075           "doc": "\n",
5076           "optional": false
5077         }
5078       ],
5079       "private": false,
5080       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5081       "linenr": 614,
5082       "html_filename": "AbstractComponent.html",
5083       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender",
5084       "shortDoc": "<p>Fires before the component is <a href=\"#/api/Ext.view.Table-property-rendered\" rel=\"Ext.view.Table-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.view.Table-event-render\" rel=\"Ext.view.Table-event-render\" class=\"docClass\">render</a>.</p>\n"
5085     },
5086     {
5087       "tagname": "event",
5088       "name": "beforeselect",
5089       "member": "Ext.view.View",
5090       "doc": "<p>Fires before a selection is made. If any handlers return false, the selection is cancelled.</p>\n",
5091       "params": [
5092         {
5093           "type": "Ext.view.View",
5094           "name": "this",
5095           "doc": "\n",
5096           "optional": false
5097         },
5098         {
5099           "type": "HTMLElement",
5100           "name": "node",
5101           "doc": "<p>The node to be selected</p>\n",
5102           "optional": false
5103         },
5104         {
5105           "type": "Array",
5106           "name": "selections",
5107           "doc": "<p>Array of currently selected nodes</p>\n",
5108           "optional": false
5109         }
5110       ],
5111       "private": false,
5112       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5113       "linenr": 348,
5114       "html_filename": "View3.html",
5115       "href": "View3.html#Ext-view-View-event-beforeselect",
5116       "shortDoc": "<p>Fires before a selection is made. If any handlers return false, the selection is cancelled.</p>\n"
5117     },
5118     {
5119       "tagname": "event",
5120       "name": "beforeshow",
5121       "member": "Ext.AbstractComponent",
5122       "doc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.view.Table-event-show\" rel=\"Ext.view.Table-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n",
5123       "params": [
5124         {
5125           "type": "Ext.Component",
5126           "name": "this",
5127           "doc": "\n",
5128           "optional": false
5129         }
5130       ],
5131       "private": false,
5132       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5133       "linenr": 580,
5134       "html_filename": "AbstractComponent.html",
5135       "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow",
5136       "shortDoc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.view.Table-event-show\" rel=\"Ext.view.Table-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n"
5137     },
5138     {
5139       "tagname": "event",
5140       "name": "beforestaterestore",
5141       "member": "Ext.state.Stateful",
5142       "doc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n",
5143       "params": [
5144         {
5145           "type": "Ext.state.Stateful",
5146           "name": "this",
5147           "doc": "\n",
5148           "optional": false
5149         },
5150         {
5151           "type": "Object",
5152           "name": "state",
5153           "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",
5154           "optional": false
5155         }
5156       ],
5157       "private": false,
5158       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
5159       "linenr": 101,
5160       "html_filename": "Stateful.html",
5161       "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore",
5162       "shortDoc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n"
5163     },
5164     {
5165       "tagname": "event",
5166       "name": "beforestatesave",
5167       "member": "Ext.state.Stateful",
5168       "doc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n",
5169       "params": [
5170         {
5171           "type": "Ext.state.Stateful",
5172           "name": "this",
5173           "doc": "\n",
5174           "optional": false
5175         },
5176         {
5177           "type": "Object",
5178           "name": "state",
5179           "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",
5180           "optional": false
5181         }
5182       ],
5183       "private": false,
5184       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
5185       "linenr": 122,
5186       "html_filename": "Stateful.html",
5187       "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave",
5188       "shortDoc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n"
5189     },
5190     {
5191       "tagname": "event",
5192       "name": "containerclick",
5193       "member": "Ext.view.View",
5194       "doc": "<p>Fires when the container is clicked.</p>\n",
5195       "params": [
5196         {
5197           "type": "Ext.view.View",
5198           "name": "this",
5199           "doc": "\n",
5200           "optional": false
5201         },
5202         {
5203           "type": "Ext.EventObject",
5204           "name": "e",
5205           "doc": "<p>The raw event object</p>\n",
5206           "optional": false
5207         }
5208       ],
5209       "private": false,
5210       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5211       "linenr": 312,
5212       "html_filename": "View3.html",
5213       "href": "View3.html#Ext-view-View-event-containerclick",
5214       "shortDoc": "<p>Fires when the container is clicked.</p>\n"
5215     },
5216     {
5217       "tagname": "event",
5218       "name": "containercontextmenu",
5219       "member": "Ext.view.View",
5220       "doc": "<p>Fires when the container is right clicked.</p>\n",
5221       "params": [
5222         {
5223           "type": "Ext.view.View",
5224           "name": "this",
5225           "doc": "\n",
5226           "optional": false
5227         },
5228         {
5229           "type": "Ext.EventObject",
5230           "name": "e",
5231           "doc": "<p>The raw event object</p>\n",
5232           "optional": false
5233         }
5234       ],
5235       "private": false,
5236       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5237       "linenr": 326,
5238       "html_filename": "View3.html",
5239       "href": "View3.html#Ext-view-View-event-containercontextmenu",
5240       "shortDoc": "<p>Fires when the container is right clicked.</p>\n"
5241     },
5242     {
5243       "tagname": "event",
5244       "name": "containerdblclick",
5245       "member": "Ext.view.View",
5246       "doc": "<p>Fires when the container is double clicked.</p>\n",
5247       "params": [
5248         {
5249           "type": "Ext.view.View",
5250           "name": "this",
5251           "doc": "\n",
5252           "optional": false
5253         },
5254         {
5255           "type": "Ext.EventObject",
5256           "name": "e",
5257           "doc": "<p>The raw event object</p>\n",
5258           "optional": false
5259         }
5260       ],
5261       "private": false,
5262       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5263       "linenr": 319,
5264       "html_filename": "View3.html",
5265       "href": "View3.html#Ext-view-View-event-containerdblclick",
5266       "shortDoc": "<p>Fires when the container is double clicked.</p>\n"
5267     },
5268     {
5269       "tagname": "event",
5270       "name": "containerkeydown",
5271       "member": "Ext.view.View",
5272       "doc": "<p>Fires when a key is pressed while the container is focused, and no item is currently selected.</p>\n",
5273       "params": [
5274         {
5275           "type": "Ext.view.View",
5276           "name": "this",
5277           "doc": "\n",
5278           "optional": false
5279         },
5280         {
5281           "type": "Ext.EventObject",
5282           "name": "e",
5283           "doc": "<p>The raw event object. Use <a href=\"#/api/Ext.EventObject-method-getKey\" rel=\"Ext.EventObject-method-getKey\" class=\"docClass\">getKey()</a> to retrieve the key that was pressed.</p>\n",
5284           "optional": false
5285         }
5286       ],
5287       "private": false,
5288       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5289       "linenr": 333,
5290       "html_filename": "View3.html",
5291       "href": "View3.html#Ext-view-View-event-containerkeydown",
5292       "shortDoc": "<p>Fires when a key is pressed while the container is focused, and no item is currently selected.</p>\n"
5293     },
5294     {
5295       "tagname": "event",
5296       "name": "containermouseout",
5297       "member": "Ext.view.View",
5298       "doc": "<p>Fires when you move the mouse out of the container.</p>\n",
5299       "params": [
5300         {
5301           "type": "Ext.view.View",
5302           "name": "this",
5303           "doc": "\n",
5304           "optional": false
5305         },
5306         {
5307           "type": "Ext.EventObject",
5308           "name": "e",
5309           "doc": "<p>The raw event object</p>\n",
5310           "optional": false
5311         }
5312       ],
5313       "private": false,
5314       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5315       "linenr": 305,
5316       "html_filename": "View3.html",
5317       "href": "View3.html#Ext-view-View-event-containermouseout",
5318       "shortDoc": "<p>Fires when you move the mouse out of the container.</p>\n"
5319     },
5320     {
5321       "tagname": "event",
5322       "name": "containermouseover",
5323       "member": "Ext.view.View",
5324       "doc": "<p>Fires when you move the mouse over the container.</p>\n",
5325       "params": [
5326         {
5327           "type": "Ext.view.View",
5328           "name": "this",
5329           "doc": "\n",
5330           "optional": false
5331         },
5332         {
5333           "type": "Ext.EventObject",
5334           "name": "e",
5335           "doc": "<p>The raw event object</p>\n",
5336           "optional": false
5337         }
5338       ],
5339       "private": false,
5340       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5341       "linenr": 298,
5342       "html_filename": "View3.html",
5343       "href": "View3.html#Ext-view-View-event-containermouseover",
5344       "shortDoc": "<p>Fires when you move the mouse over the container.</p>\n"
5345     },
5346     {
5347       "tagname": "event",
5348       "name": "containermouseup",
5349       "member": "Ext.view.View",
5350       "doc": "<p>Fires when there is a mouse up on the container</p>\n",
5351       "params": [
5352         {
5353           "type": "Ext.view.View",
5354           "name": "this",
5355           "doc": "\n",
5356           "optional": false
5357         },
5358         {
5359           "type": "Ext.EventObject",
5360           "name": "e",
5361           "doc": "<p>The raw event object</p>\n",
5362           "optional": false
5363         }
5364       ],
5365       "private": false,
5366       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5367       "linenr": 291,
5368       "html_filename": "View3.html",
5369       "href": "View3.html#Ext-view-View-event-containermouseup",
5370       "shortDoc": "<p>Fires when there is a mouse up on the container</p>\n"
5371     },
5372     {
5373       "tagname": "event",
5374       "name": "deactivate",
5375       "member": "Ext.AbstractComponent",
5376       "doc": "<p>Fires after a Component has been visually deactivated.</p>\n",
5377       "params": [
5378         {
5379           "type": "Ext.Component",
5380           "name": "this",
5381           "doc": "\n",
5382           "optional": false
5383         }
5384       ],
5385       "private": false,
5386       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5387       "linenr": 554,
5388       "html_filename": "AbstractComponent.html",
5389       "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate",
5390       "shortDoc": "<p>Fires after a Component has been visually deactivated.</p>\n"
5391     },
5392     {
5393       "tagname": "event",
5394       "name": "destroy",
5395       "member": "Ext.AbstractComponent",
5396       "doc": "<p>Fires after the component is <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n",
5397       "params": [
5398         {
5399           "type": "Ext.Component",
5400           "name": "this",
5401           "doc": "\n",
5402           "optional": false
5403         }
5404       ],
5405       "private": false,
5406       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5407       "linenr": 641,
5408       "html_filename": "AbstractComponent.html",
5409       "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy",
5410       "shortDoc": "<p>Fires after the component is <a href=\"#/api/Ext.view.Table-event-destroy\" rel=\"Ext.view.Table-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n"
5411     },
5412     {
5413       "tagname": "event",
5414       "name": "disable",
5415       "member": "Ext.AbstractComponent",
5416       "doc": "<p>Fires after the component is disabled.</p>\n",
5417       "params": [
5418         {
5419           "type": "Ext.Component",
5420           "name": "this",
5421           "doc": "\n",
5422           "optional": false
5423         }
5424       ],
5425       "private": false,
5426       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5427       "linenr": 568,
5428       "html_filename": "AbstractComponent.html",
5429       "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable",
5430       "shortDoc": "<p>Fires after the component is disabled.</p>\n"
5431     },
5432     {
5433       "tagname": "event",
5434       "name": "enable",
5435       "member": "Ext.AbstractComponent",
5436       "doc": "<p>Fires after the component is enabled.</p>\n",
5437       "params": [
5438         {
5439           "type": "Ext.Component",
5440           "name": "this",
5441           "doc": "\n",
5442           "optional": false
5443         }
5444       ],
5445       "private": false,
5446       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5447       "linenr": 574,
5448       "html_filename": "AbstractComponent.html",
5449       "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable",
5450       "shortDoc": "<p>Fires after the component is enabled.</p>\n"
5451     },
5452     {
5453       "tagname": "event",
5454       "name": "hide",
5455       "member": "Ext.AbstractComponent",
5456       "doc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.view.Table-event-hide\" rel=\"Ext.view.Table-event-hide\" class=\"docClass\">hide</a> method.</p>\n",
5457       "params": [
5458         {
5459           "type": "Ext.Component",
5460           "name": "this",
5461           "doc": "\n",
5462           "optional": false
5463         }
5464       ],
5465       "private": false,
5466       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5467       "linenr": 600,
5468       "html_filename": "AbstractComponent.html",
5469       "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide",
5470       "shortDoc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.view.Table-event-hide\" rel=\"Ext.view.Table-event-hide\" class=\"docClass\">hide</a> method.</p>\n"
5471     },
5472     {
5473       "tagname": "event",
5474       "name": "itemadd",
5475       "member": "Ext.view.AbstractView",
5476       "doc": "<p>Fires when the nodes associated with an recordset have been added to the underlying store</p>\n",
5477       "params": [
5478         {
5479           "type": "Array[Ext.data.Model]",
5480           "name": "records",
5481           "doc": "<p>The model instance</p>\n",
5482           "optional": false
5483         },
5484         {
5485           "type": "Number",
5486           "name": "index",
5487           "doc": "<p>The index at which the set of record/nodes starts</p>\n",
5488           "optional": false
5489         },
5490         {
5491           "type": "Array[HTMLElement]",
5492           "name": "node",
5493           "doc": "<p>The node that has just been updated</p>\n",
5494           "optional": false
5495         }
5496       ],
5497       "private": false,
5498       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
5499       "linenr": 229,
5500       "html_filename": "AbstractView.html",
5501       "href": "AbstractView.html#Ext-view-AbstractView-event-itemadd",
5502       "shortDoc": "<p>Fires when the nodes associated with an recordset have been added to the underlying store</p>\n"
5503     },
5504     {
5505       "tagname": "event",
5506       "name": "itemclick",
5507       "member": "Ext.view.View",
5508       "doc": "<p>Fires when an item is clicked.</p>\n",
5509       "params": [
5510         {
5511           "type": "Ext.view.View",
5512           "name": "this",
5513           "doc": "\n",
5514           "optional": false
5515         },
5516         {
5517           "type": "Ext.data.Model",
5518           "name": "record",
5519           "doc": "<p>The record that belongs to the item</p>\n",
5520           "optional": false
5521         },
5522         {
5523           "type": "HTMLElement",
5524           "name": "item",
5525           "doc": "<p>The item's element</p>\n",
5526           "optional": false
5527         },
5528         {
5529           "type": "Number",
5530           "name": "index",
5531           "doc": "<p>The item's index</p>\n",
5532           "optional": false
5533         },
5534         {
5535           "type": "Ext.EventObject",
5536           "name": "e",
5537           "doc": "<p>The raw event object</p>\n",
5538           "optional": false
5539         }
5540       ],
5541       "private": false,
5542       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5543       "linenr": 195,
5544       "html_filename": "View3.html",
5545       "href": "View3.html#Ext-view-View-event-itemclick",
5546       "shortDoc": "<p>Fires when an item is clicked.</p>\n"
5547     },
5548     {
5549       "tagname": "event",
5550       "name": "itemcontextmenu",
5551       "member": "Ext.view.View",
5552       "doc": "<p>Fires when an item is right clicked.</p>\n",
5553       "params": [
5554         {
5555           "type": "Ext.view.View",
5556           "name": "this",
5557           "doc": "\n",
5558           "optional": false
5559         },
5560         {
5561           "type": "Ext.data.Model",
5562           "name": "record",
5563           "doc": "<p>The record that belongs to the item</p>\n",
5564           "optional": false
5565         },
5566         {
5567           "type": "HTMLElement",
5568           "name": "item",
5569           "doc": "<p>The item's element</p>\n",
5570           "optional": false
5571         },
5572         {
5573           "type": "Number",
5574           "name": "index",
5575           "doc": "<p>The item's index</p>\n",
5576           "optional": false
5577         },
5578         {
5579           "type": "Ext.EventObject",
5580           "name": "e",
5581           "doc": "<p>The raw event object</p>\n",
5582           "optional": false
5583         }
5584       ],
5585       "private": false,
5586       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5587       "linenr": 215,
5588       "html_filename": "View3.html",
5589       "href": "View3.html#Ext-view-View-event-itemcontextmenu",
5590       "shortDoc": "<p>Fires when an item is right clicked.</p>\n"
5591     },
5592     {
5593       "tagname": "event",
5594       "name": "itemdblclick",
5595       "member": "Ext.view.View",
5596       "doc": "<p>Fires when an item is double clicked.</p>\n",
5597       "params": [
5598         {
5599           "type": "Ext.view.View",
5600           "name": "this",
5601           "doc": "\n",
5602           "optional": false
5603         },
5604         {
5605           "type": "Ext.data.Model",
5606           "name": "record",
5607           "doc": "<p>The record that belongs to the item</p>\n",
5608           "optional": false
5609         },
5610         {
5611           "type": "HTMLElement",
5612           "name": "item",
5613           "doc": "<p>The item's element</p>\n",
5614           "optional": false
5615         },
5616         {
5617           "type": "Number",
5618           "name": "index",
5619           "doc": "<p>The item's index</p>\n",
5620           "optional": false
5621         },
5622         {
5623           "type": "Ext.EventObject",
5624           "name": "e",
5625           "doc": "<p>The raw event object</p>\n",
5626           "optional": false
5627         }
5628       ],
5629       "private": false,
5630       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5631       "linenr": 205,
5632       "html_filename": "View3.html",
5633       "href": "View3.html#Ext-view-View-event-itemdblclick",
5634       "shortDoc": "<p>Fires when an item is double clicked.</p>\n"
5635     },
5636     {
5637       "tagname": "event",
5638       "name": "itemkeydown",
5639       "member": "Ext.view.View",
5640       "doc": "<p>Fires when a key is pressed while an item is currently selected.</p>\n",
5641       "params": [
5642         {
5643           "type": "Ext.view.View",
5644           "name": "this",
5645           "doc": "\n",
5646           "optional": false
5647         },
5648         {
5649           "type": "Ext.data.Model",
5650           "name": "record",
5651           "doc": "<p>The record that belongs to the item</p>\n",
5652           "optional": false
5653         },
5654         {
5655           "type": "HTMLElement",
5656           "name": "item",
5657           "doc": "<p>The item's element</p>\n",
5658           "optional": false
5659         },
5660         {
5661           "type": "Number",
5662           "name": "index",
5663           "doc": "<p>The item's index</p>\n",
5664           "optional": false
5665         },
5666         {
5667           "type": "Ext.EventObject",
5668           "name": "e",
5669           "doc": "<p>The raw event object. Use <a href=\"#/api/Ext.EventObject-method-getKey\" rel=\"Ext.EventObject-method-getKey\" class=\"docClass\">getKey()</a> to retrieve the key that was pressed.</p>\n",
5670           "optional": false
5671         }
5672       ],
5673       "private": false,
5674       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5675       "linenr": 225,
5676       "html_filename": "View3.html",
5677       "href": "View3.html#Ext-view-View-event-itemkeydown",
5678       "shortDoc": "<p>Fires when a key is pressed while an item is currently selected.</p>\n"
5679     },
5680     {
5681       "tagname": "event",
5682       "name": "itemmousedown",
5683       "member": "Ext.view.View",
5684       "doc": "<p>Fires when there is a mouse down on an item</p>\n",
5685       "params": [
5686         {
5687           "type": "Ext.view.View",
5688           "name": "this",
5689           "doc": "\n",
5690           "optional": false
5691         },
5692         {
5693           "type": "Ext.data.Model",
5694           "name": "record",
5695           "doc": "<p>The record that belongs to the item</p>\n",
5696           "optional": false
5697         },
5698         {
5699           "type": "HTMLElement",
5700           "name": "item",
5701           "doc": "<p>The item's element</p>\n",
5702           "optional": false
5703         },
5704         {
5705           "type": "Number",
5706           "name": "index",
5707           "doc": "<p>The item's index</p>\n",
5708           "optional": false
5709         },
5710         {
5711           "type": "Ext.EventObject",
5712           "name": "e",
5713           "doc": "<p>The raw event object</p>\n",
5714           "optional": false
5715         }
5716       ],
5717       "private": false,
5718       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5719       "linenr": 155,
5720       "html_filename": "View3.html",
5721       "href": "View3.html#Ext-view-View-event-itemmousedown",
5722       "shortDoc": "<p>Fires when there is a mouse down on an item</p>\n"
5723     },
5724     {
5725       "tagname": "event",
5726       "name": "itemmouseenter",
5727       "member": "Ext.view.View",
5728       "doc": "<p>Fires when the mouse enters an item.</p>\n",
5729       "params": [
5730         {
5731           "type": "Ext.view.View",
5732           "name": "this",
5733           "doc": "\n",
5734           "optional": false
5735         },
5736         {
5737           "type": "Ext.data.Model",
5738           "name": "record",
5739           "doc": "<p>The record that belongs to the item</p>\n",
5740           "optional": false
5741         },
5742         {
5743           "type": "HTMLElement",
5744           "name": "item",
5745           "doc": "<p>The item's element</p>\n",
5746           "optional": false
5747         },
5748         {
5749           "type": "Number",
5750           "name": "index",
5751           "doc": "<p>The item's index</p>\n",
5752           "optional": false
5753         },
5754         {
5755           "type": "Ext.EventObject",
5756           "name": "e",
5757           "doc": "<p>The raw event object</p>\n",
5758           "optional": false
5759         }
5760       ],
5761       "private": false,
5762       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5763       "linenr": 175,
5764       "html_filename": "View3.html",
5765       "href": "View3.html#Ext-view-View-event-itemmouseenter",
5766       "shortDoc": "<p>Fires when the mouse enters an item.</p>\n"
5767     },
5768     {
5769       "tagname": "event",
5770       "name": "itemmouseleave",
5771       "member": "Ext.view.View",
5772       "doc": "<p>Fires when the mouse leaves an item.</p>\n",
5773       "params": [
5774         {
5775           "type": "Ext.view.View",
5776           "name": "this",
5777           "doc": "\n",
5778           "optional": false
5779         },
5780         {
5781           "type": "Ext.data.Model",
5782           "name": "record",
5783           "doc": "<p>The record that belongs to the item</p>\n",
5784           "optional": false
5785         },
5786         {
5787           "type": "HTMLElement",
5788           "name": "item",
5789           "doc": "<p>The item's element</p>\n",
5790           "optional": false
5791         },
5792         {
5793           "type": "Number",
5794           "name": "index",
5795           "doc": "<p>The item's index</p>\n",
5796           "optional": false
5797         },
5798         {
5799           "type": "Ext.EventObject",
5800           "name": "e",
5801           "doc": "<p>The raw event object</p>\n",
5802           "optional": false
5803         }
5804       ],
5805       "private": false,
5806       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5807       "linenr": 185,
5808       "html_filename": "View3.html",
5809       "href": "View3.html#Ext-view-View-event-itemmouseleave",
5810       "shortDoc": "<p>Fires when the mouse leaves an item.</p>\n"
5811     },
5812     {
5813       "tagname": "event",
5814       "name": "itemmouseup",
5815       "member": "Ext.view.View",
5816       "doc": "<p>Fires when there is a mouse up on an item</p>\n",
5817       "params": [
5818         {
5819           "type": "Ext.view.View",
5820           "name": "this",
5821           "doc": "\n",
5822           "optional": false
5823         },
5824         {
5825           "type": "Ext.data.Model",
5826           "name": "record",
5827           "doc": "<p>The record that belongs to the item</p>\n",
5828           "optional": false
5829         },
5830         {
5831           "type": "HTMLElement",
5832           "name": "item",
5833           "doc": "<p>The item's element</p>\n",
5834           "optional": false
5835         },
5836         {
5837           "type": "Number",
5838           "name": "index",
5839           "doc": "<p>The item's index</p>\n",
5840           "optional": false
5841         },
5842         {
5843           "type": "Ext.EventObject",
5844           "name": "e",
5845           "doc": "<p>The raw event object</p>\n",
5846           "optional": false
5847         }
5848       ],
5849       "private": false,
5850       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
5851       "linenr": 165,
5852       "html_filename": "View3.html",
5853       "href": "View3.html#Ext-view-View-event-itemmouseup",
5854       "shortDoc": "<p>Fires when there is a mouse up on an item</p>\n"
5855     },
5856     {
5857       "tagname": "event",
5858       "name": "itemremove",
5859       "member": "Ext.view.AbstractView",
5860       "doc": "<p>Fires when the node associated with an individual record is removed</p>\n",
5861       "params": [
5862         {
5863           "type": "Ext.data.Model",
5864           "name": "record",
5865           "doc": "<p>The model instance</p>\n",
5866           "optional": false
5867         },
5868         {
5869           "type": "Number",
5870           "name": "index",
5871           "doc": "<p>The index of the record/node</p>\n",
5872           "optional": false
5873         }
5874       ],
5875       "private": false,
5876       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
5877       "linenr": 237,
5878       "html_filename": "AbstractView.html",
5879       "href": "AbstractView.html#Ext-view-AbstractView-event-itemremove",
5880       "shortDoc": "<p>Fires when the node associated with an individual record is removed</p>\n"
5881     },
5882     {
5883       "tagname": "event",
5884       "name": "itemupdate",
5885       "member": "Ext.view.AbstractView",
5886       "doc": "<p>Fires when the node associated with an individual record is updated</p>\n",
5887       "params": [
5888         {
5889           "type": "Ext.data.Model",
5890           "name": "record",
5891           "doc": "<p>The model instance</p>\n",
5892           "optional": false
5893         },
5894         {
5895           "type": "Number",
5896           "name": "index",
5897           "doc": "<p>The index of the record/node</p>\n",
5898           "optional": false
5899         },
5900         {
5901           "type": "HTMLElement",
5902           "name": "node",
5903           "doc": "<p>The node that has just been updated</p>\n",
5904           "optional": false
5905         }
5906       ],
5907       "private": false,
5908       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
5909       "linenr": 221,
5910       "html_filename": "AbstractView.html",
5911       "href": "AbstractView.html#Ext-view-AbstractView-event-itemupdate",
5912       "shortDoc": "<p>Fires when the node associated with an individual record is updated</p>\n"
5913     },
5914     {
5915       "tagname": "event",
5916       "name": "move",
5917       "member": "Ext.AbstractComponent",
5918       "doc": "<p>Fires after the component is moved.</p>\n",
5919       "params": [
5920         {
5921           "type": "Ext.Component",
5922           "name": "this",
5923           "doc": "\n",
5924           "optional": false
5925         },
5926         {
5927           "type": "Number",
5928           "name": "x",
5929           "doc": "<p>The new x position</p>\n",
5930           "optional": false
5931         },
5932         {
5933           "type": "Number",
5934           "name": "y",
5935           "doc": "<p>The new y position</p>\n",
5936           "optional": false
5937         }
5938       ],
5939       "private": false,
5940       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5941       "linenr": 655,
5942       "html_filename": "AbstractComponent.html",
5943       "href": "AbstractComponent.html#Ext-AbstractComponent-event-move",
5944       "shortDoc": "<p>Fires after the component is moved.</p>\n"
5945     },
5946     {
5947       "tagname": "event",
5948       "name": "refresh",
5949       "member": "Ext.view.AbstractView",
5950       "doc": "<p>Fires when the view is refreshed</p>\n",
5951       "params": [
5952         {
5953           "type": "Ext.view.View",
5954           "name": "this",
5955           "doc": "<p>The DataView object</p>\n",
5956           "optional": false
5957         }
5958       ],
5959       "private": false,
5960       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/view/AbstractView.js",
5961       "linenr": 215,
5962       "html_filename": "AbstractView.html",
5963       "href": "AbstractView.html#Ext-view-AbstractView-event-refresh",
5964       "shortDoc": "<p>Fires when the view is refreshed</p>\n"
5965     },
5966     {
5967       "tagname": "event",
5968       "name": "removed",
5969       "member": "Ext.AbstractComponent",
5970       "doc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n",
5971       "params": [
5972         {
5973           "type": "Ext.Component",
5974           "name": "this",
5975           "doc": "\n",
5976           "optional": false
5977         },
5978         {
5979           "type": "Ext.container.Container",
5980           "name": "ownerCt",
5981           "doc": "<p>Container which holds the component</p>\n",
5982           "optional": false
5983         }
5984       ],
5985       "private": false,
5986       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
5987       "linenr": 607,
5988       "html_filename": "AbstractComponent.html",
5989       "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed",
5990       "shortDoc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n"
5991     },
5992     {
5993       "tagname": "event",
5994       "name": "render",
5995       "member": "Ext.AbstractComponent",
5996       "doc": "<p>Fires after the component markup is <a href=\"#/api/Ext.view.Table-property-rendered\" rel=\"Ext.view.Table-property-rendered\" class=\"docClass\">rendered</a>.</p>\n",
5997       "params": [
5998         {
5999           "type": "Ext.Component",
6000           "name": "this",
6001           "doc": "\n",
6002           "optional": false
6003         }
6004       ],
6005       "private": false,
6006       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
6007       "linenr": 621,
6008       "html_filename": "AbstractComponent.html",
6009       "href": "AbstractComponent.html#Ext-AbstractComponent-event-render",
6010       "shortDoc": "<p>Fires after the component markup is <a href=\"#/api/Ext.view.Table-property-rendered\" rel=\"Ext.view.Table-property-rendered\" class=\"docClass\">rendered</a>.</p>\n"
6011     },
6012     {
6013       "tagname": "event",
6014       "name": "resize",
6015       "member": "Ext.AbstractComponent",
6016       "doc": "<p>Fires after the component is resized.</p>\n",
6017       "params": [
6018         {
6019           "type": "Ext.Component",
6020           "name": "this",
6021           "doc": "\n",
6022           "optional": false
6023         },
6024         {
6025           "type": "Number",
6026           "name": "adjWidth",
6027           "doc": "<p>The box-adjusted width that was set</p>\n",
6028           "optional": false
6029         },
6030         {
6031           "type": "Number",
6032           "name": "adjHeight",
6033           "doc": "<p>The box-adjusted height that was set</p>\n",
6034           "optional": false
6035         }
6036       ],
6037       "private": false,
6038       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
6039       "linenr": 647,
6040       "html_filename": "AbstractComponent.html",
6041       "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize",
6042       "shortDoc": "<p>Fires after the component is resized.</p>\n"
6043     },
6044     {
6045       "tagname": "event",
6046       "name": "selectionchange",
6047       "member": "Ext.view.View",
6048       "doc": "<p>Fires when the selected nodes change. Relayed event from the underlying selection model.</p>\n",
6049       "params": [
6050         {
6051           "type": "Ext.view.View",
6052           "name": "this",
6053           "doc": "\n",
6054           "optional": false
6055         },
6056         {
6057           "type": "Array",
6058           "name": "selections",
6059           "doc": "<p>Array of the selected nodes</p>\n",
6060           "optional": false
6061         }
6062       ],
6063       "private": false,
6064       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/View.js",
6065       "linenr": 341,
6066       "html_filename": "View3.html",
6067       "href": "View3.html#Ext-view-View-event-selectionchange",
6068       "shortDoc": "<p>Fires when the selected nodes change. Relayed event from the underlying selection model.</p>\n"
6069     },
6070     {
6071       "tagname": "event",
6072       "name": "show",
6073       "member": "Ext.AbstractComponent",
6074       "doc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.view.Table-event-show\" rel=\"Ext.view.Table-event-show\" class=\"docClass\">show</a> method.</p>\n",
6075       "params": [
6076         {
6077           "type": "Ext.Component",
6078           "name": "this",
6079           "doc": "\n",
6080           "optional": false
6081         }
6082       ],
6083       "private": false,
6084       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractComponent.js",
6085       "linenr": 587,
6086       "html_filename": "AbstractComponent.html",
6087       "href": "AbstractComponent.html#Ext-AbstractComponent-event-show",
6088       "shortDoc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.view.Table-event-show\" rel=\"Ext.view.Table-event-show\" class=\"docClass\">show</a> method.</p>\n"
6089     },
6090     {
6091       "tagname": "event",
6092       "name": "staterestore",
6093       "member": "Ext.state.Stateful",
6094       "doc": "<p>Fires after the state of the object is restored.</p>\n",
6095       "params": [
6096         {
6097           "type": "Ext.state.Stateful",
6098           "name": "this",
6099           "doc": "\n",
6100           "optional": false
6101         },
6102         {
6103           "type": "Object",
6104           "name": "state",
6105           "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",
6106           "optional": false
6107         }
6108       ],
6109       "private": false,
6110       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
6111       "linenr": 112,
6112       "html_filename": "Stateful.html",
6113       "href": "Stateful.html#Ext-state-Stateful-event-staterestore",
6114       "shortDoc": "<p>Fires after the state of the object is restored.</p>\n"
6115     },
6116     {
6117       "tagname": "event",
6118       "name": "statesave",
6119       "member": "Ext.state.Stateful",
6120       "doc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n",
6121       "params": [
6122         {
6123           "type": "Ext.state.Stateful",
6124           "name": "this",
6125           "doc": "\n",
6126           "optional": false
6127         },
6128         {
6129           "type": "Object",
6130           "name": "state",
6131           "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",
6132           "optional": false
6133         }
6134       ],
6135       "private": false,
6136       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/state/Stateful.js",
6137       "linenr": 133,
6138       "html_filename": "Stateful.html",
6139       "href": "Stateful.html#Ext-state-Stateful-event-statesave",
6140       "shortDoc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n"
6141     }
6142   ],
6143   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/view/Table.js",
6144   "linenr": 1,
6145   "html_filename": "Table3.html",
6146   "href": "Table3.html#Ext-view-Table",
6147   "cssVar": [
6148
6149   ],
6150   "cssMixin": [
6151
6152   ],
6153   "component": true,
6154   "superclasses": [
6155     "Ext.AbstractComponent",
6156     "Ext.Component",
6157     "Ext.view.AbstractView",
6158     "Ext.view.View"
6159   ],
6160   "subclasses": [
6161     "Ext.grid.View",
6162     "Ext.tree.View"
6163   ],
6164   "mixedInto": [
6165
6166   ],
6167   "allMixins": [
6168     "Ext.util.Floating",
6169     "Ext.util.Observable",
6170     "Ext.util.Animate",
6171     "Ext.state.Stateful"
6172   ]
6173 });