Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.form.field.File.js
1 Ext.data.JsonP.Ext_form_field_File({
2   "allMixins": [
3     "Ext.form.Labelable",
4     "Ext.form.field.Field",
5     "Ext.util.Floating",
6     "Ext.util.Observable",
7     "Ext.util.Animate",
8     "Ext.state.Stateful"
9   ],
10   "deprecated": null,
11   "docauthor": "Jason Johnston <jason@sencha.com>",
12   "members": {
13     "cfg": [
14       {
15         "type": "String",
16         "deprecated": null,
17         "alias": null,
18         "protected": false,
19         "tagname": "cfg",
20         "href": "Labelable.html#Ext-form-Labelable-cfg-activeError",
21         "shortDoc": "If specified, then the component will be displayed with this value as its active error when\nfirst rendered. ...",
22         "static": false,
23         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
24         "private": false,
25         "name": "activeError",
26         "owner": "Ext.form.Labelable",
27         "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.form.field.File-method-setActiveError\" rel=\"Ext.form.field.File-method-setActiveError\" class=\"docClass\">setActiveError</a> or <a href=\"#/api/Ext.form.field.File-method-unsetActiveError\" rel=\"Ext.form.field.File-method-unsetActiveError\" class=\"docClass\">unsetActiveError</a> to\nchange it after component creation.</p>\n",
28         "linenr": 206,
29         "html_filename": "Labelable.html"
30       },
31       {
32         "type": "Ext.XTemplate",
33         "deprecated": null,
34         "alias": null,
35         "protected": false,
36         "tagname": "cfg",
37         "href": "Labelable.html#Ext-form-Labelable-cfg-activeErrorsTpl",
38         "shortDoc": "The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. ...",
39         "static": false,
40         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
41         "private": false,
42         "name": "activeErrorsTpl",
43         "owner": "Ext.form.Labelable",
44         "doc": "<p>The template used to format the Array of error messages passed to <a href=\"#/api/Ext.form.field.File-method-setActiveErrors\" rel=\"Ext.form.field.File-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",
45         "linenr": 50,
46         "html_filename": "Labelable.html"
47       },
48       {
49         "type": "Boolean",
50         "deprecated": null,
51         "alias": null,
52         "protected": false,
53         "tagname": "cfg",
54         "href": "Text.html#Ext-form-field-Text-cfg-allowBlank",
55         "static": false,
56         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
57         "private": false,
58         "name": "allowBlank",
59         "owner": "Ext.form.field.Text",
60         "doc": "<p>Specify <tt>false</tt> to validate that the value's length is > 0 (defaults to\n<tt>true</tt>)</p>\n",
61         "linenr": 126,
62         "html_filename": "Text.html"
63       },
64       {
65         "type": "Mixed",
66         "deprecated": null,
67         "alias": null,
68         "protected": false,
69         "tagname": "cfg",
70         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl",
71         "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component. ...",
72         "static": false,
73         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
74         "private": false,
75         "name": "autoEl",
76         "owner": "Ext.AbstractComponent",
77         "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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.form.field.File-cfg-renderTpl\" rel=\"Ext.form.field.File-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",
78         "linenr": 130,
79         "html_filename": "AbstractComponent.html"
80       },
81       {
82         "type": "Boolean",
83         "deprecated": null,
84         "alias": null,
85         "protected": false,
86         "tagname": "cfg",
87         "href": "Labelable.html#Ext-form-Labelable-cfg-autoFitErrors",
88         "shortDoc": "Whether to adjust the component's body area to make room for 'side' or 'under'\nerror messages. ...",
89         "static": false,
90         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
91         "private": false,
92         "name": "autoFitErrors",
93         "owner": "Ext.form.Labelable",
94         "doc": "<p>Whether to adjust the component's body area to make room for 'side' or 'under'\n<a href=\"#/api/Ext.form.field.File-cfg-msgTarget\" rel=\"Ext.form.field.File-cfg-msgTarget\" class=\"docClass\">error messages</a>. Defaults to <tt>true</tt>.</p>\n",
95         "linenr": 184,
96         "html_filename": "Labelable.html"
97       },
98       {
99         "type": "Mixed",
100         "deprecated": null,
101         "alias": null,
102         "protected": false,
103         "tagname": "cfg",
104         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender",
105         "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. ...",
106         "static": false,
107         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
108         "private": false,
109         "name": "autoRender",
110         "owner": "Ext.AbstractComponent",
111         "doc": "<p>This config is intended mainly for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-cfg-floating\" class=\"docClass\">floating</a> Components which may or may not be shown. Instead\nof using <a href=\"#/api/Ext.form.field.File-cfg-renderTo\" rel=\"Ext.form.field.File-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.form.field.File-event-show\" rel=\"Ext.form.field.File-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",
112         "linenr": 499,
113         "html_filename": "AbstractComponent.html"
114       },
115       {
116         "type": "Boolean",
117         "deprecated": null,
118         "alias": null,
119         "protected": false,
120         "tagname": "cfg",
121         "href": "Component2.html#Ext-Component-cfg-autoScroll",
122         "shortDoc": "true to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, false...",
123         "static": false,
124         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
125         "private": false,
126         "name": "autoScroll",
127         "owner": "Ext.Component",
128         "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",
129         "linenr": 172,
130         "html_filename": "Component2.html"
131       },
132       {
133         "type": "Boolean",
134         "deprecated": null,
135         "alias": null,
136         "protected": false,
137         "tagname": "cfg",
138         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow",
139         "shortDoc": "True to automatically show the component upon creation. ...",
140         "static": false,
141         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
142         "private": false,
143         "name": "autoShow",
144         "owner": "Ext.AbstractComponent",
145         "doc": "<p>True to automatically show the component upon creation.\nThis config option may only be used for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-cfg-floating\" class=\"docClass\">floating</a> components or components\nthat use <a href=\"#/api/Ext.form.field.File-cfg-autoRender\" rel=\"Ext.form.field.File-cfg-autoRender\" class=\"docClass\">autoRender</a>. Defaults to <tt>false</tt>.</p>\n",
146         "linenr": 492,
147         "html_filename": "AbstractComponent.html"
148       },
149       {
150         "type": "String",
151         "deprecated": null,
152         "alias": null,
153         "protected": false,
154         "tagname": "cfg",
155         "href": "Labelable.html#Ext-form-Labelable-cfg-baseBodyCls",
156         "shortDoc": "The CSS class to be applied to the body content element. ...",
157         "static": false,
158         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
159         "private": false,
160         "name": "baseBodyCls",
161         "owner": "Ext.form.Labelable",
162         "doc": "<p>The CSS class to be applied to the body content element. Defaults to 'x-form-item-body'.</p>\n",
163         "linenr": 87,
164         "html_filename": "Labelable.html"
165       },
166       {
167         "type": "String",
168         "deprecated": null,
169         "alias": null,
170         "protected": false,
171         "tagname": "cfg",
172         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls",
173         "shortDoc": "The base CSS class to apply to this components's element. ...",
174         "static": false,
175         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
176         "private": false,
177         "name": "baseCls",
178         "owner": "Ext.AbstractComponent",
179         "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",
180         "linenr": 273,
181         "html_filename": "AbstractComponent.html"
182       },
183       {
184         "type": "String",
185         "deprecated": null,
186         "alias": null,
187         "protected": false,
188         "tagname": "cfg",
189         "href": "Text.html#Ext-form-field-Text-cfg-blankText",
190         "static": false,
191         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
192         "private": false,
193         "name": "blankText",
194         "owner": "Ext.form.field.Text",
195         "doc": "<p>The error text to display if the <b><tt><a href=\"#/api/Ext.form.field.File-cfg-allowBlank\" rel=\"Ext.form.field.File-cfg-allowBlank\" class=\"docClass\">allowBlank</a></tt></b> validation\nfails (defaults to <tt>'This field is required'</tt>)</p>\n",
196         "linenr": 166,
197         "html_filename": "Text.html"
198       },
199       {
200         "type": "Number/String",
201         "deprecated": null,
202         "alias": null,
203         "protected": false,
204         "tagname": "cfg",
205         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border",
206         "shortDoc": "Specifies the border for this component. ...",
207         "static": false,
208         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
209         "private": false,
210         "name": "border",
211         "owner": "Ext.AbstractComponent",
212         "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",
213         "linenr": 360,
214         "html_filename": "AbstractComponent.html"
215       },
216       {
217         "type": "Object",
218         "deprecated": null,
219         "alias": null,
220         "protected": false,
221         "tagname": "cfg",
222         "href": "File.html#Ext-form-field-File-cfg-buttonConfig",
223         "static": false,
224         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
225         "private": false,
226         "name": "buttonConfig",
227         "owner": "Ext.form.field.File",
228         "doc": "<p>A standard <a href=\"#/api/Ext.button.Button\" rel=\"Ext.button.Button\" class=\"docClass\">Ext.button.Button</a> config object.</p>\n",
229         "linenr": 79,
230         "html_filename": "File.html"
231       },
232       {
233         "type": "Number",
234         "deprecated": null,
235         "alias": null,
236         "protected": false,
237         "tagname": "cfg",
238         "href": "File.html#Ext-form-field-File-cfg-buttonMargin",
239         "shortDoc": "The number of pixels of space reserved between the button and the text field\n(defaults to 3). ...",
240         "static": false,
241         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
242         "private": false,
243         "name": "buttonMargin",
244         "owner": "Ext.form.field.File",
245         "doc": "<p>The number of pixels of space reserved between the button and the text field\n(defaults to 3).  Note that this only applies if <a href=\"#/api/Ext.form.field.File-cfg-buttonOnly\" rel=\"Ext.form.field.File-cfg-buttonOnly\" class=\"docClass\">buttonOnly</a> = false.</p>\n",
246         "linenr": 73,
247         "html_filename": "File.html"
248       },
249       {
250         "type": "Boolean",
251         "deprecated": null,
252         "alias": null,
253         "protected": false,
254         "tagname": "cfg",
255         "href": "File.html#Ext-form-field-File-cfg-buttonOnly",
256         "shortDoc": "True to display the file upload field as a button with no visible\ntext field (defaults to false). ...",
257         "static": false,
258         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
259         "private": false,
260         "name": "buttonOnly",
261         "owner": "Ext.form.field.File",
262         "doc": "<p>True to display the file upload field as a button with no visible\ntext field (defaults to false).  If true, all inherited Text members will still be available.</p>\n",
263         "linenr": 67,
264         "html_filename": "File.html"
265       },
266       {
267         "type": "String",
268         "deprecated": null,
269         "alias": null,
270         "protected": false,
271         "tagname": "cfg",
272         "href": "File.html#Ext-form-field-File-cfg-buttonText",
273         "shortDoc": "The button text to display on the upload button (defaults to\n'Browse...'). ...",
274         "static": false,
275         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
276         "private": false,
277         "name": "buttonText",
278         "owner": "Ext.form.field.File",
279         "doc": "<p>The button text to display on the upload button (defaults to\n'Browse...').  Note that if you supply a value for <a href=\"#/api/Ext.form.field.File-cfg-buttonConfig\" rel=\"Ext.form.field.File-cfg-buttonConfig\" class=\"docClass\">buttonConfig</a>, the buttonConfig.text\nvalue will be used instead if available.</p>\n",
280         "linenr": 60,
281         "html_filename": "File.html"
282       },
283       {
284         "type": "Number",
285         "deprecated": null,
286         "alias": null,
287         "protected": false,
288         "tagname": "cfg",
289         "href": "Base.html#Ext-form-field-Base-cfg-checkChangeBuffer",
290         "shortDoc": "Defines a timeout in milliseconds for buffering checkChangeEvents that fire in rapid succession. ...",
291         "static": false,
292         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
293         "private": false,
294         "name": "checkChangeBuffer",
295         "owner": "Ext.form.field.Base",
296         "doc": "<p>Defines a timeout in milliseconds for buffering <a href=\"#/api/Ext.form.field.File-cfg-checkChangeEvents\" rel=\"Ext.form.field.File-cfg-checkChangeEvents\" class=\"docClass\">checkChangeEvents</a> that fire in rapid succession.\nDefaults to 50 milliseconds.</p>\n",
297         "linenr": 181,
298         "html_filename": "Base.html"
299       },
300       {
301         "type": "Array",
302         "deprecated": null,
303         "alias": null,
304         "protected": false,
305         "tagname": "cfg",
306         "href": "Base.html#Ext-form-field-Base-cfg-checkChangeEvents",
307         "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...",
308         "static": false,
309         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
310         "private": false,
311         "name": "checkChangeEvents",
312         "owner": "Ext.form.field.Base",
313         "doc": "<p>A list of event names that will be listened for on the field's <a href=\"#/api/Ext.form.field.File-property-inputEl\" rel=\"Ext.form.field.File-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.form.field.File-event-change\" rel=\"Ext.form.field.File-event-change\" class=\"docClass\">change event</a> will be fired, followed by validation if the <a href=\"#/api/Ext.form.field.File-cfg-validateOnChange\" rel=\"Ext.form.field.File-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.form.field.File-method-checkChange\" rel=\"Ext.form.field.File-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",
314         "linenr": 157,
315         "html_filename": "Base.html"
316       },
317       {
318         "type": "String",
319         "deprecated": null,
320         "alias": null,
321         "protected": false,
322         "tagname": "cfg",
323         "href": "Labelable.html#Ext-form-Labelable-cfg-clearCls",
324         "shortDoc": "The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide...",
325         "static": false,
326         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
327         "private": false,
328         "name": "clearCls",
329         "owner": "Ext.form.Labelable",
330         "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",
331         "linenr": 100,
332         "html_filename": "Labelable.html"
333       },
334       {
335         "type": "String",
336         "deprecated": null,
337         "alias": null,
338         "protected": false,
339         "tagname": "cfg",
340         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls",
341         "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to ''). ...",
342         "static": false,
343         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
344         "private": false,
345         "name": "cls",
346         "owner": "Ext.AbstractComponent",
347         "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",
348         "linenr": 289,
349         "html_filename": "AbstractComponent.html"
350       },
351       {
352         "type": "String",
353         "deprecated": null,
354         "alias": null,
355         "protected": false,
356         "tagname": "cfg",
357         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls",
358         "static": false,
359         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
360         "private": false,
361         "name": "componentCls",
362         "owner": "Ext.AbstractComponent",
363         "doc": "<p>CSS Class to be added to a components root level element to give distinction to it\nvia styling.</p>\n",
364         "linenr": 283,
365         "html_filename": "AbstractComponent.html"
366       },
367       {
368         "type": "String/Object",
369         "deprecated": null,
370         "alias": null,
371         "protected": false,
372         "tagname": "cfg",
373         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout",
374         "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager...",
375         "static": false,
376         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
377         "private": false,
378         "name": "componentLayout",
379         "owner": "Ext.AbstractComponent",
380         "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.form.field.File-method-setSize\" rel=\"Ext.form.field.File-method-setSize\" class=\"docClass\">setSize</a> method.</p>\n\n",
381         "linenr": 242,
382         "html_filename": "AbstractComponent.html"
383       },
384       {
385         "type": "String",
386         "deprecated": null,
387         "alias": null,
388         "protected": false,
389         "tagname": "cfg",
390         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl",
391         "shortDoc": "Optional. ...",
392         "static": false,
393         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
394         "private": false,
395         "name": "contentEl",
396         "owner": "Ext.AbstractComponent",
397         "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.form.field.File-cfg-html\" rel=\"Ext.form.field.File-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.form.field.File-event-render\" rel=\"Ext.form.field.File-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",
398         "linenr": 422,
399         "html_filename": "AbstractComponent.html"
400       },
401       {
402         "type": "Mixed",
403         "deprecated": null,
404         "alias": null,
405         "protected": false,
406         "tagname": "cfg",
407         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data",
408         "static": false,
409         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
410         "private": false,
411         "name": "data",
412         "owner": "Ext.AbstractComponent",
413         "doc": "<p>The initial set of data to apply to the <code><a href=\"#/api/Ext.form.field.File-cfg-tpl\" rel=\"Ext.form.field.File-cfg-tpl\" class=\"docClass\">tpl</a></code> to\nupdate the content area of the Component.</p>\n",
414         "linenr": 260,
415         "html_filename": "AbstractComponent.html"
416       },
417       {
418         "type": "String",
419         "deprecated": null,
420         "alias": null,
421         "protected": false,
422         "tagname": "cfg",
423         "href": "Base.html#Ext-form-field-Base-cfg-dirtyCls",
424         "static": false,
425         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
426         "private": false,
427         "name": "dirtyCls",
428         "owner": "Ext.form.field.Base",
429         "doc": "<p>The CSS class to use when the field value <a href=\"#/api/Ext.form.field.File-method-isDirty\" rel=\"Ext.form.field.File-method-isDirty\" class=\"docClass\">is dirty</a>.</p>\n",
430         "linenr": 152,
431         "html_filename": "Base.html"
432       },
433       {
434         "type": "Boolean",
435         "deprecated": null,
436         "alias": null,
437         "protected": false,
438         "tagname": "cfg",
439         "href": "Text.html#Ext-form-field-Text-cfg-disableKeyFilter",
440         "static": false,
441         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
442         "private": false,
443         "name": "disableKeyFilter",
444         "owner": "Ext.form.field.Text",
445         "doc": "<p>Specify <tt>true</tt> to disable input keystroke filtering (defaults\nto <tt>false</tt>)</p>\n",
446         "linenr": 121,
447         "html_filename": "Text.html"
448       },
449       {
450         "type": "Boolean",
451         "deprecated": null,
452         "alias": null,
453         "protected": false,
454         "tagname": "cfg",
455         "href": "Field.html#Ext-form-field-Field-cfg-disabled",
456         "shortDoc": "True to disable the field (defaults to false). ...",
457         "static": false,
458         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
459         "private": false,
460         "name": "disabled",
461         "owner": "Ext.form.field.Field",
462         "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",
463         "linenr": 43,
464         "html_filename": "Field.html"
465       },
466       {
467         "type": "String",
468         "deprecated": null,
469         "alias": null,
470         "protected": false,
471         "tagname": "cfg",
472         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls",
473         "shortDoc": "CSS class to add when the Component is disabled. ...",
474         "static": false,
475         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
476         "private": false,
477         "name": "disabledCls",
478         "owner": "Ext.AbstractComponent",
479         "doc": "<p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>\n",
480         "linenr": 302,
481         "html_filename": "AbstractComponent.html"
482       },
483       {
484         "type": "Mixed",
485         "deprecated": null,
486         "alias": null,
487         "protected": false,
488         "tagname": "cfg",
489         "href": "Component2.html#Ext-Component-cfg-draggable",
490         "shortDoc": "Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle. ...",
491         "static": false,
492         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
493         "private": false,
494         "name": "draggable",
495         "owner": "Ext.Component",
496         "doc": "<p>Specify as true to make a <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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",
497         "linenr": 237,
498         "html_filename": "Component2.html"
499       },
500       {
501         "type": "String",
502         "deprecated": null,
503         "alias": null,
504         "protected": false,
505         "tagname": "cfg",
506         "href": "Text.html#Ext-form-field-Text-cfg-emptyCls",
507         "shortDoc": "The CSS class to apply to an empty field to style the emptyText\n(defaults to 'x-form-empty-field'). ...",
508         "static": false,
509         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
510         "private": false,
511         "name": "emptyCls",
512         "owner": "Ext.form.field.Text",
513         "doc": "<p>The CSS class to apply to an empty field to style the <b><tt><a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a></tt></b>\n(defaults to <tt>'x-form-empty-field'</tt>).  This class is automatically added and removed as needed\ndepending on the current field value.</p>\n",
514         "linenr": 213,
515         "html_filename": "Text.html"
516       },
517       {
518         "type": "String",
519         "deprecated": null,
520         "alias": null,
521         "protected": false,
522         "tagname": "cfg",
523         "href": "Text.html#Ext-form-field-Text-cfg-emptyText",
524         "shortDoc": "The default text to place into an empty field (defaults to undefined). ...",
525         "static": false,
526         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
527         "private": false,
528         "name": "emptyText",
529         "owner": "Ext.form.field.Text",
530         "doc": "<p>The default text to place into an empty field (defaults to <tt>undefined</tt>).</p>\n\n\n<p>Note that normally this value will be submitted to the server if this field is enabled; to prevent this\nyou can set the <a href=\"#/api/Ext.form.action.Action-cfg-submitEmptyText\" rel=\"Ext.form.action.Action-cfg-submitEmptyText\" class=\"docClass\">submitEmptyText</a> option of\n<a href=\"#/api/Ext.form.Basic-method-submit\" rel=\"Ext.form.Basic-method-submit\" class=\"docClass\">Ext.form.Basic.submit</a> to <tt>false</tt>.</p>\n\n\n<p>Also note that if you use <tt><a href=\"#/api/Ext.form.field.File-cfg-inputType\" rel=\"Ext.form.field.File-cfg-inputType\" class=\"docClass\">inputType</a>:'file'</tt>, <a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a> is not\nsupported and should be avoided.</p>\n\n",
531         "linenr": 203,
532         "html_filename": "Text.html"
533       },
534       {
535         "type": "Boolean",
536         "deprecated": null,
537         "alias": null,
538         "protected": false,
539         "tagname": "cfg",
540         "href": "Text.html#Ext-form-field-Text-cfg-enableKeyEvents",
541         "static": false,
542         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
543         "private": false,
544         "name": "enableKeyEvents",
545         "owner": "Ext.form.field.Text",
546         "doc": "<p><tt>true</tt> to enable the proxying of key events for the HTML input field (defaults to <tt>false</tt>)</p>\n",
547         "linenr": 222,
548         "html_filename": "Text.html"
549       },
550       {
551         "type": "Boolean",
552         "deprecated": null,
553         "alias": null,
554         "protected": false,
555         "tagname": "cfg",
556         "href": "Text.html#Ext-form-field-Text-cfg-enforceMaxLength",
557         "shortDoc": "True to set the maxLength property on the underlying input field. ...",
558         "static": false,
559         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
560         "private": false,
561         "name": "enforceMaxLength",
562         "owner": "Ext.form.field.Text",
563         "doc": "<p>True to set the maxLength property on the underlying input field. Defaults to <tt>false</tt></p>\n",
564         "linenr": 145,
565         "html_filename": "Text.html"
566       },
567       {
568         "type": "String",
569         "deprecated": null,
570         "alias": null,
571         "protected": false,
572         "tagname": "cfg",
573         "href": "Labelable.html#Ext-form-Labelable-cfg-errorMsgCls",
574         "shortDoc": "The CSS class to be applied to the error message element. ...",
575         "static": false,
576         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
577         "private": false,
578         "name": "errorMsgCls",
579         "owner": "Ext.form.Labelable",
580         "doc": "<p>The CSS class to be applied to the error message element. Defaults to 'x-form-error-msg'.</p>\n",
581         "linenr": 81,
582         "html_filename": "Labelable.html"
583       },
584       {
585         "type": "String",
586         "deprecated": null,
587         "alias": null,
588         "protected": false,
589         "tagname": "cfg",
590         "href": "File.html#Ext-form-field-File-cfg-fieldBodyCls",
591         "shortDoc": "An extra CSS class to be applied to the body content element in addition to fieldBodyCls. ...",
592         "static": false,
593         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
594         "private": false,
595         "name": "fieldBodyCls",
596         "owner": "Ext.form.field.File",
597         "doc": "<p>An extra CSS class to be applied to the body content element in addition to <a href=\"#/api/Ext.form.field.File-cfg-fieldBodyCls\" rel=\"Ext.form.field.File-cfg-fieldBodyCls\" class=\"docClass\">fieldBodyCls</a>.\nDefaults to 'x-form-file-wrap' for file upload field.</p>\n",
598         "linenr": 105,
599         "html_filename": "File.html"
600       },
601       {
602         "type": "String",
603         "deprecated": null,
604         "alias": null,
605         "protected": false,
606         "tagname": "cfg",
607         "href": "Base.html#Ext-form-field-Base-cfg-fieldCls",
608         "static": false,
609         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
610         "private": false,
611         "name": "fieldCls",
612         "owner": "Ext.form.field.Base",
613         "doc": "<p>The default CSS class for the field input (defaults to 'x-form-field')</p>\n",
614         "linenr": 136,
615         "html_filename": "Base.html"
616       },
617       {
618         "type": "String",
619         "deprecated": null,
620         "alias": null,
621         "protected": false,
622         "tagname": "cfg",
623         "href": "Labelable.html#Ext-form-Labelable-cfg-fieldLabel",
624         "shortDoc": "The label for the field. ...",
625         "static": false,
626         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
627         "private": false,
628         "name": "fieldLabel",
629         "owner": "Ext.form.Labelable",
630         "doc": "<p>The label for the field. It gets appended with the <a href=\"#/api/Ext.form.field.File-cfg-labelSeparator\" rel=\"Ext.form.field.File-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>, and its position\nand sizing is determined by the <a href=\"#/api/Ext.form.field.File-cfg-labelAlign\" rel=\"Ext.form.field.File-cfg-labelAlign\" class=\"docClass\">labelAlign</a>, <a href=\"#/api/Ext.form.field.File-cfg-labelWidth\" rel=\"Ext.form.field.File-cfg-labelWidth\" class=\"docClass\">labelWidth</a>, and <a href=\"#/api/Ext.form.field.File-cfg-labelPad\" rel=\"Ext.form.field.File-cfg-labelPad\" class=\"docClass\">labelPad</a>\nconfigs. Defaults to undefined.</p>\n",
631         "linenr": 113,
632         "html_filename": "Labelable.html"
633       },
634       {
635         "type": "String",
636         "deprecated": null,
637         "alias": null,
638         "protected": false,
639         "tagname": "cfg",
640         "href": "Base.html#Ext-form-field-Base-cfg-fieldStyle",
641         "shortDoc": "Optional CSS style(s) to be applied to the field input element. ...",
642         "static": false,
643         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
644         "private": false,
645         "name": "fieldStyle",
646         "owner": "Ext.form.field.Base",
647         "doc": "<p>Optional CSS style(s) to be applied to the <a href=\"#/api/Ext.form.field.File-property-inputEl\" rel=\"Ext.form.field.File-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.form.field.File-method-setFieldStyle\" rel=\"Ext.form.field.File-method-setFieldStyle\" class=\"docClass\">setFieldStyle</a> method for changing the style after initialization.</p>\n",
648         "linenr": 141,
649         "html_filename": "Base.html"
650       },
651       {
652         "type": "Boolean",
653         "deprecated": null,
654         "alias": null,
655         "protected": false,
656         "tagname": "cfg",
657         "href": "Component2.html#Ext-Component-cfg-floating",
658         "shortDoc": "Specify as true to float the Component outside of the document flow using CSS absolute positioning. ...",
659         "static": false,
660         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
661         "private": false,
662         "name": "floating",
663         "owner": "Ext.Component",
664         "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.form.field.File-method-toFront\" rel=\"Ext.form.field.File-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.form.field.File-property-ownerCt\" rel=\"Ext.form.field.File-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.form.field.File-event-show\" rel=\"Ext.form.field.File-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.form.field.File-property-floatParent\" rel=\"Ext.form.field.File-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.form.field.File-property-floatParent\" rel=\"Ext.form.field.File-property-floatParent\" class=\"docClass\">floatParent</a> property will not be set.</p>\n\n",
665         "linenr": 178,
666         "html_filename": "Component2.html"
667       },
668       {
669         "type": "String",
670         "deprecated": null,
671         "alias": null,
672         "protected": false,
673         "tagname": "cfg",
674         "href": "Base.html#Ext-form-field-Base-cfg-focusCls",
675         "static": false,
676         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
677         "private": false,
678         "name": "focusCls",
679         "owner": "Ext.form.field.Base",
680         "doc": "<p>The CSS class to use when the field receives focus (defaults to 'x-form-focus')</p>\n",
681         "linenr": 147,
682         "html_filename": "Base.html"
683       },
684       {
685         "type": "Boolean",
686         "deprecated": null,
687         "alias": null,
688         "protected": false,
689         "tagname": "cfg",
690         "href": "Floating.html#Ext-util-Floating-cfg-focusOnToFront",
691         "shortDoc": "Specifies whether the floated component should be automatically focused when it is\nbrought to the front. ...",
692         "static": false,
693         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
694         "private": false,
695         "name": "focusOnToFront",
696         "owner": "Ext.util.Floating",
697         "doc": "<p>Specifies whether the floated component should be automatically <a href=\"#/api/Ext.form.field.File-event-focus\" rel=\"Ext.form.field.File-event-focus\" class=\"docClass\">focused</a> when it is\n<a href=\"#/api/Ext.form.field.File-method-toFront\" rel=\"Ext.form.field.File-method-toFront\" class=\"docClass\">brought to the front</a>. Defaults to true.</p>\n",
698         "linenr": 9,
699         "html_filename": "Floating.html"
700       },
701       {
702         "type": "String",
703         "deprecated": null,
704         "alias": null,
705         "protected": false,
706         "tagname": "cfg",
707         "href": "Labelable.html#Ext-form-Labelable-cfg-formItemCls",
708         "shortDoc": "A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. ...",
709         "static": false,
710         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
711         "private": false,
712         "name": "formItemCls",
713         "owner": "Ext.form.Labelable",
714         "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",
715         "linenr": 68,
716         "html_filename": "Labelable.html"
717       },
718       {
719         "type": "Boolean",
720         "deprecated": null,
721         "alias": null,
722         "protected": false,
723         "tagname": "cfg",
724         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame",
725         "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi...",
726         "static": false,
727         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
728         "private": false,
729         "name": "frame",
730         "owner": "Ext.AbstractComponent",
731         "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.form.field.File-property-frameSize\" rel=\"Ext.form.field.File-property-frameSize\" class=\"docClass\">frameSize</a>.</p>\n\n",
732         "linenr": 219,
733         "html_filename": "AbstractComponent.html"
734       },
735       {
736         "type": "Boolean",
737         "deprecated": null,
738         "alias": null,
739         "protected": false,
740         "tagname": "cfg",
741         "href": "Text.html#Ext-form-field-Text-cfg-grow",
742         "static": false,
743         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
744         "private": false,
745         "name": "grow",
746         "owner": "Ext.form.field.Text",
747         "doc": "<p><tt>true</tt> if this field should automatically grow and shrink to its content\n(defaults to <tt>false</tt>)</p>\n",
748         "linenr": 86,
749         "html_filename": "Text.html"
750       },
751       {
752         "type": "String",
753         "deprecated": null,
754         "alias": null,
755         "protected": false,
756         "tagname": "cfg",
757         "href": "Text.html#Ext-form-field-Text-cfg-growAppend",
758         "shortDoc": "A string that will be appended to the field's current value for the purposes of calculating the target\nfield size. ...",
759         "static": false,
760         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
761         "private": false,
762         "name": "growAppend",
763         "owner": "Ext.form.field.Text",
764         "doc": "<p>A string that will be appended to the field's current value for the purposes of calculating the target\nfield size. Only used when the <a href=\"#/api/Ext.form.field.File-cfg-grow\" rel=\"Ext.form.field.File-cfg-grow\" class=\"docClass\">grow</a> config is <tt>true</tt>. Defaults to a single capital \"W\"\n(the widest character in common fonts) to leave enough space for the next typed character and avoid the\nfield value shifting before the width is adjusted.</p>\n",
765         "linenr": 103,
766         "html_filename": "Text.html"
767       },
768       {
769         "type": "Number",
770         "deprecated": null,
771         "alias": null,
772         "protected": false,
773         "tagname": "cfg",
774         "href": "Text.html#Ext-form-field-Text-cfg-growMax",
775         "static": false,
776         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
777         "private": false,
778         "name": "growMax",
779         "owner": "Ext.form.field.Text",
780         "doc": "<p>The maximum width to allow when <code><b><a href=\"#/api/Ext.form.field.File-cfg-grow\" rel=\"Ext.form.field.File-cfg-grow\" class=\"docClass\">grow</a></b> = true</code> (defaults\nto <tt>800</tt>)</p>\n",
781         "linenr": 97,
782         "html_filename": "Text.html"
783       },
784       {
785         "type": "Number",
786         "deprecated": null,
787         "alias": null,
788         "protected": false,
789         "tagname": "cfg",
790         "href": "Text.html#Ext-form-field-Text-cfg-growMin",
791         "static": false,
792         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
793         "private": false,
794         "name": "growMin",
795         "owner": "Ext.form.field.Text",
796         "doc": "<p>The minimum width to allow when <code><b><a href=\"#/api/Ext.form.field.File-cfg-grow\" rel=\"Ext.form.field.File-cfg-grow\" class=\"docClass\">grow</a></b> = true</code> (defaults\nto <tt>30</tt>)</p>\n",
797         "linenr": 91,
798         "html_filename": "Text.html"
799       },
800       {
801         "type": "Number",
802         "deprecated": null,
803         "alias": null,
804         "protected": false,
805         "tagname": "cfg",
806         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height",
807         "static": false,
808         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
809         "private": false,
810         "name": "height",
811         "owner": "Ext.AbstractComponent",
812         "doc": "<p>The height of this component in pixels.</p>\n",
813         "linenr": 355,
814         "html_filename": "AbstractComponent.html"
815       },
816       {
817         "type": "Boolean",
818         "deprecated": null,
819         "alias": null,
820         "protected": false,
821         "tagname": "cfg",
822         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden",
823         "static": false,
824         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
825         "private": false,
826         "name": "hidden",
827         "owner": "Ext.AbstractComponent",
828         "doc": "<p>Defaults to false.</p>\n",
829         "linenr": 378,
830         "html_filename": "AbstractComponent.html"
831       },
832       {
833         "type": "Boolean",
834         "deprecated": null,
835         "alias": null,
836         "protected": false,
837         "tagname": "cfg",
838         "href": "Labelable.html#Ext-form-Labelable-cfg-hideEmptyLabel",
839         "shortDoc": "When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is...",
840         "static": false,
841         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
842         "private": false,
843         "name": "hideEmptyLabel",
844         "owner": "Ext.form.Labelable",
845         "doc": "<p>When set to <tt>true</tt>, the label element (<a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.field.File-cfg-labelSeparator\" rel=\"Ext.form.field.File-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>) will be\nautomatically hidden if the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-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.form.field.File-cfg-hideLabel\" rel=\"Ext.form.field.File-cfg-hideLabel\" class=\"docClass\">hideLabel</a> config to <tt>true</tt>.</p>\n\n",
846         "linenr": 166,
847         "html_filename": "Labelable.html"
848       },
849       {
850         "type": "Boolean",
851         "deprecated": null,
852         "alias": null,
853         "protected": false,
854         "tagname": "cfg",
855         "href": "Labelable.html#Ext-form-Labelable-cfg-hideLabel",
856         "shortDoc": "Set to true to completely hide the label element (fieldLabel and labelSeparator). ...",
857         "static": false,
858         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
859         "private": false,
860         "name": "hideLabel",
861         "owner": "Ext.form.Labelable",
862         "doc": "<p>Set to <tt>true</tt> to completely hide the label element (<a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.field.File-cfg-labelSeparator\" rel=\"Ext.form.field.File-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>).\nDefaults to <tt>false</tt>.</p>\n\n\n<p>Also see <a href=\"#/api/Ext.form.field.File-cfg-hideEmptyLabel\" rel=\"Ext.form.field.File-cfg-hideEmptyLabel\" class=\"docClass\">hideEmptyLabel</a>, which controls whether space will be reserved for an empty fieldLabel.</p>\n\n",
863         "linenr": 158,
864         "html_filename": "Labelable.html"
865       },
866       {
867         "type": "String",
868         "deprecated": null,
869         "alias": null,
870         "protected": false,
871         "tagname": "cfg",
872         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode",
873         "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden. ...",
874         "static": false,
875         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
876         "private": false,
877         "name": "hideMode",
878         "owner": "Ext.AbstractComponent",
879         "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",
880         "linenr": 409,
881         "html_filename": "AbstractComponent.html"
882       },
883       {
884         "type": "String/Object",
885         "deprecated": null,
886         "alias": null,
887         "protected": false,
888         "tagname": "cfg",
889         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html",
890         "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). ...",
891         "static": false,
892         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
893         "private": false,
894         "name": "html",
895         "owner": "Ext.AbstractComponent",
896         "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.form.field.File-event-render\" rel=\"Ext.form.field.File-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.form.field.File-cfg-contentEl\" rel=\"Ext.form.field.File-cfg-contentEl\" class=\"docClass\">contentEl</a> is appended.</p>\n",
897         "linenr": 440,
898         "html_filename": "AbstractComponent.html"
899       },
900       {
901         "type": "String",
902         "deprecated": null,
903         "alias": null,
904         "protected": false,
905         "tagname": "cfg",
906         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id",
907         "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id). ...",
908         "static": false,
909         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
910         "private": false,
911         "name": "id",
912         "owner": "Ext.AbstractComponent",
913         "doc": "<p>The <b><u>unique id of this component instance</u></b> (defaults to an <a href=\"#/api/Ext.form.field.File-method-getId\" rel=\"Ext.form.field.File-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.form.field.File-cfg-itemId\" rel=\"Ext.form.field.File-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.form.field.File-cfg-itemId\" rel=\"Ext.form.field.File-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.form.field.File-property-ownerCt\" rel=\"Ext.form.field.File-property-ownerCt\" class=\"docClass\">ownerCt</a></code>.</p>\n\n",
914         "linenr": 50,
915         "html_filename": "AbstractComponent.html"
916       },
917       {
918         "type": "String",
919         "deprecated": null,
920         "alias": null,
921         "protected": false,
922         "tagname": "cfg",
923         "href": "Base.html#Ext-form-field-Base-cfg-inputId",
924         "shortDoc": "The id that will be given to the generated input DOM element. ...",
925         "static": false,
926         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
927         "private": false,
928         "name": "inputId",
929         "owner": "Ext.form.field.Base",
930         "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",
931         "linenr": 206,
932         "html_filename": "Base.html"
933       },
934       {
935         "type": "String",
936         "deprecated": null,
937         "alias": null,
938         "protected": false,
939         "tagname": "cfg",
940         "href": "Base.html#Ext-form-field-Base-cfg-inputType",
941         "shortDoc": "The type attribute for input fields -- e.g. ...",
942         "static": false,
943         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
944         "private": false,
945         "name": "inputType",
946         "owner": "Ext.form.field.Base",
947         "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",
948         "linenr": 114,
949         "html_filename": "Base.html"
950       },
951       {
952         "type": "String",
953         "deprecated": null,
954         "alias": null,
955         "protected": false,
956         "tagname": "cfg",
957         "href": "Labelable.html#Ext-form-Labelable-cfg-invalidCls",
958         "static": false,
959         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
960         "private": false,
961         "name": "invalidCls",
962         "owner": "Ext.form.Labelable",
963         "doc": "<p>The CSS class to use when marking the component invalid (defaults to 'x-form-invalid')</p>\n",
964         "linenr": 107,
965         "html_filename": "Labelable.html"
966       },
967       {
968         "type": "String",
969         "deprecated": null,
970         "alias": null,
971         "protected": false,
972         "tagname": "cfg",
973         "href": "Base.html#Ext-form-field-Base-cfg-invalidText",
974         "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...",
975         "static": false,
976         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
977         "private": false,
978         "name": "invalidText",
979         "owner": "Ext.form.field.Base",
980         "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",
981         "linenr": 130,
982         "html_filename": "Base.html"
983       },
984       {
985         "type": "String",
986         "deprecated": null,
987         "alias": null,
988         "protected": false,
989         "tagname": "cfg",
990         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId",
991         "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ...",
992         "static": false,
993         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
994         "private": false,
995         "name": "itemId",
996         "owner": "Ext.AbstractComponent",
997         "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.form.field.File-cfg-id\" rel=\"Ext.form.field.File-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.form.field.File-cfg-id\" rel=\"Ext.form.field.File-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.form.field.File-cfg-id\" rel=\"Ext.form.field.File-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.form.field.File-cfg-renderTo\" rel=\"Ext.form.field.File-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-cfg-title\" rel=\"Ext.panel.Panel-cfg-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-cfg-title\" rel=\"Ext.panel.Panel-cfg-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.form.field.File-property-ownerCt\" rel=\"Ext.form.field.File-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.form.field.File-cfg-id\" rel=\"Ext.form.field.File-cfg-id\" class=\"docClass\">id</a></tt>, <code><a href=\"#/api/Ext.container.Container-method-query\" rel=\"Ext.container.Container-method-query\" class=\"docClass\">Ext.container.Container.query</a></code>,\n<code><a href=\"#/api/Ext.container.Container-method-down\" rel=\"Ext.container.Container-method-down\" class=\"docClass\">Ext.container.Container.down</a></code> and <code><a href=\"#/api/Ext.container.Container-method-child\" rel=\"Ext.container.Container-method-child\" class=\"docClass\">Ext.container.Container.child</a></code>.</p>\n\n\n<p><b>Note</b>: to access the container of an item see <tt><a href=\"#/api/Ext.form.field.File-property-ownerCt\" rel=\"Ext.form.field.File-property-ownerCt\" class=\"docClass\">ownerCt</a></tt>.</p>\n\n",
998         "linenr": 66,
999         "html_filename": "AbstractComponent.html"
1000       },
1001       {
1002         "type": "String",
1003         "deprecated": null,
1004         "alias": null,
1005         "protected": false,
1006         "tagname": "cfg",
1007         "href": "Labelable.html#Ext-form-Labelable-cfg-labelAlign",
1008         "shortDoc": "Controls the position and alignment of the fieldLabel. ...",
1009         "static": false,
1010         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1011         "private": false,
1012         "name": "labelAlign",
1013         "owner": "Ext.form.Labelable",
1014         "doc": "<p>Controls the position and alignment of the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-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.form.field.File-cfg-labelWidth\" rel=\"Ext.form.field.File-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.form.field.File-cfg-labelWidth\" rel=\"Ext.form.field.File-cfg-labelWidth\" class=\"docClass\">labelWidth</a> config.</li>\n</ul>\n\n",
1015         "linenr": 121,
1016         "html_filename": "Labelable.html"
1017       },
1018       {
1019         "type": "String",
1020         "deprecated": null,
1021         "alias": null,
1022         "protected": false,
1023         "tagname": "cfg",
1024         "href": "Labelable.html#Ext-form-Labelable-cfg-labelCls",
1025         "shortDoc": "The CSS class to be applied to the label element. ...",
1026         "static": false,
1027         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1028         "private": false,
1029         "name": "labelCls",
1030         "owner": "Ext.form.Labelable",
1031         "doc": "<p>The CSS class to be applied to the label element. Defaults to 'x-form-item-label'.</p>\n",
1032         "linenr": 75,
1033         "html_filename": "Labelable.html"
1034       },
1035       {
1036         "type": "Number",
1037         "deprecated": null,
1038         "alias": null,
1039         "protected": false,
1040         "tagname": "cfg",
1041         "href": "Labelable.html#Ext-form-Labelable-cfg-labelPad",
1042         "shortDoc": "The amount of space in pixels between the fieldLabel and the input field. ...",
1043         "static": false,
1044         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1045         "private": false,
1046         "name": "labelPad",
1047         "owner": "Ext.form.Labelable",
1048         "doc": "<p>The amount of space in pixels between the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and the input field. Defaults to <tt>5</tt>.</p>\n",
1049         "linenr": 141,
1050         "html_filename": "Labelable.html"
1051       },
1052       {
1053         "type": "String",
1054         "deprecated": null,
1055         "alias": null,
1056         "protected": false,
1057         "tagname": "cfg",
1058         "href": "Labelable.html#Ext-form-Labelable-cfg-labelSeparator",
1059         "static": false,
1060         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1061         "private": false,
1062         "name": "labelSeparator",
1063         "owner": "Ext.form.Labelable",
1064         "doc": "<p>Character(s) to be inserted at the end of the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">label text</a>.</p>\n",
1065         "linenr": 147,
1066         "html_filename": "Labelable.html"
1067       },
1068       {
1069         "type": "String",
1070         "deprecated": null,
1071         "alias": null,
1072         "protected": false,
1073         "tagname": "cfg",
1074         "href": "Labelable.html#Ext-form-Labelable-cfg-labelStyle",
1075         "shortDoc": "A CSS style specification string to apply directly to this field's label. ...",
1076         "static": false,
1077         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1078         "private": false,
1079         "name": "labelStyle",
1080         "owner": "Ext.form.Labelable",
1081         "doc": "<p>A CSS style specification string to apply directly to this field's label. Defaults to undefined.</p>\n\n",
1082         "linenr": 153,
1083         "html_filename": "Labelable.html"
1084       },
1085       {
1086         "type": "Number",
1087         "deprecated": null,
1088         "alias": null,
1089         "protected": false,
1090         "tagname": "cfg",
1091         "href": "Labelable.html#Ext-form-Labelable-cfg-labelWidth",
1092         "shortDoc": "The width of the fieldLabel in pixels. ...",
1093         "static": false,
1094         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1095         "private": false,
1096         "name": "labelWidth",
1097         "owner": "Ext.form.Labelable",
1098         "doc": "<p>The width of the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> in pixels. Only applicable if the <a href=\"#/api/Ext.form.field.File-cfg-labelAlign\" rel=\"Ext.form.field.File-cfg-labelAlign\" class=\"docClass\">labelAlign</a> is set\nto \"left\" or \"right\". Defaults to <tt>100</tt>.</p>\n",
1099         "linenr": 134,
1100         "html_filename": "Labelable.html"
1101       },
1102       {
1103         "type": "Array/String/Ext.XTemplate",
1104         "deprecated": null,
1105         "alias": null,
1106         "protected": false,
1107         "tagname": "cfg",
1108         "href": "Labelable.html#Ext-form-Labelable-cfg-labelableRenderTpl",
1109         "shortDoc": "The rendering template for the field decorations. ...",
1110         "static": false,
1111         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1112         "private": false,
1113         "name": "labelableRenderTpl",
1114         "owner": "Ext.form.Labelable",
1115         "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.form.field.File-method-getSubTplMarkup\" rel=\"Ext.form.field.File-method-getSubTplMarkup\" class=\"docClass\">getSubTplMarkup</a> method to generate the field body content.</p>\n",
1116         "linenr": 29,
1117         "html_filename": "Labelable.html"
1118       },
1119       {
1120         "type": "Object",
1121         "deprecated": null,
1122         "alias": null,
1123         "protected": false,
1124         "tagname": "cfg",
1125         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
1126         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
1127         "static": false,
1128         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1129         "private": false,
1130         "name": "listeners",
1131         "owner": "Ext.util.Observable",
1132         "doc": "<p>A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the <a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple\nhandlers at once.</p>\n\n<p><strong>DOM events from ExtJS <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></strong></p>\n\n<p>While <em>some</em> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly 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 <strong><code><a href=\"#/api/Ext.view.View-event-itemclick\" rel=\"Ext.view.View-event-itemclick\" class=\"docClass\">itemclick</a></code></strong> event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the <code>element</code> option to identify the Component property to add a\nDOM 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",
1133         "linenr": 102,
1134         "html_filename": "Observable.html"
1135       },
1136       {
1137         "type": "Ext.ComponentLoader/Object",
1138         "deprecated": null,
1139         "alias": null,
1140         "protected": false,
1141         "tagname": "cfg",
1142         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader",
1143         "static": false,
1144         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1145         "private": false,
1146         "name": "loader",
1147         "owner": "Ext.AbstractComponent",
1148         "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",
1149         "linenr": 483,
1150         "html_filename": "AbstractComponent.html"
1151       },
1152       {
1153         "type": "Boolean",
1154         "deprecated": null,
1155         "alias": null,
1156         "protected": false,
1157         "tagname": "cfg",
1158         "href": "Component2.html#Ext-Component-cfg-maintainFlex",
1159         "shortDoc": "Only valid when a sibling element of a Splitter within a VBox or\nHBox layout. ...",
1160         "static": false,
1161         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
1162         "private": false,
1163         "name": "maintainFlex",
1164         "owner": "Ext.Component",
1165         "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",
1166         "linenr": 259,
1167         "html_filename": "Component2.html"
1168       },
1169       {
1170         "type": "Number/String",
1171         "deprecated": null,
1172         "alias": null,
1173         "protected": false,
1174         "tagname": "cfg",
1175         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin",
1176         "shortDoc": "Specifies the margin for this component. ...",
1177         "static": false,
1178         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1179         "private": false,
1180         "name": "margin",
1181         "owner": "Ext.AbstractComponent",
1182         "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",
1183         "linenr": 372,
1184         "html_filename": "AbstractComponent.html"
1185       },
1186       {
1187         "type": "RegExp",
1188         "deprecated": null,
1189         "alias": null,
1190         "protected": false,
1191         "tagname": "cfg",
1192         "href": "Text.html#Ext-form-field-Text-cfg-maskRe",
1193         "static": false,
1194         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1195         "private": false,
1196         "name": "maskRe",
1197         "owner": "Ext.form.field.Text",
1198         "doc": "<p>An input mask regular expression that will be used to filter keystrokes that do\nnot match (defaults to <tt>undefined</tt>)</p>\n",
1199         "linenr": 116,
1200         "html_filename": "Text.html"
1201       },
1202       {
1203         "type": "Number",
1204         "deprecated": null,
1205         "alias": null,
1206         "protected": false,
1207         "tagname": "cfg",
1208         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight",
1209         "shortDoc": "The maximum value in pixels which this Component will set its height to. ...",
1210         "static": false,
1211         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1212         "private": false,
1213         "name": "maxHeight",
1214         "owner": "Ext.AbstractComponent",
1215         "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",
1216         "linenr": 472,
1217         "html_filename": "AbstractComponent.html"
1218       },
1219       {
1220         "type": "Number",
1221         "deprecated": null,
1222         "alias": null,
1223         "protected": false,
1224         "tagname": "cfg",
1225         "href": "Text.html#Ext-form-field-Text-cfg-maxLength",
1226         "shortDoc": "Maximum input field length allowed by validation (defaults to Number.MAX_VALUE). ...",
1227         "static": false,
1228         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1229         "private": false,
1230         "name": "maxLength",
1231         "owner": "Ext.form.field.Text",
1232         "doc": "<p>Maximum input field length allowed by validation (defaults to Number.MAX_VALUE).\nThis behavior is intended to provide instant feedback to the user by improving usability to allow pasting\nand editing or overtyping and back tracking. To restrict the maximum number of characters that can be\nentered into the field use the <tt><b><a href=\"#/api/Ext.form.field.Text-cfg-enforceMaxLength\" rel=\"Ext.form.field.Text-cfg-enforceMaxLength\" class=\"docClass\">enforceMaxLength</a></b></tt> option.</p>\n",
1233         "linenr": 137,
1234         "html_filename": "Text.html"
1235       },
1236       {
1237         "type": "String",
1238         "deprecated": null,
1239         "alias": null,
1240         "protected": false,
1241         "tagname": "cfg",
1242         "href": "Text.html#Ext-form-field-Text-cfg-maxLengthText",
1243         "shortDoc": "Error text to display if the maximum length\nvalidation fails (defaults to 'The maximum length for this field is {maxL...",
1244         "static": false,
1245         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1246         "private": false,
1247         "name": "maxLengthText",
1248         "owner": "Ext.form.field.Text",
1249         "doc": "<p>Error text to display if the <b><tt><a href=\"#/api/Ext.form.field.File-cfg-maxLength\" rel=\"Ext.form.field.File-cfg-maxLength\" class=\"docClass\">maximum length</a></tt></b>\nvalidation fails (defaults to <tt>'The maximum length for this field is {maxLength}'</tt>)</p>\n",
1250         "linenr": 155,
1251         "html_filename": "Text.html"
1252       },
1253       {
1254         "type": "Number",
1255         "deprecated": null,
1256         "alias": null,
1257         "protected": false,
1258         "tagname": "cfg",
1259         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth",
1260         "shortDoc": "The maximum value in pixels which this Component will set its width to. ...",
1261         "static": false,
1262         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1263         "private": false,
1264         "name": "maxWidth",
1265         "owner": "Ext.AbstractComponent",
1266         "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",
1267         "linenr": 477,
1268         "html_filename": "AbstractComponent.html"
1269       },
1270       {
1271         "type": "Number",
1272         "deprecated": null,
1273         "alias": null,
1274         "protected": false,
1275         "tagname": "cfg",
1276         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight",
1277         "shortDoc": "The minimum value in pixels which this Component will set its height to. ...",
1278         "static": false,
1279         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1280         "private": false,
1281         "name": "minHeight",
1282         "owner": "Ext.AbstractComponent",
1283         "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",
1284         "linenr": 462,
1285         "html_filename": "AbstractComponent.html"
1286       },
1287       {
1288         "type": "Number",
1289         "deprecated": null,
1290         "alias": null,
1291         "protected": false,
1292         "tagname": "cfg",
1293         "href": "Text.html#Ext-form-field-Text-cfg-minLength",
1294         "static": false,
1295         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1296         "private": false,
1297         "name": "minLength",
1298         "owner": "Ext.form.field.Text",
1299         "doc": "<p>Minimum input field length required (defaults to <tt>0</tt>)</p>\n",
1300         "linenr": 132,
1301         "html_filename": "Text.html"
1302       },
1303       {
1304         "type": "String",
1305         "deprecated": null,
1306         "alias": null,
1307         "protected": false,
1308         "tagname": "cfg",
1309         "href": "Text.html#Ext-form-field-Text-cfg-minLengthText",
1310         "shortDoc": "Error text to display if the minimum length\nvalidation fails (defaults to 'The minimum length for this field is {minL...",
1311         "static": false,
1312         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1313         "private": false,
1314         "name": "minLengthText",
1315         "owner": "Ext.form.field.Text",
1316         "doc": "<p>Error text to display if the <b><tt><a href=\"#/api/Ext.form.field.File-cfg-minLength\" rel=\"Ext.form.field.File-cfg-minLength\" class=\"docClass\">minimum length</a></tt></b>\nvalidation fails (defaults to <tt>'The minimum length for this field is {minLength}'</tt>)</p>\n",
1317         "linenr": 149,
1318         "html_filename": "Text.html"
1319       },
1320       {
1321         "type": "Number",
1322         "deprecated": null,
1323         "alias": null,
1324         "protected": false,
1325         "tagname": "cfg",
1326         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth",
1327         "shortDoc": "The minimum value in pixels which this Component will set its width to. ...",
1328         "static": false,
1329         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1330         "private": false,
1331         "name": "minWidth",
1332         "owner": "Ext.AbstractComponent",
1333         "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",
1334         "linenr": 467,
1335         "html_filename": "AbstractComponent.html"
1336       },
1337       {
1338         "type": "String",
1339         "deprecated": null,
1340         "alias": null,
1341         "protected": false,
1342         "tagname": "cfg",
1343         "href": "Labelable.html#Ext-form-Labelable-cfg-msgTarget",
1344         "shortDoc": "The location where the error message text should display. ...",
1345         "static": false,
1346         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1347         "private": false,
1348         "name": "msgTarget",
1349         "owner": "Ext.form.Labelable",
1350         "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",
1351         "linenr": 191,
1352         "html_filename": "Labelable.html"
1353       },
1354       {
1355         "type": "String",
1356         "deprecated": null,
1357         "alias": null,
1358         "protected": false,
1359         "tagname": "cfg",
1360         "href": "Base.html#Ext-form-field-Base-cfg-name",
1361         "shortDoc": "The name of the field (defaults to undefined). ...",
1362         "static": false,
1363         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
1364         "private": false,
1365         "name": "name",
1366         "owner": "Ext.form.field.Base",
1367         "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.form.field.File-cfg-inputId\" rel=\"Ext.form.field.File-cfg-inputId\" class=\"docClass\">inputId</a>. To prevent the field from being included in the\nform submit, set <a href=\"#/api/Ext.form.field.File-cfg-submitValue\" rel=\"Ext.form.field.File-cfg-submitValue\" class=\"docClass\">submitValue</a> to <tt>false</tt>.</p>\n",
1368         "linenr": 107,
1369         "html_filename": "Base.html"
1370       },
1371       {
1372         "type": "String",
1373         "deprecated": null,
1374         "alias": null,
1375         "protected": false,
1376         "tagname": "cfg",
1377         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls",
1378         "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and...",
1379         "static": false,
1380         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1381         "private": false,
1382         "name": "overCls",
1383         "owner": "Ext.AbstractComponent",
1384         "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",
1385         "linenr": 295,
1386         "html_filename": "AbstractComponent.html"
1387       },
1388       {
1389         "type": "Number/String",
1390         "deprecated": null,
1391         "alias": null,
1392         "protected": false,
1393         "tagname": "cfg",
1394         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding",
1395         "shortDoc": "Specifies the padding for this component. ...",
1396         "static": false,
1397         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1398         "private": false,
1399         "name": "padding",
1400         "owner": "Ext.AbstractComponent",
1401         "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",
1402         "linenr": 366,
1403         "html_filename": "AbstractComponent.html"
1404       },
1405       {
1406         "type": "Object/Array",
1407         "deprecated": null,
1408         "alias": null,
1409         "protected": false,
1410         "tagname": "cfg",
1411         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins",
1412         "shortDoc": "An object or array of objects that will provide custom functionality for this component. ...",
1413         "static": false,
1414         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1415         "private": false,
1416         "name": "plugins",
1417         "owner": "Ext.AbstractComponent",
1418         "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",
1419         "linenr": 512,
1420         "html_filename": "AbstractComponent.html"
1421       },
1422       {
1423         "type": "Boolean",
1424         "deprecated": null,
1425         "alias": null,
1426         "protected": false,
1427         "tagname": "cfg",
1428         "href": "Labelable.html#Ext-form-Labelable-cfg-preventMark",
1429         "shortDoc": "true to disable displaying any error message set on this object. ...",
1430         "static": false,
1431         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
1432         "private": false,
1433         "name": "preventMark",
1434         "owner": "Ext.form.Labelable",
1435         "doc": "<p><tt>true</tt> to disable displaying any <a href=\"#/api/Ext.form.field.File-method-setActiveError\" rel=\"Ext.form.field.File-method-setActiveError\" class=\"docClass\">error message</a> set on this object.\nDefaults to <tt>false</tt>.</p>\n",
1436         "linenr": 177,
1437         "html_filename": "Labelable.html"
1438       },
1439       {
1440         "type": "Boolean",
1441         "deprecated": null,
1442         "alias": null,
1443         "protected": false,
1444         "tagname": "cfg",
1445         "href": "Base.html#Ext-form-field-Base-cfg-readOnly",
1446         "shortDoc": "true to mark the field as readOnly in HTML\n(defaults to false). ...",
1447         "static": false,
1448         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
1449         "private": false,
1450         "name": "readOnly",
1451         "owner": "Ext.form.field.Base",
1452         "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",
1453         "linenr": 190,
1454         "html_filename": "Base.html"
1455       },
1456       {
1457         "type": "String",
1458         "deprecated": null,
1459         "alias": null,
1460         "protected": false,
1461         "tagname": "cfg",
1462         "href": "Base.html#Ext-form-field-Base-cfg-readOnlyCls",
1463         "static": false,
1464         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
1465         "private": false,
1466         "name": "readOnlyCls",
1467         "owner": "Ext.form.field.Base",
1468         "doc": "<p>The CSS class applied to the component's main element when it is <a href=\"#/api/Ext.form.field.File-cfg-readOnly\" rel=\"Ext.form.field.File-cfg-readOnly\" class=\"docClass\">readOnly</a>.</p>\n",
1469         "linenr": 201,
1470         "html_filename": "Base.html"
1471       },
1472       {
1473         "type": "RegExp",
1474         "deprecated": null,
1475         "alias": null,
1476         "protected": false,
1477         "tagname": "cfg",
1478         "href": "Text.html#Ext-form-field-Text-cfg-regex",
1479         "shortDoc": "A JavaScript RegExp object to be tested against the field value during validation\n(defaults to undefined). ...",
1480         "static": false,
1481         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1482         "private": false,
1483         "name": "regex",
1484         "owner": "Ext.form.field.Text",
1485         "doc": "<p>A JavaScript RegExp object to be tested against the field value during validation\n(defaults to <tt>undefined</tt>). If the test fails, the field will be marked invalid using\n<b><tt><a href=\"#/api/Ext.form.field.File-cfg-regexText\" rel=\"Ext.form.field.File-cfg-regexText\" class=\"docClass\">regexText</a></tt></b>.</p>\n",
1486         "linenr": 191,
1487         "html_filename": "Text.html"
1488       },
1489       {
1490         "type": "String",
1491         "deprecated": null,
1492         "alias": null,
1493         "protected": false,
1494         "tagname": "cfg",
1495         "href": "Text.html#Ext-form-field-Text-cfg-regexText",
1496         "static": false,
1497         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1498         "private": false,
1499         "name": "regexText",
1500         "owner": "Ext.form.field.Text",
1501         "doc": "<p>The error text to display if <b><tt><a href=\"#/api/Ext.form.field.File-cfg-regex\" rel=\"Ext.form.field.File-cfg-regex\" class=\"docClass\">regex</a></tt></b> is used and the\ntest fails during validation (defaults to <tt>''</tt>)</p>\n",
1502         "linenr": 197,
1503         "html_filename": "Text.html"
1504       },
1505       {
1506         "type": "Object",
1507         "deprecated": null,
1508         "alias": null,
1509         "protected": false,
1510         "tagname": "cfg",
1511         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors",
1512         "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro...",
1513         "static": false,
1514         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1515         "private": false,
1516         "name": "renderSelectors",
1517         "owner": "Ext.AbstractComponent",
1518         "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.form.field.File-cfg-renderTpl\" rel=\"Ext.form.field.File-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",
1519         "linenr": 179,
1520         "html_filename": "AbstractComponent.html"
1521       },
1522       {
1523         "type": "Mixed",
1524         "deprecated": null,
1525         "alias": null,
1526         "protected": false,
1527         "tagname": "cfg",
1528         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo",
1529         "shortDoc": "Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into. ...",
1530         "static": false,
1531         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1532         "private": false,
1533         "name": "renderTo",
1534         "owner": "Ext.AbstractComponent",
1535         "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.form.field.File-event-render\" rel=\"Ext.form.field.File-event-render\" class=\"docClass\">render</a></code> also.</p>\n\n",
1536         "linenr": 204,
1537         "html_filename": "AbstractComponent.html"
1538       },
1539       {
1540         "type": "Mixed",
1541         "deprecated": null,
1542         "alias": null,
1543         "protected": false,
1544         "tagname": "cfg",
1545         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl",
1546         "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element. ...",
1547         "static": false,
1548         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1549         "private": false,
1550         "name": "renderTpl",
1551         "owner": "Ext.AbstractComponent",
1552         "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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.form.field.File-cfg-renderSelectors\" rel=\"Ext.form.field.File-cfg-renderSelectors\" class=\"docClass\">renderSelectors</a> option.</p>\n\n",
1553         "linenr": 164,
1554         "html_filename": "AbstractComponent.html"
1555       },
1556       {
1557         "type": "Mixed",
1558         "deprecated": null,
1559         "alias": null,
1560         "protected": false,
1561         "tagname": "cfg",
1562         "href": "Component2.html#Ext-Component-cfg-resizable",
1563         "shortDoc": "Specify as true to apply a Resizer to this Component\nafter rendering. ...",
1564         "static": false,
1565         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
1566         "private": false,
1567         "name": "resizable",
1568         "owner": "Ext.Component",
1569         "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",
1570         "linenr": 157,
1571         "html_filename": "Component2.html"
1572       },
1573       {
1574         "type": "String",
1575         "deprecated": null,
1576         "alias": null,
1577         "protected": false,
1578         "tagname": "cfg",
1579         "href": "Component2.html#Ext-Component-cfg-resizeHandles",
1580         "shortDoc": "A valid Ext.resizer.Resizer handles config string (defaults to 'all'). ...",
1581         "static": false,
1582         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
1583         "private": false,
1584         "name": "resizeHandles",
1585         "owner": "Ext.Component",
1586         "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",
1587         "linenr": 166,
1588         "html_filename": "Component2.html"
1589       },
1590       {
1591         "type": "Number",
1592         "deprecated": null,
1593         "alias": null,
1594         "protected": false,
1595         "tagname": "cfg",
1596         "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer",
1597         "shortDoc": "A buffer to be applied if many state events are fired within\na short period. ...",
1598         "static": false,
1599         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1600         "private": false,
1601         "name": "saveBuffer",
1602         "owner": "Ext.state.Stateful",
1603         "doc": "<p>A buffer to be applied if many state events are fired within\na short period. Defaults to 100.</p>\n",
1604         "linenr": 74,
1605         "html_filename": "Stateful.html"
1606       },
1607       {
1608         "type": "Boolean",
1609         "deprecated": null,
1610         "alias": null,
1611         "protected": false,
1612         "tagname": "cfg",
1613         "href": "Text.html#Ext-form-field-Text-cfg-selectOnFocus",
1614         "static": false,
1615         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1616         "private": false,
1617         "name": "selectOnFocus",
1618         "owner": "Ext.form.field.Text",
1619         "doc": "<p><tt>true</tt> to automatically select any existing field text when the field\nreceives input focus (defaults to <tt>false</tt>)</p>\n",
1620         "linenr": 161,
1621         "html_filename": "Text.html"
1622       },
1623       {
1624         "type": "String/Boolean",
1625         "deprecated": null,
1626         "alias": null,
1627         "protected": false,
1628         "tagname": "cfg",
1629         "href": "Floating.html#Ext-util-Floating-cfg-shadow",
1630         "shortDoc": "Specifies whether the floating component should be given a shadow. ...",
1631         "static": false,
1632         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
1633         "private": false,
1634         "name": "shadow",
1635         "owner": "Ext.util.Floating",
1636         "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",
1637         "linenr": 16,
1638         "html_filename": "Floating.html"
1639       },
1640       {
1641         "type": "Number",
1642         "deprecated": null,
1643         "alias": null,
1644         "protected": false,
1645         "tagname": "cfg",
1646         "href": "Text.html#Ext-form-field-Text-cfg-size",
1647         "shortDoc": "An initial value for the 'size' attribute on the text input element. ...",
1648         "static": false,
1649         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1650         "private": false,
1651         "name": "size",
1652         "owner": "Ext.form.field.Text",
1653         "doc": "<p>An initial value for the 'size' attribute on the text input element. This is only\nused if the field has no configured <a href=\"#/api/Ext.form.field.File-cfg-width\" rel=\"Ext.form.field.File-cfg-width\" class=\"docClass\">width</a> and is not given a width by its container's layout.\nDefaults to <tt>20</tt>.</p>\n",
1654         "linenr": 79,
1655         "html_filename": "Text.html"
1656       },
1657       {
1658         "type": "Array",
1659         "deprecated": null,
1660         "alias": null,
1661         "protected": false,
1662         "tagname": "cfg",
1663         "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents",
1664         "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). ...",
1665         "static": false,
1666         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1667         "private": false,
1668         "name": "stateEvents",
1669         "owner": "Ext.state.Stateful",
1670         "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.form.field.File-cfg-stateful\" rel=\"Ext.form.field.File-cfg-stateful\" class=\"docClass\">stateful</a></code> for an explanation of saving and\nrestoring object state.</p>\n\n",
1671         "linenr": 64,
1672         "html_filename": "Stateful.html"
1673       },
1674       {
1675         "type": "String",
1676         "deprecated": null,
1677         "alias": null,
1678         "protected": false,
1679         "tagname": "cfg",
1680         "href": "Stateful.html#Ext-state-Stateful-cfg-stateId",
1681         "shortDoc": "The unique id for this object to use for state management purposes. ...",
1682         "static": false,
1683         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1684         "private": false,
1685         "name": "stateId",
1686         "owner": "Ext.state.Stateful",
1687         "doc": "<p>The unique id for this object to use for state management purposes.</p>\n\n<p>See <a href=\"#/api/Ext.form.field.File-cfg-stateful\" rel=\"Ext.form.field.File-cfg-stateful\" class=\"docClass\">stateful</a> for an explanation of saving and restoring state.</p>\n\n",
1688         "linenr": 58,
1689         "html_filename": "Stateful.html"
1690       },
1691       {
1692         "type": "Boolean",
1693         "deprecated": null,
1694         "alias": null,
1695         "protected": false,
1696         "tagname": "cfg",
1697         "href": "Stateful.html#Ext-state-Stateful-cfg-stateful",
1698         "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ...",
1699         "static": false,
1700         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1701         "private": false,
1702         "name": "stateful",
1703         "owner": "Ext.state.Stateful",
1704         "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.form.field.File-cfg-stateId\" rel=\"Ext.form.field.File-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.form.field.File-cfg-stateEvents\" rel=\"Ext.form.field.File-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.form.field.File-method-getState\" rel=\"Ext.form.field.File-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/Ext.form.field.File-cfg-stateId\" rel=\"Ext.form.field.File-cfg-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.form.field.File-cfg-stateId\" rel=\"Ext.form.field.File-cfg-stateId\" class=\"docClass\">stateId</a></code></p>\n<p>The resulting object is passed to <b><code><a href=\"#/api/Ext.form.field.File-method-applyState\" rel=\"Ext.form.field.File-method-applyState\" class=\"docClass\">applyState</a></code></b>.\nThe default implementation of <code><a href=\"#/api/Ext.form.field.File-method-applyState\" rel=\"Ext.form.field.File-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.form.field.File-event-beforestaterestore\" rel=\"Ext.form.field.File-event-beforestaterestore\" class=\"docClass\">beforestaterestore</a>, <a href=\"#/api/Ext.form.field.File-event-staterestore\" rel=\"Ext.form.field.File-event-staterestore\" class=\"docClass\">staterestore</a>,\n<a href=\"#/api/Ext.form.field.File-event-beforestatesave\" rel=\"Ext.form.field.File-event-beforestatesave\" class=\"docClass\">beforestatesave</a> and <a href=\"#/api/Ext.form.field.File-event-statesave\" rel=\"Ext.form.field.File-event-statesave\" class=\"docClass\">statesave</a> events.</p>\n\n",
1705         "linenr": 18,
1706         "html_filename": "Stateful.html"
1707       },
1708       {
1709         "type": "RegExp",
1710         "deprecated": null,
1711         "alias": null,
1712         "protected": false,
1713         "tagname": "cfg",
1714         "href": "Text.html#Ext-form-field-Text-cfg-stripCharsRe",
1715         "static": false,
1716         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1717         "private": false,
1718         "name": "stripCharsRe",
1719         "owner": "Ext.form.field.Text",
1720         "doc": "<p>A JavaScript RegExp object used to strip unwanted content from the value\nbefore validation (defaults to <tt>undefined</tt>).</p>\n",
1721         "linenr": 74,
1722         "html_filename": "Text.html"
1723       },
1724       {
1725         "type": "String",
1726         "deprecated": null,
1727         "alias": null,
1728         "protected": false,
1729         "tagname": "cfg",
1730         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style",
1731         "shortDoc": "A custom style specification to be applied to this component's Element. ...",
1732         "static": false,
1733         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1734         "private": false,
1735         "name": "style",
1736         "owner": "Ext.AbstractComponent",
1737         "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",
1738         "linenr": 321,
1739         "html_filename": "AbstractComponent.html"
1740       },
1741       {
1742         "type": "String",
1743         "deprecated": null,
1744         "alias": null,
1745         "protected": false,
1746         "tagname": "cfg",
1747         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls",
1748         "shortDoc": "The class that is added to the content target when you set styleHtmlContent to true. ...",
1749         "static": false,
1750         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1751         "private": false,
1752         "name": "styleHtmlCls",
1753         "owner": "Ext.AbstractComponent",
1754         "doc": "<p>The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'</p>\n",
1755         "linenr": 455,
1756         "html_filename": "AbstractComponent.html"
1757       },
1758       {
1759         "type": "Boolean",
1760         "deprecated": null,
1761         "alias": null,
1762         "protected": false,
1763         "tagname": "cfg",
1764         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent",
1765         "shortDoc": "True to automatically style the html inside the content target of this component (body for panels). ...",
1766         "static": false,
1767         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1768         "private": false,
1769         "name": "styleHtmlContent",
1770         "owner": "Ext.AbstractComponent",
1771         "doc": "<p>True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.</p>\n",
1772         "linenr": 448,
1773         "html_filename": "AbstractComponent.html"
1774       },
1775       {
1776         "type": "Boolean",
1777         "deprecated": null,
1778         "alias": null,
1779         "protected": false,
1780         "tagname": "cfg",
1781         "href": "Field.html#Ext-form-field-Field-cfg-submitValue",
1782         "shortDoc": "Setting this to false will prevent the field from being\nsubmitted even when it is not disabled. ...",
1783         "static": false,
1784         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
1785         "private": false,
1786         "name": "submitValue",
1787         "owner": "Ext.form.field.Field",
1788         "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",
1789         "linenr": 49,
1790         "html_filename": "Field.html"
1791       },
1792       {
1793         "type": "Number",
1794         "deprecated": null,
1795         "alias": null,
1796         "protected": false,
1797         "tagname": "cfg",
1798         "href": "Base.html#Ext-form-field-Base-cfg-tabIndex",
1799         "shortDoc": "The tabIndex for this field. ...",
1800         "static": false,
1801         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
1802         "private": false,
1803         "name": "tabIndex",
1804         "owner": "Ext.form.field.Base",
1805         "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",
1806         "linenr": 125,
1807         "html_filename": "Base.html"
1808       },
1809       {
1810         "type": "Boolean",
1811         "deprecated": null,
1812         "alias": null,
1813         "protected": false,
1814         "tagname": "cfg",
1815         "href": "Component2.html#Ext-Component-cfg-toFrontOnShow",
1816         "shortDoc": "True to automatically call toFront when the show method is called\non an already visible, floating component (default ...",
1817         "static": false,
1818         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
1819         "private": false,
1820         "name": "toFrontOnShow",
1821         "owner": "Ext.Component",
1822         "doc": "<p>True to automatically call <a href=\"#/api/Ext.form.field.File-method-toFront\" rel=\"Ext.form.field.File-method-toFront\" class=\"docClass\">toFront</a> when the <a href=\"#/api/Ext.form.field.File-event-show\" rel=\"Ext.form.field.File-event-show\" class=\"docClass\">show</a> method is called\non an already visible, floating component (default is <code>true</code>).</p>\n\n",
1823         "linenr": 202,
1824         "html_filename": "Component2.html"
1825       },
1826       {
1827         "type": "Mixed",
1828         "deprecated": null,
1829         "alias": null,
1830         "protected": false,
1831         "tagname": "cfg",
1832         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tpl",
1833         "shortDoc": "An Ext.Template, Ext.XTemplate\nor an array of strings to form an Ext.XTemplate. ...",
1834         "static": false,
1835         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1836         "private": false,
1837         "name": "tpl",
1838         "owner": "Ext.AbstractComponent",
1839         "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.form.field.File-cfg-data\" rel=\"Ext.form.field.File-cfg-data\" class=\"docClass\">data</a></code> and\n<code><a href=\"#/api/Ext.form.field.File-cfg-tplWriteMode\" rel=\"Ext.form.field.File-cfg-tplWriteMode\" class=\"docClass\">tplWriteMode</a></code> configurations.</p>\n",
1840         "linenr": 252,
1841         "html_filename": "AbstractComponent.html"
1842       },
1843       {
1844         "type": "String",
1845         "deprecated": null,
1846         "alias": null,
1847         "protected": false,
1848         "tagname": "cfg",
1849         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode",
1850         "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. ...",
1851         "static": false,
1852         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1853         "private": false,
1854         "name": "tplWriteMode",
1855         "owner": "Ext.AbstractComponent",
1856         "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",
1857         "linenr": 266,
1858         "html_filename": "AbstractComponent.html"
1859       },
1860       {
1861         "type": "String/Array",
1862         "deprecated": null,
1863         "alias": null,
1864         "protected": false,
1865         "tagname": "cfg",
1866         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui",
1867         "shortDoc": "A set style for a component. ...",
1868         "static": false,
1869         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1870         "private": false,
1871         "name": "ui",
1872         "owner": "Ext.AbstractComponent",
1873         "doc": "<p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>\n",
1874         "linenr": 308,
1875         "html_filename": "AbstractComponent.html"
1876       },
1877       {
1878         "type": "Boolean",
1879         "deprecated": null,
1880         "alias": null,
1881         "protected": false,
1882         "tagname": "cfg",
1883         "href": "Base.html#Ext-form-field-Base-cfg-validateOnBlur",
1884         "shortDoc": "Whether the field should validate when it loses focus (defaults to true). ...",
1885         "static": false,
1886         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
1887         "private": false,
1888         "name": "validateOnBlur",
1889         "owner": "Ext.form.field.Base",
1890         "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.form.field.File-cfg-validateOnChange\" rel=\"Ext.form.field.File-cfg-validateOnChange\" class=\"docClass\">validateOnChange</a>.</p>\n",
1891         "linenr": 212,
1892         "html_filename": "Base.html"
1893       },
1894       {
1895         "type": "Boolean",
1896         "deprecated": null,
1897         "alias": null,
1898         "protected": false,
1899         "tagname": "cfg",
1900         "href": "Field.html#Ext-form-field-Field-cfg-validateOnChange",
1901         "shortDoc": "Specifies whether this field should be validated immediately whenever a change in its value is detected. ...",
1902         "static": false,
1903         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
1904         "private": false,
1905         "name": "validateOnChange",
1906         "owner": "Ext.form.field.Field",
1907         "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.form.field.File-event-validitychange\" rel=\"Ext.form.field.File-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",
1908         "linenr": 55,
1909         "html_filename": "Field.html"
1910       },
1911       {
1912         "type": "Function",
1913         "deprecated": null,
1914         "alias": null,
1915         "protected": false,
1916         "tagname": "cfg",
1917         "href": "Text.html#Ext-form-field-Text-cfg-validator",
1918         "shortDoc": "A custom validation function to be called during field validation (getErrors)\n(defaults to undefined). ...",
1919         "static": false,
1920         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1921         "private": false,
1922         "name": "validator",
1923         "owner": "Ext.form.field.Text",
1924         "doc": "<p>A custom validation function to be called during field validation (<a href=\"#/api/Ext.form.field.File-method-getErrors\" rel=\"Ext.form.field.File-method-getErrors\" class=\"docClass\">getErrors</a>)\n(defaults to <tt>undefined</tt>). If specified, this function will be called first, allowing the\ndeveloper to override the default validation process.</p>\n\n\n<br><p>This function will be passed the following Parameters:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>value</code>: <i>Mixed</i>\n<div class=\"sub-desc\">The current field value</div></li>\n</ul></div>\n\n\n<br><p>This function is to Return:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>true</code>: <i>Boolean</i>\n<div class=\"sub-desc\"><code>true</code> if the value is valid</div></li>\n<li><code>msg</code>: <i>String</i>\n<div class=\"sub-desc\">An error message if the value is invalid</div></li>\n</ul></div>\n\n",
1925         "linenr": 172,
1926         "html_filename": "Text.html"
1927       },
1928       {
1929         "type": "Mixed",
1930         "deprecated": null,
1931         "alias": null,
1932         "protected": false,
1933         "tagname": "cfg",
1934         "href": "Field.html#Ext-form-field-Field-cfg-value",
1935         "static": false,
1936         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
1937         "private": false,
1938         "name": "value",
1939         "owner": "Ext.form.field.Field",
1940         "doc": "<p>A value to initialize this field with (defaults to undefined).</p>\n",
1941         "linenr": 33,
1942         "html_filename": "Field.html"
1943       },
1944       {
1945         "type": "String",
1946         "deprecated": null,
1947         "alias": null,
1948         "protected": false,
1949         "tagname": "cfg",
1950         "href": "Text.html#Ext-form-field-Text-cfg-vtype",
1951         "static": false,
1952         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1953         "private": false,
1954         "name": "vtype",
1955         "owner": "Ext.form.field.Text",
1956         "doc": "<p>A validation type name as defined in <a href=\"#/api/Ext.form.field.VTypes\" rel=\"Ext.form.field.VTypes\" class=\"docClass\">Ext.form.field.VTypes</a> (defaults to <tt>undefined</tt>)</p>\n",
1957         "linenr": 112,
1958         "html_filename": "Text.html"
1959       },
1960       {
1961         "type": "String",
1962         "deprecated": null,
1963         "alias": null,
1964         "protected": false,
1965         "tagname": "cfg",
1966         "href": "Text.html#Ext-form-field-Text-cfg-vtypeText",
1967         "shortDoc": "A custom error message to display in place of the default message provided\nfor the vtype currently set for this field...",
1968         "static": false,
1969         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
1970         "private": false,
1971         "name": "vtypeText",
1972         "owner": "Ext.form.field.Text",
1973         "doc": "<p>A custom error message to display in place of the default message provided\nfor the <b><code><a href=\"#/api/Ext.form.field.File-cfg-vtype\" rel=\"Ext.form.field.File-cfg-vtype\" class=\"docClass\">vtype</a></code></b> currently set for this field (defaults to <tt>undefined</tt>).\n<b>Note</b>: only applies if <b><code><a href=\"#/api/Ext.form.field.File-cfg-vtype\" rel=\"Ext.form.field.File-cfg-vtype\" class=\"docClass\">vtype</a></code></b> is set, else ignored.</p>\n",
1974         "linenr": 68,
1975         "html_filename": "Text.html"
1976       },
1977       {
1978         "type": "Number",
1979         "deprecated": null,
1980         "alias": null,
1981         "protected": false,
1982         "tagname": "cfg",
1983         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width",
1984         "static": false,
1985         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1986         "private": false,
1987         "name": "width",
1988         "owner": "Ext.AbstractComponent",
1989         "doc": "<p>The width of this component in pixels.</p>\n",
1990         "linenr": 350,
1991         "html_filename": "AbstractComponent.html"
1992       }
1993     ],
1994     "method": [
1995       {
1996         "deprecated": null,
1997         "alias": null,
1998         "href": "Component2.html#Ext-Component-method-constructor",
1999         "tagname": "method",
2000         "protected": false,
2001         "shortDoc": "Creates new Component. ...",
2002         "static": false,
2003         "params": [
2004           {
2005             "type": "Ext.core.Element/String/Object",
2006             "optional": false,
2007             "doc": "<p>The configuration options may be specified as either:</p>\n\n<div class=\"mdetail-params\"><ul>\n<li><b>an element</b> :\n<p class=\"sub-desc\">it is set as the internal element and its id used as the component id</p></li>\n<li><b>a string</b> :\n<p class=\"sub-desc\">it is assumed to be the id of an existing element and is used as the component id</p></li>\n<li><b>anything else</b> :\n<p class=\"sub-desc\">it is assumed to be a standard config object and is applied to the component</p></li>\n</ul></div>\n\n",
2008             "name": "config"
2009           }
2010         ],
2011         "private": false,
2012         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
2013         "doc": "<p>Creates new Component.</p>\n",
2014         "owner": "Ext.Component",
2015         "name": "File",
2016         "html_filename": "Component2.html",
2017         "return": {
2018           "type": "Object",
2019           "doc": "\n"
2020         },
2021         "linenr": 1
2022       },
2023       {
2024         "deprecated": {
2025           "version": "4.0",
2026           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-addCls\" rel=\"Ext.picker.Color-method-addCls\" class=\"docClass\">addCls</a></p>\n\n\n\n",
2027           "tagname": "deprecated",
2028           "doc": "Adds a CSS class to the top level element representing this component."
2029         },
2030         "alias": null,
2031         "protected": false,
2032         "tagname": "method",
2033         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass",
2034         "shortDoc": "Adds a CSS class to the top level element representing this component. ...",
2035         "static": false,
2036         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2037         "private": false,
2038         "params": [
2039           {
2040             "type": "String",
2041             "optional": false,
2042             "doc": "<p>The CSS class name to add</p>\n",
2043             "name": "cls"
2044           }
2045         ],
2046         "name": "addClass",
2047         "owner": "Ext.AbstractComponent",
2048         "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
2049         "linenr": 2328,
2050         "return": {
2051           "type": "Ext.Component",
2052           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
2053         },
2054         "html_filename": "AbstractComponent.html"
2055       },
2056       {
2057         "deprecated": null,
2058         "alias": null,
2059         "protected": false,
2060         "tagname": "method",
2061         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls",
2062         "shortDoc": "Adds a CSS class to the top level element representing this component. ...",
2063         "static": false,
2064         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2065         "private": false,
2066         "params": [
2067           {
2068             "type": "String",
2069             "optional": false,
2070             "doc": "<p>The CSS class name to add</p>\n",
2071             "name": "cls"
2072           }
2073         ],
2074         "name": "addCls",
2075         "owner": "Ext.AbstractComponent",
2076         "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
2077         "linenr": 2306,
2078         "return": {
2079           "type": "Ext.Component",
2080           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
2081         },
2082         "html_filename": "AbstractComponent.html"
2083       },
2084       {
2085         "deprecated": null,
2086         "alias": null,
2087         "protected": false,
2088         "tagname": "method",
2089         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI",
2090         "shortDoc": "Adds a cls to the uiCls array, which will also call addUIClsToElement and adds\nto all elements of this component. ...",
2091         "static": false,
2092         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2093         "private": false,
2094         "params": [
2095           {
2096             "type": "String/Array",
2097             "optional": false,
2098             "doc": "<p>A string or an array of strings to add to the uiCls</p>\n",
2099             "name": "cls"
2100           },
2101           {
2102             "type": "Object",
2103             "optional": false,
2104             "doc": "<p>(Boolean) skip True to skip adding it to the class and do it later (via the return)</p>\n",
2105             "name": "skip"
2106           }
2107         ],
2108         "name": "addClsWithUI",
2109         "owner": "Ext.AbstractComponent",
2110         "doc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.form.field.File-method-addUIClsToElement\" rel=\"Ext.form.field.File-method-addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n",
2111         "linenr": 1463,
2112         "return": {
2113           "type": "void",
2114           "doc": "\n"
2115         },
2116         "html_filename": "AbstractComponent.html"
2117       },
2118       {
2119         "deprecated": null,
2120         "alias": null,
2121         "protected": false,
2122         "tagname": "method",
2123         "href": "Observable.html#Ext-util-Observable-method-addEvents",
2124         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
2125         "static": false,
2126         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2127         "private": false,
2128         "params": [
2129           {
2130             "type": "Object/String",
2131             "optional": false,
2132             "doc": "<p>Either an object with event names as properties with a value of <code>true</code> or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:</p>\n\n<pre><code>this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n</code></pre>\n",
2133             "name": "o"
2134           },
2135           {
2136             "type": "String...",
2137             "optional": false,
2138             "doc": "<p>Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n",
2139             "name": "more"
2140           }
2141         ],
2142         "name": "addEvents",
2143         "owner": "Ext.util.Observable",
2144         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
2145         "linenr": 494,
2146         "return": {
2147           "type": "void",
2148           "doc": "\n"
2149         },
2150         "html_filename": "Observable.html"
2151       },
2152       {
2153         "deprecated": null,
2154         "alias": null,
2155         "protected": false,
2156         "tagname": "method",
2157         "href": "Observable.html#Ext-util-Observable-method-addListener",
2158         "shortDoc": "Appends an event handler to this object. ...",
2159         "static": false,
2160         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2161         "private": false,
2162         "params": [
2163           {
2164             "type": "String",
2165             "optional": false,
2166             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
2167             "name": "eventName"
2168           },
2169           {
2170             "type": "Function",
2171             "optional": false,
2172             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.form.field.File-method-fireEvent\" rel=\"Ext.form.field.File-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
2173             "name": "handler"
2174           },
2175           {
2176             "type": "Object",
2177             "optional": true,
2178             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
2179             "name": "scope"
2180           },
2181           {
2182             "type": "Object",
2183             "optional": true,
2184             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
2185             "name": "options"
2186           }
2187         ],
2188         "name": "addListener",
2189         "owner": "Ext.util.Observable",
2190         "doc": "<p>Appends an event handler to this object.</p>\n",
2191         "linenr": 278,
2192         "return": {
2193           "type": "void",
2194           "doc": "\n"
2195         },
2196         "html_filename": "Observable.html"
2197       },
2198       {
2199         "deprecated": null,
2200         "alias": null,
2201         "protected": false,
2202         "tagname": "method",
2203         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
2204         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
2205         "static": false,
2206         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2207         "private": false,
2208         "params": [
2209           {
2210             "type": "Observable/Element",
2211             "optional": false,
2212             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
2213             "name": "item"
2214           },
2215           {
2216             "type": "Object/String",
2217             "optional": false,
2218             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2219             "name": "ename"
2220           },
2221           {
2222             "type": "Function",
2223             "optional": true,
2224             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2225             "name": "fn"
2226           },
2227           {
2228             "type": "Object",
2229             "optional": true,
2230             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
2231             "name": "scope"
2232           },
2233           {
2234             "type": "Object",
2235             "optional": true,
2236             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
2237             "name": "opt"
2238           }
2239         ],
2240         "name": "addManagedListener",
2241         "owner": "Ext.util.Observable",
2242         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
2243         "linenr": 156,
2244         "return": {
2245           "type": "void",
2246           "doc": "\n"
2247         },
2248         "html_filename": "Observable.html"
2249       },
2250       {
2251         "deprecated": null,
2252         "alias": null,
2253         "protected": false,
2254         "tagname": "method",
2255         "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents",
2256         "shortDoc": "Add events that will trigger the state to be saved. ...",
2257         "static": false,
2258         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
2259         "private": false,
2260         "params": [
2261           {
2262             "type": "String/Array",
2263             "optional": false,
2264             "doc": "<p>The event name or an array of event names.</p>\n",
2265             "name": "events"
2266           }
2267         ],
2268         "name": "addStateEvents",
2269         "owner": "Ext.state.Stateful",
2270         "doc": "<p>Add events that will trigger the state to be saved.</p>\n",
2271         "linenr": 159,
2272         "return": {
2273           "type": "void",
2274           "doc": "\n"
2275         },
2276         "html_filename": "Stateful.html"
2277       },
2278       {
2279         "deprecated": null,
2280         "alias": null,
2281         "protected": false,
2282         "tagname": "method",
2283         "href": "Base3.html#Ext-Base-method-addStatics",
2284         "shortDoc": "Add / override static properties of this class. ...",
2285         "static": true,
2286         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2287         "private": false,
2288         "params": [
2289           {
2290             "type": "Object",
2291             "optional": false,
2292             "doc": "\n",
2293             "name": "members"
2294           }
2295         ],
2296         "name": "addStatics",
2297         "owner": "Ext.Base",
2298         "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
2299         "linenr": 388,
2300         "return": {
2301           "type": "Ext.Base",
2302           "doc": "<p>this</p>\n"
2303         },
2304         "html_filename": "Base3.html"
2305       },
2306       {
2307         "deprecated": null,
2308         "alias": null,
2309         "protected": false,
2310         "tagname": "method",
2311         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addUIClsToElement",
2312         "shortDoc": "Method which adds a specified UI + uiCls to the components element. ...",
2313         "static": false,
2314         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2315         "private": false,
2316         "params": [
2317           {
2318             "type": "String",
2319             "optional": false,
2320             "doc": "<p>The UI to remove from the element</p>\n",
2321             "name": "ui"
2322           },
2323           {
2324             "type": "Object",
2325             "optional": false,
2326             "doc": "\n",
2327             "name": "force"
2328           }
2329         ],
2330         "name": "addUIClsToElement",
2331         "owner": "Ext.AbstractComponent",
2332         "doc": "<p>Method which adds a specified UI + uiCls to the components element.\nCan be overridden to remove the UI from more than just the components element.</p>\n",
2333         "linenr": 1534,
2334         "return": {
2335           "type": "void",
2336           "doc": "\n"
2337         },
2338         "html_filename": "AbstractComponent.html"
2339       },
2340       {
2341         "deprecated": null,
2342         "alias": null,
2343         "protected": false,
2344         "tagname": "method",
2345         "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout",
2346         "shortDoc": " ...",
2347         "static": false,
2348         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2349         "private": false,
2350         "params": [
2351           {
2352             "type": "Number",
2353             "optional": false,
2354             "doc": "<p>The box-adjusted width that was set</p>\n",
2355             "name": "adjWidth"
2356           },
2357           {
2358             "type": "Number",
2359             "optional": false,
2360             "doc": "<p>The box-adjusted height that was set</p>\n",
2361             "name": "adjHeight"
2362           },
2363           {
2364             "type": "Boolean",
2365             "optional": false,
2366             "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
2367             "name": "isSetSize"
2368           },
2369           {
2370             "type": "Ext.Component",
2371             "optional": false,
2372             "doc": "<p>Container requesting the layout. Only used when isSetSize is false.</p>\n",
2373             "name": "callingContainer"
2374           }
2375         ],
2376         "name": "afterComponentLayout",
2377         "owner": "Ext.AbstractComponent",
2378         "doc": "\n",
2379         "linenr": 2699,
2380         "return": {
2381           "type": "void",
2382           "doc": "\n"
2383         },
2384         "html_filename": "AbstractComponent.html"
2385       },
2386       {
2387         "deprecated": null,
2388         "alias": null,
2389         "protected": false,
2390         "tagname": "method",
2391         "href": "Floating.html#Ext-util-Floating-method-alignTo",
2392         "shortDoc": "Aligns this floating Component to the specified element ...",
2393         "static": false,
2394         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
2395         "private": false,
2396         "params": [
2397           {
2398             "type": "Mixed",
2399             "optional": false,
2400             "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",
2401             "name": "element"
2402           },
2403           {
2404             "type": "String",
2405             "optional": false,
2406             "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",
2407             "name": "position"
2408           },
2409           {
2410             "type": "Array",
2411             "optional": true,
2412             "doc": "<p>(optional) Offset the positioning by [x, y]</p>\n",
2413             "name": "offsets"
2414           }
2415         ],
2416         "name": "alignTo",
2417         "owner": "Ext.util.Floating",
2418         "doc": "<p>Aligns this floating Component to the specified element</p>\n",
2419         "linenr": 173,
2420         "return": {
2421           "type": "Component",
2422           "doc": "<p>this</p>\n"
2423         },
2424         "html_filename": "Floating.html"
2425       },
2426       {
2427         "deprecated": null,
2428         "alias": null,
2429         "protected": false,
2430         "tagname": "method",
2431         "href": "Animate.html#Ext-util-Animate-method-animate",
2432         "shortDoc": "Perform custom animation on this object. ...",
2433         "static": false,
2434         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
2435         "private": false,
2436         "params": [
2437           {
2438             "type": "Object",
2439             "optional": false,
2440             "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
2441             "name": "config"
2442           }
2443         ],
2444         "name": "animate",
2445         "owner": "Ext.util.Animate",
2446         "doc": "<p>Perform custom animation on this object.<p>\n<p>This method is applicable to both 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",
2447         "linenr": 207,
2448         "return": {
2449           "type": "Object",
2450           "doc": "<p>this</p>\n"
2451         },
2452         "html_filename": "Animate.html"
2453       },
2454       {
2455         "deprecated": null,
2456         "alias": null,
2457         "protected": false,
2458         "tagname": "method",
2459         "href": "Stateful.html#Ext-state-Stateful-method-applyState",
2460         "shortDoc": "Applies the state to the object. ...",
2461         "static": false,
2462         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
2463         "private": false,
2464         "params": [
2465           {
2466             "type": "Object",
2467             "optional": false,
2468             "doc": "<p>The state</p>\n",
2469             "name": "state"
2470           }
2471         ],
2472         "name": "applyState",
2473         "owner": "Ext.state.Stateful",
2474         "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",
2475         "linenr": 225,
2476         "return": {
2477           "type": "void",
2478           "doc": "\n"
2479         },
2480         "html_filename": "Stateful.html"
2481       },
2482       {
2483         "deprecated": null,
2484         "alias": null,
2485         "protected": false,
2486         "tagname": "method",
2487         "href": "Text.html#Ext-form-field-Text-method-autoSize",
2488         "shortDoc": "Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. ...",
2489         "static": false,
2490         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
2491         "private": false,
2492         "params": [
2493
2494         ],
2495         "name": "autoSize",
2496         "owner": "Ext.form.field.Text",
2497         "doc": "<p>Automatically grows the field to accomodate the width of the text up to the maximum field width allowed.\nThis only takes effect if <tt><a href=\"#/api/Ext.form.field.File-cfg-grow\" rel=\"Ext.form.field.File-cfg-grow\" class=\"docClass\">grow</a> = true</tt>, and fires the <a href=\"#/api/Ext.form.field.File-event-autosize\" rel=\"Ext.form.field.File-event-autosize\" class=\"docClass\">autosize</a> event if the\nwidth changes.</p>\n",
2498         "linenr": 633,
2499         "return": {
2500           "type": "void",
2501           "doc": "\n"
2502         },
2503         "html_filename": "Text.html"
2504       },
2505       {
2506         "deprecated": null,
2507         "alias": null,
2508         "protected": false,
2509         "tagname": "method",
2510         "href": "Field.html#Ext-form-field-Field-method-batchChanges",
2511         "shortDoc": "A utility for grouping a set of modifications which may trigger value changes into a single\ntransaction, to prevent e...",
2512         "static": false,
2513         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
2514         "private": false,
2515         "params": [
2516           {
2517             "type": "Object",
2518             "optional": false,
2519             "doc": "<p>A function containing the transaction code</p>\n",
2520             "name": "fn"
2521           }
2522         ],
2523         "name": "batchChanges",
2524         "owner": "Ext.form.field.Field",
2525         "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.form.field.File-event-change\" rel=\"Ext.form.field.File-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",
2526         "linenr": 348,
2527         "return": {
2528           "type": "void",
2529           "doc": "\n"
2530         },
2531         "html_filename": "Field.html"
2532       },
2533       {
2534         "deprecated": null,
2535         "alias": null,
2536         "protected": false,
2537         "tagname": "method",
2538         "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout",
2539         "shortDoc": "Occurs before componentLayout is run. ...",
2540         "static": false,
2541         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2542         "private": false,
2543         "params": [
2544           {
2545             "type": "Number",
2546             "optional": false,
2547             "doc": "<p>The box-adjusted width that was set</p>\n",
2548             "name": "adjWidth"
2549           },
2550           {
2551             "type": "Number",
2552             "optional": false,
2553             "doc": "<p>The box-adjusted height that was set</p>\n",
2554             "name": "adjHeight"
2555           },
2556           {
2557             "type": "Boolean",
2558             "optional": false,
2559             "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
2560             "name": "isSetSize"
2561           },
2562           {
2563             "type": "Ext.Component",
2564             "optional": false,
2565             "doc": "<p>Container requesting sent the layout. Only used when isSetSize is false.</p>\n",
2566             "name": "callingContainer"
2567           }
2568         ],
2569         "name": "beforeComponentLayout",
2570         "owner": "Ext.AbstractComponent",
2571         "doc": "<p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.</p>\n",
2572         "linenr": 2709,
2573         "return": {
2574           "type": "void",
2575           "doc": "\n"
2576         },
2577         "html_filename": "AbstractComponent.html"
2578       },
2579       {
2580         "deprecated": null,
2581         "alias": null,
2582         "protected": false,
2583         "tagname": "method",
2584         "href": "Component2.html#Ext-Component-method-bubble",
2585         "shortDoc": "Bubbles up the component/container heirarchy, calling the specified function with each component. ...",
2586         "static": false,
2587         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
2588         "private": false,
2589         "params": [
2590           {
2591             "type": "Function",
2592             "optional": false,
2593             "doc": "<p>The function to call</p>\n",
2594             "name": "fn"
2595           },
2596           {
2597             "type": "Object",
2598             "optional": true,
2599             "doc": "<p>(optional) The scope of the function (defaults to current node)</p>\n",
2600             "name": "scope"
2601           },
2602           {
2603             "type": "Array",
2604             "optional": true,
2605             "doc": "<p>(optional) The args to call the function with (default to passing the current component)</p>\n",
2606             "name": "args"
2607           }
2608         ],
2609         "name": "bubble",
2610         "owner": "Ext.Component",
2611         "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",
2612         "linenr": 1007,
2613         "return": {
2614           "type": "Ext.Component",
2615           "doc": "<p>this</p>\n"
2616         },
2617         "html_filename": "Component2.html"
2618       },
2619       {
2620         "deprecated": null,
2621         "alias": null,
2622         "protected": false,
2623         "tagname": "method",
2624         "href": "Base3.html#Ext-Base-method-callOverridden",
2625         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
2626         "static": false,
2627         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2628         "private": false,
2629         "params": [
2630           {
2631             "type": "Array/Arguments",
2632             "optional": false,
2633             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
2634             "name": "args"
2635           }
2636         ],
2637         "name": "callOverridden",
2638         "owner": "Ext.Base",
2639         "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
2640         "linenr": 269,
2641         "return": {
2642           "type": "Mixed",
2643           "doc": "<p>Returns the result after calling the overridden method</p>\n"
2644         },
2645         "html_filename": "Base3.html"
2646       },
2647       {
2648         "deprecated": null,
2649         "alias": null,
2650         "protected": true,
2651         "tagname": "method",
2652         "href": "Base3.html#Ext-Base-method-callParent",
2653         "shortDoc": "Call the parent's overridden method. ...",
2654         "static": false,
2655         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2656         "private": false,
2657         "params": [
2658           {
2659             "type": "Array/Arguments",
2660             "optional": false,
2661             "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
2662             "name": "args"
2663           }
2664         ],
2665         "name": "callParent",
2666         "owner": "Ext.Base",
2667         "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
2668         "linenr": 124,
2669         "return": {
2670           "type": "Mixed",
2671           "doc": "<p>Returns the result from the superclass' method</p>\n"
2672         },
2673         "html_filename": "Base3.html"
2674       },
2675       {
2676         "deprecated": null,
2677         "alias": null,
2678         "protected": false,
2679         "tagname": "method",
2680         "href": "Observable.html#Ext-util-Observable-method-capture",
2681         "shortDoc": "Starts capture on the specified Observable. ...",
2682         "static": true,
2683         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2684         "private": false,
2685         "params": [
2686           {
2687             "type": "Observable",
2688             "optional": false,
2689             "doc": "<p>The Observable to capture events from.</p>\n",
2690             "name": "o"
2691           },
2692           {
2693             "type": "Function",
2694             "optional": false,
2695             "doc": "<p>The function to call when an event is fired.</p>\n",
2696             "name": "fn"
2697           },
2698           {
2699             "type": "Object",
2700             "optional": true,
2701             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
2702             "name": "scope"
2703           }
2704         ],
2705         "name": "capture",
2706         "owner": "Ext.util.Observable",
2707         "doc": "<p>Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event <strong>before</strong> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
2708         "linenr": 54,
2709         "return": {
2710           "type": "void",
2711           "doc": "\n"
2712         },
2713         "html_filename": "Observable.html"
2714       },
2715       {
2716         "deprecated": null,
2717         "alias": null,
2718         "protected": false,
2719         "tagname": "method",
2720         "href": "Floating.html#Ext-util-Floating-method-center",
2721         "shortDoc": "Center this Component in its container. ...",
2722         "static": false,
2723         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
2724         "private": false,
2725         "params": [
2726
2727         ],
2728         "name": "center",
2729         "owner": "Ext.util.Floating",
2730         "doc": "<p>Center this Component in its container.</p>\n",
2731         "linenr": 251,
2732         "return": {
2733           "type": "Component",
2734           "doc": "<p>this</p>\n"
2735         },
2736         "html_filename": "Floating.html"
2737       },
2738       {
2739         "deprecated": null,
2740         "alias": null,
2741         "protected": false,
2742         "tagname": "method",
2743         "href": "Field.html#Ext-form-field-Field-method-checkChange",
2744         "shortDoc": "Checks whether the value of the field has changed since the last time it was checked. ...",
2745         "static": false,
2746         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
2747         "private": false,
2748         "params": [
2749
2750         ],
2751         "name": "checkChange",
2752         "owner": "Ext.form.field.Field",
2753         "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.form.field.File-event-change\" rel=\"Ext.form.field.File-event-change\" class=\"docClass\">change event</a>,</li>\n<li>Performs validation if the <a href=\"#/api/Ext.form.field.File-cfg-validateOnChange\" rel=\"Ext.form.field.File-cfg-validateOnChange\" class=\"docClass\">validateOnChange</a> config is enabled, firing the\nvalidationchange event if the validity has changed, and</li>\n<li>Checks the <a href=\"#/api/Ext.form.field.File-method-isDirty\" rel=\"Ext.form.field.File-method-isDirty\" class=\"docClass\">dirty state</a> of the field and fires the <a href=\"#/api/Ext.form.field.File-event-dirtychange\" rel=\"Ext.form.field.File-event-dirtychange\" class=\"docClass\">dirtychange event</a>\nif it has changed.</li>\n</ol>\n\n",
2754         "linenr": 235,
2755         "return": {
2756           "type": "void",
2757           "doc": "\n"
2758         },
2759         "html_filename": "Field.html"
2760       },
2761       {
2762         "deprecated": null,
2763         "alias": null,
2764         "protected": false,
2765         "tagname": "method",
2766         "href": "Field.html#Ext-form-field-Field-method-checkDirty",
2767         "shortDoc": "Checks the isDirty state of the field and if it has changed since the last time\nit was checked, fires the dirtychange...",
2768         "static": false,
2769         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
2770         "private": false,
2771         "params": [
2772
2773         ],
2774         "name": "checkDirty",
2775         "owner": "Ext.form.field.Field",
2776         "doc": "<p>Checks the <a href=\"#/api/Ext.form.field.File-method-isDirty\" rel=\"Ext.form.field.File-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.form.field.File-event-dirtychange\" rel=\"Ext.form.field.File-event-dirtychange\" class=\"docClass\">dirtychange</a> event.</p>\n",
2777         "linenr": 286,
2778         "return": {
2779           "type": "void",
2780           "doc": "\n"
2781         },
2782         "html_filename": "Field.html"
2783       },
2784       {
2785         "deprecated": null,
2786         "alias": null,
2787         "protected": false,
2788         "tagname": "method",
2789         "href": "Base.html#Ext-form-field-Base-method-clearInvalid",
2790         "shortDoc": "Clear any invalid styles/messages for this field. ...",
2791         "static": false,
2792         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
2793         "private": false,
2794         "params": [
2795
2796         ],
2797         "name": "clearInvalid",
2798         "owner": "Ext.form.field.Base",
2799         "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.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validate</a> or <a href=\"#/api/Ext.form.field.File-method-isValid\" rel=\"Ext.form.field.File-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",
2800         "linenr": 741,
2801         "return": {
2802           "type": "void",
2803           "doc": "\n"
2804         },
2805         "html_filename": "Base.html"
2806       },
2807       {
2808         "deprecated": null,
2809         "alias": null,
2810         "protected": false,
2811         "tagname": "method",
2812         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
2813         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
2814         "static": false,
2815         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2816         "private": false,
2817         "params": [
2818
2819         ],
2820         "name": "clearListeners",
2821         "owner": "Ext.util.Observable",
2822         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
2823         "linenr": 425,
2824         "return": {
2825           "type": "void",
2826           "doc": "\n"
2827         },
2828         "html_filename": "Observable.html"
2829       },
2830       {
2831         "deprecated": null,
2832         "alias": null,
2833         "protected": false,
2834         "tagname": "method",
2835         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
2836         "shortDoc": "Removes all managed listeners for this object. ...",
2837         "static": false,
2838         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2839         "private": false,
2840         "params": [
2841
2842         ],
2843         "name": "clearManagedListeners",
2844         "owner": "Ext.util.Observable",
2845         "doc": "<p>Removes all managed listeners for this object.</p>\n",
2846         "linenr": 454,
2847         "return": {
2848           "type": "void",
2849           "doc": "\n"
2850         },
2851         "html_filename": "Observable.html"
2852       },
2853       {
2854         "deprecated": null,
2855         "alias": null,
2856         "protected": false,
2857         "tagname": "method",
2858         "href": "Component2.html#Ext-Component-method-cloneConfig",
2859         "shortDoc": "Clone the current component using the original config values passed into this instance by default. ...",
2860         "static": false,
2861         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
2862         "private": false,
2863         "params": [
2864           {
2865             "type": "Object",
2866             "optional": false,
2867             "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",
2868             "name": "overrides"
2869           }
2870         ],
2871         "name": "cloneConfig",
2872         "owner": "Ext.Component",
2873         "doc": "<p>Clone the current component using the original config values passed into this instance by default.</p>\n",
2874         "linenr": 947,
2875         "return": {
2876           "type": "Ext.Component",
2877           "doc": "<p>clone The cloned copy of this component</p>\n"
2878         },
2879         "html_filename": "Component2.html"
2880       },
2881       {
2882         "deprecated": null,
2883         "alias": null,
2884         "protected": false,
2885         "tagname": "method",
2886         "href": "Base3.html#Ext-Base-method-create",
2887         "shortDoc": "Create a new instance of this Class. ...",
2888         "static": true,
2889         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2890         "private": false,
2891         "params": [
2892
2893         ],
2894         "name": "create",
2895         "owner": "Ext.Base",
2896         "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
2897         "linenr": 329,
2898         "return": {
2899           "type": "Object",
2900           "doc": "<p>the created instance.</p>\n"
2901         },
2902         "html_filename": "Base3.html"
2903       },
2904       {
2905         "deprecated": null,
2906         "alias": null,
2907         "protected": false,
2908         "tagname": "method",
2909         "href": "Base3.html#Ext-Base-method-createAlias",
2910         "shortDoc": "Create aliases for existing prototype methods. ...",
2911         "static": true,
2912         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2913         "private": false,
2914         "params": [
2915           {
2916             "type": "String/Object",
2917             "optional": false,
2918             "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
2919             "name": "alias"
2920           },
2921           {
2922             "type": "String/Object",
2923             "optional": false,
2924             "doc": "<p>The original method name</p>\n",
2925             "name": "origin"
2926           }
2927         ],
2928         "name": "createAlias",
2929         "owner": "Ext.Base",
2930         "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
2931         "linenr": 648,
2932         "return": {
2933           "type": "void",
2934           "doc": "\n"
2935         },
2936         "html_filename": "Base3.html"
2937       },
2938       {
2939         "deprecated": null,
2940         "alias": null,
2941         "protected": false,
2942         "tagname": "method",
2943         "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy",
2944         "shortDoc": "Destroys the Component. ...",
2945         "static": false,
2946         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2947         "private": false,
2948         "params": [
2949
2950         ],
2951         "name": "destroy",
2952         "owner": "Ext.AbstractComponent",
2953         "doc": "<p>Destroys the Component.</p>\n",
2954         "linenr": 2891,
2955         "return": {
2956           "type": "void",
2957           "doc": "\n"
2958         },
2959         "html_filename": "AbstractComponent.html"
2960       },
2961       {
2962         "deprecated": null,
2963         "alias": null,
2964         "protected": false,
2965         "tagname": "method",
2966         "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable",
2967         "shortDoc": "Disable the component. ...",
2968         "static": false,
2969         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2970         "private": false,
2971         "params": [
2972           {
2973             "type": "Boolean",
2974             "optional": false,
2975             "doc": "<p>Passing true, will supress the 'disable' event from being fired.</p>\n",
2976             "name": "silent"
2977           }
2978         ],
2979         "name": "disable",
2980         "owner": "Ext.AbstractComponent",
2981         "doc": "<p>Disable the component.</p>\n",
2982         "linenr": 2245,
2983         "return": {
2984           "type": "void",
2985           "doc": "\n"
2986         },
2987         "html_filename": "AbstractComponent.html"
2988       },
2989       {
2990         "deprecated": null,
2991         "alias": null,
2992         "protected": false,
2993         "tagname": "method",
2994         "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender",
2995         "shortDoc": "Handles autoRender. ...",
2996         "static": false,
2997         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2998         "private": false,
2999         "params": [
3000
3001         ],
3002         "name": "doAutoRender",
3003         "owner": "Ext.AbstractComponent",
3004         "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",
3005         "linenr": 920,
3006         "return": {
3007           "type": "void",
3008           "doc": "\n"
3009         },
3010         "html_filename": "AbstractComponent.html"
3011       },
3012       {
3013         "deprecated": null,
3014         "alias": null,
3015         "protected": false,
3016         "tagname": "method",
3017         "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout",
3018         "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t...",
3019         "static": false,
3020         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3021         "private": false,
3022         "params": [
3023           {
3024             "type": "Object",
3025             "optional": false,
3026             "doc": "\n",
3027             "name": "width"
3028           },
3029           {
3030             "type": "Object",
3031             "optional": false,
3032             "doc": "\n",
3033             "name": "height"
3034           },
3035           {
3036             "type": "Object",
3037             "optional": false,
3038             "doc": "\n",
3039             "name": "isSetSize"
3040           },
3041           {
3042             "type": "Object",
3043             "optional": false,
3044             "doc": "\n",
3045             "name": "callingContainer"
3046           }
3047         ],
3048         "name": "doComponentLayout",
3049         "owner": "Ext.AbstractComponent",
3050         "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",
3051         "linenr": 2630,
3052         "return": {
3053           "type": "Ext.container.Container",
3054           "doc": "<p>this</p>\n"
3055         },
3056         "html_filename": "AbstractComponent.html"
3057       },
3058       {
3059         "deprecated": null,
3060         "alias": null,
3061         "protected": false,
3062         "tagname": "method",
3063         "href": "Floating.html#Ext-util-Floating-method-doConstrain",
3064         "shortDoc": "Moves this floating Component into a constrain region. ...",
3065         "static": false,
3066         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
3067         "private": false,
3068         "params": [
3069           {
3070             "type": "Mixed",
3071             "optional": false,
3072             "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",
3073             "name": "constrainTo"
3074           }
3075         ],
3076         "name": "doConstrain",
3077         "owner": "Ext.util.Floating",
3078         "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",
3079         "linenr": 135,
3080         "return": {
3081           "type": "void",
3082           "doc": "\n"
3083         },
3084         "html_filename": "Floating.html"
3085       },
3086       {
3087         "deprecated": null,
3088         "alias": null,
3089         "protected": false,
3090         "tagname": "method",
3091         "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable",
3092         "shortDoc": "Enable the component ...",
3093         "static": false,
3094         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3095         "private": false,
3096         "params": [
3097           {
3098             "type": "Boolean",
3099             "optional": false,
3100             "doc": "<p>Passing false will supress the 'enable' event from being fired.</p>\n",
3101             "name": "silent"
3102           }
3103         ],
3104         "name": "enable",
3105         "owner": "Ext.AbstractComponent",
3106         "doc": "<p>Enable the component</p>\n",
3107         "linenr": 2222,
3108         "return": {
3109           "type": "void",
3110           "doc": "\n"
3111         },
3112         "html_filename": "AbstractComponent.html"
3113       },
3114       {
3115         "deprecated": null,
3116         "alias": null,
3117         "protected": false,
3118         "tagname": "method",
3119         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
3120         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
3121         "static": false,
3122         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3123         "private": false,
3124         "params": [
3125           {
3126             "type": "String/[String]",
3127             "optional": false,
3128             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
3129             "name": "events"
3130           }
3131         ],
3132         "name": "enableBubble",
3133         "owner": "Ext.util.Observable",
3134         "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling <code>this.getBubbleTarget()</code> if\npresent. There is no implementation in the Observable base class.</p>\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers.\nSee <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default implementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.</p>\n\n<p>Example:</p>\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\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",
3135         "linenr": 609,
3136         "return": {
3137           "type": "void",
3138           "doc": "\n"
3139         },
3140         "html_filename": "Observable.html"
3141       },
3142       {
3143         "deprecated": null,
3144         "alias": null,
3145         "protected": false,
3146         "tagname": "method",
3147         "href": "Field.html#Ext-form-field-Field-method-extractFileInput",
3148         "shortDoc": "Only relevant if the instance's isFileUpload method returns true. ...",
3149         "static": false,
3150         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
3151         "private": false,
3152         "params": [
3153
3154         ],
3155         "name": "extractFileInput",
3156         "owner": "Ext.form.field.Field",
3157         "doc": "<p>Only relevant if the instance's <a href=\"#/api/Ext.form.field.File-method-isFileUpload\" rel=\"Ext.form.field.File-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",
3158         "linenr": 373,
3159         "return": {
3160           "type": "HTMLInputElement",
3161           "doc": "\n"
3162         },
3163         "html_filename": "Field.html"
3164       },
3165       {
3166         "deprecated": null,
3167         "alias": null,
3168         "protected": false,
3169         "tagname": "method",
3170         "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController",
3171         "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n...",
3172         "static": false,
3173         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3174         "private": false,
3175         "params": [
3176
3177         ],
3178         "name": "findLayoutController",
3179         "owner": "Ext.AbstractComponent",
3180         "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",
3181         "linenr": 876,
3182         "return": {
3183           "type": "void",
3184           "doc": "\n"
3185         },
3186         "html_filename": "AbstractComponent.html"
3187       },
3188       {
3189         "deprecated": null,
3190         "alias": null,
3191         "protected": false,
3192         "tagname": "method",
3193         "href": "Component2.html#Ext-Component-method-findParentBy",
3194         "shortDoc": "Find a container above this component at any level by a custom function. ...",
3195         "static": false,
3196         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
3197         "private": false,
3198         "params": [
3199           {
3200             "type": "Function",
3201             "optional": false,
3202             "doc": "<p>The custom function to call with the arguments (container, this component).</p>\n",
3203             "name": "fn"
3204           }
3205         ],
3206         "name": "findParentBy",
3207         "owner": "Ext.Component",
3208         "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",
3209         "linenr": 978,
3210         "return": {
3211           "type": "Ext.container.Container",
3212           "doc": "<p>The first Container for which the custom function returns true</p>\n"
3213         },
3214         "html_filename": "Component2.html"
3215       },
3216       {
3217         "deprecated": null,
3218         "alias": null,
3219         "protected": false,
3220         "tagname": "method",
3221         "href": "Component2.html#Ext-Component-method-findParentByType",
3222         "shortDoc": "Find a container above this component at any level by xtype or class\n\n\nSee also the up method. ...",
3223         "static": false,
3224         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
3225         "private": false,
3226         "params": [
3227           {
3228             "type": "String/Class",
3229             "optional": false,
3230             "doc": "<p>The xtype string for a component, or the class of the component directly</p>\n",
3231             "name": "xtype"
3232           }
3233         ],
3234         "name": "findParentByType",
3235         "owner": "Ext.Component",
3236         "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",
3237         "linenr": 992,
3238         "return": {
3239           "type": "Ext.container.Container",
3240           "doc": "<p>The first Container which matches the given xtype or class</p>\n"
3241         },
3242         "html_filename": "Component2.html"
3243       },
3244       {
3245         "deprecated": null,
3246         "alias": null,
3247         "protected": false,
3248         "tagname": "method",
3249         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
3250         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
3251         "static": false,
3252         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3253         "private": false,
3254         "params": [
3255           {
3256             "type": "String",
3257             "optional": false,
3258             "doc": "<p>The name of the event to fire.</p>\n",
3259             "name": "eventName"
3260           },
3261           {
3262             "type": "Object...",
3263             "optional": false,
3264             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
3265             "name": "args"
3266           }
3267         ],
3268         "name": "fireEvent",
3269         "owner": "Ext.util.Observable",
3270         "doc": "<p>Fires the specified event with the passed parameters (minus the event name, plus the <code>options</code> object passed\nto <a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a>).</p>\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>) by\ncalling <a href=\"#/api/Ext.form.field.File-method-enableBubble\" rel=\"Ext.form.field.File-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
3271         "linenr": 233,
3272         "return": {
3273           "type": "Boolean",
3274           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
3275         },
3276         "html_filename": "Observable.html"
3277       },
3278       {
3279         "deprecated": null,
3280         "alias": null,
3281         "protected": false,
3282         "tagname": "method",
3283         "href": "Component2.html#Ext-Component-method-focus",
3284         "shortDoc": "Try to focus this component. ...",
3285         "static": false,
3286         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
3287         "private": false,
3288         "params": [
3289           {
3290             "type": "Boolean",
3291             "optional": true,
3292             "doc": "<p>(optional) If applicable, true to also select the text in this component</p>\n",
3293             "name": "selectText"
3294           },
3295           {
3296             "type": "Boolean/Number",
3297             "optional": true,
3298             "doc": "<p>(optional) Delay the focus this number of milliseconds (true for 10 milliseconds).</p>\n",
3299             "name": "delay"
3300           }
3301         ],
3302         "name": "focus",
3303         "owner": "Ext.Component",
3304         "doc": "<p>Try to focus this component.</p>\n",
3305         "linenr": 856,
3306         "return": {
3307           "type": "Ext.Component",
3308           "doc": "<p>this</p>\n"
3309         },
3310         "html_filename": "Component2.html"
3311       },
3312       {
3313         "deprecated": null,
3314         "alias": null,
3315         "protected": false,
3316         "tagname": "method",
3317         "href": "AbstractComponent.html#Ext-AbstractComponent-method-forceComponentLayout",
3318         "shortDoc": "Forces this component to redo its componentLayout. ...",
3319         "static": false,
3320         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3321         "private": false,
3322         "params": [
3323
3324         ],
3325         "name": "forceComponentLayout",
3326         "owner": "Ext.AbstractComponent",
3327         "doc": "<p>Forces this component to redo its componentLayout.</p>\n",
3328         "linenr": 2673,
3329         "return": {
3330           "type": "void",
3331           "doc": "\n"
3332         },
3333         "html_filename": "AbstractComponent.html"
3334       },
3335       {
3336         "deprecated": null,
3337         "alias": null,
3338         "protected": false,
3339         "tagname": "method",
3340         "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
3341         "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...",
3342         "static": false,
3343         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
3344         "private": false,
3345         "params": [
3346
3347         ],
3348         "name": "getActiveAnimation",
3349         "owner": "Ext.util.Animate",
3350         "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
3351         "linenr": 377,
3352         "return": {
3353           "type": "Mixed",
3354           "doc": "<p>anim if element has active effects, else false</p>\n"
3355         },
3356         "html_filename": "Animate.html"
3357       },
3358       {
3359         "deprecated": null,
3360         "alias": null,
3361         "protected": false,
3362         "tagname": "method",
3363         "href": "Labelable.html#Ext-form-Labelable-method-getActiveError",
3364         "shortDoc": "Gets the active error message for this component, if any. ...",
3365         "static": false,
3366         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
3367         "private": false,
3368         "params": [
3369
3370         ],
3371         "name": "getActiveError",
3372         "owner": "Ext.form.Labelable",
3373         "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",
3374         "linenr": 330,
3375         "return": {
3376           "type": "String",
3377           "doc": "<p>The active error message on the component; if there is no error, an empty string is returned.</p>\n"
3378         },
3379         "html_filename": "Labelable.html"
3380       },
3381       {
3382         "deprecated": null,
3383         "alias": null,
3384         "protected": false,
3385         "tagname": "method",
3386         "href": "Labelable.html#Ext-form-Labelable-method-getActiveErrors",
3387         "shortDoc": "Gets an Array of any active error messages currently applied to the field. ...",
3388         "static": false,
3389         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
3390         "private": false,
3391         "params": [
3392
3393         ],
3394         "name": "getActiveErrors",
3395         "owner": "Ext.form.Labelable",
3396         "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",
3397         "linenr": 365,
3398         "return": {
3399           "type": "Array",
3400           "doc": "<p>The active error messages on the component; if there are no errors, an empty Array is returned.</p>\n"
3401         },
3402         "html_filename": "Labelable.html"
3403       },
3404       {
3405         "deprecated": null,
3406         "alias": null,
3407         "protected": true,
3408         "tagname": "method",
3409         "href": "Text.html#Ext-form-field-Text-method-getBodyNaturalWidth",
3410         "shortDoc": "override\nTo get the natural width of the inputEl, we do a simple calculation based on the\n'size' config. ...",
3411         "static": false,
3412         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
3413         "private": false,
3414         "params": [
3415
3416         ],
3417         "name": "getBodyNaturalWidth",
3418         "owner": "Ext.form.field.Text",
3419         "doc": "<p>override\nTo get the natural width of the inputEl, we do a simple calculation based on the\n'size' config. We use hard-coded numbers to approximate what browsers do natively,\nto avoid having to read any styles which would hurt performance.</p>\n",
3420         "linenr": 656,
3421         "return": {
3422           "type": "void",
3423           "doc": "\n"
3424         },
3425         "html_filename": "Text.html"
3426       },
3427       {
3428         "deprecated": null,
3429         "alias": null,
3430         "protected": false,
3431         "tagname": "method",
3432         "href": "Component2.html#Ext-Component-method-getBox",
3433         "shortDoc": "Gets the current box measurements of the component's underlying element. ...",
3434         "static": false,
3435         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
3436         "private": false,
3437         "params": [
3438           {
3439             "type": "Boolean",
3440             "optional": true,
3441             "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
3442             "name": "local"
3443           }
3444         ],
3445         "name": "getBox",
3446         "owner": "Ext.Component",
3447         "doc": "<p>Gets the current box measurements of the component's underlying element.</p>\n",
3448         "linenr": 541,
3449         "return": {
3450           "type": "Object",
3451           "doc": "<p>box An object in the format {x, y, width, height}</p>\n"
3452         },
3453         "html_filename": "Component2.html"
3454       },
3455       {
3456         "deprecated": null,
3457         "alias": null,
3458         "protected": false,
3459         "tagname": "method",
3460         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget",
3461         "shortDoc": "Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy. ...",
3462         "static": false,
3463         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3464         "private": false,
3465         "params": [
3466
3467         ],
3468         "name": "getBubbleTarget",
3469         "owner": "Ext.AbstractComponent",
3470         "doc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n",
3471         "linenr": 2443,
3472         "return": {
3473           "type": "Ext.container.Container",
3474           "doc": "<p>the Container which owns this Component.</p>\n"
3475         },
3476         "html_filename": "AbstractComponent.html"
3477       },
3478       {
3479         "deprecated": null,
3480         "alias": null,
3481         "protected": false,
3482         "tagname": "method",
3483         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl",
3484         "shortDoc": "Retrieves the top level element representing this component. ...",
3485         "static": false,
3486         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3487         "private": false,
3488         "params": [
3489
3490         ],
3491         "name": "getEl",
3492         "owner": "Ext.AbstractComponent",
3493         "doc": "<p>Retrieves the top level element representing this component.</p>\n",
3494         "linenr": 2059,
3495         "return": {
3496           "type": "void",
3497           "doc": "\n"
3498         },
3499         "html_filename": "AbstractComponent.html"
3500       },
3501       {
3502         "deprecated": null,
3503         "alias": null,
3504         "protected": false,
3505         "tagname": "method",
3506         "href": "Text.html#Ext-form-field-Text-method-getErrors",
3507         "shortDoc": "Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. ...",
3508         "static": false,
3509         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
3510         "private": false,
3511         "params": [
3512           {
3513             "type": "Mixed",
3514             "optional": false,
3515             "doc": "<p>The value to validate. The processed raw value will be used if nothing is passed</p>\n",
3516             "name": "value"
3517           }
3518         ],
3519         "name": "getErrors",
3520         "owner": "Ext.form.field.Text",
3521         "doc": "<p>Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. Validation rules are processed in the following order:</p>\n\n<ol>\n<li><p><strong>Field specific validator</strong></p>\n\n<p> A validator offers a way to customize and reuse a validation specification.\n If a field is configured with a <code><a href=\"#/api/Ext.form.field.File-cfg-validator\" rel=\"Ext.form.field.File-cfg-validator\" class=\"docClass\">validator</a></code>\n function, it will be passed the current field value.  The <code><a href=\"#/api/Ext.form.field.File-cfg-validator\" rel=\"Ext.form.field.File-cfg-validator\" class=\"docClass\">validator</a></code>\n function is expected to return either:</p>\n\n<ul>\n<li>Boolean <code>true</code>  if the value is valid (validation continues).</li>\n<li>a String to represent the invalid message if invalid (validation halts).</li>\n</ul>\n</li>\n<li><p><strong>Basic Validation</strong></p>\n\n<p> If the <code><a href=\"#/api/Ext.form.field.File-cfg-validator\" rel=\"Ext.form.field.File-cfg-validator\" class=\"docClass\">validator</a></code> has not halted validation,\n basic validation proceeds as follows:</p>\n\n<ul>\n<li><p><code><a href=\"#/api/Ext.form.field.File-cfg-allowBlank\" rel=\"Ext.form.field.File-cfg-allowBlank\" class=\"docClass\">allowBlank</a></code> : (Invalid message = <code><a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a></code>)</p>\n\n<p>  Depending on the configuration of <code><a href=\"#/api/Ext.form.field.File-cfg-allowBlank\" rel=\"Ext.form.field.File-cfg-allowBlank\" class=\"docClass\">allowBlank</a></code>, a\n  blank field will cause validation to halt at this step and return\n  Boolean true or false accordingly.</p></li>\n<li><p><code><a href=\"#/api/Ext.form.field.File-cfg-minLength\" rel=\"Ext.form.field.File-cfg-minLength\" class=\"docClass\">minLength</a></code> : (Invalid message = <code><a href=\"#/api/Ext.form.field.File-cfg-minLengthText\" rel=\"Ext.form.field.File-cfg-minLengthText\" class=\"docClass\">minLengthText</a></code>)</p>\n\n<p>  If the passed value does not satisfy the <code><a href=\"#/api/Ext.form.field.File-cfg-minLength\" rel=\"Ext.form.field.File-cfg-minLength\" class=\"docClass\">minLength</a></code>\n  specified, validation halts.</p></li>\n<li><p><code><a href=\"#/api/Ext.form.field.File-cfg-maxLength\" rel=\"Ext.form.field.File-cfg-maxLength\" class=\"docClass\">maxLength</a></code> : (Invalid message = <code><a href=\"#/api/Ext.form.field.File-cfg-maxLengthText\" rel=\"Ext.form.field.File-cfg-maxLengthText\" class=\"docClass\">maxLengthText</a></code>)</p>\n\n<p> If the passed value does not satisfy the <code><a href=\"#/api/Ext.form.field.File-cfg-maxLength\" rel=\"Ext.form.field.File-cfg-maxLength\" class=\"docClass\">maxLength</a></code>\n specified, validation halts.</p></li>\n</ul>\n</li>\n<li><p><strong>Preconfigured Validation Types (VTypes)</strong></p>\n\n<p> If none of the prior validation steps halts validation, a field\n configured with a <code><a href=\"#/api/Ext.form.field.File-cfg-vtype\" rel=\"Ext.form.field.File-cfg-vtype\" class=\"docClass\">vtype</a></code> will utilize the\n corresponding <a href=\"#/api/Ext.form.field.VTypes\" rel=\"Ext.form.field.VTypes\" class=\"docClass\">VTypes</a> validation function.\n If invalid, either the field's <code><a href=\"#/api/Ext.form.field.File-cfg-vtypeText\" rel=\"Ext.form.field.File-cfg-vtypeText\" class=\"docClass\">vtypeText</a></code> or\n the VTypes vtype Text property will be used for the invalid message.\n Keystrokes on the field will be filtered according to the VTypes\n vtype Mask property.</p></li>\n<li><p><strong>Field specific regex test</strong></p>\n\n<p> If none of the prior validation steps halts validation, a field's\n configured <code><a href=\"#/api/Ext.form.field.File-cfg-regex\" rel=\"Ext.form.field.File-cfg-regex\" class=\"docClass\">regex</a></code> test will be processed.\n The invalid message for this test is configured with <code><a href=\"#/api/Ext.form.field.File-cfg-regexText\" rel=\"Ext.form.field.File-cfg-regexText\" class=\"docClass\">regexText</a></code></p></li>\n</ol>\n\n",
3522         "linenr": 496,
3523         "return": {
3524           "type": "Array",
3525           "doc": "<p>Array of any validation errors</p>\n"
3526         },
3527         "html_filename": "Text.html"
3528       },
3529       {
3530         "deprecated": null,
3531         "alias": null,
3532         "protected": false,
3533         "tagname": "method",
3534         "href": "Labelable.html#Ext-form-Labelable-method-getFieldLabel",
3535         "shortDoc": "Returns the label for the field. ...",
3536         "static": false,
3537         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
3538         "private": false,
3539         "params": [
3540
3541         ],
3542         "name": "getFieldLabel",
3543         "owner": "Ext.form.Labelable",
3544         "doc": "<p>Returns the label for the field. Defaults to simply returning the <a href=\"#/api/Ext.form.field.File-cfg-fieldLabel\" rel=\"Ext.form.field.File-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> config. Can be\noverridden to provide</p>\n",
3545         "linenr": 232,
3546         "return": {
3547           "type": "String",
3548           "doc": "<p>The configured field label, or empty string if not defined</p>\n"
3549         },
3550         "html_filename": "Labelable.html"
3551       },
3552       {
3553         "deprecated": null,
3554         "alias": null,
3555         "protected": false,
3556         "tagname": "method",
3557         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight",
3558         "shortDoc": "Gets the current height of the component's underlying element. ...",
3559         "static": false,
3560         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3561         "private": false,
3562         "params": [
3563
3564         ],
3565         "name": "getHeight",
3566         "owner": "Ext.AbstractComponent",
3567         "doc": "<p>Gets the current height of the component's underlying element.</p>\n",
3568         "linenr": 2798,
3569         "return": {
3570           "type": "Number",
3571           "doc": "\n"
3572         },
3573         "html_filename": "AbstractComponent.html"
3574       },
3575       {
3576         "deprecated": null,
3577         "alias": null,
3578         "protected": false,
3579         "tagname": "method",
3580         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId",
3581         "shortDoc": "Retrieves the id of this component. ...",
3582         "static": false,
3583         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3584         "private": false,
3585         "params": [
3586
3587         ],
3588         "name": "getId",
3589         "owner": "Ext.AbstractComponent",
3590         "doc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n",
3591         "linenr": 2047,
3592         "return": {
3593           "type": "void",
3594           "doc": "\n"
3595         },
3596         "html_filename": "AbstractComponent.html"
3597       },
3598       {
3599         "deprecated": null,
3600         "alias": null,
3601         "protected": false,
3602         "tagname": "method",
3603         "href": "Base.html#Ext-form-field-Base-method-getInputId",
3604         "shortDoc": "Returns the input id for this field. ...",
3605         "static": false,
3606         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
3607         "private": false,
3608         "params": [
3609
3610         ],
3611         "name": "getInputId",
3612         "owner": "Ext.form.field.Base",
3613         "doc": "<p>Returns the input id for this field. If none was specified via the <a href=\"#/api/Ext.form.field.File-cfg-inputId\" rel=\"Ext.form.field.File-cfg-inputId\" class=\"docClass\">inputId</a> config,\nthen an id will be automatically generated.</p>\n",
3614         "linenr": 294,
3615         "return": {
3616           "type": "void",
3617           "doc": "\n"
3618         },
3619         "html_filename": "Base.html"
3620       },
3621       {
3622         "deprecated": null,
3623         "alias": null,
3624         "protected": false,
3625         "tagname": "method",
3626         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition",
3627         "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert...",
3628         "static": false,
3629         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3630         "private": false,
3631         "params": [
3632           {
3633             "type": "String/Number/Element/HTMLElement",
3634             "optional": false,
3635             "doc": "<p>Index, element id or element you want\nto put this component before.</p>\n",
3636             "name": "position"
3637           }
3638         ],
3639         "name": "getInsertPosition",
3640         "owner": "Ext.AbstractComponent",
3641         "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",
3642         "linenr": 1674,
3643         "return": {
3644           "type": "HTMLElement",
3645           "doc": "<p>DOM element that you can use in the insertBefore</p>\n"
3646         },
3647         "html_filename": "AbstractComponent.html"
3648       },
3649       {
3650         "deprecated": null,
3651         "alias": null,
3652         "protected": true,
3653         "tagname": "method",
3654         "href": "Labelable.html#Ext-form-Labelable-method-getLabelableRenderData",
3655         "shortDoc": "Generates the arguments for the field decorations rendering template. ...",
3656         "static": false,
3657         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
3658         "private": false,
3659         "params": [
3660
3661         ],
3662         "name": "getLabelableRenderData",
3663         "owner": "Ext.form.Labelable",
3664         "doc": "<p>Generates the arguments for the field decorations <a href=\"#/api/Ext.form.field.File-cfg-labelableRenderTpl\" rel=\"Ext.form.field.File-cfg-labelableRenderTpl\" class=\"docClass\">rendering template</a>.</p>\n",
3665         "linenr": 241,
3666         "return": {
3667           "type": "Object",
3668           "doc": "<p>The template arguments</p>\n"
3669         },
3670         "html_filename": "Labelable.html"
3671       },
3672       {
3673         "deprecated": null,
3674         "alias": null,
3675         "protected": true,
3676         "tagname": "method",
3677         "href": "Labelable.html#Ext-form-Labelable-method-getLabelableSelectors",
3678         "shortDoc": "Returns the additional Ext.AbstractComponent.renderSelectors for selecting the field\ndecoration elements from the ren...",
3679         "static": false,
3680         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
3681         "private": false,
3682         "params": [
3683
3684         ],
3685         "name": "getLabelableSelectors",
3686         "owner": "Ext.form.Labelable",
3687         "doc": "<p>Returns the additional <a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">Ext.AbstractComponent.renderSelectors</a> for selecting the field\ndecoration elements from the rendered <a href=\"#/api/Ext.form.field.File-cfg-labelableRenderTpl\" rel=\"Ext.form.field.File-cfg-labelableRenderTpl\" class=\"docClass\">labelableRenderTpl</a>. Component classes using this mixin should\nbe sure and merge this method's result into the component's <a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">Ext.AbstractComponent.renderSelectors</a>\nbefore rendering.</p>\n",
3688         "linenr": 277,
3689         "return": {
3690           "type": "void",
3691           "doc": "\n"
3692         },
3693         "html_filename": "Labelable.html"
3694       },
3695       {
3696         "deprecated": null,
3697         "alias": null,
3698         "protected": false,
3699         "tagname": "method",
3700         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader",
3701         "shortDoc": "Gets the Ext.ComponentLoader for this Component. ...",
3702         "static": false,
3703         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3704         "private": false,
3705         "params": [
3706
3707         ],
3708         "name": "getLoader",
3709         "owner": "Ext.AbstractComponent",
3710         "doc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n",
3711         "linenr": 2806,
3712         "return": {
3713           "type": "Ext.ComponentLoader",
3714           "doc": "<p>The loader instance, null if it doesn't exist.</p>\n"
3715         },
3716         "html_filename": "AbstractComponent.html"
3717       },
3718       {
3719         "deprecated": null,
3720         "alias": null,
3721         "protected": false,
3722         "tagname": "method",
3723         "href": "Field.html#Ext-form-field-Field-method-getModelData",
3724         "shortDoc": "Returns the value(s) that should be saved to the Ext.data.Model instance for this field, when\nExt.form.Basic.updateRe...",
3725         "static": false,
3726         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
3727         "private": false,
3728         "params": [
3729
3730         ],
3731         "name": "getModelData",
3732         "owner": "Ext.form.field.Field",
3733         "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.form.field.File-method-getName\" rel=\"Ext.form.field.File-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.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validated</a>.</p>\n\n",
3734         "linenr": 190,
3735         "return": {
3736           "type": "Object",
3737           "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"
3738         },
3739         "html_filename": "Field.html"
3740       },
3741       {
3742         "deprecated": null,
3743         "alias": null,
3744         "protected": false,
3745         "tagname": "method",
3746         "href": "Field.html#Ext-form-field-Field-method-getName",
3747         "shortDoc": "Returns the name attribute of the field. ...",
3748         "static": false,
3749         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
3750         "private": false,
3751         "params": [
3752
3753         ],
3754         "name": "getName",
3755         "owner": "Ext.form.field.Field",
3756         "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",
3757         "linenr": 128,
3758         "return": {
3759           "type": "String",
3760           "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"
3761         },
3762         "html_filename": "Field.html"
3763       },
3764       {
3765         "deprecated": null,
3766         "alias": null,
3767         "protected": false,
3768         "tagname": "method",
3769         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin",
3770         "shortDoc": "Retrieves a plugin by its pluginId which has been bound to this\ncomponent. ...",
3771         "static": false,
3772         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3773         "private": false,
3774         "params": [
3775           {
3776             "type": "Object",
3777             "optional": false,
3778             "doc": "\n",
3779             "name": "pluginId"
3780           }
3781         ],
3782         "name": "getPlugin",
3783         "owner": "Ext.AbstractComponent",
3784         "doc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n",
3785         "linenr": 2934,
3786         "return": {
3787           "type": "Ext.AbstractPlugin",
3788           "doc": "<p>pluginInstance</p>\n"
3789         },
3790         "html_filename": "AbstractComponent.html"
3791       },
3792       {
3793         "deprecated": null,
3794         "alias": null,
3795         "protected": false,
3796         "tagname": "method",
3797         "href": "Component2.html#Ext-Component-method-getPosition",
3798         "shortDoc": "Gets the current XY position of the component's underlying element. ...",
3799         "static": false,
3800         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
3801         "private": false,
3802         "params": [
3803           {
3804             "type": "Boolean",
3805             "optional": true,
3806             "doc": "<p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>\n",
3807             "name": "local"
3808           }
3809         ],
3810         "name": "getPosition",
3811         "owner": "Ext.Component",
3812         "doc": "<p>Gets the current XY position of the component's underlying element.</p>\n",
3813         "linenr": 606,
3814         "return": {
3815           "type": "Array",
3816           "doc": "<p>The XY position of the element (e.g., [100, 200])</p>\n"
3817         },
3818         "html_filename": "Component2.html"
3819       },
3820       {
3821         "deprecated": null,
3822         "alias": null,
3823         "protected": false,
3824         "tagname": "method",
3825         "href": "Text.html#Ext-form-field-Text-method-getRawValue",
3826         "shortDoc": "Returns the raw String value of the field, without performing any normalization, conversion, or validation. ...",
3827         "static": false,
3828         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
3829         "private": false,
3830         "params": [
3831
3832         ],
3833         "name": "getRawValue",
3834         "owner": "Ext.form.field.Text",
3835         "doc": "<p>Returns the raw String value of the field, without performing any normalization, conversion, or validation.\nGets the current value of the input element if the field has been rendered, ignoring the value if it is the\n<a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a>. To get a normalized and converted value see <a href=\"#/api/Ext.form.field.File-method-getValue\" rel=\"Ext.form.field.File-method-getValue\" class=\"docClass\">getValue</a>.</p>\n",
3836         "linenr": 461,
3837         "return": {
3838           "type": "String",
3839           "doc": "<p>value The raw String value of the field</p>\n"
3840         },
3841         "html_filename": "Text.html"
3842       },
3843       {
3844         "deprecated": null,
3845         "alias": null,
3846         "protected": false,
3847         "tagname": "method",
3848         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize",
3849         "shortDoc": "Gets the current size of the component's underlying element. ...",
3850         "static": false,
3851         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3852         "private": false,
3853         "params": [
3854
3855         ],
3856         "name": "getSize",
3857         "owner": "Ext.AbstractComponent",
3858         "doc": "<p>Gets the current size of the component's underlying element.</p>\n",
3859         "linenr": 2782,
3860         "return": {
3861           "type": "Object",
3862           "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
3863         },
3864         "html_filename": "AbstractComponent.html"
3865       },
3866       {
3867         "deprecated": null,
3868         "alias": null,
3869         "protected": false,
3870         "tagname": "method",
3871         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getState",
3872         "shortDoc": "The supplied default state gathering method for the AbstractComponent class. ...",
3873         "static": false,
3874         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3875         "private": false,
3876         "params": [
3877
3878         ],
3879         "name": "getState",
3880         "owner": "Ext.AbstractComponent",
3881         "doc": "<p></p>The supplied default state gathering method for the AbstractComponent class.</p>\nThis method returns dimension setings such as <code>flex</code>, <code>anchor</code>, <code>width</code>\nand <code>height</code> along with <code>collapsed</code> state.</p></p>\n\n<p>Subclasses which implement more complex state should call the superclass's implementation, and apply their state\nto the result if this basic state is to be saved.</p>\n\n\n<p>Note that Component state will only be saved if the Component has a <a href=\"#/api/Ext.form.field.File-cfg-stateId\" rel=\"Ext.form.field.File-cfg-stateId\" class=\"docClass\">stateId</a> and there as a StateProvider\nconfigured for the document.</p>\n\n",
3882         "linenr": 750,
3883         "return": {
3884           "type": "void",
3885           "doc": "\n"
3886         },
3887         "html_filename": "AbstractComponent.html"
3888       },
3889       {
3890         "deprecated": null,
3891         "alias": null,
3892         "protected": false,
3893         "tagname": "method",
3894         "href": "Stateful.html#Ext-state-Stateful-method-getStateId",
3895         "shortDoc": "Gets the state id for this object. ...",
3896         "static": false,
3897         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
3898         "private": false,
3899         "params": [
3900
3901         ],
3902         "name": "getStateId",
3903         "owner": "Ext.state.Stateful",
3904         "doc": "<p>Gets the state id for this object.</p>\n",
3905         "linenr": 237,
3906         "return": {
3907           "type": "String",
3908           "doc": "<p>The state id, null if not found.</p>\n"
3909         },
3910         "html_filename": "Stateful.html"
3911       },
3912       {
3913         "deprecated": null,
3914         "alias": null,
3915         "protected": true,
3916         "tagname": "method",
3917         "href": "Base.html#Ext-form-field-Base-method-getSubTplData",
3918         "shortDoc": "Creates and returns the data object to be used when rendering the fieldSubTpl. ...",
3919         "static": false,
3920         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
3921         "private": false,
3922         "params": [
3923
3924         ],
3925         "name": "getSubTplData",
3926         "owner": "Ext.form.field.Base",
3927         "doc": "<p>Creates and returns the data object to be used when rendering the fieldSubTpl.</p>\n",
3928         "linenr": 302,
3929         "return": {
3930           "type": "Object",
3931           "doc": "<p>The template data</p>\n"
3932         },
3933         "html_filename": "Base.html"
3934       },
3935       {
3936         "deprecated": null,
3937         "alias": null,
3938         "protected": true,
3939         "tagname": "method",
3940         "href": "Base.html#Ext-form-field-Base-method-getSubTplMarkup",
3941         "shortDoc": "Gets the markup to be inserted into the outer template's bodyEl. ...",
3942         "static": false,
3943         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
3944         "private": false,
3945         "params": [
3946
3947         ],
3948         "name": "getSubTplMarkup",
3949         "owner": "Ext.form.field.Base",
3950         "doc": "<p>Gets the markup to be inserted into the outer template's bodyEl. For fields this is the\nactual input element.</p>\n",
3951         "linenr": 323,
3952         "return": {
3953           "type": "void",
3954           "doc": "\n"
3955         },
3956         "html_filename": "Base.html"
3957       },
3958       {
3959         "deprecated": null,
3960         "alias": null,
3961         "protected": false,
3962         "tagname": "method",
3963         "href": "Field.html#Ext-form-field-Field-method-getSubmitData",
3964         "shortDoc": "Returns the parameter(s) that would be included in a standard form submit for this field. ...",
3965         "static": false,
3966         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
3967         "private": false,
3968         "params": [
3969
3970         ],
3971         "name": "getSubmitData",
3972         "owner": "Ext.form.field.Field",
3973         "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.form.field.File-method-getName\" rel=\"Ext.form.field.File-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.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validated</a>.</p>\n\n",
3974         "linenr": 169,
3975         "return": {
3976           "type": "Object",
3977           "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"
3978         },
3979         "html_filename": "Field.html"
3980       },
3981       {
3982         "deprecated": null,
3983         "alias": null,
3984         "protected": false,
3985         "tagname": "method",
3986         "href": "Base.html#Ext-form-field-Base-method-getSubmitValue",
3987         "shortDoc": "Returns the value that would be included in a standard form submit for this field. ...",
3988         "static": false,
3989         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
3990         "private": false,
3991         "params": [
3992
3993         ],
3994         "name": "getSubmitValue",
3995         "owner": "Ext.form.field.Base",
3996         "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.form.field.File-method-getSubmitData\" rel=\"Ext.form.field.File-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.form.field.File-method-processRawValue\" rel=\"Ext.form.field.File-method-processRawValue\" class=\"docClass\">processed</a> but may or may not have\nbeen successfully <a href=\"#/api/Ext.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validated</a>.</p>\n\n",
3997         "linenr": 436,
3998         "return": {
3999           "type": "String",
4000           "doc": "<p>The value to be submitted, or <tt>null</tt>.</p>\n"
4001         },
4002         "html_filename": "Base.html"
4003       },
4004       {
4005         "deprecated": null,
4006         "alias": null,
4007         "protected": false,
4008         "tagname": "method",
4009         "href": "Base.html#Ext-form-field-Base-method-getValue",
4010         "shortDoc": "Returns the current data value of the field. ...",
4011         "static": false,
4012         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
4013         "private": false,
4014         "params": [
4015
4016         ],
4017         "name": "getValue",
4018         "owner": "Ext.form.field.Base",
4019         "doc": "<p>Returns the current data value of the field. The type of value returned is particular to the type of the\nparticular field (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>), as the result of calling <a href=\"#/api/Ext.form.field.File-method-rawToValue\" rel=\"Ext.form.field.File-method-rawToValue\" class=\"docClass\">rawToValue</a> on\nthe field's <a href=\"#/api/Ext.form.field.File-method-processRawValue\" rel=\"Ext.form.field.File-method-processRawValue\" class=\"docClass\">processed</a> String value. To return the raw String value, see <a href=\"#/api/Ext.form.field.File-method-getRawValue\" rel=\"Ext.form.field.File-method-getRawValue\" class=\"docClass\">getRawValue</a>.</p>\n",
4020         "linenr": 520,
4021         "return": {
4022           "type": "Mixed",
4023           "doc": "<p>value The field value</p>\n"
4024         },
4025         "html_filename": "Base.html"
4026       },
4027       {
4028         "deprecated": null,
4029         "alias": null,
4030         "protected": false,
4031         "tagname": "method",
4032         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth",
4033         "shortDoc": "Gets the current width of the component's underlying element. ...",
4034         "static": false,
4035         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4036         "private": false,
4037         "params": [
4038
4039         ],
4040         "name": "getWidth",
4041         "owner": "Ext.AbstractComponent",
4042         "doc": "<p>Gets the current width of the component's underlying element.</p>\n",
4043         "linenr": 2790,
4044         "return": {
4045           "type": "Number",
4046           "doc": "\n"
4047         },
4048         "html_filename": "AbstractComponent.html"
4049       },
4050       {
4051         "deprecated": null,
4052         "alias": null,
4053         "protected": false,
4054         "tagname": "method",
4055         "href": "Component2.html#Ext-Component-method-getXType",
4056         "shortDoc": "Gets the xtype for this component as registered with Ext.ComponentManager. ...",
4057         "static": false,
4058         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
4059         "private": false,
4060         "params": [
4061
4062         ],
4063         "name": "getXType",
4064         "owner": "Ext.Component",
4065         "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",
4066         "linenr": 965,
4067         "return": {
4068           "type": "String",
4069           "doc": "<p>The xtype</p>\n"
4070         },
4071         "html_filename": "Component2.html"
4072       },
4073       {
4074         "deprecated": null,
4075         "alias": null,
4076         "protected": false,
4077         "tagname": "method",
4078         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes",
4079         "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. ...",
4080         "static": false,
4081         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4082         "private": false,
4083         "params": [
4084
4085         ],
4086         "name": "getXTypes",
4087         "owner": "Ext.AbstractComponent",
4088         "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",
4089         "linenr": 2105,
4090         "return": {
4091           "type": "String",
4092           "doc": "<p>The xtype hierarchy string</p>\n"
4093         },
4094         "html_filename": "AbstractComponent.html"
4095       },
4096       {
4097         "deprecated": null,
4098         "alias": null,
4099         "protected": false,
4100         "tagname": "method",
4101         "href": "Labelable.html#Ext-form-Labelable-method-hasActiveError",
4102         "shortDoc": "Tells whether the field currently has an active error message. ...",
4103         "static": false,
4104         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
4105         "private": false,
4106         "params": [
4107
4108         ],
4109         "name": "hasActiveError",
4110         "owner": "Ext.form.Labelable",
4111         "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",
4112         "linenr": 339,
4113         "return": {
4114           "type": "Boolean",
4115           "doc": "\n"
4116         },
4117         "html_filename": "Labelable.html"
4118       },
4119       {
4120         "deprecated": {
4121           "version": "4.0",
4122           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-getActiveAnimation\" rel=\"Ext.picker.Color-method-getActiveAnimation\" class=\"docClass\">getActiveAnimation</a></p>\n\n\n\n",
4123           "tagname": "deprecated",
4124           "doc": "Returns thq current animation if this object has any effects actively running or queued, else returns false."
4125         },
4126         "alias": null,
4127         "protected": false,
4128         "tagname": "method",
4129         "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
4130         "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...",
4131         "static": false,
4132         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
4133         "private": false,
4134         "params": [
4135
4136         ],
4137         "name": "hasActiveFx",
4138         "owner": "Ext.util.Animate",
4139         "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
4140         "linenr": 369,
4141         "return": {
4142           "type": "Mixed",
4143           "doc": "<p>anim if element has active effects, else false</p>\n"
4144         },
4145         "html_filename": "Animate.html"
4146       },
4147       {
4148         "deprecated": null,
4149         "alias": null,
4150         "protected": false,
4151         "tagname": "method",
4152         "href": "Observable.html#Ext-util-Observable-method-hasListener",
4153         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
4154         "static": false,
4155         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
4156         "private": false,
4157         "params": [
4158           {
4159             "type": "String",
4160             "optional": false,
4161             "doc": "<p>The name of the event to check for</p>\n",
4162             "name": "eventName"
4163           }
4164         ],
4165         "name": "hasListener",
4166         "owner": "Ext.util.Observable",
4167         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
4168         "linenr": 530,
4169         "return": {
4170           "type": "Boolean",
4171           "doc": "<p>True if the event is being listened for, else false</p>\n"
4172         },
4173         "html_filename": "Observable.html"
4174       },
4175       {
4176         "deprecated": null,
4177         "alias": null,
4178         "protected": false,
4179         "tagname": "method",
4180         "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls",
4181         "shortDoc": "Checks if there is currently a specified uiCls ...",
4182         "static": false,
4183         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4184         "private": false,
4185         "params": [
4186           {
4187             "type": "String",
4188             "optional": false,
4189             "doc": "<p>The cls to check</p>\n",
4190             "name": "cls"
4191           }
4192         ],
4193         "name": "hasUICls",
4194         "owner": "Ext.AbstractComponent",
4195         "doc": "<p>Checks if there is currently a specified uiCls</p>\n",
4196         "linenr": 1523,
4197         "return": {
4198           "type": "void",
4199           "doc": "\n"
4200         },
4201         "html_filename": "AbstractComponent.html"
4202       },
4203       {
4204         "deprecated": null,
4205         "alias": null,
4206         "protected": false,
4207         "tagname": "method",
4208         "href": "Component2.html#Ext-Component-method-hide",
4209         "shortDoc": "Hides this Component, setting it to invisible using the configured hideMode. ...",
4210         "static": false,
4211         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
4212         "private": false,
4213         "params": [
4214           {
4215             "type": "String/Element/Component",
4216             "optional": false,
4217             "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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",
4218             "name": "animateTarget"
4219           },
4220           {
4221             "type": "Function",
4222             "optional": true,
4223             "doc": "<p>(optional) A callback function to call after the Component is hidden.</p>\n",
4224             "name": "callback"
4225           },
4226           {
4227             "type": "Object",
4228             "optional": true,
4229             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
4230             "name": "scope"
4231           }
4232         ],
4233         "name": "hide",
4234         "owner": "Ext.Component",
4235         "doc": "<p>Hides this Component, setting it to invisible using the configured <a href=\"#/api/Ext.form.field.File-cfg-hideMode\" rel=\"Ext.form.field.File-cfg-hideMode\" class=\"docClass\">hideMode</a>.</p>\n",
4236         "linenr": 751,
4237         "return": {
4238           "type": "Ext.Component",
4239           "doc": "<p>this</p>\n"
4240         },
4241         "html_filename": "Component2.html"
4242       },
4243       {
4244         "deprecated": null,
4245         "alias": null,
4246         "protected": false,
4247         "tagname": "method",
4248         "href": "Base3.html#Ext-Base-method-implement",
4249         "shortDoc": "Add methods / properties to the prototype of this class. ...",
4250         "static": true,
4251         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
4252         "private": false,
4253         "params": [
4254           {
4255             "type": "Object",
4256             "optional": false,
4257             "doc": "\n",
4258             "name": "members"
4259           }
4260         ],
4261         "name": "implement",
4262         "owner": "Ext.Base",
4263         "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
4264         "linenr": 415,
4265         "return": {
4266           "type": "void",
4267           "doc": "\n"
4268         },
4269         "html_filename": "Base3.html"
4270       },
4271       {
4272         "deprecated": null,
4273         "alias": null,
4274         "protected": true,
4275         "tagname": "method",
4276         "href": "Base3.html#Ext-Base-method-initConfig",
4277         "shortDoc": "Initialize configuration for this class. ...",
4278         "static": false,
4279         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
4280         "private": false,
4281         "params": [
4282           {
4283             "type": "Object",
4284             "optional": false,
4285             "doc": "\n",
4286             "name": "config"
4287           }
4288         ],
4289         "name": "initConfig",
4290         "owner": "Ext.Base",
4291         "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
4292         "linenr": 63,
4293         "return": {
4294           "type": "Object",
4295           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
4296         },
4297         "html_filename": "Base3.html"
4298       },
4299       {
4300         "deprecated": null,
4301         "alias": null,
4302         "protected": false,
4303         "tagname": "method",
4304         "href": "Field.html#Ext-form-field-Field-method-initField",
4305         "shortDoc": "Initializes this Field mixin on the current instance. ...",
4306         "static": false,
4307         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
4308         "private": false,
4309         "params": [
4310
4311         ],
4312         "name": "initField",
4313         "owner": "Ext.form.field.Field",
4314         "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",
4315         "linenr": 73,
4316         "return": {
4317           "type": "void",
4318           "doc": "\n"
4319         },
4320         "html_filename": "Field.html"
4321       },
4322       {
4323         "deprecated": null,
4324         "alias": null,
4325         "protected": false,
4326         "tagname": "method",
4327         "href": "Labelable.html#Ext-form-Labelable-method-initLabelable",
4328         "shortDoc": "Performs initialization of this mixin. ...",
4329         "static": false,
4330         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
4331         "private": false,
4332         "params": [
4333
4334         ],
4335         "name": "initLabelable",
4336         "owner": "Ext.form.Labelable",
4337         "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
4338         "linenr": 214,
4339         "return": {
4340           "type": "void",
4341           "doc": "\n"
4342         },
4343         "html_filename": "Labelable.html"
4344       },
4345       {
4346         "deprecated": null,
4347         "alias": null,
4348         "protected": true,
4349         "tagname": "method",
4350         "href": "Field.html#Ext-form-field-Field-method-initValue",
4351         "shortDoc": "Initializes the field's value based on the initial config. ...",
4352         "static": false,
4353         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
4354         "private": false,
4355         "params": [
4356
4357         ],
4358         "name": "initValue",
4359         "owner": "Ext.form.field.Field",
4360         "doc": "<p>Initializes the field's value based on the initial config.</p>\n",
4361         "linenr": 106,
4362         "return": {
4363           "type": "void",
4364           "doc": "\n"
4365         },
4366         "html_filename": "Field.html"
4367       },
4368       {
4369         "deprecated": null,
4370         "alias": null,
4371         "protected": false,
4372         "tagname": "method",
4373         "href": "AbstractComponent.html#Ext-AbstractComponent-method-is",
4374         "shortDoc": "Tests whether this Component matches the selector string. ...",
4375         "static": false,
4376         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4377         "private": false,
4378         "params": [
4379           {
4380             "type": "String",
4381             "optional": false,
4382             "doc": "<p>The selector string to test against.</p>\n",
4383             "name": "selector"
4384           }
4385         ],
4386         "name": "is",
4387         "owner": "Ext.AbstractComponent",
4388         "doc": "<p>Tests whether this Component matches the selector string.</p>\n",
4389         "linenr": 1886,
4390         "return": {
4391           "type": "Boolean",
4392           "doc": "<p>True if this Component matches the selector.</p>\n"
4393         },
4394         "html_filename": "AbstractComponent.html"
4395       },
4396       {
4397         "deprecated": null,
4398         "alias": null,
4399         "protected": false,
4400         "tagname": "method",
4401         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf",
4402         "shortDoc": "Determines whether this component is the descendant of a particular container. ...",
4403         "static": false,
4404         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4405         "private": false,
4406         "params": [
4407           {
4408             "type": "Ext.Container",
4409             "optional": false,
4410             "doc": "\n",
4411             "name": "container"
4412           }
4413         ],
4414         "name": "isDescendantOf",
4415         "owner": "Ext.AbstractComponent",
4416         "doc": "<p>Determines whether this component is the descendant of a particular container.</p>\n",
4417         "linenr": 2950,
4418         "return": {
4419           "type": "Boolean",
4420           "doc": "<p>isDescendant</p>\n"
4421         },
4422         "html_filename": "AbstractComponent.html"
4423       },
4424       {
4425         "deprecated": null,
4426         "alias": null,
4427         "protected": false,
4428         "tagname": "method",
4429         "href": "Field.html#Ext-form-field-Field-method-isDirty",
4430         "shortDoc": "Returns true if the value of this Field has been changed from its originalValue. ...",
4431         "static": false,
4432         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
4433         "private": false,
4434         "params": [
4435
4436         ],
4437         "name": "isDirty",
4438         "owner": "Ext.form.field.Field",
4439         "doc": "<p>Returns true if the value of this Field has been changed from its <a href=\"#/api/Ext.form.field.File-property-originalValue\" rel=\"Ext.form.field.File-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.form.field.File-property-originalValue\" rel=\"Ext.form.field.File-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",
4440         "linenr": 271,
4441         "return": {
4442           "type": "Boolean",
4443           "doc": "<p>True if this field has been changed from its original value (and\nis not disabled), false otherwise.</p>\n"
4444         },
4445         "html_filename": "Field.html"
4446       },
4447       {
4448         "deprecated": null,
4449         "alias": null,
4450         "protected": false,
4451         "tagname": "method",
4452         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled",
4453         "shortDoc": "Method to determine whether this Component is currently disabled. ...",
4454         "static": false,
4455         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4456         "private": false,
4457         "params": [
4458
4459         ],
4460         "name": "isDisabled",
4461         "owner": "Ext.AbstractComponent",
4462         "doc": "<p>Method to determine whether this Component is currently disabled.</p>\n",
4463         "linenr": 2282,
4464         "return": {
4465           "type": "Boolean",
4466           "doc": "<p>the disabled state of this Component.</p>\n"
4467         },
4468         "html_filename": "AbstractComponent.html"
4469       },
4470       {
4471         "deprecated": null,
4472         "alias": null,
4473         "protected": false,
4474         "tagname": "method",
4475         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable",
4476         "shortDoc": "Method to determine whether this Component is draggable. ...",
4477         "static": false,
4478         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4479         "private": false,
4480         "params": [
4481
4482         ],
4483         "name": "isDraggable",
4484         "owner": "Ext.AbstractComponent",
4485         "doc": "<p>Method to determine whether this Component is draggable.</p>\n",
4486         "linenr": 2459,
4487         "return": {
4488           "type": "Boolean",
4489           "doc": "<p>the draggable state of this component.</p>\n"
4490         },
4491         "html_filename": "AbstractComponent.html"
4492       },
4493       {
4494         "deprecated": null,
4495         "alias": null,
4496         "protected": false,
4497         "tagname": "method",
4498         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable",
4499         "shortDoc": "Method to determine whether this Component is droppable. ...",
4500         "static": false,
4501         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4502         "private": false,
4503         "params": [
4504
4505         ],
4506         "name": "isDroppable",
4507         "owner": "Ext.AbstractComponent",
4508         "doc": "<p>Method to determine whether this Component is droppable.</p>\n",
4509         "linenr": 2467,
4510         "return": {
4511           "type": "Boolean",
4512           "doc": "<p>the droppable state of this component.</p>\n"
4513         },
4514         "html_filename": "AbstractComponent.html"
4515       },
4516       {
4517         "deprecated": null,
4518         "alias": null,
4519         "protected": false,
4520         "tagname": "method",
4521         "href": "Field.html#Ext-form-field-Field-method-isEqual",
4522         "shortDoc": "Returns whether two field values are logically equal. ...",
4523         "static": false,
4524         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
4525         "private": false,
4526         "params": [
4527           {
4528             "type": "Mixed",
4529             "optional": false,
4530             "doc": "<p>The first value to compare</p>\n",
4531             "name": "value1"
4532           },
4533           {
4534             "type": "Mixed",
4535             "optional": false,
4536             "doc": "<p>The second value to compare</p>\n",
4537             "name": "value2"
4538           }
4539         ],
4540         "name": "isEqual",
4541         "owner": "Ext.form.field.Field",
4542         "doc": "<p>Returns whether two field <a href=\"#/api/Ext.form.field.File-method-getValue\" rel=\"Ext.form.field.File-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",
4543         "linenr": 158,
4544         "return": {
4545           "type": "Boolean",
4546           "doc": "<p>True if the values are equal, false if inequal.</p>\n"
4547         },
4548         "html_filename": "Field.html"
4549       },
4550       {
4551         "deprecated": null,
4552         "alias": null,
4553         "protected": false,
4554         "tagname": "method",
4555         "href": "Field.html#Ext-form-field-Field-method-isFileUpload",
4556         "shortDoc": "Returns whether this Field is a file upload field; if it returns true, forms will use\nspecial techniques for submitti...",
4557         "static": false,
4558         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
4559         "private": false,
4560         "params": [
4561
4562         ],
4563         "name": "isFileUpload",
4564         "owner": "Ext.form.field.Field",
4565         "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.form.field.File-method-extractFileInput\" rel=\"Ext.form.field.File-method-extractFileInput\" class=\"docClass\">extractFileInput</a>\nmethod must also be implemented to return the corresponding file input element.</p>\n",
4566         "linenr": 362,
4567         "return": {
4568           "type": "Boolean",
4569           "doc": "\n"
4570         },
4571         "html_filename": "Field.html"
4572       },
4573       {
4574         "deprecated": null,
4575         "alias": null,
4576         "protected": false,
4577         "tagname": "method",
4578         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating",
4579         "shortDoc": "Method to determine whether this Component is floating. ...",
4580         "static": false,
4581         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4582         "private": false,
4583         "params": [
4584
4585         ],
4586         "name": "isFloating",
4587         "owner": "Ext.AbstractComponent",
4588         "doc": "<p>Method to determine whether this Component is floating.</p>\n",
4589         "linenr": 2451,
4590         "return": {
4591           "type": "Boolean",
4592           "doc": "<p>the floating state of this component.</p>\n"
4593         },
4594         "html_filename": "AbstractComponent.html"
4595       },
4596       {
4597         "deprecated": null,
4598         "alias": null,
4599         "protected": false,
4600         "tagname": "method",
4601         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden",
4602         "shortDoc": "Method to determine whether this Component is currently set to hidden. ...",
4603         "static": false,
4604         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4605         "private": false,
4606         "params": [
4607
4608         ],
4609         "name": "isHidden",
4610         "owner": "Ext.AbstractComponent",
4611         "doc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n",
4612         "linenr": 2298,
4613         "return": {
4614           "type": "Boolean",
4615           "doc": "<p>the hidden state of this Component.</p>\n"
4616         },
4617         "html_filename": "AbstractComponent.html"
4618       },
4619       {
4620         "deprecated": null,
4621         "alias": null,
4622         "protected": false,
4623         "tagname": "method",
4624         "href": "Base.html#Ext-form-field-Base-method-isValid",
4625         "shortDoc": "Returns whether or not the field value is currently valid by\nvalidating the processed raw value\nof the field. ...",
4626         "static": false,
4627         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
4628         "private": false,
4629         "params": [
4630
4631         ],
4632         "name": "isValid",
4633         "owner": "Ext.form.field.Base",
4634         "doc": "<p>Returns whether or not the field value is currently valid by\n<a href=\"#/api/Ext.form.field.File-method-getErrors\" rel=\"Ext.form.field.File-method-getErrors\" class=\"docClass\">validating</a> the <a href=\"#/api/Ext.form.field.File-method-processRawValue\" rel=\"Ext.form.field.File-method-processRawValue\" class=\"docClass\">processed raw value</a>\nof the field. <b>Note</b>: <a href=\"#/api/Ext.form.field.File-cfg-disabled\" rel=\"Ext.form.field.File-cfg-disabled\" class=\"docClass\">disabled</a> fields are always treated as valid.</p>\n",
4635         "linenr": 687,
4636         "return": {
4637           "type": "Boolean",
4638           "doc": "<p>True if the value is valid, else false</p>\n"
4639         },
4640         "html_filename": "Base.html"
4641       },
4642       {
4643         "deprecated": null,
4644         "alias": null,
4645         "protected": false,
4646         "tagname": "method",
4647         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible",
4648         "shortDoc": "Returns true if this component is visible. ...",
4649         "static": false,
4650         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4651         "private": false,
4652         "params": [
4653           {
4654             "type": "Boolean",
4655             "optional": false,
4656             "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",
4657             "name": "deep"
4658           }
4659         ],
4660         "name": "isVisible",
4661         "owner": "Ext.AbstractComponent",
4662         "doc": "<p>Returns true if this component is visible.</p>\n",
4663         "linenr": 2182,
4664         "return": {
4665           "type": "Boolean",
4666           "doc": "<p>True if this component is visible, false otherwise.</p>\n"
4667         },
4668         "html_filename": "AbstractComponent.html"
4669       },
4670       {
4671         "deprecated": null,
4672         "alias": null,
4673         "protected": false,
4674         "tagname": "method",
4675         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType",
4676         "shortDoc": "Tests whether or not this Component is of a specific xtype. ...",
4677         "static": false,
4678         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4679         "private": false,
4680         "params": [
4681           {
4682             "type": "String",
4683             "optional": false,
4684             "doc": "<p>The xtype to check for this Component</p>\n",
4685             "name": "xtype"
4686           },
4687           {
4688             "type": "Boolean",
4689             "optional": true,
4690             "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",
4691             "name": "shallow"
4692           }
4693         ],
4694         "name": "isXType",
4695         "owner": "Ext.AbstractComponent",
4696         "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",
4697         "linenr": 2074,
4698         "return": {
4699           "type": "Boolean",
4700           "doc": "<p>True if this component descends from the specified xtype, false otherwise.</p>\n"
4701         },
4702         "html_filename": "AbstractComponent.html"
4703       },
4704       {
4705         "deprecated": null,
4706         "alias": null,
4707         "protected": false,
4708         "tagname": "method",
4709         "href": "Base.html#Ext-form-field-Base-method-markInvalid",
4710         "shortDoc": "Display one or more error messages associated with this field, using msgTarget to determine how to\ndisplay the messag...",
4711         "static": false,
4712         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
4713         "private": false,
4714         "params": [
4715           {
4716             "type": "String/Array",
4717             "optional": false,
4718             "doc": "<p>The validation message(s) to display.</p>\n",
4719             "name": "errors"
4720           }
4721         ],
4722         "name": "markInvalid",
4723         "owner": "Ext.form.field.Base",
4724         "doc": "<p>Display one or more error messages associated with this field, using <a href=\"#/api/Ext.form.field.File-cfg-msgTarget\" rel=\"Ext.form.field.File-cfg-msgTarget\" class=\"docClass\">msgTarget</a> to determine how to\ndisplay the messages and applying <a href=\"#/api/Ext.form.field.File-cfg-invalidCls\" rel=\"Ext.form.field.File-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.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validate</a> or <a href=\"#/api/Ext.form.field.File-method-isValid\" rel=\"Ext.form.field.File-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",
4725         "linenr": 722,
4726         "return": {
4727           "type": "void",
4728           "doc": "\n"
4729         },
4730         "html_filename": "Base.html"
4731       },
4732       {
4733         "deprecated": null,
4734         "alias": {
4735           "tagname": "alias",
4736           "cls": "Ext.util.Observable",
4737           "doc": null,
4738           "owner": "addManagedListener"
4739         },
4740         "protected": false,
4741         "tagname": "method",
4742         "href": "Observable.html#Ext-util-Observable-method-mon",
4743         "shortDoc": "Shorthand for addManagedListener. ...",
4744         "static": false,
4745         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
4746         "private": false,
4747         "params": [
4748           {
4749             "type": "Observable/Element",
4750             "optional": false,
4751             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
4752             "name": "item"
4753           },
4754           {
4755             "type": "Object/String",
4756             "optional": false,
4757             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
4758             "name": "ename"
4759           },
4760           {
4761             "type": "Function",
4762             "optional": true,
4763             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
4764             "name": "fn"
4765           },
4766           {
4767             "type": "Object",
4768             "optional": true,
4769             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
4770             "name": "scope"
4771           },
4772           {
4773             "type": "Object",
4774             "optional": true,
4775             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
4776             "name": "opt"
4777           }
4778         ],
4779         "name": "mon",
4780         "owner": "Ext.util.Observable",
4781         "doc": "<p>Shorthand for <a href=\"#/api/Ext.form.field.File-method-addManagedListener\" rel=\"Ext.form.field.File-method-addManagedListener\" class=\"docClass\">addManagedListener</a>.</p>\n\n<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
4782         "linenr": 681,
4783         "return": {
4784           "type": "void",
4785           "doc": "\n"
4786         },
4787         "html_filename": "Observable.html"
4788       },
4789       {
4790         "deprecated": null,
4791         "alias": {
4792           "tagname": "alias",
4793           "cls": "Ext.util.Observable",
4794           "doc": null,
4795           "owner": "removeManagedListener"
4796         },
4797         "protected": false,
4798         "tagname": "method",
4799         "href": "Observable.html#Ext-util-Observable-method-mun",
4800         "shortDoc": "Shorthand for removeManagedListener. ...",
4801         "static": false,
4802         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
4803         "private": false,
4804         "params": [
4805           {
4806             "type": "Observable|Element",
4807             "optional": false,
4808             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
4809             "name": "item"
4810           },
4811           {
4812             "type": "Object|String",
4813             "optional": false,
4814             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
4815             "name": "ename"
4816           },
4817           {
4818             "type": "Function",
4819             "optional": false,
4820             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
4821             "name": "fn"
4822           },
4823           {
4824             "type": "Object",
4825             "optional": false,
4826             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
4827             "name": "scope"
4828           }
4829         ],
4830         "name": "mun",
4831         "owner": "Ext.util.Observable",
4832         "doc": "<p>Shorthand for <a href=\"#/api/Ext.form.field.File-method-removeManagedListener\" rel=\"Ext.form.field.File-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.form.field.File-method-mon\" rel=\"Ext.form.field.File-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
4833         "linenr": 687,
4834         "return": {
4835           "type": "void",
4836           "doc": "\n"
4837         },
4838         "html_filename": "Observable.html"
4839       },
4840       {
4841         "deprecated": null,
4842         "alias": null,
4843         "protected": false,
4844         "tagname": "method",
4845         "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode",
4846         "shortDoc": "Returns the next node in the Component tree in tree traversal order. ...",
4847         "static": false,
4848         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4849         "private": false,
4850         "params": [
4851           {
4852             "type": "String",
4853             "optional": false,
4854             "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following nodes.</p>\n",
4855             "name": "selector"
4856           },
4857           {
4858             "type": "Object",
4859             "optional": false,
4860             "doc": "\n",
4861             "name": "includeSelf"
4862           }
4863         ],
4864         "name": "nextNode",
4865         "owner": "Ext.AbstractComponent",
4866         "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.form.field.File-method-nextSibling\" rel=\"Ext.form.field.File-method-nextSibling\" class=\"docClass\">nextSibling</a>.</p>\n\n",
4867         "linenr": 2012,
4868         "return": {
4869           "type": "void",
4870           "doc": "<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>\n"
4871         },
4872         "html_filename": "AbstractComponent.html"
4873       },
4874       {
4875         "deprecated": null,
4876         "alias": null,
4877         "protected": false,
4878         "tagname": "method",
4879         "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling",
4880         "shortDoc": "Returns the next sibling of this Component. ...",
4881         "static": false,
4882         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4883         "private": false,
4884         "params": [
4885           {
4886             "type": "String",
4887             "optional": false,
4888             "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following items.</p>\n",
4889             "name": "selector"
4890           }
4891         ],
4892         "name": "nextSibling",
4893         "owner": "Ext.AbstractComponent",
4894         "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.form.field.File-method-nextNode\" rel=\"Ext.form.field.File-method-nextNode\" class=\"docClass\">nextNode</a></p>\n\n",
4895         "linenr": 1916,
4896         "return": {
4897           "type": "void",
4898           "doc": "<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
4899         },
4900         "html_filename": "AbstractComponent.html"
4901       },
4902       {
4903         "deprecated": null,
4904         "alias": null,
4905         "protected": false,
4906         "tagname": "method",
4907         "href": "Observable.html#Ext-util-Observable-method-observe",
4908         "shortDoc": "Sets observability on the passed class constructor. ...",
4909         "static": true,
4910         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
4911         "private": false,
4912         "params": [
4913           {
4914             "type": "Function",
4915             "optional": false,
4916             "doc": "<p>The class constructor to make observable.</p>\n",
4917             "name": "c"
4918           },
4919           {
4920             "type": "Object",
4921             "optional": false,
4922             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
4923             "name": "listeners"
4924           }
4925         ],
4926         "name": "observe",
4927         "owner": "Ext.util.Observable",
4928         "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",
4929         "linenr": 69,
4930         "return": {
4931           "type": "void",
4932           "doc": "\n"
4933         },
4934         "html_filename": "Observable.html"
4935       },
4936       {
4937         "deprecated": null,
4938         "alias": {
4939           "tagname": "alias",
4940           "cls": "Ext.util.Observable",
4941           "doc": null,
4942           "owner": "addListener"
4943         },
4944         "protected": false,
4945         "tagname": "method",
4946         "href": "Observable.html#Ext-util-Observable-method-on",
4947         "shortDoc": "Shorthand for addListener. ...",
4948         "static": false,
4949         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
4950         "private": false,
4951         "params": [
4952           {
4953             "type": "String",
4954             "optional": false,
4955             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
4956             "name": "eventName"
4957           },
4958           {
4959             "type": "Function",
4960             "optional": false,
4961             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.form.field.File-method-fireEvent\" rel=\"Ext.form.field.File-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
4962             "name": "handler"
4963           },
4964           {
4965             "type": "Object",
4966             "optional": true,
4967             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
4968             "name": "scope"
4969           },
4970           {
4971             "type": "Object",
4972             "optional": true,
4973             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
4974             "name": "options"
4975           }
4976         ],
4977         "name": "on",
4978         "owner": "Ext.util.Observable",
4979         "doc": "<p>Shorthand for <a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
4980         "linenr": 669,
4981         "return": {
4982           "type": "void",
4983           "doc": "\n"
4984         },
4985         "html_filename": "Observable.html"
4986       },
4987       {
4988         "deprecated": null,
4989         "alias": null,
4990         "protected": false,
4991         "tagname": "method",
4992         "href": "Base3.html#Ext-Base-method-override",
4993         "shortDoc": "Override prototype members of this class. ...",
4994         "static": true,
4995         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
4996         "private": false,
4997         "params": [
4998           {
4999             "type": "Object",
5000             "optional": false,
5001             "doc": "\n",
5002             "name": "members"
5003           }
5004         ],
5005         "name": "override",
5006         "owner": "Ext.Base",
5007         "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
5008         "linenr": 518,
5009         "return": {
5010           "type": "Ext.Base",
5011           "doc": "<p>this</p>\n"
5012         },
5013         "html_filename": "Base3.html"
5014       },
5015       {
5016         "deprecated": null,
5017         "alias": null,
5018         "protected": false,
5019         "tagname": "method",
5020         "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode",
5021         "shortDoc": "Returns the previous node in the Component tree in tree traversal order. ...",
5022         "static": false,
5023         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5024         "private": false,
5025         "params": [
5026           {
5027             "type": "String",
5028             "optional": false,
5029             "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding nodes.</p>\n",
5030             "name": "selector"
5031           },
5032           {
5033             "type": "Object",
5034             "optional": false,
5035             "doc": "\n",
5036             "name": "includeSelf"
5037           }
5038         ],
5039         "name": "previousNode",
5040         "owner": "Ext.AbstractComponent",
5041         "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.form.field.File-method-previousSibling\" rel=\"Ext.form.field.File-method-previousSibling\" class=\"docClass\">previousSibling</a>.</p>\n\n",
5042         "linenr": 1976,
5043         "return": {
5044           "type": "void",
5045           "doc": "<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>\n"
5046         },
5047         "html_filename": "AbstractComponent.html"
5048       },
5049       {
5050         "deprecated": null,
5051         "alias": null,
5052         "protected": false,
5053         "tagname": "method",
5054         "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling",
5055         "shortDoc": "Returns the previous sibling of this Component. ...",
5056         "static": false,
5057         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5058         "private": false,
5059         "params": [
5060           {
5061             "type": "String",
5062             "optional": false,
5063             "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding items.</p>\n",
5064             "name": "selector"
5065           }
5066         ],
5067         "name": "previousSibling",
5068         "owner": "Ext.AbstractComponent",
5069         "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.form.field.File-method-previousNode\" rel=\"Ext.form.field.File-method-previousNode\" class=\"docClass\">previousNode</a></p>\n\n",
5070         "linenr": 1946,
5071         "return": {
5072           "type": "void",
5073           "doc": "<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
5074         },
5075         "html_filename": "AbstractComponent.html"
5076       },
5077       {
5078         "deprecated": null,
5079         "alias": null,
5080         "protected": false,
5081         "tagname": "method",
5082         "href": "Text.html#Ext-form-field-Text-method-processRawValue",
5083         "shortDoc": "Performs any necessary manipulation of a raw String value to prepare it for conversion\nand/or validation. ...",
5084         "static": false,
5085         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
5086         "private": false,
5087         "params": [
5088           {
5089             "type": "String",
5090             "optional": false,
5091             "doc": "<p>The unprocessed string value</p>\n",
5092             "name": "value"
5093           }
5094         ],
5095         "name": "processRawValue",
5096         "owner": "Ext.form.field.Text",
5097         "doc": "<p>Performs any necessary manipulation of a raw String value to prepare it for conversion\nand/or <a href=\"#/api/Ext.form.field.File-method-validate\" rel=\"Ext.form.field.File-method-validate\" class=\"docClass\">validation</a>. For text fields this applies the configured <a href=\"#/api/Ext.form.field.File-cfg-stripCharsRe\" rel=\"Ext.form.field.File-cfg-stripCharsRe\" class=\"docClass\">stripCharsRe</a> to the\nraw value.</p>\n",
5098         "linenr": 325,
5099         "return": {
5100           "type": "String",
5101           "doc": "<p>The processed string value</p>\n"
5102         },
5103         "html_filename": "Text.html"
5104       },
5105       {
5106         "deprecated": null,
5107         "alias": null,
5108         "protected": false,
5109         "tagname": "method",
5110         "href": "Base.html#Ext-form-field-Base-method-rawToValue",
5111         "shortDoc": "Converts a raw input field value into a mixed-type value that is suitable for this particular field type. ...",
5112         "static": false,
5113         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
5114         "private": false,
5115         "params": [
5116           {
5117             "type": "Mixed",
5118             "optional": false,
5119             "doc": "\n",
5120             "name": "rawValue"
5121           }
5122         ],
5123         "name": "rawToValue",
5124         "owner": "Ext.form.field.Base",
5125         "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.form.field.File-method-getValue\" rel=\"Ext.form.field.File-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.form.field.File-method-valueToRaw\" rel=\"Ext.form.field.File-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",
5126         "linenr": 494,
5127         "return": {
5128           "type": "Mixed",
5129           "doc": "<p>The converted value.</p>\n"
5130         },
5131         "html_filename": "Base.html"
5132       },
5133       {
5134         "deprecated": null,
5135         "alias": null,
5136         "protected": false,
5137         "tagname": "method",
5138         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
5139         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
5140         "static": false,
5141         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
5142         "private": false,
5143         "params": [
5144           {
5145             "type": "Object",
5146             "optional": false,
5147             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
5148             "name": "origin"
5149           },
5150           {
5151             "type": "[String]",
5152             "optional": false,
5153             "doc": "<p>Array of event names to relay.</p>\n",
5154             "name": "events"
5155           },
5156           {
5157             "type": "Object",
5158             "optional": false,
5159             "doc": "\n",
5160             "name": "prefix"
5161           }
5162         ],
5163         "name": "relayEvents",
5164         "owner": "Ext.util.Observable",
5165         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
5166         "linenr": 573,
5167         "return": {
5168           "type": "void",
5169           "doc": "\n"
5170         },
5171         "html_filename": "Observable.html"
5172       },
5173       {
5174         "deprecated": null,
5175         "alias": null,
5176         "protected": false,
5177         "tagname": "method",
5178         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
5179         "shortDoc": "Removes all added captures from the Observable. ...",
5180         "static": true,
5181         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
5182         "private": false,
5183         "params": [
5184           {
5185             "type": "Observable",
5186             "optional": false,
5187             "doc": "<p>The Observable to release</p>\n",
5188             "name": "o"
5189           }
5190         ],
5191         "name": "releaseCapture",
5192         "owner": "Ext.util.Observable",
5193         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
5194         "linenr": 44,
5195         "return": {
5196           "type": "void",
5197           "doc": "\n"
5198         },
5199         "html_filename": "Observable.html"
5200       },
5201       {
5202         "deprecated": null,
5203         "alias": null,
5204         "protected": false,
5205         "tagname": "method",
5206         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls",
5207         "shortDoc": "Removes a CSS class from the top level element representing this component. ...",
5208         "static": false,
5209         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5210         "private": false,
5211         "params": [
5212           {
5213             "type": "Object",
5214             "optional": false,
5215             "doc": "\n",
5216             "name": "className"
5217           }
5218         ],
5219         "name": "removeCls",
5220         "owner": "Ext.AbstractComponent",
5221         "doc": "<p>Removes a CSS class from the top level element representing this component.</p>\n",
5222         "linenr": 2338,
5223         "return": {
5224           "type": "Ext.Component",
5225           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
5226         },
5227         "html_filename": "AbstractComponent.html"
5228       },
5229       {
5230         "deprecated": null,
5231         "alias": null,
5232         "protected": false,
5233         "tagname": "method",
5234         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI",
5235         "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes\nit from all elements of thi...",
5236         "static": false,
5237         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5238         "private": false,
5239         "params": [
5240           {
5241             "type": "String/Array",
5242             "optional": false,
5243             "doc": "<p>A string or an array of strings to remove to the uiCls</p>\n",
5244             "name": "cls"
5245           },
5246           {
5247             "type": "Object",
5248             "optional": false,
5249             "doc": "\n",
5250             "name": "skip"
5251           }
5252         ],
5253         "name": "removeClsWithUI",
5254         "owner": "Ext.AbstractComponent",
5255         "doc": "<p>Removes a cls to the uiCls array, which will also call <a href=\"#/api/Ext.form.field.File-method-removeUIClsFromElement\" rel=\"Ext.form.field.File-method-removeUIClsFromElement\" class=\"docClass\">removeUIClsFromElement</a> and removes\nit from all elements of this component.</p>\n",
5256         "linenr": 1494,
5257         "return": {
5258           "type": "void",
5259           "doc": "\n"
5260         },
5261         "html_filename": "AbstractComponent.html"
5262       },
5263       {
5264         "deprecated": null,
5265         "alias": null,
5266         "protected": false,
5267         "tagname": "method",
5268         "href": "Observable.html#Ext-util-Observable-method-removeListener",
5269         "shortDoc": "Removes an event handler. ...",
5270         "static": false,
5271         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
5272         "private": false,
5273         "params": [
5274           {
5275             "type": "String",
5276             "optional": false,
5277             "doc": "<p>The type of event the handler was associated with.</p>\n",
5278             "name": "eventName"
5279           },
5280           {
5281             "type": "Function",
5282             "optional": false,
5283             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
5284             "name": "handler"
5285           },
5286           {
5287             "type": "Object",
5288             "optional": true,
5289             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
5290             "name": "scope"
5291           }
5292         ],
5293         "name": "removeListener",
5294         "owner": "Ext.util.Observable",
5295         "doc": "<p>Removes an event handler.</p>\n",
5296         "linenr": 392,
5297         "return": {
5298           "type": "void",
5299           "doc": "\n"
5300         },
5301         "html_filename": "Observable.html"
5302       },
5303       {
5304         "deprecated": null,
5305         "alias": null,
5306         "protected": false,
5307         "tagname": "method",
5308         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
5309         "shortDoc": "Removes listeners that were added by the mon method. ...",
5310         "static": false,
5311         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
5312         "private": false,
5313         "params": [
5314           {
5315             "type": "Observable|Element",
5316             "optional": false,
5317             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
5318             "name": "item"
5319           },
5320           {
5321             "type": "Object|String",
5322             "optional": false,
5323             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
5324             "name": "ename"
5325           },
5326           {
5327             "type": "Function",
5328             "optional": false,
5329             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
5330             "name": "fn"
5331           },
5332           {
5333             "type": "Object",
5334             "optional": false,
5335             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
5336             "name": "scope"
5337           }
5338         ],
5339         "name": "removeManagedListener",
5340         "owner": "Ext.util.Observable",
5341         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.form.field.File-method-mon\" rel=\"Ext.form.field.File-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
5342         "linenr": 197,
5343         "return": {
5344           "type": "void",
5345           "doc": "\n"
5346         },
5347         "html_filename": "Observable.html"
5348       },
5349       {
5350         "deprecated": null,
5351         "alias": null,
5352         "protected": false,
5353         "tagname": "method",
5354         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeUIClsFromElement",
5355         "shortDoc": "Method which removes a specified UI + uiCls from the components element. ...",
5356         "static": false,
5357         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5358         "private": false,
5359         "params": [
5360           {
5361             "type": "String",
5362             "optional": false,
5363             "doc": "<p>The UI to add to the element</p>\n",
5364             "name": "ui"
5365           },
5366           {
5367             "type": "Object",
5368             "optional": false,
5369             "doc": "\n",
5370             "name": "force"
5371           }
5372         ],
5373         "name": "removeUIClsFromElement",
5374         "owner": "Ext.AbstractComponent",
5375         "doc": "<p>Method which removes a specified UI + uiCls from the components element.\nThe cls which is added to the element will be: <code>this.baseCls + '-' + ui</code></p>\n",
5376         "linenr": 1574,
5377         "return": {
5378           "type": "void",
5379           "doc": "\n"
5380         },
5381         "html_filename": "AbstractComponent.html"
5382       },
5383       {
5384         "deprecated": null,
5385         "alias": null,
5386         "protected": false,
5387         "tagname": "method",
5388         "href": "Text.html#Ext-form-field-Text-method-reset",
5389         "shortDoc": "Resets the current field value to the originally-loaded value and clears any validation messages. ...",
5390         "static": false,
5391         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
5392         "private": false,
5393         "params": [
5394
5395         ],
5396         "name": "reset",
5397         "owner": "Ext.form.field.Text",
5398         "doc": "<p>Resets the current field value to the originally-loaded value and clears any validation messages.\nAlso adds <tt><b><a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a></b></tt> and <tt><b><a href=\"#/api/Ext.form.field.File-cfg-emptyCls\" rel=\"Ext.form.field.File-cfg-emptyCls\" class=\"docClass\">emptyCls</a></b></tt> if the\noriginal value was blank.</p>\n",
5399         "linenr": 375,
5400         "return": {
5401           "type": "void",
5402           "doc": "\n"
5403         },
5404         "html_filename": "Text.html"
5405       },
5406       {
5407         "deprecated": null,
5408         "alias": null,
5409         "protected": false,
5410         "tagname": "method",
5411         "href": "Field.html#Ext-form-field-Field-method-resetOriginalValue",
5412         "shortDoc": "Resets the field's originalValue property so it matches the current value. ...",
5413         "static": false,
5414         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
5415         "private": false,
5416         "params": [
5417
5418         ],
5419         "name": "resetOriginalValue",
5420         "owner": "Ext.form.field.Field",
5421         "doc": "<p>Resets the field's <a href=\"#/api/Ext.form.field.File-property-originalValue\" rel=\"Ext.form.field.File-property-originalValue\" class=\"docClass\">originalValue</a> property so it matches the current <a href=\"#/api/Ext.form.field.File-method-getValue\" rel=\"Ext.form.field.File-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",
5422         "linenr": 225,
5423         "return": {
5424           "type": "void",
5425           "doc": "\n"
5426         },
5427         "html_filename": "Field.html"
5428       },
5429       {
5430         "deprecated": null,
5431         "alias": null,
5432         "protected": false,
5433         "tagname": "method",
5434         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
5435         "shortDoc": "Resumes firing events (see suspendEvents). ...",
5436         "static": false,
5437         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
5438         "private": false,
5439         "params": [
5440
5441         ],
5442         "name": "resumeEvents",
5443         "owner": "Ext.util.Observable",
5444         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.form.field.File-method-suspendEvents\" rel=\"Ext.form.field.File-method-suspendEvents\" class=\"docClass\">suspendEvents</a>).</p>\n\n<p>If events were suspended using the <code>**queueSuspended**</code> parameter, then all events fired\nduring event suspension will be sent to any listeners now.</p>\n",
5445         "linenr": 554,
5446         "return": {
5447           "type": "void",
5448           "doc": "\n"
5449         },
5450         "html_filename": "Observable.html"
5451       },
5452       {
5453         "deprecated": null,
5454         "alias": null,
5455         "protected": false,
5456         "tagname": "method",
5457         "href": "Text.html#Ext-form-field-Text-method-selectText",
5458         "shortDoc": "Selects text in this field ...",
5459         "static": false,
5460         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
5461         "private": false,
5462         "params": [
5463           {
5464             "type": "Number",
5465             "optional": true,
5466             "doc": "<p>(optional) The index where the selection should start (defaults to 0)</p>\n",
5467             "name": "start"
5468           },
5469           {
5470             "type": "Number",
5471             "optional": true,
5472             "doc": "<p>(optional) The index where the selection should end (defaults to the text length)</p>\n",
5473             "name": "end"
5474           }
5475         ],
5476         "name": "selectText",
5477         "owner": "Ext.form.field.Text",
5478         "doc": "<p>Selects text in this field</p>\n",
5479         "linenr": 601,
5480         "return": {
5481           "type": "void",
5482           "doc": "\n"
5483         },
5484         "html_filename": "Text.html"
5485       },
5486       {
5487         "deprecated": null,
5488         "alias": null,
5489         "protected": false,
5490         "tagname": "method",
5491         "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
5492         "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. ...",
5493         "static": false,
5494         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
5495         "private": false,
5496         "params": [
5497
5498         ],
5499         "name": "sequenceFx",
5500         "owner": "Ext.util.Animate",
5501         "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.form.field.File-method-syncFx\" rel=\"Ext.form.field.File-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
5502         "linenr": 357,
5503         "return": {
5504           "type": "Object",
5505           "doc": "<p>this</p>\n"
5506         },
5507         "html_filename": "Animate.html"
5508       },
5509       {
5510         "deprecated": null,
5511         "alias": null,
5512         "protected": false,
5513         "tagname": "method",
5514         "href": "Floating.html#Ext-util-Floating-method-setActive",
5515         "shortDoc": "This method is called internally by Ext.ZIndexManager to signal that a floating\nComponent has either been moved to th...",
5516         "static": false,
5517         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
5518         "private": false,
5519         "params": [
5520           {
5521             "type": "Boolean",
5522             "optional": false,
5523             "doc": "<p>True to activate the Component, false to deactivate it (defaults to false)</p>\n",
5524             "name": "active"
5525           },
5526           {
5527             "type": "Component",
5528             "optional": false,
5529             "doc": "<p>The newly active Component which is taking over topmost zIndex position.</p>\n",
5530             "name": "newActive"
5531           }
5532         ],
5533         "name": "setActive",
5534         "owner": "Ext.util.Floating",
5535         "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.form.field.File-event-activate\" rel=\"Ext.form.field.File-event-activate\" class=\"docClass\">activate</a> or <a href=\"#/api/Ext.form.field.File-event-deactivate\" rel=\"Ext.form.field.File-event-deactivate\" class=\"docClass\">deactivate</a> event depending on which action occurred.</p>\n\n",
5536         "linenr": 218,
5537         "return": {
5538           "type": "void",
5539           "doc": "\n"
5540         },
5541         "html_filename": "Floating.html"
5542       },
5543       {
5544         "deprecated": null,
5545         "alias": null,
5546         "protected": false,
5547         "tagname": "method",
5548         "href": "Labelable.html#Ext-form-Labelable-method-setActiveError",
5549         "shortDoc": "Sets the active error message to the given string. ...",
5550         "static": false,
5551         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
5552         "private": false,
5553         "params": [
5554           {
5555             "type": "String",
5556             "optional": false,
5557             "doc": "<p>The error message</p>\n",
5558             "name": "msg"
5559           }
5560         ],
5561         "name": "setActiveError",
5562         "owner": "Ext.form.Labelable",
5563         "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.form.field.File-method-setActiveErrors\" rel=\"Ext.form.field.File-method-setActiveErrors\" class=\"docClass\">setActiveErrors</a> which accepts an Array of\nmessages and formats them according to the <a href=\"#/api/Ext.form.field.File-cfg-activeErrorsTpl\" rel=\"Ext.form.field.File-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>.</p>\n\n<p>Note that this only updates the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-markInvalid\" rel=\"Ext.form.field.Base-method-markInvalid\" class=\"docClass\">markInvalid</a> instead.</p>\n",
5564         "linenr": 348,
5565         "return": {
5566           "type": "void",
5567           "doc": "\n"
5568         },
5569         "html_filename": "Labelable.html"
5570       },
5571       {
5572         "deprecated": null,
5573         "alias": null,
5574         "protected": false,
5575         "tagname": "method",
5576         "href": "Labelable.html#Ext-form-Labelable-method-setActiveErrors",
5577         "shortDoc": "Set the active error message to an Array of error messages. ...",
5578         "static": false,
5579         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
5580         "private": false,
5581         "params": [
5582           {
5583             "type": "Array",
5584             "optional": false,
5585             "doc": "<p>The error messages</p>\n",
5586             "name": "errors"
5587           }
5588         ],
5589         "name": "setActiveErrors",
5590         "owner": "Ext.form.Labelable",
5591         "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.form.field.File-cfg-activeErrorsTpl\" rel=\"Ext.form.field.File-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>. Also see <a href=\"#/api/Ext.form.field.File-method-setActiveError\" rel=\"Ext.form.field.File-method-setActiveError\" class=\"docClass\">setActiveError</a>\nwhich allows setting the entire error contents with a single string.</p>\n\n<p>Note that this only updates the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-markInvalid\" rel=\"Ext.form.field.Base-method-markInvalid\" class=\"docClass\">markInvalid</a> instead.</p>\n",
5592         "linenr": 374,
5593         "return": {
5594           "type": "void",
5595           "doc": "\n"
5596         },
5597         "html_filename": "Labelable.html"
5598       },
5599       {
5600         "deprecated": null,
5601         "alias": null,
5602         "protected": false,
5603         "tagname": "method",
5604         "href": "Component2.html#Ext-Component-method-setAutoScroll",
5605         "shortDoc": "Sets the overflow on the content element of the component. ...",
5606         "static": false,
5607         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
5608         "private": false,
5609         "params": [
5610           {
5611             "type": "Boolean",
5612             "optional": false,
5613             "doc": "<p>True to allow the Component to auto scroll.</p>\n",
5614             "name": "scroll"
5615           }
5616         ],
5617         "name": "setAutoScroll",
5618         "owner": "Ext.Component",
5619         "doc": "<p>Sets the overflow on the content element of the component.</p>\n",
5620         "linenr": 362,
5621         "return": {
5622           "type": "Ext.Component",
5623           "doc": "<p>this</p>\n"
5624         },
5625         "html_filename": "Component2.html"
5626       },
5627       {
5628         "deprecated": null,
5629         "alias": null,
5630         "protected": false,
5631         "tagname": "method",
5632         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled",
5633         "shortDoc": "Enable or disable the component. ...",
5634         "static": false,
5635         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5636         "private": false,
5637         "params": [
5638           {
5639             "type": "Boolean",
5640             "optional": false,
5641             "doc": "\n",
5642             "name": "disabled"
5643           }
5644         ],
5645         "name": "setDisabled",
5646         "owner": "Ext.AbstractComponent",
5647         "doc": "<p>Enable or disable the component.</p>\n",
5648         "linenr": 2290,
5649         "return": {
5650           "type": "void",
5651           "doc": "\n"
5652         },
5653         "html_filename": "AbstractComponent.html"
5654       },
5655       {
5656         "deprecated": null,
5657         "alias": null,
5658         "protected": false,
5659         "tagname": "method",
5660         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked",
5661         "shortDoc": "Sets the dock position of this component in its parent panel. ...",
5662         "static": false,
5663         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5664         "private": false,
5665         "params": [
5666           {
5667             "type": "Object",
5668             "optional": false,
5669             "doc": "\n",
5670             "name": "dock"
5671           },
5672           {
5673             "type": "Object",
5674             "optional": false,
5675             "doc": "\n",
5676             "name": "layoutParent"
5677           }
5678         ],
5679         "name": "setDocked",
5680         "owner": "Ext.AbstractComponent",
5681         "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",
5682         "linenr": 2865,
5683         "return": {
5684           "type": "Component",
5685           "doc": "<p>this</p>\n"
5686         },
5687         "html_filename": "AbstractComponent.html"
5688       },
5689       {
5690         "deprecated": null,
5691         "alias": null,
5692         "protected": false,
5693         "tagname": "method",
5694         "href": "Labelable.html#Ext-form-Labelable-method-setFieldDefaults",
5695         "shortDoc": "Applies a set of default configuration values to this Labelable instance. ...",
5696         "static": false,
5697         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
5698         "private": false,
5699         "params": [
5700           {
5701             "type": "Object",
5702             "optional": false,
5703             "doc": "<p>The defaults to apply to the object.</p>\n",
5704             "name": "defaults"
5705           }
5706         ],
5707         "name": "setFieldDefaults",
5708         "owner": "Ext.form.Labelable",
5709         "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",
5710         "linenr": 431,
5711         "return": {
5712           "type": "void",
5713           "doc": "\n"
5714         },
5715         "html_filename": "Labelable.html"
5716       },
5717       {
5718         "deprecated": null,
5719         "alias": null,
5720         "protected": false,
5721         "tagname": "method",
5722         "href": "Base.html#Ext-form-field-Base-method-setFieldStyle",
5723         "shortDoc": "Set the CSS style of the field input element. ...",
5724         "static": false,
5725         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
5726         "private": false,
5727         "params": [
5728           {
5729             "type": "String/Object/Function",
5730             "optional": false,
5731             "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",
5732             "name": "style"
5733           }
5734         ],
5735         "name": "setFieldStyle",
5736         "owner": "Ext.form.field.Base",
5737         "doc": "<p>Set the <a href=\"#/api/Ext.form.field.File-cfg-fieldStyle\" rel=\"Ext.form.field.File-cfg-fieldStyle\" class=\"docClass\">CSS style</a> of the <a href=\"#/api/Ext.form.field.File-property-inputEl\" rel=\"Ext.form.field.File-property-inputEl\" class=\"docClass\">field input element</a>.</p>\n",
5738         "linenr": 344,
5739         "return": {
5740           "type": "void",
5741           "doc": "\n"
5742         },
5743         "html_filename": "Base.html"
5744       },
5745       {
5746         "deprecated": null,
5747         "alias": null,
5748         "protected": false,
5749         "tagname": "method",
5750         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight",
5751         "shortDoc": "Sets the height of the component. ...",
5752         "static": false,
5753         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5754         "private": false,
5755         "params": [
5756           {
5757             "type": "Number",
5758             "optional": false,
5759             "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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",
5760             "name": "height"
5761           }
5762         ],
5763         "name": "setHeight",
5764         "owner": "Ext.AbstractComponent",
5765         "doc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.form.field.File-event-resize\" rel=\"Ext.form.field.File-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
5766         "linenr": 2769,
5767         "return": {
5768           "type": "Ext.Component",
5769           "doc": "<p>this</p>\n"
5770         },
5771         "html_filename": "AbstractComponent.html"
5772       },
5773       {
5774         "deprecated": null,
5775         "alias": null,
5776         "protected": false,
5777         "tagname": "method",
5778         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading",
5779         "shortDoc": "This method allows you to show or hide a LoadMask on top of this component. ...",
5780         "static": false,
5781         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5782         "private": false,
5783         "params": [
5784           {
5785             "type": "Boolean/Object/String",
5786             "optional": false,
5787             "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",
5788             "name": "load"
5789           },
5790           {
5791             "type": "Boolean",
5792             "optional": false,
5793             "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",
5794             "name": "targetEl"
5795           }
5796         ],
5797         "name": "setLoading",
5798         "owner": "Ext.AbstractComponent",
5799         "doc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n",
5800         "linenr": 2830,
5801         "return": {
5802           "type": "Ext.LoadMask",
5803           "doc": "<p>The LoadMask instance that has just been shown.</p>\n"
5804         },
5805         "html_filename": "AbstractComponent.html"
5806       },
5807       {
5808         "deprecated": null,
5809         "alias": null,
5810         "protected": false,
5811         "tagname": "method",
5812         "href": "Component2.html#Ext-Component-method-setPagePosition",
5813         "shortDoc": "Sets the page XY position of the component. ...",
5814         "static": false,
5815         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
5816         "private": false,
5817         "params": [
5818           {
5819             "type": "Number",
5820             "optional": false,
5821             "doc": "<p>The new x position</p>\n",
5822             "name": "x"
5823           },
5824           {
5825             "type": "Number",
5826             "optional": false,
5827             "doc": "<p>The new y position</p>\n",
5828             "name": "y"
5829           },
5830           {
5831             "type": "Mixed",
5832             "optional": false,
5833             "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",
5834             "name": "animate"
5835           }
5836         ],
5837         "name": "setPagePosition",
5838         "owner": "Ext.Component",
5839         "doc": "<p>Sets the page XY position of the component.  To set the left and top instead, use <a href=\"#/api/Ext.form.field.File-method-setPosition\" rel=\"Ext.form.field.File-method-setPosition\" class=\"docClass\">setPosition</a>.\nThis method fires the <a href=\"#/api/Ext.form.field.File-event-move\" rel=\"Ext.form.field.File-event-move\" class=\"docClass\">move</a> event.</p>\n",
5840         "linenr": 504,
5841         "return": {
5842           "type": "Ext.Component",
5843           "doc": "<p>this</p>\n"
5844         },
5845         "html_filename": "Component2.html"
5846       },
5847       {
5848         "deprecated": null,
5849         "alias": null,
5850         "protected": false,
5851         "tagname": "method",
5852         "href": "Component2.html#Ext-Component-method-setPosition",
5853         "shortDoc": "Sets the left and top of the component. ...",
5854         "static": false,
5855         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
5856         "private": false,
5857         "params": [
5858           {
5859             "type": "Number",
5860             "optional": false,
5861             "doc": "<p>The new left</p>\n",
5862             "name": "left"
5863           },
5864           {
5865             "type": "Number",
5866             "optional": false,
5867             "doc": "<p>The new top</p>\n",
5868             "name": "top"
5869           },
5870           {
5871             "type": "Mixed",
5872             "optional": false,
5873             "doc": "<p>If true, the Component is <i>animated</i> into its new position. You may also pass an animation configuration.</p>\n",
5874             "name": "animate"
5875           }
5876         ],
5877         "name": "setPosition",
5878         "owner": "Ext.Component",
5879         "doc": "<p>Sets the left and top of the component.  To set the page XY position instead, use <a href=\"#/api/Ext.form.field.File-method-setPagePosition\" rel=\"Ext.form.field.File-method-setPagePosition\" class=\"docClass\">setPagePosition</a>.\nThis method fires the <a href=\"#/api/Ext.form.field.File-event-move\" rel=\"Ext.form.field.File-event-move\" class=\"docClass\">move</a> event.</p>\n",
5880         "linenr": 420,
5881         "return": {
5882           "type": "Ext.Component",
5883           "doc": "<p>this</p>\n"
5884         },
5885         "html_filename": "Component2.html"
5886       },
5887       {
5888         "deprecated": null,
5889         "alias": null,
5890         "protected": false,
5891         "tagname": "method",
5892         "href": "Base.html#Ext-form-field-Base-method-setRawValue",
5893         "shortDoc": "Sets the field's raw value directly, bypassing value conversion, change detection, and\nvalidation. ...",
5894         "static": false,
5895         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
5896         "private": false,
5897         "params": [
5898           {
5899             "type": "Mixed",
5900             "optional": false,
5901             "doc": "<p>The value to set</p>\n",
5902             "name": "value"
5903           }
5904         ],
5905         "name": "setRawValue",
5906         "owner": "Ext.form.field.Base",
5907         "doc": "<p>Sets the field's raw value directly, bypassing <a href=\"#/api/Ext.form.field.File-method-valueToRaw\" rel=\"Ext.form.field.File-method-valueToRaw\" class=\"docClass\">value conversion</a>, change detection, and\nvalidation. To set the value with these additional inspections see <a href=\"#/api/Ext.form.field.File-method-setValue\" rel=\"Ext.form.field.File-method-setValue\" class=\"docClass\">setValue</a>.</p>\n",
5908         "linenr": 461,
5909         "return": {
5910           "type": "Mixed",
5911           "doc": "<p>value The field value that is set</p>\n"
5912         },
5913         "html_filename": "Base.html"
5914       },
5915       {
5916         "deprecated": null,
5917         "alias": null,
5918         "protected": false,
5919         "tagname": "method",
5920         "href": "Base.html#Ext-form-field-Base-method-setReadOnly",
5921         "shortDoc": "Sets the read only state of this field. ...",
5922         "static": false,
5923         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
5924         "private": false,
5925         "params": [
5926           {
5927             "type": "Boolean",
5928             "optional": false,
5929             "doc": "<p>Whether the field should be read only.</p>\n",
5930             "name": "readOnly"
5931           }
5932         ],
5933         "name": "setReadOnly",
5934         "owner": "Ext.form.field.Base",
5935         "doc": "<p>Sets the read only state of this field.</p>\n",
5936         "linenr": 566,
5937         "return": {
5938           "type": "void",
5939           "doc": "\n"
5940         },
5941         "html_filename": "Base.html"
5942       },
5943       {
5944         "deprecated": null,
5945         "alias": null,
5946         "protected": false,
5947         "tagname": "method",
5948         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize",
5949         "shortDoc": "Sets the width and height of this Component. ...",
5950         "static": false,
5951         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5952         "private": false,
5953         "params": [
5954           {
5955             "type": "Mixed",
5956             "optional": false,
5957             "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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",
5958             "name": "width"
5959           },
5960           {
5961             "type": "Mixed",
5962             "optional": false,
5963             "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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",
5964             "name": "height"
5965           }
5966         ],
5967         "name": "setSize",
5968         "owner": "Ext.AbstractComponent",
5969         "doc": "<p>Sets the width and height of this Component. This method fires the <a href=\"#/api/Ext.form.field.File-event-resize\" rel=\"Ext.form.field.File-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",
5970         "linenr": 2507,
5971         "return": {
5972           "type": "Ext.Component",
5973           "doc": "<p>this</p>\n"
5974         },
5975         "html_filename": "AbstractComponent.html"
5976       },
5977       {
5978         "deprecated": null,
5979         "alias": null,
5980         "protected": false,
5981         "tagname": "method",
5982         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI",
5983         "shortDoc": "Sets the UI for the component. ...",
5984         "static": false,
5985         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
5986         "private": false,
5987         "params": [
5988           {
5989             "type": "String",
5990             "optional": false,
5991             "doc": "<p>The new UI for the component</p>\n",
5992             "name": "ui"
5993           }
5994         ],
5995         "name": "setUI",
5996         "owner": "Ext.AbstractComponent",
5997         "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",
5998         "linenr": 1417,
5999         "return": {
6000           "type": "void",
6001           "doc": "\n"
6002         },
6003         "html_filename": "AbstractComponent.html"
6004       },
6005       {
6006         "deprecated": null,
6007         "alias": null,
6008         "protected": false,
6009         "tagname": "method",
6010         "href": "Text.html#Ext-form-field-Text-method-setValue",
6011         "shortDoc": "Sets a data value into the field and runs the change detection and validation. ...",
6012         "static": false,
6013         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
6014         "private": false,
6015         "params": [
6016           {
6017             "type": "Mixed",
6018             "optional": false,
6019             "doc": "<p>The value to set</p>\n",
6020             "name": "value"
6021           }
6022         ],
6023         "name": "setValue",
6024         "owner": "Ext.form.field.Text",
6025         "doc": "<p>Sets a data value into the field and runs the change detection and validation. Also applies any configured\n<a href=\"#/api/Ext.form.field.File-cfg-emptyText\" rel=\"Ext.form.field.File-cfg-emptyText\" class=\"docClass\">emptyText</a> for text fields. To set the value directly without these inspections see <a href=\"#/api/Ext.form.field.File-method-setRawValue\" rel=\"Ext.form.field.File-method-setRawValue\" class=\"docClass\">setRawValue</a>.</p>\n",
6026         "linenr": 476,
6027         "return": {
6028           "type": "Ext.form.field.Text",
6029           "doc": "<p>this</p>\n"
6030         },
6031         "html_filename": "Text.html"
6032       },
6033       {
6034         "deprecated": null,
6035         "alias": null,
6036         "protected": false,
6037         "tagname": "method",
6038         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible",
6039         "shortDoc": "Convenience function to hide or show this component by boolean. ...",
6040         "static": false,
6041         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6042         "private": false,
6043         "params": [
6044           {
6045             "type": "Boolean",
6046             "optional": false,
6047             "doc": "<p>True to show, false to hide</p>\n",
6048             "name": "visible"
6049           }
6050         ],
6051         "name": "setVisible",
6052         "owner": "Ext.AbstractComponent",
6053         "doc": "<p>Convenience function to hide or show this component by boolean.</p>\n",
6054         "linenr": 2173,
6055         "return": {
6056           "type": "Ext.Component",
6057           "doc": "<p>this</p>\n"
6058         },
6059         "html_filename": "AbstractComponent.html"
6060       },
6061       {
6062         "deprecated": null,
6063         "alias": null,
6064         "protected": false,
6065         "tagname": "method",
6066         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth",
6067         "shortDoc": "Sets the width of the component. ...",
6068         "static": false,
6069         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6070         "private": false,
6071         "params": [
6072           {
6073             "type": "Number",
6074             "optional": false,
6075             "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.form.field.File-method-getEl\" rel=\"Ext.form.field.File-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",
6076             "name": "width"
6077           }
6078         ],
6079         "name": "setWidth",
6080         "owner": "Ext.AbstractComponent",
6081         "doc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.form.field.File-event-resize\" rel=\"Ext.form.field.File-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
6082         "linenr": 2757,
6083         "return": {
6084           "type": "Ext.Component",
6085           "doc": "<p>this</p>\n"
6086         },
6087         "html_filename": "AbstractComponent.html"
6088       },
6089       {
6090         "deprecated": null,
6091         "alias": null,
6092         "protected": false,
6093         "tagname": "method",
6094         "href": "Component2.html#Ext-Component-method-show",
6095         "shortDoc": "Shows this Component, rendering it first if autoRender or floating are true. ...",
6096         "static": false,
6097         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
6098         "private": false,
6099         "params": [
6100           {
6101             "type": "String/Element",
6102             "optional": false,
6103             "doc": "<p>Optional, and <b>only valid for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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",
6104             "name": "animateTarget"
6105           },
6106           {
6107             "type": "Function",
6108             "optional": true,
6109             "doc": "<p>(optional) A callback function to call after the Component is displayed. Only necessary if animation was specified.</p>\n",
6110             "name": "callback"
6111           },
6112           {
6113             "type": "Object",
6114             "optional": true,
6115             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>\n",
6116             "name": "scope"
6117           }
6118         ],
6119         "name": "show",
6120         "owner": "Ext.Component",
6121         "doc": "<p>Shows this Component, rendering it first if <a href=\"#/api/Ext.form.field.File-cfg-autoRender\" rel=\"Ext.form.field.File-cfg-autoRender\" class=\"docClass\">autoRender</a> or <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-cfg-floating\" class=\"docClass\">floating</a> are <code>true</code>.</p>\n\n\n<p>After being shown, a <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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.form.field.File-property-zIndexManager\" rel=\"Ext.form.field.File-property-zIndexManager\" class=\"docClass\">z-index stack</a>.</p>\n\n",
6122         "linenr": 648,
6123         "return": {
6124           "type": "Component",
6125           "doc": "<p>this</p>\n"
6126         },
6127         "html_filename": "Component2.html"
6128       },
6129       {
6130         "deprecated": null,
6131         "alias": null,
6132         "protected": true,
6133         "tagname": "method",
6134         "href": "Base3.html#Ext-Base-method-statics",
6135         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
6136         "static": false,
6137         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
6138         "private": false,
6139         "params": [
6140
6141         ],
6142         "name": "statics",
6143         "owner": "Ext.Base",
6144         "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
6145         "linenr": 199,
6146         "return": {
6147           "type": "Class",
6148           "doc": "\n"
6149         },
6150         "html_filename": "Base3.html"
6151       },
6152       {
6153         "deprecated": null,
6154         "alias": null,
6155         "protected": false,
6156         "tagname": "method",
6157         "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
6158         "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...",
6159         "static": false,
6160         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
6161         "private": false,
6162         "params": [
6163
6164         ],
6165         "name": "stopAnimation",
6166         "owner": "Ext.util.Animate",
6167         "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",
6168         "linenr": 335,
6169         "return": {
6170           "type": "Ext.core.Element",
6171           "doc": "<p>The Element</p>\n"
6172         },
6173         "html_filename": "Animate.html"
6174       },
6175       {
6176         "deprecated": {
6177           "version": "4.0",
6178           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-stopAnimation\" rel=\"Ext.picker.Color-method-stopAnimation\" class=\"docClass\">stopAnimation</a></p>\n\n\n\n",
6179           "tagname": "deprecated",
6180           "doc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet."
6181         },
6182         "alias": null,
6183         "protected": false,
6184         "tagname": "method",
6185         "href": "Animate.html#Ext-util-Animate-method-stopFx",
6186         "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...",
6187         "static": false,
6188         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
6189         "private": false,
6190         "params": [
6191
6192         ],
6193         "name": "stopFx",
6194         "owner": "Ext.util.Animate",
6195         "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",
6196         "linenr": 326,
6197         "return": {
6198           "type": "Ext.core.Element",
6199           "doc": "<p>The Element</p>\n"
6200         },
6201         "html_filename": "Animate.html"
6202       },
6203       {
6204         "deprecated": null,
6205         "alias": null,
6206         "protected": false,
6207         "tagname": "method",
6208         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
6209         "shortDoc": "Suspends the firing of all events. ...",
6210         "static": false,
6211         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
6212         "private": false,
6213         "params": [
6214           {
6215             "type": "Boolean",
6216             "optional": false,
6217             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.form.field.File-method-resumeEvents\" rel=\"Ext.form.field.File-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
6218             "name": "queueSuspended"
6219           }
6220         ],
6221         "name": "suspendEvents",
6222         "owner": "Ext.util.Observable",
6223         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.form.field.File-method-resumeEvents\" rel=\"Ext.form.field.File-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
6224         "linenr": 541,
6225         "return": {
6226           "type": "void",
6227           "doc": "\n"
6228         },
6229         "html_filename": "Observable.html"
6230       },
6231       {
6232         "deprecated": null,
6233         "alias": null,
6234         "protected": false,
6235         "tagname": "method",
6236         "href": "Animate.html#Ext-util-Animate-method-syncFx",
6237         "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. ...",
6238         "static": false,
6239         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
6240         "private": false,
6241         "params": [
6242
6243         ],
6244         "name": "syncFx",
6245         "owner": "Ext.util.Animate",
6246         "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.form.field.File-method-sequenceFx\" rel=\"Ext.form.field.File-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
6247         "linenr": 345,
6248         "return": {
6249           "type": "Object",
6250           "doc": "<p>this</p>\n"
6251         },
6252         "html_filename": "Animate.html"
6253       },
6254       {
6255         "deprecated": null,
6256         "alias": null,
6257         "protected": false,
6258         "tagname": "method",
6259         "href": "Floating.html#Ext-util-Floating-method-toBack",
6260         "shortDoc": "Sends this Component to the back of (lower z-index than) any other visible windows ...",
6261         "static": false,
6262         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
6263         "private": false,
6264         "params": [
6265
6266         ],
6267         "name": "toBack",
6268         "owner": "Ext.util.Floating",
6269         "doc": "<p>Sends this Component to the back of (lower z-index than) any other visible windows</p>\n",
6270         "linenr": 242,
6271         "return": {
6272           "type": "Component",
6273           "doc": "<p>this</p>\n"
6274         },
6275         "html_filename": "Floating.html"
6276       },
6277       {
6278         "deprecated": null,
6279         "alias": null,
6280         "protected": false,
6281         "tagname": "method",
6282         "href": "Floating.html#Ext-util-Floating-method-toFront",
6283         "shortDoc": "Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag...",
6284         "static": false,
6285         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js",
6286         "private": false,
6287         "params": [
6288           {
6289             "type": "Boolean",
6290             "optional": true,
6291             "doc": "<p>(optional) Specify <code>true</code> to prevent the Component from being focused.</p>\n",
6292             "name": "preventFocus"
6293           }
6294         ],
6295         "name": "toFront",
6296         "owner": "Ext.util.Floating",
6297         "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",
6298         "linenr": 190,
6299         "return": {
6300           "type": "Component",
6301           "doc": "<p>this</p>\n"
6302         },
6303         "html_filename": "Floating.html"
6304       },
6305       {
6306         "deprecated": null,
6307         "alias": {
6308           "tagname": "alias",
6309           "cls": "Ext.util.Observable",
6310           "doc": null,
6311           "owner": "removeListener"
6312         },
6313         "protected": false,
6314         "tagname": "method",
6315         "href": "Observable.html#Ext-util-Observable-method-un",
6316         "shortDoc": "Shorthand for removeListener. ...",
6317         "static": false,
6318         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
6319         "private": false,
6320         "params": [
6321           {
6322             "type": "String",
6323             "optional": false,
6324             "doc": "<p>The type of event the handler was associated with.</p>\n",
6325             "name": "eventName"
6326           },
6327           {
6328             "type": "Function",
6329             "optional": false,
6330             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.form.field.File-method-addListener\" rel=\"Ext.form.field.File-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
6331             "name": "handler"
6332           },
6333           {
6334             "type": "Object",
6335             "optional": true,
6336             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
6337             "name": "scope"
6338           }
6339         ],
6340         "name": "un",
6341         "owner": "Ext.util.Observable",
6342         "doc": "<p>Shorthand for <a href=\"#/api/Ext.form.field.File-method-removeListener\" rel=\"Ext.form.field.File-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
6343         "linenr": 675,
6344         "return": {
6345           "type": "void",
6346           "doc": "\n"
6347         },
6348         "html_filename": "Observable.html"
6349       },
6350       {
6351         "deprecated": null,
6352         "alias": null,
6353         "protected": false,
6354         "tagname": "method",
6355         "href": "Labelable.html#Ext-form-Labelable-method-unsetActiveError",
6356         "shortDoc": "Clears the active error message(s). ...",
6357         "static": false,
6358         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
6359         "private": false,
6360         "params": [
6361
6362         ],
6363         "name": "unsetActiveError",
6364         "owner": "Ext.form.Labelable",
6365         "doc": "<p>Clears the active error message(s).</p>\n\n<p>Note that this only clears the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-clearInvalid\" rel=\"Ext.form.field.Base-method-clearInvalid\" class=\"docClass\">clearInvalid</a> instead.</p>\n",
6366         "linenr": 391,
6367         "return": {
6368           "type": "void",
6369           "doc": "\n"
6370         },
6371         "html_filename": "Labelable.html"
6372       },
6373       {
6374         "deprecated": null,
6375         "alias": null,
6376         "protected": false,
6377         "tagname": "method",
6378         "href": "AbstractComponent.html#Ext-AbstractComponent-method-up",
6379         "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector. ...",
6380         "static": false,
6381         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6382         "private": false,
6383         "params": [
6384           {
6385             "type": "String",
6386             "optional": false,
6387             "doc": "<p>Optional. The simple selector to test.</p>\n",
6388             "name": "selector"
6389           }
6390         ],
6391         "name": "up",
6392         "owner": "Ext.AbstractComponent",
6393         "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",
6394         "linenr": 1895,
6395         "return": {
6396           "type": "Container",
6397           "doc": "<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>\n"
6398         },
6399         "html_filename": "AbstractComponent.html"
6400       },
6401       {
6402         "deprecated": null,
6403         "alias": null,
6404         "protected": false,
6405         "tagname": "method",
6406         "href": "AbstractComponent.html#Ext-AbstractComponent-method-update",
6407         "shortDoc": "Update the content area of a component. ...",
6408         "static": false,
6409         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6410         "private": false,
6411         "params": [
6412           {
6413             "type": "Mixed",
6414             "optional": false,
6415             "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",
6416             "name": "htmlOrData"
6417           },
6418           {
6419             "type": "Boolean",
6420             "optional": true,
6421             "doc": "<p>(optional) Only legitimate when using the html configuration. Defaults to false</p>\n",
6422             "name": "loadScripts"
6423           },
6424           {
6425             "type": "Function",
6426             "optional": true,
6427             "doc": "<p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>\n",
6428             "name": "callback"
6429           }
6430         ],
6431         "name": "update",
6432         "owner": "Ext.AbstractComponent",
6433         "doc": "<p>Update the content area of a component.</p>\n",
6434         "linenr": 2141,
6435         "return": {
6436           "type": "void",
6437           "doc": "\n"
6438         },
6439         "html_filename": "AbstractComponent.html"
6440       },
6441       {
6442         "deprecated": null,
6443         "alias": null,
6444         "protected": false,
6445         "tagname": "method",
6446         "href": "Component2.html#Ext-Component-method-updateBox",
6447         "shortDoc": "Sets the current box measurements of the component's underlying element. ...",
6448         "static": false,
6449         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
6450         "private": false,
6451         "params": [
6452           {
6453             "type": "Object",
6454             "optional": false,
6455             "doc": "<p>An object in the format {x, y, width, height}</p>\n",
6456             "name": "box"
6457           }
6458         ],
6459         "name": "updateBox",
6460         "owner": "Ext.Component",
6461         "doc": "<p>Sets the current box measurements of the component's underlying element.</p>\n",
6462         "linenr": 554,
6463         "return": {
6464           "type": "Ext.Component",
6465           "doc": "<p>this</p>\n"
6466         },
6467         "html_filename": "Component2.html"
6468       },
6469       {
6470         "deprecated": null,
6471         "alias": null,
6472         "protected": false,
6473         "tagname": "method",
6474         "href": "Field.html#Ext-form-field-Field-method-validate",
6475         "shortDoc": "Returns whether or not the field value is currently valid by validating the\nfield's current value, and fires the vali...",
6476         "static": false,
6477         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
6478         "private": false,
6479         "params": [
6480
6481         ],
6482         "name": "validate",
6483         "owner": "Ext.form.field.Field",
6484         "doc": "<p>Returns whether or not the field value is currently valid by <a href=\"#/api/Ext.form.field.File-method-getErrors\" rel=\"Ext.form.field.File-method-getErrors\" class=\"docClass\">validating</a> the\nfield's current value, and fires the <a href=\"#/api/Ext.form.field.File-event-validitychange\" rel=\"Ext.form.field.File-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.form.field.File-cfg-disabled\" rel=\"Ext.form.field.File-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.form.field.File-method-isValid\" rel=\"Ext.form.field.File-method-isValid\" class=\"docClass\">isValid</a>.</p>\n\n",
6485         "linenr": 330,
6486         "return": {
6487           "type": "Boolean",
6488           "doc": "<p>True if the value is valid, else false</p>\n"
6489         },
6490         "html_filename": "Field.html"
6491       },
6492       {
6493         "deprecated": null,
6494         "alias": null,
6495         "protected": false,
6496         "tagname": "method",
6497         "href": "Base.html#Ext-form-field-Base-method-validateValue",
6498         "shortDoc": "Uses getErrors to build an array of validation errors. ...",
6499         "static": false,
6500         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
6501         "private": false,
6502         "params": [
6503           {
6504             "type": "Mixed",
6505             "optional": false,
6506             "doc": "<p>The value to validate</p>\n",
6507             "name": "value"
6508           }
6509         ],
6510         "name": "validateValue",
6511         "owner": "Ext.form.field.Base",
6512         "doc": "<p>Uses <a href=\"#/api/Ext.form.field.File-method-getErrors\" rel=\"Ext.form.field.File-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.form.field.File-method-markInvalid\" rel=\"Ext.form.field.File-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.form.field.File-method-getErrors\" rel=\"Ext.form.field.File-method-getErrors\" class=\"docClass\">getErrors</a> should be overridden instead.</p>\n\n",
6513         "linenr": 699,
6514         "return": {
6515           "type": "Boolean",
6516           "doc": "<p>True if all validations passed, false if one or more failed</p>\n"
6517         },
6518         "html_filename": "Base.html"
6519       },
6520       {
6521         "deprecated": null,
6522         "alias": null,
6523         "protected": false,
6524         "tagname": "method",
6525         "href": "Base.html#Ext-form-field-Base-method-valueToRaw",
6526         "shortDoc": "Converts a mixed-type value to a raw representation suitable for displaying in the field. ...",
6527         "static": false,
6528         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
6529         "private": false,
6530         "params": [
6531           {
6532             "type": "Mixed",
6533             "optional": false,
6534             "doc": "<p>The mixed-type value to convert to the raw representation.</p>\n",
6535             "name": "value"
6536           }
6537         ],
6538         "name": "valueToRaw",
6539         "owner": "Ext.form.field.Base",
6540         "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.form.field.File-method-setValue\" rel=\"Ext.form.field.File-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.form.field.File-method-setValue\" rel=\"Ext.form.field.File-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.form.field.File-method-rawToValue\" rel=\"Ext.form.field.File-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",
6541         "linenr": 479,
6542         "return": {
6543           "type": "Mixed",
6544           "doc": "<p>The converted raw value.</p>\n"
6545         },
6546         "html_filename": "Base.html"
6547       }
6548     ],
6549     "property": [
6550       {
6551         "type": "Ext.core.Element",
6552         "deprecated": null,
6553         "alias": null,
6554         "protected": false,
6555         "tagname": "property",
6556         "href": "Labelable.html#Ext-form-Labelable-property-bodyEl",
6557         "shortDoc": "The div Element wrapping the component's contents. ...",
6558         "static": false,
6559         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
6560         "private": false,
6561         "name": "bodyEl",
6562         "owner": "Ext.form.Labelable",
6563         "doc": "<p>The div Element wrapping the component's contents. Only available after the component has been rendered.</p>\n",
6564         "linenr": 293,
6565         "html_filename": "Labelable.html"
6566       },
6567       {
6568         "type": "Ext.button.Button",
6569         "deprecated": null,
6570         "alias": null,
6571         "protected": false,
6572         "tagname": "property",
6573         "href": "File.html#Ext-form-field-File-property-button",
6574         "shortDoc": "A reference to the trigger Button component created for this upload field. ...",
6575         "static": false,
6576         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
6577         "private": false,
6578         "name": "button",
6579         "owner": "Ext.form.field.File",
6580         "doc": "<p>A reference to the trigger Button component created for this upload field. Only\npopulated after this component is rendered.</p>\n",
6581         "linenr": 98,
6582         "html_filename": "File.html"
6583       },
6584       {
6585         "type": "Boolean",
6586         "deprecated": null,
6587         "alias": null,
6588         "protected": false,
6589         "tagname": "property",
6590         "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable",
6591         "static": false,
6592         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6593         "private": false,
6594         "name": "draggable",
6595         "owner": "Ext.AbstractComponent",
6596         "doc": "<p>Read-only property indicating whether or not the component can be dragged</p>\n",
6597         "linenr": 395,
6598         "html_filename": "AbstractComponent.html"
6599       },
6600       {
6601         "type": "Ext.core.Element",
6602         "deprecated": null,
6603         "alias": null,
6604         "protected": false,
6605         "tagname": "property",
6606         "href": "Labelable.html#Ext-form-Labelable-property-errorEl",
6607         "shortDoc": "The div Element that will contain the component's error message(s). ...",
6608         "static": false,
6609         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
6610         "private": false,
6611         "name": "errorEl",
6612         "owner": "Ext.form.Labelable",
6613         "doc": "<p>The div Element that will contain the component's error message(s). Note that depending on the\nconfigured <a href=\"#/api/Ext.form.field.File-cfg-msgTarget\" rel=\"Ext.form.field.File-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",
6614         "linenr": 300,
6615         "html_filename": "Labelable.html"
6616       },
6617       {
6618         "type": "Ext.core.Element",
6619         "deprecated": null,
6620         "alias": null,
6621         "protected": false,
6622         "tagname": "property",
6623         "href": "File.html#Ext-form-field-File-property-fileInputEl",
6624         "shortDoc": "A reference to the invisible file input element created for this upload field. ...",
6625         "static": false,
6626         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
6627         "private": false,
6628         "name": "fileInputEl",
6629         "owner": "Ext.form.field.File",
6630         "doc": "<p>A reference to the invisible file input element created for this upload field. Only\npopulated after this component is rendered.</p>\n",
6631         "linenr": 91,
6632         "html_filename": "File.html"
6633       },
6634       {
6635         "type": "Ext.Container",
6636         "deprecated": null,
6637         "alias": null,
6638         "protected": false,
6639         "tagname": "property",
6640         "href": "Component2.html#Ext-Component-property-floatParent",
6641         "shortDoc": "Optional. ...",
6642         "static": false,
6643         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
6644         "private": false,
6645         "name": "floatParent",
6646         "owner": "Ext.Component",
6647         "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.form.field.File-property-zIndexManager\" rel=\"Ext.form.field.File-property-zIndexManager\" class=\"docClass\">zIndexManager</a></p>\n\n",
6648         "linenr": 224,
6649         "html_filename": "Component2.html"
6650       },
6651       {
6652         "type": "Object",
6653         "deprecated": null,
6654         "alias": null,
6655         "protected": false,
6656         "tagname": "property",
6657         "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize",
6658         "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ...",
6659         "static": false,
6660         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6661         "private": false,
6662         "name": "frameSize",
6663         "owner": "Ext.AbstractComponent",
6664         "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.form.field.File-cfg-frame\" rel=\"Ext.form.field.File-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",
6665         "linenr": 228,
6666         "html_filename": "AbstractComponent.html"
6667       },
6668       {
6669         "type": "Ext.core.Element",
6670         "deprecated": null,
6671         "alias": null,
6672         "protected": false,
6673         "tagname": "property",
6674         "href": "Base.html#Ext-form-field-Base-property-inputEl",
6675         "shortDoc": "The input Element for this Field. ...",
6676         "static": false,
6677         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
6678         "private": false,
6679         "name": "inputEl",
6680         "owner": "Ext.form.field.Base",
6681         "doc": "<p>The input Element for this Field. Only available after the field has been rendered.</p>\n",
6682         "linenr": 367,
6683         "html_filename": "Base.html"
6684       },
6685       {
6686         "type": "Boolean",
6687         "deprecated": null,
6688         "alias": null,
6689         "protected": false,
6690         "tagname": "property",
6691         "href": "Labelable.html#Ext-form-Labelable-property-isFieldLabelable",
6692         "shortDoc": "Flag denoting that this object is labelable as a field. ...",
6693         "static": false,
6694         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
6695         "private": false,
6696         "name": "isFieldLabelable",
6697         "owner": "Ext.form.Labelable",
6698         "doc": "<p>Flag denoting that this object is labelable as a field. Always true.</p>\n",
6699         "linenr": 61,
6700         "html_filename": "Labelable.html"
6701       },
6702       {
6703         "type": "Boolean",
6704         "deprecated": null,
6705         "alias": null,
6706         "protected": false,
6707         "tagname": "property",
6708         "href": "Field.html#Ext-form-field-Field-property-isFormField",
6709         "shortDoc": "Flag denoting that this component is a Field. ...",
6710         "static": false,
6711         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
6712         "private": false,
6713         "name": "isFormField",
6714         "owner": "Ext.form.field.Field",
6715         "doc": "<p>Flag denoting that this component is a Field. Always true.</p>\n",
6716         "linenr": 26,
6717         "html_filename": "Field.html"
6718       },
6719       {
6720         "type": "Ext.core.Element",
6721         "deprecated": null,
6722         "alias": null,
6723         "protected": false,
6724         "tagname": "property",
6725         "href": "Labelable.html#Ext-form-Labelable-property-labelEl",
6726         "shortDoc": "The label Element for this component. ...",
6727         "static": false,
6728         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
6729         "private": false,
6730         "name": "labelEl",
6731         "owner": "Ext.form.Labelable",
6732         "doc": "<p>The label Element for this component. Only available after the component has been rendered.</p>\n",
6733         "linenr": 286,
6734         "html_filename": "Labelable.html"
6735       },
6736       {
6737         "type": "Boolean",
6738         "deprecated": null,
6739         "alias": null,
6740         "protected": false,
6741         "tagname": "property",
6742         "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable",
6743         "shortDoc": "This is an internal flag that you use when creating custom components. ...",
6744         "static": false,
6745         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6746         "private": false,
6747         "name": "maskOnDisable",
6748         "owner": "Ext.AbstractComponent",
6749         "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",
6750         "linenr": 534,
6751         "html_filename": "AbstractComponent.html"
6752       },
6753       {
6754         "type": "Mixed",
6755         "deprecated": null,
6756         "alias": null,
6757         "protected": false,
6758         "tagname": "property",
6759         "href": "Field.html#Ext-form-field-Field-property-originalValue",
6760         "shortDoc": "The original value of the field as configured in the value configuration, or as loaded by\nthe last form load operatio...",
6761         "static": false,
6762         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
6763         "private": false,
6764         "name": "originalValue",
6765         "owner": "Ext.form.field.Field",
6766         "doc": "<p>The original value of the field as configured in the <a href=\"#/api/Ext.form.field.File-cfg-value\" rel=\"Ext.form.field.File-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",
6767         "linenr": 113,
6768         "html_filename": "Field.html"
6769       },
6770       {
6771         "type": "Ext.Container",
6772         "deprecated": null,
6773         "alias": null,
6774         "protected": false,
6775         "tagname": "property",
6776         "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt",
6777         "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C...",
6778         "static": false,
6779         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6780         "private": false,
6781         "name": "ownerCt",
6782         "owner": "Ext.AbstractComponent",
6783         "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.form.field.File-cfg-itemId\" rel=\"Ext.form.field.File-cfg-itemId\" class=\"docClass\">itemId</a></tt>.</p>\n\n",
6784         "linenr": 102,
6785         "html_filename": "AbstractComponent.html"
6786       },
6787       {
6788         "type": "Boolean",
6789         "deprecated": null,
6790         "alias": null,
6791         "protected": false,
6792         "tagname": "property",
6793         "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered",
6794         "static": false,
6795         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6796         "private": false,
6797         "name": "rendered",
6798         "owner": "Ext.AbstractComponent",
6799         "doc": "<p>Read-only property indicating whether or not the component has been rendered.</p>\n",
6800         "linenr": 521,
6801         "html_filename": "AbstractComponent.html"
6802       },
6803       {
6804         "type": "Class",
6805         "deprecated": null,
6806         "alias": null,
6807         "protected": true,
6808         "tagname": "property",
6809         "href": "Base3.html#Ext-Base-property-self",
6810         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
6811         "static": false,
6812         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
6813         "private": false,
6814         "name": "self",
6815         "owner": "Ext.Base",
6816         "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
6817         "linenr": 18,
6818         "html_filename": "Base3.html"
6819       },
6820       {
6821         "type": "Ext.ZIndexManager",
6822         "deprecated": null,
6823         "alias": null,
6824         "protected": false,
6825         "tagname": "property",
6826         "href": "Component2.html#Ext-Component-property-zIndexManager",
6827         "shortDoc": "Optional. ...",
6828         "static": false,
6829         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js",
6830         "private": false,
6831         "name": "zIndexManager",
6832         "owner": "Ext.Component",
6833         "doc": "<p>Optional. Only present for <a href=\"#/api/Ext.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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.form.field.File-method-toFront\" rel=\"Ext.form.field.File-method-toFront\" class=\"docClass\">brought to the front</a> or <a href=\"#/api/Ext.form.field.File-method-toBack\" rel=\"Ext.form.field.File-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.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-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.form.field.File-cfg-floating\" rel=\"Ext.form.field.File-cfg-floating\" class=\"docClass\">floating</a> and <a href=\"#/api/Ext.form.field.File-property-floatParent\" rel=\"Ext.form.field.File-property-floatParent\" class=\"docClass\">floatParent</a></p>\n\n",
6834         "linenr": 209,
6835         "html_filename": "Component2.html"
6836       }
6837     ],
6838     "cssVar": [
6839
6840     ],
6841     "cssMixin": [
6842
6843     ],
6844     "event": [
6845       {
6846         "deprecated": null,
6847         "alias": null,
6848         "protected": false,
6849         "tagname": "event",
6850         "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate",
6851         "shortDoc": "Fires after a Component has been visually activated. ...",
6852         "static": false,
6853         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6854         "private": false,
6855         "params": [
6856           {
6857             "type": "Ext.Component",
6858             "optional": false,
6859             "doc": "\n",
6860             "name": "this"
6861           },
6862           {
6863             "type": "Object",
6864             "tagname": "param",
6865             "name": "options",
6866             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
6867           }
6868         ],
6869         "name": "activate",
6870         "owner": "Ext.AbstractComponent",
6871         "doc": "<p>Fires after a Component has been visually activated.</p>\n",
6872         "linenr": 565,
6873         "html_filename": "AbstractComponent.html"
6874       },
6875       {
6876         "deprecated": null,
6877         "alias": null,
6878         "protected": false,
6879         "tagname": "event",
6880         "href": "AbstractComponent.html#Ext-AbstractComponent-event-added",
6881         "shortDoc": "Fires after a Component had been added to a Container. ...",
6882         "static": false,
6883         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6884         "private": false,
6885         "params": [
6886           {
6887             "type": "Ext.Component",
6888             "optional": false,
6889             "doc": "\n",
6890             "name": "this"
6891           },
6892           {
6893             "type": "Ext.container.Container",
6894             "optional": false,
6895             "doc": "<p>Parent Container</p>\n",
6896             "name": "container"
6897           },
6898           {
6899             "type": "Number",
6900             "optional": false,
6901             "doc": "<p>position of Component</p>\n",
6902             "name": "pos"
6903           },
6904           {
6905             "type": "Object",
6906             "tagname": "param",
6907             "name": "options",
6908             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
6909           }
6910         ],
6911         "name": "added",
6912         "owner": "Ext.AbstractComponent",
6913         "doc": "<p>Fires after a Component had been added to a Container.</p>\n",
6914         "linenr": 585,
6915         "html_filename": "AbstractComponent.html"
6916       },
6917       {
6918         "deprecated": null,
6919         "alias": null,
6920         "protected": false,
6921         "tagname": "event",
6922         "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender",
6923         "shortDoc": "Fires after the component rendering is finished. ...",
6924         "static": false,
6925         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6926         "private": false,
6927         "params": [
6928           {
6929             "type": "Ext.Component",
6930             "optional": false,
6931             "doc": "\n",
6932             "name": "this"
6933           },
6934           {
6935             "type": "Object",
6936             "tagname": "param",
6937             "name": "options",
6938             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
6939           }
6940         ],
6941         "name": "afterrender",
6942         "owner": "Ext.AbstractComponent",
6943         "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.form.field.File-property-rendered\" rel=\"Ext.form.field.File-property-rendered\" class=\"docClass\">rendered</a>, been postprocesed\nby any afterRender method defined for the Component.</p>\n\n",
6944         "linenr": 652,
6945         "html_filename": "AbstractComponent.html"
6946       },
6947       {
6948         "deprecated": null,
6949         "alias": null,
6950         "protected": false,
6951         "tagname": "event",
6952         "href": "Text.html#Ext-form-field-Text-event-autosize",
6953         "shortDoc": "Fires when the autoSize function is triggered and the field is\nresized according to the grow/growMin/growMax configs ...",
6954         "static": false,
6955         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
6956         "private": false,
6957         "params": [
6958           {
6959             "type": "Ext.form.field.Text",
6960             "optional": false,
6961             "doc": "<p>This text field</p>\n",
6962             "name": "this"
6963           },
6964           {
6965             "type": "Number",
6966             "optional": false,
6967             "doc": "<p>The new field width</p>\n",
6968             "name": "width"
6969           },
6970           {
6971             "type": "Object",
6972             "tagname": "param",
6973             "name": "options",
6974             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
6975           }
6976         ],
6977         "name": "autosize",
6978         "owner": "Ext.form.field.Text",
6979         "doc": "<p>Fires when the <tt><b><a href=\"#/api/Ext.form.field.File-method-autoSize\" rel=\"Ext.form.field.File-method-autoSize\" class=\"docClass\">autoSize</a></b></tt> function is triggered and the field is\nresized according to the <a href=\"#/api/Ext.form.field.File-cfg-grow\" rel=\"Ext.form.field.File-cfg-grow\" class=\"docClass\">grow</a>/<a href=\"#/api/Ext.form.field.File-cfg-growMin\" rel=\"Ext.form.field.File-cfg-growMin\" class=\"docClass\">growMin</a>/<a href=\"#/api/Ext.form.field.File-cfg-growMax\" rel=\"Ext.form.field.File-cfg-growMax\" class=\"docClass\">growMax</a> configs as a result.\nThis event provides a hook for the developer to apply additional logic at runtime to resize the\nfield if needed.</p>\n",
6980         "linenr": 231,
6981         "html_filename": "Text.html"
6982       },
6983       {
6984         "deprecated": null,
6985         "alias": null,
6986         "protected": false,
6987         "tagname": "event",
6988         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate",
6989         "shortDoc": "Fires before a Component has been visually activated. ...",
6990         "static": false,
6991         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
6992         "private": false,
6993         "params": [
6994           {
6995             "type": "Ext.Component",
6996             "optional": false,
6997             "doc": "\n",
6998             "name": "this"
6999           },
7000           {
7001             "type": "Object",
7002             "tagname": "param",
7003             "name": "options",
7004             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7005           }
7006         ],
7007         "name": "beforeactivate",
7008         "owner": "Ext.AbstractComponent",
7009         "doc": "<p>Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.</p>\n",
7010         "linenr": 557,
7011         "html_filename": "AbstractComponent.html"
7012       },
7013       {
7014         "deprecated": null,
7015         "alias": null,
7016         "protected": false,
7017         "tagname": "event",
7018         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate",
7019         "shortDoc": "Fires before a Component has been visually deactivated. ...",
7020         "static": false,
7021         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7022         "private": false,
7023         "params": [
7024           {
7025             "type": "Ext.Component",
7026             "optional": false,
7027             "doc": "\n",
7028             "name": "this"
7029           },
7030           {
7031             "type": "Object",
7032             "tagname": "param",
7033             "name": "options",
7034             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7035           }
7036         ],
7037         "name": "beforedeactivate",
7038         "owner": "Ext.AbstractComponent",
7039         "doc": "<p>Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.</p>\n",
7040         "linenr": 571,
7041         "html_filename": "AbstractComponent.html"
7042       },
7043       {
7044         "deprecated": null,
7045         "alias": null,
7046         "protected": false,
7047         "tagname": "event",
7048         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy",
7049         "shortDoc": "Fires before the component is destroyed. ...",
7050         "static": false,
7051         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7052         "private": false,
7053         "params": [
7054           {
7055             "type": "Ext.Component",
7056             "optional": false,
7057             "doc": "\n",
7058             "name": "this"
7059           },
7060           {
7061             "type": "Object",
7062             "tagname": "param",
7063             "name": "options",
7064             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7065           }
7066         ],
7067         "name": "beforedestroy",
7068         "owner": "Ext.AbstractComponent",
7069         "doc": "<p>Fires before the component is <a href=\"#/api/Ext.form.field.File-event-destroy\" rel=\"Ext.form.field.File-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.form.field.File-event-destroy\" rel=\"Ext.form.field.File-event-destroy\" class=\"docClass\">destroy</a>.</p>\n",
7070         "linenr": 660,
7071         "html_filename": "AbstractComponent.html"
7072       },
7073       {
7074         "deprecated": null,
7075         "alias": null,
7076         "protected": false,
7077         "tagname": "event",
7078         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide",
7079         "shortDoc": "Fires before the component is hidden when calling the hide method. ...",
7080         "static": false,
7081         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7082         "private": false,
7083         "params": [
7084           {
7085             "type": "Ext.Component",
7086             "optional": false,
7087             "doc": "\n",
7088             "name": "this"
7089           },
7090           {
7091             "type": "Object",
7092             "tagname": "param",
7093             "name": "options",
7094             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7095           }
7096         ],
7097         "name": "beforehide",
7098         "owner": "Ext.AbstractComponent",
7099         "doc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.form.field.File-event-hide\" rel=\"Ext.form.field.File-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n",
7100         "linenr": 618,
7101         "html_filename": "AbstractComponent.html"
7102       },
7103       {
7104         "deprecated": null,
7105         "alias": null,
7106         "protected": false,
7107         "tagname": "event",
7108         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender",
7109         "shortDoc": "Fires before the component is rendered. ...",
7110         "static": false,
7111         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7112         "private": false,
7113         "params": [
7114           {
7115             "type": "Ext.Component",
7116             "optional": false,
7117             "doc": "\n",
7118             "name": "this"
7119           },
7120           {
7121             "type": "Object",
7122             "tagname": "param",
7123             "name": "options",
7124             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7125           }
7126         ],
7127         "name": "beforerender",
7128         "owner": "Ext.AbstractComponent",
7129         "doc": "<p>Fires before the component is <a href=\"#/api/Ext.form.field.File-property-rendered\" rel=\"Ext.form.field.File-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.form.field.File-event-render\" rel=\"Ext.form.field.File-event-render\" class=\"docClass\">render</a>.</p>\n",
7130         "linenr": 639,
7131         "html_filename": "AbstractComponent.html"
7132       },
7133       {
7134         "deprecated": null,
7135         "alias": null,
7136         "protected": false,
7137         "tagname": "event",
7138         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow",
7139         "shortDoc": "Fires before the component is shown when calling the show method. ...",
7140         "static": false,
7141         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7142         "private": false,
7143         "params": [
7144           {
7145             "type": "Ext.Component",
7146             "optional": false,
7147             "doc": "\n",
7148             "name": "this"
7149           },
7150           {
7151             "type": "Object",
7152             "tagname": "param",
7153             "name": "options",
7154             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7155           }
7156         ],
7157         "name": "beforeshow",
7158         "owner": "Ext.AbstractComponent",
7159         "doc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.form.field.File-event-show\" rel=\"Ext.form.field.File-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n",
7160         "linenr": 605,
7161         "html_filename": "AbstractComponent.html"
7162       },
7163       {
7164         "deprecated": null,
7165         "alias": null,
7166         "protected": false,
7167         "tagname": "event",
7168         "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore",
7169         "shortDoc": "Fires before the state of the object is restored. ...",
7170         "static": false,
7171         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
7172         "private": false,
7173         "params": [
7174           {
7175             "type": "Ext.state.Stateful",
7176             "optional": false,
7177             "doc": "\n",
7178             "name": "this"
7179           },
7180           {
7181             "type": "Object",
7182             "optional": false,
7183             "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",
7184             "name": "state"
7185           },
7186           {
7187             "type": "Object",
7188             "tagname": "param",
7189             "name": "options",
7190             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7191           }
7192         ],
7193         "name": "beforestaterestore",
7194         "owner": "Ext.state.Stateful",
7195         "doc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n",
7196         "linenr": 101,
7197         "html_filename": "Stateful.html"
7198       },
7199       {
7200         "deprecated": null,
7201         "alias": null,
7202         "protected": false,
7203         "tagname": "event",
7204         "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave",
7205         "shortDoc": "Fires before the state of the object is saved to the configured state provider. ...",
7206         "static": false,
7207         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
7208         "private": false,
7209         "params": [
7210           {
7211             "type": "Ext.state.Stateful",
7212             "optional": false,
7213             "doc": "\n",
7214             "name": "this"
7215           },
7216           {
7217             "type": "Object",
7218             "optional": false,
7219             "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",
7220             "name": "state"
7221           },
7222           {
7223             "type": "Object",
7224             "tagname": "param",
7225             "name": "options",
7226             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7227           }
7228         ],
7229         "name": "beforestatesave",
7230         "owner": "Ext.state.Stateful",
7231         "doc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n",
7232         "linenr": 122,
7233         "html_filename": "Stateful.html"
7234       },
7235       {
7236         "deprecated": null,
7237         "alias": null,
7238         "protected": false,
7239         "tagname": "event",
7240         "href": "Base.html#Ext-form-field-Base-event-blur",
7241         "shortDoc": "Fires when this field loses input focus. ...",
7242         "static": false,
7243         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
7244         "private": false,
7245         "params": [
7246           {
7247             "type": "Ext.form.field.Base",
7248             "optional": false,
7249             "doc": "\n",
7250             "name": "this"
7251           },
7252           {
7253             "type": "Object",
7254             "tagname": "param",
7255             "name": "options",
7256             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7257           }
7258         ],
7259         "name": "blur",
7260         "owner": "Ext.form.field.Base",
7261         "doc": "<p>Fires when this field loses input focus.</p>\n",
7262         "linenr": 242,
7263         "html_filename": "Base.html"
7264       },
7265       {
7266         "deprecated": null,
7267         "alias": null,
7268         "protected": false,
7269         "tagname": "event",
7270         "href": "File.html#Ext-form-field-File-event-change",
7271         "shortDoc": "Fires when the underlying file input field's value has changed from the user\nselecting a new file from the system fil...",
7272         "static": false,
7273         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
7274         "private": false,
7275         "params": [
7276           {
7277             "type": "Ext.ux.form.FileUploadField",
7278             "optional": false,
7279             "doc": "\n",
7280             "name": "this"
7281           },
7282           {
7283             "type": "String",
7284             "optional": false,
7285             "doc": "<p>The file value returned by the underlying file input field</p>\n",
7286             "name": "value"
7287           },
7288           {
7289             "type": "Object",
7290             "tagname": "param",
7291             "name": "options",
7292             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7293           }
7294         ],
7295         "name": "change",
7296         "owner": "Ext.form.field.File",
7297         "doc": "<p>Fires when the underlying file input field's value has changed from the user\nselecting a new file from the system file selection dialog.</p>\n",
7298         "linenr": 83,
7299         "html_filename": "File.html"
7300       },
7301       {
7302         "deprecated": null,
7303         "alias": null,
7304         "protected": false,
7305         "tagname": "event",
7306         "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate",
7307         "shortDoc": "Fires after a Component has been visually deactivated. ...",
7308         "static": false,
7309         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7310         "private": false,
7311         "params": [
7312           {
7313             "type": "Ext.Component",
7314             "optional": false,
7315             "doc": "\n",
7316             "name": "this"
7317           },
7318           {
7319             "type": "Object",
7320             "tagname": "param",
7321             "name": "options",
7322             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7323           }
7324         ],
7325         "name": "deactivate",
7326         "owner": "Ext.AbstractComponent",
7327         "doc": "<p>Fires after a Component has been visually deactivated.</p>\n",
7328         "linenr": 579,
7329         "html_filename": "AbstractComponent.html"
7330       },
7331       {
7332         "deprecated": null,
7333         "alias": null,
7334         "protected": false,
7335         "tagname": "event",
7336         "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy",
7337         "shortDoc": "Fires after the component is destroyed. ...",
7338         "static": false,
7339         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7340         "private": false,
7341         "params": [
7342           {
7343             "type": "Ext.Component",
7344             "optional": false,
7345             "doc": "\n",
7346             "name": "this"
7347           },
7348           {
7349             "type": "Object",
7350             "tagname": "param",
7351             "name": "options",
7352             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7353           }
7354         ],
7355         "name": "destroy",
7356         "owner": "Ext.AbstractComponent",
7357         "doc": "<p>Fires after the component is <a href=\"#/api/Ext.form.field.File-event-destroy\" rel=\"Ext.form.field.File-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n",
7358         "linenr": 666,
7359         "html_filename": "AbstractComponent.html"
7360       },
7361       {
7362         "deprecated": null,
7363         "alias": null,
7364         "protected": false,
7365         "tagname": "event",
7366         "href": "Field.html#Ext-form-field-Field-event-dirtychange",
7367         "shortDoc": "Fires when a change in the field's isDirty state is detected. ...",
7368         "static": false,
7369         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
7370         "private": false,
7371         "params": [
7372           {
7373             "type": "Ext.form.field.Field",
7374             "optional": false,
7375             "doc": "\n",
7376             "name": "this"
7377           },
7378           {
7379             "type": "Boolean",
7380             "optional": false,
7381             "doc": "<p>Whether or not the field is now dirty</p>\n",
7382             "name": "isDirty"
7383           },
7384           {
7385             "type": "Object",
7386             "tagname": "param",
7387             "name": "options",
7388             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7389           }
7390         ],
7391         "name": "dirtychange",
7392         "owner": "Ext.form.field.Field",
7393         "doc": "<p>Fires when a change in the field's <a href=\"#/api/Ext.form.field.File-method-isDirty\" rel=\"Ext.form.field.File-method-isDirty\" class=\"docClass\">isDirty</a> state is detected.</p>\n",
7394         "linenr": 94,
7395         "html_filename": "Field.html"
7396       },
7397       {
7398         "deprecated": null,
7399         "alias": null,
7400         "protected": false,
7401         "tagname": "event",
7402         "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable",
7403         "shortDoc": "Fires after the component is disabled. ...",
7404         "static": false,
7405         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7406         "private": false,
7407         "params": [
7408           {
7409             "type": "Ext.Component",
7410             "optional": false,
7411             "doc": "\n",
7412             "name": "this"
7413           },
7414           {
7415             "type": "Object",
7416             "tagname": "param",
7417             "name": "options",
7418             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7419           }
7420         ],
7421         "name": "disable",
7422         "owner": "Ext.AbstractComponent",
7423         "doc": "<p>Fires after the component is disabled.</p>\n",
7424         "linenr": 593,
7425         "html_filename": "AbstractComponent.html"
7426       },
7427       {
7428         "deprecated": null,
7429         "alias": null,
7430         "protected": false,
7431         "tagname": "event",
7432         "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable",
7433         "shortDoc": "Fires after the component is enabled. ...",
7434         "static": false,
7435         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7436         "private": false,
7437         "params": [
7438           {
7439             "type": "Ext.Component",
7440             "optional": false,
7441             "doc": "\n",
7442             "name": "this"
7443           },
7444           {
7445             "type": "Object",
7446             "tagname": "param",
7447             "name": "options",
7448             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7449           }
7450         ],
7451         "name": "enable",
7452         "owner": "Ext.AbstractComponent",
7453         "doc": "<p>Fires after the component is enabled.</p>\n",
7454         "linenr": 599,
7455         "html_filename": "AbstractComponent.html"
7456       },
7457       {
7458         "deprecated": null,
7459         "alias": null,
7460         "protected": false,
7461         "tagname": "event",
7462         "href": "Labelable.html#Ext-form-Labelable-event-errorchange",
7463         "shortDoc": "Fires when the active error message is changed via setActiveError. ...",
7464         "static": false,
7465         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
7466         "private": false,
7467         "params": [
7468           {
7469             "type": "Ext.form.Labelable",
7470             "optional": false,
7471             "doc": "\n",
7472             "name": "this"
7473           },
7474           {
7475             "type": "String",
7476             "optional": false,
7477             "doc": "<p>The active error message</p>\n",
7478             "name": "error"
7479           },
7480           {
7481             "type": "Object",
7482             "tagname": "param",
7483             "name": "options",
7484             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7485           }
7486         ],
7487         "name": "errorchange",
7488         "owner": "Ext.form.Labelable",
7489         "doc": "<p>Fires when the active error message is changed via <a href=\"#/api/Ext.form.field.File-method-setActiveError\" rel=\"Ext.form.field.File-method-setActiveError\" class=\"docClass\">setActiveError</a>.</p>\n",
7490         "linenr": 222,
7491         "html_filename": "Labelable.html"
7492       },
7493       {
7494         "deprecated": null,
7495         "alias": null,
7496         "protected": false,
7497         "tagname": "event",
7498         "href": "Base.html#Ext-form-field-Base-event-focus",
7499         "shortDoc": "Fires when this field receives input focus. ...",
7500         "static": false,
7501         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
7502         "private": false,
7503         "params": [
7504           {
7505             "type": "Ext.form.field.Base",
7506             "optional": false,
7507             "doc": "\n",
7508             "name": "this"
7509           },
7510           {
7511             "type": "Object",
7512             "tagname": "param",
7513             "name": "options",
7514             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7515           }
7516         ],
7517         "name": "focus",
7518         "owner": "Ext.form.field.Base",
7519         "doc": "<p>Fires when this field receives input focus.</p>\n",
7520         "linenr": 236,
7521         "html_filename": "Base.html"
7522       },
7523       {
7524         "deprecated": null,
7525         "alias": null,
7526         "protected": false,
7527         "tagname": "event",
7528         "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide",
7529         "shortDoc": "Fires after the component is hidden. ...",
7530         "static": false,
7531         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7532         "private": false,
7533         "params": [
7534           {
7535             "type": "Ext.Component",
7536             "optional": false,
7537             "doc": "\n",
7538             "name": "this"
7539           },
7540           {
7541             "type": "Object",
7542             "tagname": "param",
7543             "name": "options",
7544             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7545           }
7546         ],
7547         "name": "hide",
7548         "owner": "Ext.AbstractComponent",
7549         "doc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.form.field.File-event-hide\" rel=\"Ext.form.field.File-event-hide\" class=\"docClass\">hide</a> method.</p>\n",
7550         "linenr": 625,
7551         "html_filename": "AbstractComponent.html"
7552       },
7553       {
7554         "deprecated": null,
7555         "alias": null,
7556         "protected": false,
7557         "tagname": "event",
7558         "href": "Text.html#Ext-form-field-Text-event-keydown",
7559         "shortDoc": "Keydown input field event. ...",
7560         "static": false,
7561         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
7562         "private": false,
7563         "params": [
7564           {
7565             "type": "Ext.form.field.Text",
7566             "optional": false,
7567             "doc": "<p>This text field</p>\n",
7568             "name": "this"
7569           },
7570           {
7571             "type": "Ext.EventObject",
7572             "optional": false,
7573             "doc": "\n",
7574             "name": "e"
7575           },
7576           {
7577             "type": "Object",
7578             "tagname": "param",
7579             "name": "options",
7580             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7581           }
7582         ],
7583         "name": "keydown",
7584         "owner": "Ext.form.field.Text",
7585         "doc": "<p>Keydown input field event. This event only fires if <tt><b><a href=\"#/api/Ext.form.field.File-cfg-enableKeyEvents\" rel=\"Ext.form.field.File-cfg-enableKeyEvents\" class=\"docClass\">enableKeyEvents</a></b></tt>\nis set to true.</p>\n",
7586         "linenr": 242,
7587         "html_filename": "Text.html"
7588       },
7589       {
7590         "deprecated": null,
7591         "alias": null,
7592         "protected": false,
7593         "tagname": "event",
7594         "href": "Text.html#Ext-form-field-Text-event-keypress",
7595         "shortDoc": "Keypress input field event. ...",
7596         "static": false,
7597         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
7598         "private": false,
7599         "params": [
7600           {
7601             "type": "Ext.form.field.Text",
7602             "optional": false,
7603             "doc": "<p>This text field</p>\n",
7604             "name": "this"
7605           },
7606           {
7607             "type": "Ext.EventObject",
7608             "optional": false,
7609             "doc": "\n",
7610             "name": "e"
7611           },
7612           {
7613             "type": "Object",
7614             "tagname": "param",
7615             "name": "options",
7616             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7617           }
7618         ],
7619         "name": "keypress",
7620         "owner": "Ext.form.field.Text",
7621         "doc": "<p>Keypress input field event. This event only fires if <tt><b><a href=\"#/api/Ext.form.field.File-cfg-enableKeyEvents\" rel=\"Ext.form.field.File-cfg-enableKeyEvents\" class=\"docClass\">enableKeyEvents</a></b></tt>\nis set to true.</p>\n",
7622         "linenr": 258,
7623         "html_filename": "Text.html"
7624       },
7625       {
7626         "deprecated": null,
7627         "alias": null,
7628         "protected": false,
7629         "tagname": "event",
7630         "href": "Text.html#Ext-form-field-Text-event-keyup",
7631         "shortDoc": "Keyup input field event. ...",
7632         "static": false,
7633         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js",
7634         "private": false,
7635         "params": [
7636           {
7637             "type": "Ext.form.field.Text",
7638             "optional": false,
7639             "doc": "<p>This text field</p>\n",
7640             "name": "this"
7641           },
7642           {
7643             "type": "Ext.EventObject",
7644             "optional": false,
7645             "doc": "\n",
7646             "name": "e"
7647           },
7648           {
7649             "type": "Object",
7650             "tagname": "param",
7651             "name": "options",
7652             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7653           }
7654         ],
7655         "name": "keyup",
7656         "owner": "Ext.form.field.Text",
7657         "doc": "<p>Keyup input field event. This event only fires if <tt><b><a href=\"#/api/Ext.form.field.File-cfg-enableKeyEvents\" rel=\"Ext.form.field.File-cfg-enableKeyEvents\" class=\"docClass\">enableKeyEvents</a></b></tt>\nis set to true.</p>\n",
7658         "linenr": 250,
7659         "html_filename": "Text.html"
7660       },
7661       {
7662         "deprecated": null,
7663         "alias": null,
7664         "protected": false,
7665         "tagname": "event",
7666         "href": "AbstractComponent.html#Ext-AbstractComponent-event-move",
7667         "shortDoc": "Fires after the component is moved. ...",
7668         "static": false,
7669         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7670         "private": false,
7671         "params": [
7672           {
7673             "type": "Ext.Component",
7674             "optional": false,
7675             "doc": "\n",
7676             "name": "this"
7677           },
7678           {
7679             "type": "Number",
7680             "optional": false,
7681             "doc": "<p>The new x position</p>\n",
7682             "name": "x"
7683           },
7684           {
7685             "type": "Number",
7686             "optional": false,
7687             "doc": "<p>The new y position</p>\n",
7688             "name": "y"
7689           },
7690           {
7691             "type": "Object",
7692             "tagname": "param",
7693             "name": "options",
7694             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7695           }
7696         ],
7697         "name": "move",
7698         "owner": "Ext.AbstractComponent",
7699         "doc": "<p>Fires after the component is moved.</p>\n",
7700         "linenr": 680,
7701         "html_filename": "AbstractComponent.html"
7702       },
7703       {
7704         "deprecated": null,
7705         "alias": null,
7706         "protected": false,
7707         "tagname": "event",
7708         "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed",
7709         "shortDoc": "Fires when a component is removed from an Ext.container.Container ...",
7710         "static": false,
7711         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7712         "private": false,
7713         "params": [
7714           {
7715             "type": "Ext.Component",
7716             "optional": false,
7717             "doc": "\n",
7718             "name": "this"
7719           },
7720           {
7721             "type": "Ext.container.Container",
7722             "optional": false,
7723             "doc": "<p>Container which holds the component</p>\n",
7724             "name": "ownerCt"
7725           },
7726           {
7727             "type": "Object",
7728             "tagname": "param",
7729             "name": "options",
7730             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7731           }
7732         ],
7733         "name": "removed",
7734         "owner": "Ext.AbstractComponent",
7735         "doc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n",
7736         "linenr": 632,
7737         "html_filename": "AbstractComponent.html"
7738       },
7739       {
7740         "deprecated": null,
7741         "alias": null,
7742         "protected": false,
7743         "tagname": "event",
7744         "href": "AbstractComponent.html#Ext-AbstractComponent-event-render",
7745         "shortDoc": "Fires after the component markup is rendered. ...",
7746         "static": false,
7747         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7748         "private": false,
7749         "params": [
7750           {
7751             "type": "Ext.Component",
7752             "optional": false,
7753             "doc": "\n",
7754             "name": "this"
7755           },
7756           {
7757             "type": "Object",
7758             "tagname": "param",
7759             "name": "options",
7760             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7761           }
7762         ],
7763         "name": "render",
7764         "owner": "Ext.AbstractComponent",
7765         "doc": "<p>Fires after the component markup is <a href=\"#/api/Ext.form.field.File-property-rendered\" rel=\"Ext.form.field.File-property-rendered\" class=\"docClass\">rendered</a>.</p>\n",
7766         "linenr": 646,
7767         "html_filename": "AbstractComponent.html"
7768       },
7769       {
7770         "deprecated": null,
7771         "alias": null,
7772         "protected": false,
7773         "tagname": "event",
7774         "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize",
7775         "shortDoc": "Fires after the component is resized. ...",
7776         "static": false,
7777         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7778         "private": false,
7779         "params": [
7780           {
7781             "type": "Ext.Component",
7782             "optional": false,
7783             "doc": "\n",
7784             "name": "this"
7785           },
7786           {
7787             "type": "Number",
7788             "optional": false,
7789             "doc": "<p>The box-adjusted width that was set</p>\n",
7790             "name": "adjWidth"
7791           },
7792           {
7793             "type": "Number",
7794             "optional": false,
7795             "doc": "<p>The box-adjusted height that was set</p>\n",
7796             "name": "adjHeight"
7797           },
7798           {
7799             "type": "Object",
7800             "tagname": "param",
7801             "name": "options",
7802             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7803           }
7804         ],
7805         "name": "resize",
7806         "owner": "Ext.AbstractComponent",
7807         "doc": "<p>Fires after the component is resized.</p>\n",
7808         "linenr": 672,
7809         "html_filename": "AbstractComponent.html"
7810       },
7811       {
7812         "deprecated": null,
7813         "alias": null,
7814         "protected": false,
7815         "tagname": "event",
7816         "href": "AbstractComponent.html#Ext-AbstractComponent-event-show",
7817         "shortDoc": "Fires after the component is shown when calling the show method. ...",
7818         "static": false,
7819         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
7820         "private": false,
7821         "params": [
7822           {
7823             "type": "Ext.Component",
7824             "optional": false,
7825             "doc": "\n",
7826             "name": "this"
7827           },
7828           {
7829             "type": "Object",
7830             "tagname": "param",
7831             "name": "options",
7832             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7833           }
7834         ],
7835         "name": "show",
7836         "owner": "Ext.AbstractComponent",
7837         "doc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.form.field.File-event-show\" rel=\"Ext.form.field.File-event-show\" class=\"docClass\">show</a> method.</p>\n",
7838         "linenr": 612,
7839         "html_filename": "AbstractComponent.html"
7840       },
7841       {
7842         "deprecated": null,
7843         "alias": null,
7844         "protected": false,
7845         "tagname": "event",
7846         "href": "Base.html#Ext-form-field-Base-event-specialkey",
7847         "shortDoc": "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. ...",
7848         "static": false,
7849         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js",
7850         "private": false,
7851         "params": [
7852           {
7853             "type": "Ext.form.field.Base",
7854             "optional": false,
7855             "doc": "\n",
7856             "name": "this"
7857           },
7858           {
7859             "type": "Ext.EventObject",
7860             "optional": false,
7861             "doc": "<p>The event object</p>\n",
7862             "name": "e"
7863           },
7864           {
7865             "type": "Object",
7866             "tagname": "param",
7867             "name": "options",
7868             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7869           }
7870         ],
7871         "name": "specialkey",
7872         "owner": "Ext.form.field.Base",
7873         "doc": "<p>Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.\nTo handle other keys see Ext.panel.Panel.keys 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",
7874         "linenr": 248,
7875         "html_filename": "Base.html"
7876       },
7877       {
7878         "deprecated": null,
7879         "alias": null,
7880         "protected": false,
7881         "tagname": "event",
7882         "href": "Stateful.html#Ext-state-Stateful-event-staterestore",
7883         "shortDoc": "Fires after the state of the object is restored. ...",
7884         "static": false,
7885         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
7886         "private": false,
7887         "params": [
7888           {
7889             "type": "Ext.state.Stateful",
7890             "optional": false,
7891             "doc": "\n",
7892             "name": "this"
7893           },
7894           {
7895             "type": "Object",
7896             "optional": false,
7897             "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",
7898             "name": "state"
7899           },
7900           {
7901             "type": "Object",
7902             "tagname": "param",
7903             "name": "options",
7904             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7905           }
7906         ],
7907         "name": "staterestore",
7908         "owner": "Ext.state.Stateful",
7909         "doc": "<p>Fires after the state of the object is restored.</p>\n",
7910         "linenr": 112,
7911         "html_filename": "Stateful.html"
7912       },
7913       {
7914         "deprecated": null,
7915         "alias": null,
7916         "protected": false,
7917         "tagname": "event",
7918         "href": "Stateful.html#Ext-state-Stateful-event-statesave",
7919         "shortDoc": "Fires after the state of the object is saved to the configured state provider. ...",
7920         "static": false,
7921         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
7922         "private": false,
7923         "params": [
7924           {
7925             "type": "Ext.state.Stateful",
7926             "optional": false,
7927             "doc": "\n",
7928             "name": "this"
7929           },
7930           {
7931             "type": "Object",
7932             "optional": false,
7933             "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",
7934             "name": "state"
7935           },
7936           {
7937             "type": "Object",
7938             "tagname": "param",
7939             "name": "options",
7940             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7941           }
7942         ],
7943         "name": "statesave",
7944         "owner": "Ext.state.Stateful",
7945         "doc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n",
7946         "linenr": 133,
7947         "html_filename": "Stateful.html"
7948       },
7949       {
7950         "deprecated": null,
7951         "alias": null,
7952         "protected": false,
7953         "tagname": "event",
7954         "href": "Field.html#Ext-form-field-Field-event-validitychange",
7955         "shortDoc": "Fires when a change in the field's validity is detected. ...",
7956         "static": false,
7957         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js",
7958         "private": false,
7959         "params": [
7960           {
7961             "type": "Ext.form.field.Field",
7962             "optional": false,
7963             "doc": "\n",
7964             "name": "this"
7965           },
7966           {
7967             "type": "Boolean",
7968             "optional": false,
7969             "doc": "<p>Whether or not the field is now valid</p>\n",
7970             "name": "isValid"
7971           },
7972           {
7973             "type": "Object",
7974             "tagname": "param",
7975             "name": "options",
7976             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
7977           }
7978         ],
7979         "name": "validitychange",
7980         "owner": "Ext.form.field.Field",
7981         "doc": "<p>Fires when a change in the field's validity is detected.</p>\n",
7982         "linenr": 87,
7983         "html_filename": "Field.html"
7984       }
7985     ]
7986   },
7987   "singleton": false,
7988   "alias": null,
7989   "superclasses": [
7990     "Ext.Base",
7991     "Ext.AbstractComponent",
7992     "Ext.Component",
7993     "Ext.form.field.Base",
7994     "Ext.form.field.Text"
7995   ],
7996   "protected": false,
7997   "tagname": "class",
7998   "mixins": [
7999
8000   ],
8001   "href": "File.html#Ext-form-field-File",
8002   "subclasses": [
8003
8004   ],
8005   "static": false,
8006   "author": null,
8007   "component": true,
8008   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/File.js",
8009   "private": false,
8010   "alternateClassNames": [
8011     "Ext.form.FileUploadField",
8012     "Ext.ux.form.FileUploadField",
8013     "Ext.form.File"
8014   ],
8015   "name": "Ext.form.field.File",
8016   "doc": "<p>A file upload field which has custom styling and allows control over the button text and other\nfeatures of <a href=\"#/api/Ext.form.field.Text\" rel=\"Ext.form.field.Text\" class=\"docClass\">text fields</a> like <a href=\"#/api/Ext.form.field.Text-cfg-emptyText\" rel=\"Ext.form.field.Text-cfg-emptyText\" class=\"docClass\">empty text</a>.\nIt uses a hidden file input element behind the scenes to allow user selection of a file and to\nperform the actual upload during <a href=\"#/api/Ext.form.Basic-method-submit\" rel=\"Ext.form.Basic-method-submit\" class=\"docClass\">form submit</a>.</p>\n\n<p>Because there is no secure cross-browser way to programmatically set the value of a file input,\nthe standard Field <code>setValue</code> method is not implemented. The <code><a href=\"#/api/Ext.form.field.File-method-getValue\" rel=\"Ext.form.field.File-method-getValue\" class=\"docClass\">getValue</a></code> method will return\na value that is browser-dependent; some have just the file name, some have a full path, some use\na fake path.\n<p><img src=\"doc-resources/Ext.form.File/Ext.form.File.png\" alt=\"Ext.form.File component\"></p></p>\n\n<h1>Example Usage:</h1>\n\n<pre><code>Ext.create('Ext.form.Panel', {\n    title: 'Upload a Photo',\n    width: 400,\n    bodyPadding: 10,\n    frame: true,\n    renderTo: Ext.getBody(),    \n    items: [{\n        xtype: 'filefield',\n        name: 'photo',\n        fieldLabel: 'Photo',\n        labelWidth: 50,\n        msgTarget: 'side',\n        allowBlank: false,\n        anchor: '100%',\n        buttonText: 'Select Photo...'\n    }],\n\n    buttons: [{\n        text: 'Upload',\n        handler: function() {\n            var form = this.up('form').getForm();\n            if(form.isValid()){\n                form.submit({\n                    url: 'photo-upload.php',\n                    waitMsg: 'Uploading your photo...',\n                    success: function(fp, o) {\n                        Ext.Msg.alert('Success', 'Your photo \"' + o.result.file + '\" has been uploaded.');\n                    }\n                });\n            }\n        }\n    }]\n});\n</code></pre>\n",
8017   "mixedInto": [
8018
8019   ],
8020   "linenr": 1,
8021   "xtypes": [
8022     "filefield",
8023     "fileuploadfield"
8024   ],
8025   "html_filename": "File.html",
8026   "extends": "Ext.form.field.Text"
8027 });