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