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