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