Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.js
1 Ext.data.JsonP.Ext({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "xtype": null,
7   "docauthor": null,
8   "members": {
9     "cfg": [
10
11     ],
12     "method": [
13       {
14         "deprecated": null,
15         "alias": null,
16         "protected": false,
17         "tagname": "method",
18         "href": "Ext-more.html#Ext-method-addBehaviors",
19         "shortDoc": "Applies event listeners to elements by selectors when the document is ready. ...",
20         "static": false,
21         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
22         "private": false,
23         "params": [
24           {
25             "type": "Object",
26             "optional": false,
27             "doc": "<p>The list of behaviors to apply</p>\n",
28             "name": "obj"
29           }
30         ],
31         "name": "addBehaviors",
32         "owner": "Ext",
33         "doc": "<p>Applies event listeners to elements by selectors when the document is ready.\nThe event name is specified with an <tt>&#64;</tt> suffix.</p>\n\n<pre><code>Ext.addBehaviors({\n    // add a listener for click on all anchors in element with id foo\n    '#foo a&#64;click' : function(e, t){\n        // do something\n    },\n\n    // add the same listener to multiple selectors (separated by comma BEFORE the &#64;)\n    '#foo a, #bar span.some-class&#64;mouseover' : function(){\n        // do something\n    }\n});\n</code></pre>\n\n",
34         "linenr": 560,
35         "return": {
36           "type": "void",
37           "doc": "\n"
38         },
39         "html_filename": "Ext-more.html"
40       },
41       {
42         "deprecated": null,
43         "alias": null,
44         "protected": false,
45         "tagname": "method",
46         "href": "Ext-more.html#Ext-method-application",
47         "shortDoc": "Loads Ext.app.Application class and starts it up with given configuration after the page is ready. ...",
48         "static": false,
49         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
50         "private": false,
51         "params": [
52           {
53             "type": "Object",
54             "optional": false,
55             "doc": "\n",
56             "name": "config"
57           }
58         ],
59         "name": "application",
60         "owner": "Ext",
61         "doc": "<p>Loads <a href=\"#/api/Ext.app.Application\" rel=\"Ext.app.Application\" class=\"docClass\">Ext.app.Application</a> class and starts it up with given configuration after the page is ready.</p>\n\n<p>See <a href=\"#/api/Ext.app.Application\" rel=\"Ext.app.Application\" class=\"docClass\">Ext.app.Application</a> for details.</p>\n",
62         "linenr": 948,
63         "return": {
64           "type": "void",
65           "doc": "\n"
66         },
67         "html_filename": "Ext-more.html"
68       },
69       {
70         "deprecated": null,
71         "alias": null,
72         "protected": false,
73         "tagname": "method",
74         "href": "Ext.html#Ext-method-apply",
75         "shortDoc": "Copies all the properties of config to the specified object. ...",
76         "static": false,
77         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
78         "private": false,
79         "params": [
80           {
81             "type": "Object",
82             "optional": false,
83             "doc": "<p>The receiver of the properties</p>\n",
84             "name": "object"
85           },
86           {
87             "type": "Object",
88             "optional": false,
89             "doc": "<p>The source of the properties</p>\n",
90             "name": "config"
91           },
92           {
93             "type": "Object",
94             "optional": false,
95             "doc": "<p>A different object that will also be applied for default values</p>\n",
96             "name": "defaults"
97           }
98         ],
99         "name": "apply",
100         "owner": "Ext",
101         "doc": "<p>Copies all the properties of config to the specified object.\nNote that if recursive merging and cloning without referencing the original objects / arrays is needed, use\n<a href=\"#/api/Ext.Object-method-merge\" rel=\"Ext.Object-method-merge\" class=\"docClass\">Ext.Object.merge</a> instead.</p>\n",
102         "linenr": 34,
103         "return": {
104           "type": "Object",
105           "doc": "<p>returns obj</p>\n"
106         },
107         "html_filename": "Ext.html"
108       },
109       {
110         "deprecated": null,
111         "alias": null,
112         "protected": false,
113         "tagname": "method",
114         "href": "Ext.html#Ext-method-applyIf",
115         "shortDoc": "Copies all the properties of config to object if they don't already exist. ...",
116         "static": false,
117         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
118         "private": false,
119         "params": [
120           {
121             "type": "Object",
122             "optional": false,
123             "doc": "<p>The receiver of the properties</p>\n",
124             "name": "object"
125           },
126           {
127             "type": "Object",
128             "optional": false,
129             "doc": "<p>The source of the properties</p>\n",
130             "name": "config"
131           }
132         ],
133         "name": "applyIf",
134         "owner": "Ext",
135         "doc": "<p>Copies all the properties of config to object if they don't already exist.</p>\n",
136         "linenr": 81,
137         "return": {
138           "type": "Object",
139           "doc": "<p>returns obj</p>\n"
140         },
141         "html_filename": "Ext.html"
142       },
143       {
144         "deprecated": null,
145         "alias": {
146           "tagname": "alias",
147           "cls": "Ext.Function",
148           "doc": null,
149           "owner": "bind"
150         },
151         "protected": false,
152         "tagname": "method",
153         "href": "Function.html#Ext-method-bind",
154         "shortDoc": "Create a new function from the provided fn, change this to the provided scope, optionally\noverrides arguments for the...",
155         "static": false,
156         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Function.js",
157         "private": false,
158         "params": [
159           {
160             "type": "Function",
161             "optional": false,
162             "doc": "<p>The function to delegate.</p>\n",
163             "name": "fn"
164           },
165           {
166             "type": "Object",
167             "optional": true,
168             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed.\n<strong>If omitted, defaults to the browser window.</strong></p>\n",
169             "name": "scope"
170           },
171           {
172             "type": "Array",
173             "optional": true,
174             "doc": "<p>(optional) Overrides arguments for the call. (Defaults to the arguments passed by the caller)</p>\n",
175             "name": "args"
176           },
177           {
178             "type": "Boolean/Number",
179             "optional": true,
180             "doc": "<p>(optional) if True args are appended to call args instead of overriding,\nif a number the args are inserted at the specified position</p>\n",
181             "name": "appendArgs"
182           }
183         ],
184         "name": "bind",
185         "owner": "Ext",
186         "doc": "<p>Create a new function from the provided <code>fn</code>, change <code>this</code> to the provided scope, optionally\noverrides arguments for the call. (Defaults to the arguments passed by the caller)</p>\n\n<p><a href=\"#/api/Ext-method-bind\" rel=\"Ext-method-bind\" class=\"docClass\">Ext.bind</a> is alias for <a href=\"#/api/Ext.Function-method-bind\" rel=\"Ext.Function-method-bind\" class=\"docClass\">Ext.Function.bind</a></p>\n",
187         "linenr": 371,
188         "return": {
189           "type": "Function",
190           "doc": "<p>The new function</p>\n"
191         },
192         "html_filename": "Function.html"
193       },
194       {
195         "deprecated": null,
196         "alias": null,
197         "protected": false,
198         "tagname": "method",
199         "href": "Ext-more.html#Ext-method-callback",
200         "shortDoc": "Execute a callback function in a particular scope. ...",
201         "static": false,
202         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
203         "private": false,
204         "params": [
205           {
206             "type": "Function",
207             "optional": false,
208             "doc": "<p>The callback to execute</p>\n",
209             "name": "callback"
210           },
211           {
212             "type": "Object",
213             "optional": true,
214             "doc": "<p>(optional) The scope to execute in</p>\n",
215             "name": "scope"
216           },
217           {
218             "type": "Array",
219             "optional": true,
220             "doc": "<p>(optional) The arguments to pass to the function</p>\n",
221             "name": "args"
222           },
223           {
224             "type": "Number",
225             "optional": true,
226             "doc": "<p>(optional) Pass a number to delay the call by a number of milliseconds.</p>\n",
227             "name": "delay"
228           }
229         ],
230         "name": "callback",
231         "owner": "Ext",
232         "doc": "<p>Execute a callback function in a particular scope. If no function is passed the call is ignored.</p>\n\n<p>For example, these lines are equivalent:</p>\n\n<pre><code>Ext.callback(myFunc, this, [arg1, arg2]);\nExt.isFunction(myFunc) &amp;&amp; myFunc.apply(this, [arg1, arg2]);\n</code></pre>\n",
233         "linenr": 167,
234         "return": {
235           "type": "void",
236           "doc": "\n"
237         },
238         "html_filename": "Ext-more.html"
239       },
240       {
241         "deprecated": {
242           "version": "4.0.0",
243           "text": "<p>Use <a href=\"#/api/Ext.Array-method-clean\" rel=\"Ext.Array-method-clean\" class=\"docClass\">Ext.Array.clean</a> instead</p>\n",
244           "tagname": "deprecated",
245           "doc": null
246         },
247         "alias": {
248           "tagname": "alias",
249           "cls": "Ext.Array",
250           "doc": null,
251           "owner": "clean"
252         },
253         "protected": false,
254         "tagname": "method",
255         "href": "Array2.html#Ext-method-clean",
256         "shortDoc": "Old alias to Ext.Array.clean\n\nFilter through an array and remove empty item as defined in Ext.isEmpty\n\nSee Ext.Array....",
257         "static": false,
258         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
259         "private": false,
260         "params": [
261           {
262             "type": "Array",
263             "optional": false,
264             "doc": "\n",
265             "name": "array"
266           }
267         ],
268         "name": "clean",
269         "owner": "Ext",
270         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-clean\" rel=\"Ext.Array-method-clean\" class=\"docClass\">Ext.Array.clean</a></p>\n\n<p>Filter through an array and remove empty item as defined in <a href=\"#/api/Ext-method-isEmpty\" rel=\"Ext-method-isEmpty\" class=\"docClass\">Ext.isEmpty</a></p>\n\n<p>See <a href=\"#/api/Ext.Array-method-filter\" rel=\"Ext.Array-method-filter\" class=\"docClass\">Ext.Array.filter</a></p>\n",
271         "linenr": 1034,
272         "return": {
273           "type": "Array",
274           "doc": "<p>results</p>\n"
275         },
276         "html_filename": "Array2.html"
277       },
278       {
279         "deprecated": null,
280         "alias": null,
281         "protected": false,
282         "tagname": "method",
283         "href": "Ext.html#Ext-method-clone",
284         "shortDoc": "Clone almost any type of variable including array, object, DOM nodes and Date without keeping the old reference ...",
285         "static": false,
286         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
287         "private": false,
288         "params": [
289           {
290             "type": "Mixed",
291             "optional": false,
292             "doc": "<p>The variable to clone</p>\n",
293             "name": "item"
294           }
295         ],
296         "name": "clone",
297         "owner": "Ext",
298         "doc": "<p>Clone almost any type of variable including array, object, DOM nodes and Date without keeping the old reference</p>\n",
299         "linenr": 485,
300         "return": {
301           "type": "Mixed",
302           "doc": "<p>clone</p>\n"
303         },
304         "html_filename": "Ext.html"
305       },
306       {
307         "deprecated": null,
308         "alias": null,
309         "protected": false,
310         "tagname": "method",
311         "href": "Ext-more.html#Ext-method-copyTo",
312         "shortDoc": "Copies a set of named properties fom the source object to the destination object. ...",
313         "static": false,
314         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
315         "private": false,
316         "params": [
317           {
318             "type": "Object",
319             "optional": false,
320             "doc": "<p>The destination object.</p>\n",
321             "name": "dest"
322           },
323           {
324             "type": "Object",
325             "optional": false,
326             "doc": "<p>The source object.</p>\n",
327             "name": "source"
328           },
329           {
330             "type": "Array/String",
331             "optional": false,
332             "doc": "<p>Either an Array of property names, or a comma-delimited list\nof property names to copy.</p>\n",
333             "name": "names"
334           },
335           {
336             "type": "Boolean",
337             "optional": false,
338             "doc": "<p>(Optional) Defaults to false. Pass true to copy keys off of the prototype as well as the instance.</p>\n",
339             "name": "usePrototypeKeys"
340           }
341         ],
342         "name": "copyTo",
343         "owner": "Ext",
344         "doc": "<p>Copies a set of named properties fom the source object to the destination object.</p>\n\n<p>Example:</p>\n\n<pre><code>ImageComponent = Ext.extend(Ext.Component, {\n    initComponent: function() {\n        this.autoEl = { tag: 'img' };\n        MyComponent.superclass.initComponent.apply(this, arguments);\n        this.initialBox = Ext.copyTo({}, this.initialConfig, 'x,y,width,height');\n    }\n});\n</code></pre>\n\n<p>Important note: To borrow class prototype methods, use Ext.Base.borrow instead.</p>\n",
345         "linenr": 650,
346         "return": {
347           "type": "Object",
348           "doc": "<p>The modified object.</p>\n"
349         },
350         "html_filename": "Ext-more.html"
351       },
352       {
353         "deprecated": null,
354         "alias": {
355           "tagname": "alias",
356           "cls": "Ext.ClassManager",
357           "doc": null,
358           "owner": "instantiate"
359         },
360         "protected": false,
361         "tagname": "method",
362         "href": "ClassManager.html#Ext-method-create",
363         "shortDoc": "Instantiate a class by either full name, alias or alternate name. ...",
364         "static": false,
365         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
366         "private": false,
367         "params": [
368           {
369             "type": "String",
370             "optional": false,
371             "doc": "\n",
372             "name": "name"
373           },
374           {
375             "type": "Mixed",
376             "optional": false,
377             "doc": "<p>,... Additional arguments after the name will be passed to the class' constructor.</p>\n",
378             "name": "args"
379           }
380         ],
381         "name": "create",
382         "owner": "Ext",
383         "doc": "<p>Instantiate a class by either full name, alias or alternate name.</p>\n\n<p>If <a href=\"#/api/Ext.Loader\" rel=\"Ext.Loader\" class=\"docClass\">Ext.Loader</a> is <a href=\"#/api/Ext.Loader-method-setConfig\" rel=\"Ext.Loader-method-setConfig\" class=\"docClass\">enabled</a> and the class has not been defined yet, it will\nattempt to load the class via synchronous loading.</p>\n\n<p>For example, all these three lines return the same result:</p>\n\n<pre><code>// alias\nvar window = Ext.ClassManager.instantiate('widget.window', { width: 600, height: 800, ... });\n\n// alternate name\nvar window = Ext.ClassManager.instantiate('Ext.Window', { width: 600, height: 800, ... });\n\n// full class name\nvar window = Ext.ClassManager.instantiate('Ext.window.Window', { width: 600, height: 800, ... });\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-create\" rel=\"Ext-method-create\" class=\"docClass\">Ext.create</a> is alias for <a href=\"#/api/Ext.ClassManager-method-instantiate\" rel=\"Ext.ClassManager-method-instantiate\" class=\"docClass\">Ext.ClassManager.instantiate</a>.</p>\n",
384         "linenr": 973,
385         "return": {
386           "type": "Object",
387           "doc": "<p>instance</p>\n"
388         },
389         "html_filename": "ClassManager.html"
390       },
391       {
392         "deprecated": null,
393         "alias": {
394           "tagname": "alias",
395           "cls": "Ext.ClassManager",
396           "doc": null,
397           "owner": "instantiateByAlias"
398         },
399         "protected": false,
400         "tagname": "method",
401         "href": "ClassManager.html#Ext-method-createByAlias",
402         "shortDoc": "Instantiate a class by its alias. ...",
403         "static": false,
404         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
405         "private": false,
406         "params": [
407           {
408             "type": "String",
409             "optional": false,
410             "doc": "\n",
411             "name": "alias"
412           },
413           {
414             "type": "Mixed",
415             "optional": false,
416             "doc": "<p>,... Additional arguments after the alias will be passed to the\nclass constructor.</p>\n",
417             "name": "args"
418           }
419         ],
420         "name": "createByAlias",
421         "owner": "Ext",
422         "doc": "<p>Instantiate a class by its alias.</p>\n\n<p>If <a href=\"#/api/Ext.Loader\" rel=\"Ext.Loader\" class=\"docClass\">Ext.Loader</a> is <a href=\"#/api/Ext.Loader-method-setConfig\" rel=\"Ext.Loader-method-setConfig\" class=\"docClass\">enabled</a> and the class has not been defined yet, it will\nattempt to load the class via synchronous loading.</p>\n\n<pre><code>var window = Ext.ClassManager.instantiateByAlias('widget.window', { width: 600, height: 800, ... });\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-createByAlias\" rel=\"Ext-method-createByAlias\" class=\"docClass\">Ext.createByAlias</a> is alias for <a href=\"#/api/Ext.ClassManager-method-instantiateByAlias\" rel=\"Ext.ClassManager-method-instantiateByAlias\" class=\"docClass\">Ext.ClassManager.instantiateByAlias</a>.</p>\n",
423         "linenr": 1044,
424         "return": {
425           "type": "Object",
426           "doc": "<p>instance</p>\n"
427         },
428         "html_filename": "ClassManager.html"
429       },
430       {
431         "deprecated": {
432           "version": "4.0.0",
433           "text": "<p>Use <a href=\"#/api/Ext-method-widget\" rel=\"Ext-method-widget\" class=\"docClass\">widget</a> instead.</p>\n",
434           "tagname": "deprecated",
435           "doc": null
436         },
437         "alias": {
438           "tagname": "alias",
439           "cls": "Ext",
440           "doc": null,
441           "owner": "widget"
442         },
443         "protected": false,
444         "tagname": "method",
445         "href": "ClassManager.html#Ext-method-createWidget",
446         "shortDoc": "Old name for widget. ...",
447         "static": false,
448         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
449         "private": false,
450         "params": [
451           {
452             "type": "String",
453             "optional": false,
454             "doc": "<p>xtype of the widget to create.</p>\n",
455             "name": "name"
456           }
457         ],
458         "name": "createWidget",
459         "owner": "Ext",
460         "doc": "<p>Old name for <a href=\"#/api/Ext-method-widget\" rel=\"Ext-method-widget\" class=\"docClass\">widget</a>.</p>\n\n<p>Convenient shorthand to create a widget by its xtype, also see <a href=\"#/api/Ext.ClassManager-method-instantiateByAlias\" rel=\"Ext.ClassManager-method-instantiateByAlias\" class=\"docClass\">Ext.ClassManager.instantiateByAlias</a></p>\n\n<pre><code>var button = Ext.widget('button'); // Equivalent to Ext.create('widget.button')\nvar panel = Ext.widget('panel'); // Equivalent to Ext.create('widget.panel')\n</code></pre>\n",
461         "linenr": 1115,
462         "return": {
463           "type": "Object",
464           "doc": "<p>widget instance</p>\n"
465         },
466         "html_filename": "ClassManager.html"
467       },
468       {
469         "deprecated": null,
470         "alias": null,
471         "protected": false,
472         "tagname": "method",
473         "href": "JSON.html#Ext-method-decode",
474         "shortDoc": "Shorthand for Ext.JSON.decode ...",
475         "static": false,
476         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/misc/JSON.js",
477         "private": false,
478         "params": [
479           {
480             "type": "String",
481             "optional": false,
482             "doc": "<p>The JSON string</p>\n",
483             "name": "json"
484           },
485           {
486             "type": "Boolean",
487             "optional": true,
488             "doc": "<p>(optional) Whether to return null or throw an exception if the JSON is invalid.</p>\n",
489             "name": "safe"
490           }
491         ],
492         "name": "decode",
493         "owner": "Ext",
494         "doc": "<p>Shorthand for <a href=\"#/api/Ext.JSON-method-decode\" rel=\"Ext.JSON-method-decode\" class=\"docClass\">Ext.JSON.decode</a></p>\n",
495         "linenr": 166,
496         "return": {
497           "type": "Object",
498           "doc": "<p>The resulting object</p>\n"
499         },
500         "html_filename": "JSON.html"
501       },
502       {
503         "deprecated": null,
504         "alias": {
505           "tagname": "alias",
506           "cls": "Ext.Function",
507           "doc": null,
508           "owner": "defer"
509         },
510         "protected": false,
511         "tagname": "method",
512         "href": "Function.html#Ext-method-defer",
513         "shortDoc": "Calls this function after the number of millseconds specified, optionally in a specific scope. ...",
514         "static": false,
515         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Function.js",
516         "private": false,
517         "params": [
518           {
519             "type": "Function",
520             "optional": false,
521             "doc": "<p>The function to defer.</p>\n",
522             "name": "fn"
523           },
524           {
525             "type": "Number",
526             "optional": false,
527             "doc": "<p>The number of milliseconds for the setTimeout call\n(if less than or equal to 0 the function is executed immediately)</p>\n",
528             "name": "millis"
529           },
530           {
531             "type": "Object",
532             "optional": true,
533             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed.\n<strong>If omitted, defaults to the browser window.</strong></p>\n",
534             "name": "scope"
535           },
536           {
537             "type": "Array",
538             "optional": true,
539             "doc": "<p>(optional) Overrides arguments for the call. (Defaults to the arguments passed by the caller)</p>\n",
540             "name": "args"
541           },
542           {
543             "type": "Boolean/Number",
544             "optional": true,
545             "doc": "<p>(optional) if True args are appended to call args instead of overriding,\nif a number the args are inserted at the specified position</p>\n",
546             "name": "appendArgs"
547           }
548         ],
549         "name": "defer",
550         "owner": "Ext",
551         "doc": "<p>Calls this function after the number of millseconds specified, optionally in a specific scope. Example usage:</p>\n\n<pre><code>var sayHi = function(name){\n    alert('Hi, ' + name);\n}\n\n// executes immediately:\nsayHi('Fred');\n\n// executes after 2 seconds:\nExt.Function.defer(sayHi, 2000, this, ['Fred']);\n\n// this syntax is sometimes useful for deferring\n// execution of an anonymous function:\nExt.Function.defer(function(){\n    alert('Anonymous');\n}, 100);\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-defer\" rel=\"Ext-method-defer\" class=\"docClass\">Ext.defer</a> is alias for <a href=\"#/api/Ext.Function-method-defer\" rel=\"Ext.Function-method-defer\" class=\"docClass\">Ext.Function.defer</a></p>\n",
552         "linenr": 357,
553         "return": {
554           "type": "Number",
555           "doc": "<p>The timeout id that can be used with clearTimeout</p>\n"
556         },
557         "html_filename": "Function.html"
558       },
559       {
560         "deprecated": null,
561         "alias": {
562           "tagname": "alias",
563           "cls": "Ext.ClassManager",
564           "doc": null,
565           "owner": "create"
566         },
567         "protected": false,
568         "tagname": "method",
569         "href": "ClassManager.html#Ext-method-define",
570         "shortDoc": "Defines a class. ...",
571         "static": false,
572         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
573         "private": false,
574         "params": [
575           {
576             "type": "String",
577             "optional": false,
578             "doc": "<p>The class name to create in string dot-namespaced format, for example:\n'My.very.awesome.Class', 'FeedViewer.plugin.CoolPager'\nIt is highly recommended to follow this simple convention:</p>\n\n<ul>\n<li>The root and the class name are 'CamelCased'</li>\n<li>Everything else is lower-cased</li>\n</ul>\n\n",
579             "name": "className"
580           },
581           {
582             "type": "Object",
583             "optional": false,
584             "doc": "<p>The key - value pairs of properties to apply to this class. Property names can be of any valid\nstrings, except those in the reserved list below:</p>\n\n<ul>\n<li><a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">self</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-alias\" rel=\"Ext.Class-cfg-alias\" class=\"docClass\">alias</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-alternateClassName\" rel=\"Ext.Class-cfg-alternateClassName\" class=\"docClass\">alternateClassName</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-config\" rel=\"Ext.Class-cfg-config\" class=\"docClass\">config</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-extend\" rel=\"Ext.Class-cfg-extend\" class=\"docClass\">extend</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-inheritableStatics\" rel=\"Ext.Class-cfg-inheritableStatics\" class=\"docClass\">inheritableStatics</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-mixins\" rel=\"Ext.Class-cfg-mixins\" class=\"docClass\">mixins</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-requires\" rel=\"Ext.Class-cfg-requires\" class=\"docClass\">requires</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-singleton\" rel=\"Ext.Class-cfg-singleton\" class=\"docClass\">singleton</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-statics\" rel=\"Ext.Class-cfg-statics\" class=\"docClass\">statics</a></li>\n<li><a href=\"#/api/Ext.Class-cfg-uses\" rel=\"Ext.Class-cfg-uses\" class=\"docClass\">uses</a></li>\n</ul>\n\n",
585             "name": "data"
586           },
587           {
588             "type": "Function",
589             "optional": false,
590             "doc": "<p>Optional callback to execute after the class is created, the execution scope of which\n(<code>this</code>) will be the newly created class itself.</p>\n",
591             "name": "createdFn"
592           }
593         ],
594         "name": "define",
595         "owner": "Ext",
596         "doc": "<p>Defines a class.</p>\n\n<pre><code>Ext.ClassManager.create('My.awesome.Class', {\n    someProperty: 'something',\n    someMethod: function() { ... }\n    ...\n\n}, function() {\n    alert('Created!');\n    alert(this === My.awesome.Class); // alerts true\n\n    var myInstance = new this();\n});\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-define\" rel=\"Ext-method-define\" class=\"docClass\">Ext.define</a> is alias for <a href=\"#/api/Ext.ClassManager-method-create\" rel=\"Ext.ClassManager-method-create\" class=\"docClass\">Ext.ClassManager.create</a>.</p>\n",
597         "linenr": 1051,
598         "return": {
599           "type": "Ext.Base",
600           "doc": "\n"
601         },
602         "html_filename": "ClassManager.html"
603       },
604       {
605         "deprecated": null,
606         "alias": null,
607         "protected": false,
608         "tagname": "method",
609         "href": "Ext-more.html#Ext-method-destroy",
610         "shortDoc": "Attempts to destroy any objects passed to it by removing all event listeners, removing them from the\nDOM (if applicab...",
611         "static": false,
612         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
613         "private": false,
614         "params": [
615           {
616             "type": "Mixed",
617             "optional": false,
618             "doc": "<p>An <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>, <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>, or an Array of either of these to destroy</p>\n",
619             "name": "arg1"
620           },
621           {
622             "type": "Mixed",
623             "optional": true,
624             "doc": "<p>(optional)</p>\n",
625             "name": "arg2"
626           },
627           {
628             "type": "Mixed",
629             "optional": true,
630             "doc": "<p>... (optional)</p>\n",
631             "name": "etc"
632           }
633         ],
634         "name": "destroy",
635         "owner": "Ext",
636         "doc": "<p>Attempts to destroy any objects passed to it by removing all event listeners, removing them from the\nDOM (if applicable) and calling their destroy functions (if available).  This method is primarily\nintended for arguments of type <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> and <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>, but any subclass of\n<a href=\"#/api/Ext.util.Observable\" rel=\"Ext.util.Observable\" class=\"docClass\">Ext.util.Observable</a> can be passed in.  Any number of elements and/or components can be\npassed into this function in a single call as separate arguments.</p>\n",
637         "linenr": 137,
638         "return": {
639           "type": "void",
640           "doc": "\n"
641         },
642         "html_filename": "Ext-more.html"
643       },
644       {
645         "deprecated": null,
646         "alias": null,
647         "protected": false,
648         "tagname": "method",
649         "href": "Ext-more.html#Ext-method-destroyMembers",
650         "shortDoc": "Attempts to destroy and then remove a set of named properties of the passed object. ...",
651         "static": false,
652         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
653         "private": false,
654         "params": [
655           {
656             "type": "Object",
657             "optional": false,
658             "doc": "<p>The object (most likely a Component) who's properties you wish to destroy.</p>\n",
659             "name": "o"
660           },
661           {
662             "type": "Mixed",
663             "optional": false,
664             "doc": "<p>The name of the property to destroy and remove from the object.</p>\n",
665             "name": "arg1"
666           },
667           {
668             "type": "Mixed",
669             "optional": false,
670             "doc": "<p>... More property names to destroy and remove.</p>\n",
671             "name": "etc"
672           }
673         ],
674         "name": "destroyMembers",
675         "owner": "Ext",
676         "doc": "<p>Attempts to destroy and then remove a set of named properties of the passed object.</p>\n",
677         "linenr": 684,
678         "return": {
679           "type": "void",
680           "doc": "\n"
681         },
682         "html_filename": "Ext-more.html"
683       },
684       {
685         "deprecated": null,
686         "alias": {
687           "tagname": "alias",
688           "cls": "Ext.Array",
689           "doc": null,
690           "owner": "each"
691         },
692         "protected": false,
693         "tagname": "method",
694         "href": "Array2.html#Ext-method-each",
695         "shortDoc": "Iterates an array or an iterable value and invoke the given callback function for each item. ...",
696         "static": false,
697         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
698         "private": false,
699         "params": [
700           {
701             "type": "Array/NodeList/Mixed",
702             "optional": false,
703             "doc": "<p>The value to be iterated. If this\nargument is not iterable, the callback function is called once.</p>\n",
704             "name": "iterable"
705           },
706           {
707             "type": "Function",
708             "optional": false,
709             "doc": "<p>The callback function. If it returns false, the iteration stops and this method returns\nthe current <code>index</code>. Arguments passed to this callback function are:</p>\n\n<ul>\n<li><code>item</code> : Mixed - The item at the current <code>index</code> in the passed <code>array</code></li>\n<li><code>index</code> : Number - The current <code>index</code> within the <code>array</code></li>\n<li><code>allItems</code> : Array/NodeList/Mixed - The <code>array</code> passed as the first argument to <code>Ext.Array.each</code></li>\n</ul>\n\n",
710             "name": "fn"
711           },
712           {
713             "type": "Object",
714             "optional": false,
715             "doc": "<p>(Optional) The scope (<code>this</code> reference) in which the specified function is executed.</p>\n",
716             "name": "scope"
717           },
718           {
719             "type": "Boolean",
720             "optional": false,
721             "doc": "<p>(Optional) Reverse the iteration order (loop from the end to the beginning)\nDefaults false</p>\n",
722             "name": "reverse"
723           }
724         ],
725         "name": "each",
726         "owner": "Ext",
727         "doc": "<p>Iterates an array or an iterable value and invoke the given callback function for each item.</p>\n\n<pre><code>var countries = ['Vietnam', 'Singapore', 'United States', 'Russia'];\n\nExt.Array.each(countries, function(name, index, countriesItSelf) {\n    console.log(name);\n});\n\nvar sum = function() {\n    var sum = 0;\n\n    Ext.Array.each(arguments, function(value) {\n        sum += value;\n    });\n\n    return sum;\n};\n\nsum(1, 2, 3); // returns 6\n</code></pre>\n\n<p>The iteration can be stopped by returning false in the function callback.</p>\n\n<pre><code>Ext.Array.each(countries, function(name, index, countriesItSelf) {\n    if (name === 'Singapore') {\n        return false; // break here\n    }\n});\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-each\" rel=\"Ext-method-each\" class=\"docClass\">Ext.each</a> is alias for <a href=\"#/api/Ext.Array-method-each\" rel=\"Ext.Array-method-each\" class=\"docClass\">Ext.Array.each</a></p>\n",
728         "linenr": 975,
729         "return": {
730           "type": "Boolean",
731           "doc": "<p>See description for the <code>fn</code> parameter.</p>\n"
732         },
733         "html_filename": "Array2.html"
734       },
735       {
736         "deprecated": null,
737         "alias": null,
738         "protected": false,
739         "tagname": "method",
740         "href": "Ext.html#Ext-method-emptyFn",
741         "shortDoc": "A reusable empty function ...",
742         "static": false,
743         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
744         "private": false,
745         "params": [
746
747         ],
748         "name": "emptyFn",
749         "owner": "Ext",
750         "doc": "<p>A reusable empty function</p>\n",
751         "linenr": 74,
752         "return": {
753           "type": "void",
754           "doc": "\n"
755         },
756         "html_filename": "Ext.html"
757       },
758       {
759         "deprecated": null,
760         "alias": null,
761         "protected": false,
762         "tagname": "method",
763         "href": "JSON.html#Ext-method-encode",
764         "shortDoc": "Shorthand for Ext.JSON.encode ...",
765         "static": false,
766         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/misc/JSON.js",
767         "private": false,
768         "params": [
769           {
770             "type": "Mixed",
771             "optional": false,
772             "doc": "<p>The variable to encode</p>\n",
773             "name": "o"
774           }
775         ],
776         "name": "encode",
777         "owner": "Ext",
778         "doc": "<p>Shorthand for <a href=\"#/api/Ext.JSON-method-encode\" rel=\"Ext.JSON-method-encode\" class=\"docClass\">Ext.JSON.encode</a></p>\n",
779         "linenr": 158,
780         "return": {
781           "type": "String",
782           "doc": "<p>The JSON string</p>\n"
783         },
784         "html_filename": "JSON.html"
785       },
786       {
787         "deprecated": {
788           "version": "4.0.0",
789           "text": "<p>Use <a href=\"#/api/Ext.String-method-escapeRegex\" rel=\"Ext.String-method-escapeRegex\" class=\"docClass\">Ext.String.escapeRegex</a> instead</p>\n",
790           "tagname": "deprecated",
791           "doc": null
792         },
793         "alias": null,
794         "protected": false,
795         "tagname": "method",
796         "href": "Ext-more.html#Ext-method-escapeRe",
797         "shortDoc": "Escapes the passed string for use in a regular expression ...",
798         "static": false,
799         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
800         "private": false,
801         "params": [
802           {
803             "type": "String",
804             "optional": false,
805             "doc": "\n",
806             "name": "str"
807           }
808         ],
809         "name": "escapeRe",
810         "owner": "Ext",
811         "doc": "<p>Escapes the passed string for use in a regular expression</p>\n",
812         "linenr": 550,
813         "return": {
814           "type": "String",
815           "doc": "\n"
816         },
817         "html_filename": "Ext-more.html"
818       },
819       {
820         "deprecated": null,
821         "alias": {
822           "tagname": "alias",
823           "cls": "Ext.Loader",
824           "doc": null,
825           "owner": "exclude"
826         },
827         "protected": false,
828         "tagname": "method",
829         "href": "Loader.html#Ext-method-exclude",
830         "shortDoc": "Explicitly exclude files from being loaded. ...",
831         "static": false,
832         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Loader.js",
833         "private": false,
834         "params": [
835           {
836             "type": "String/[String]",
837             "optional": false,
838             "doc": "\n",
839             "name": "excludes"
840           }
841         ],
842         "name": "exclude",
843         "owner": "Ext",
844         "doc": "<p>Explicitly exclude files from being loaded. Useful when used in conjunction with a broad include expression.\nCan be chained with more <code>require</code> and <code>exclude</code> methods, e.g.:</p>\n\n<pre><code>Ext.exclude('Ext.data.*').require('*');\n\nExt.exclude('widget.button*').require('widget.*');\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-exclude\" rel=\"Ext-method-exclude\" class=\"docClass\">Ext.exclude</a> is alias for <a href=\"#/api/Ext.Loader-method-exclude\" rel=\"Ext.Loader-method-exclude\" class=\"docClass\">Ext.Loader.exclude</a> for convenience.</p>\n",
845         "linenr": 955,
846         "return": {
847           "type": "Object",
848           "doc": "<p>object contains <code>require</code> method for chaining</p>\n"
849         },
850         "html_filename": "Loader.html"
851       },
852       {
853         "deprecated": {
854           "version": "4.0.0",
855           "text": "<p>Use <a href=\"#/api/Ext-method-define\" rel=\"Ext-method-define\" class=\"docClass\">Ext.define</a> instead</p>\n",
856           "tagname": "deprecated",
857           "doc": null
858         },
859         "alias": null,
860         "protected": false,
861         "tagname": "method",
862         "href": "Ext.html#Ext-method-extend",
863         "shortDoc": "This method deprecated. ...",
864         "static": false,
865         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
866         "private": false,
867         "params": [
868           {
869             "type": "Function",
870             "optional": false,
871             "doc": "\n",
872             "name": "superclass"
873           },
874           {
875             "type": "Object",
876             "optional": false,
877             "doc": "\n",
878             "name": "overrides"
879           }
880         ],
881         "name": "extend",
882         "owner": "Ext",
883         "doc": "<p>This method deprecated. Use <a href=\"#/api/Ext-method-define\" rel=\"Ext-method-define\" class=\"docClass\">Ext.define</a> instead.</p>\n",
884         "linenr": 133,
885         "return": {
886           "type": "Function",
887           "doc": "<p>The subclass constructor from the <tt>overrides</tt> parameter, or a generated one if not provided.</p>\n"
888         },
889         "html_filename": "Ext.html"
890       },
891       {
892         "deprecated": {
893           "version": "4.0.0",
894           "text": "<p>Use <a href=\"#/api/Ext.Array-method-flatten\" rel=\"Ext.Array-method-flatten\" class=\"docClass\">Ext.Array.flatten</a> instead</p>\n",
895           "tagname": "deprecated",
896           "doc": null
897         },
898         "alias": {
899           "tagname": "alias",
900           "cls": "Ext.Array",
901           "doc": null,
902           "owner": "flatten"
903         },
904         "protected": false,
905         "tagname": "method",
906         "href": "Array2.html#Ext-method-flatten",
907         "shortDoc": "Old alias to Ext.Array.flatten\n\nRecursively flattens into 1-d Array. ...",
908         "static": false,
909         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
910         "private": false,
911         "params": [
912           {
913             "type": "Object",
914             "optional": false,
915             "doc": "\n",
916             "name": "array"
917           }
918         ],
919         "name": "flatten",
920         "owner": "Ext",
921         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-flatten\" rel=\"Ext.Array-method-flatten\" class=\"docClass\">Ext.Array.flatten</a></p>\n\n<p>Recursively flattens into 1-d Array. Injects Arrays inline.</p>\n",
922         "linenr": 1025,
923         "return": {
924           "type": "void",
925           "doc": "\n"
926         },
927         "html_filename": "Array2.html"
928       },
929       {
930         "deprecated": null,
931         "alias": null,
932         "protected": false,
933         "tagname": "method",
934         "href": "Element2.html#Ext-method-fly",
935         "shortDoc": "Gets the globally shared flyweight Element, with the passed node as the active element. ...",
936         "static": false,
937         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/Element.js",
938         "private": false,
939         "params": [
940           {
941             "type": "String/HTMLElement",
942             "optional": false,
943             "doc": "<p>The dom node or id</p>\n",
944             "name": "el"
945           },
946           {
947             "type": "String",
948             "optional": true,
949             "doc": "<p>(optional) Allows for creation of named reusable flyweights to prevent conflicts\n(e.g. internally <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> uses \"_global\")</p>\n",
950             "name": "named"
951           }
952         ],
953         "name": "fly",
954         "owner": "Ext",
955         "doc": "<p>Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to this element -\nthe dom node can be overwritten by other code. Shorthand of <a href=\"#/api/Ext.core.Element-method-fly\" rel=\"Ext.core.Element-method-fly\" class=\"docClass\">Ext.core.Element.fly</a></p>\n\n\n<p>Use this to make one-time references to DOM elements which are not going to be accessed again either by\napplication code, or by Ext's classes. If accessing an element which will be processed regularly, then <a href=\"#/api/Ext-method-get\" rel=\"Ext-method-get\" class=\"docClass\">Ext.get</a>\nwill be more appropriate to take advantage of the caching provided by the <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> class.</p>\n\n",
956         "linenr": 992,
957         "return": {
958           "type": "Element",
959           "doc": "<p>The shared Element object (or null if no matching element was found)</p>\n"
960         },
961         "html_filename": "Element2.html"
962       },
963       {
964         "deprecated": null,
965         "alias": null,
966         "protected": false,
967         "tagname": "method",
968         "href": "Element2.html#Ext-method-get",
969         "shortDoc": "Retrieves Ext.core.Element objects. ...",
970         "static": false,
971         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/Element.js",
972         "private": false,
973         "params": [
974           {
975             "type": "Mixed",
976             "optional": false,
977             "doc": "<p>The id of the node, a DOM Node or an existing Element.</p>\n",
978             "name": "el"
979           }
980         ],
981         "name": "get",
982         "owner": "Ext",
983         "doc": "<p>Retrieves <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> objects.</p>\n\n<p><b>This method does not retrieve <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a>s.</b> This method\nretrieves <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> objects which encapsulate DOM elements. To retrieve a Component by\nits ID, use <a href=\"#/api/Ext.ComponentManager-method-get\" rel=\"Ext.ComponentManager-method-get\" class=\"docClass\">Ext.ComponentManager.get</a>.</p>\n\n\n<p>Uses simple caching to consistently return the same object. Automatically fixes if an\nobject was recreated with the same id via AJAX or DOM.</p>\n\n\n<p>Shorthand of <a href=\"#/api/Ext.core.Element-method-get\" rel=\"Ext.core.Element-method-get\" class=\"docClass\">Ext.core.Element.get</a></p>\n",
984         "linenr": 977,
985         "return": {
986           "type": "Element",
987           "doc": "<p>The Element object (or null if no matching element was found)</p>\n"
988         },
989         "html_filename": "Element2.html"
990       },
991       {
992         "deprecated": null,
993         "alias": null,
994         "protected": false,
995         "tagname": "method",
996         "href": "Ext-more.html#Ext-method-getBody",
997         "shortDoc": "Returns the current document body as an Ext.core.Element. ...",
998         "static": false,
999         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1000         "private": false,
1001         "params": [
1002
1003         ],
1004         "name": "getBody",
1005         "owner": "Ext",
1006         "doc": "<p>Returns the current document body as an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>.</p>\n",
1007         "linenr": 85,
1008         "return": {
1009           "type": "void",
1010           "doc": "<p>Ext.core.Element The document body</p>\n"
1011         },
1012         "html_filename": "Ext-more.html"
1013       },
1014       {
1015         "deprecated": null,
1016         "alias": {
1017           "tagname": "alias",
1018           "cls": "Ext.ClassManager",
1019           "doc": null,
1020           "owner": "getClass"
1021         },
1022         "protected": false,
1023         "tagname": "method",
1024         "href": "ClassManager.html#Ext-method-getClass",
1025         "shortDoc": "Get the class of the provided object; returns null if it's not an instance\nof any class created with Ext.define. ...",
1026         "static": false,
1027         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
1028         "private": false,
1029         "params": [
1030           {
1031             "type": "Object",
1032             "optional": false,
1033             "doc": "\n",
1034             "name": "object"
1035           }
1036         ],
1037         "name": "getClass",
1038         "owner": "Ext",
1039         "doc": "<p>Get the class of the provided object; returns null if it's not an instance\nof any class created with Ext.define.</p>\n\n<pre><code>var component = new Ext.Component();\n\nExt.ClassManager.getClass(component); // returns <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-getClass\" rel=\"Ext-method-getClass\" class=\"docClass\">Ext.getClass</a> is alias for <a href=\"#/api/Ext.ClassManager-method-getClass\" rel=\"Ext.ClassManager-method-getClass\" class=\"docClass\">Ext.ClassManager.getClass</a>.</p>\n",
1040         "linenr": 1085,
1041         "return": {
1042           "type": "Class",
1043           "doc": "<p>class</p>\n"
1044         },
1045         "html_filename": "ClassManager.html"
1046       },
1047       {
1048         "deprecated": null,
1049         "alias": {
1050           "tagname": "alias",
1051           "cls": "Ext.ClassManager",
1052           "doc": null,
1053           "owner": "getName"
1054         },
1055         "protected": false,
1056         "tagname": "method",
1057         "href": "ClassManager.html#Ext-method-getClassName",
1058         "shortDoc": "Get the name of the class by its reference or its instance. ...",
1059         "static": false,
1060         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
1061         "private": false,
1062         "params": [
1063           {
1064             "type": "Class/Object",
1065             "optional": false,
1066             "doc": "\n",
1067             "name": "object"
1068           }
1069         ],
1070         "name": "getClassName",
1071         "owner": "Ext",
1072         "doc": "<p>Get the name of the class by its reference or its instance.</p>\n\n<pre><code>Ext.ClassManager.getName(Ext.Action); // returns \"Ext.Action\"\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-getClassName\" rel=\"Ext-method-getClassName\" class=\"docClass\">Ext.getClassName</a> is alias for <a href=\"#/api/Ext.ClassManager-method-getName\" rel=\"Ext.ClassManager-method-getName\" class=\"docClass\">Ext.ClassManager.getName</a>.</p>\n",
1073         "linenr": 1058,
1074         "return": {
1075           "type": "String",
1076           "doc": "<p>className</p>\n"
1077         },
1078         "html_filename": "ClassManager.html"
1079       },
1080       {
1081         "deprecated": null,
1082         "alias": null,
1083         "protected": false,
1084         "tagname": "method",
1085         "href": "Ext-more.html#Ext-method-getCmp",
1086         "shortDoc": "This is shorthand reference to Ext.ComponentManager.get. ...",
1087         "static": false,
1088         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1089         "private": false,
1090         "params": [
1091           {
1092             "type": "String",
1093             "optional": false,
1094             "doc": "<p>The component <a href=\"#/api/Ext.Component-cfg-id\" rel=\"Ext.Component-cfg-id\" class=\"docClass\">id</a></p>\n",
1095             "name": "id"
1096           }
1097         ],
1098         "name": "getCmp",
1099         "owner": "Ext",
1100         "doc": "<p>This is shorthand reference to <a href=\"#/api/Ext.ComponentManager-method-get\" rel=\"Ext.ComponentManager-method-get\" class=\"docClass\">Ext.ComponentManager.get</a>.\nLooks up an existing <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a> by <a href=\"#/api/Ext.Component-cfg-id\" rel=\"Ext.Component-cfg-id\" class=\"docClass\">id</a></p>\n",
1101         "linenr": 118,
1102         "return": {
1103           "type": "void",
1104           "doc": "<p>Ext.Component The Component, <tt>undefined</tt> if not found, or <tt>null</tt> if a\nClass was found.</p>\n"
1105         },
1106         "html_filename": "Ext-more.html"
1107       },
1108       {
1109         "deprecated": null,
1110         "alias": null,
1111         "protected": false,
1112         "tagname": "method",
1113         "href": "Ext-more.html#Ext-method-getDoc",
1114         "shortDoc": "Returns the current HTML document object as an Ext.core.Element. ...",
1115         "static": false,
1116         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1117         "private": false,
1118         "params": [
1119
1120         ],
1121         "name": "getDoc",
1122         "owner": "Ext",
1123         "doc": "<p>Returns the current HTML document object as an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>.</p>\n",
1124         "linenr": 110,
1125         "return": {
1126           "type": "void",
1127           "doc": "<p>Ext.core.Element The document</p>\n"
1128         },
1129         "html_filename": "Ext-more.html"
1130       },
1131       {
1132         "deprecated": null,
1133         "alias": null,
1134         "protected": false,
1135         "tagname": "method",
1136         "href": "Ext-more.html#Ext-method-getDom",
1137         "shortDoc": "Return the dom node for the passed String (id), dom node, or Ext.core.Element. ...",
1138         "static": false,
1139         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1140         "private": false,
1141         "params": [
1142           {
1143             "type": "Mixed",
1144             "optional": false,
1145             "doc": "\n",
1146             "name": "el"
1147           },
1148           {
1149             "type": "Object",
1150             "optional": false,
1151             "doc": "\n",
1152             "name": "strict"
1153           }
1154         ],
1155         "name": "getDom",
1156         "owner": "Ext",
1157         "doc": "<p>Return the dom node for the passed String (id), dom node, or <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>.\nOptional 'strict' flag is needed for IE since it can return 'name' and\n'id' elements by using getElementById.\nHere are some examples:</p>\n\n<pre><code>// gets dom node based on id\nvar elDom = Ext.getDom('elId');\n// gets dom node based on the dom node\nvar elDom1 = Ext.getDom(elDom);\n\n// If we don&#39;t know if we are working with an\n// <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> or a dom node use Ext.getDom\nfunction(el){\n    var dom = Ext.getDom(el);\n    // do something with the dom node\n}\n</code></pre>\n\n\n<p><b>Note</b>: the dom node to be found actually needs to exist (be rendered, etc)\nwhen this method is called to be successful.</p>\n",
1158         "linenr": 310,
1159         "return": {
1160           "type": "void",
1161           "doc": "<p>HTMLElement</p>\n"
1162         },
1163         "html_filename": "Ext-more.html"
1164       },
1165       {
1166         "deprecated": null,
1167         "alias": null,
1168         "protected": false,
1169         "tagname": "method",
1170         "href": "Ext-more.html#Ext-method-getHead",
1171         "shortDoc": "Returns the current document head as an Ext.core.Element. ...",
1172         "static": false,
1173         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1174         "private": false,
1175         "params": [
1176
1177         ],
1178         "name": "getHead",
1179         "owner": "Ext",
1180         "doc": "<p>Returns the current document head as an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>.</p>\n",
1181         "linenr": 93,
1182         "return": {
1183           "type": "void",
1184           "doc": "<p>Ext.core.Element The document head</p>\n"
1185         },
1186         "html_filename": "Ext-more.html"
1187       },
1188       {
1189         "deprecated": null,
1190         "alias": null,
1191         "protected": false,
1192         "tagname": "method",
1193         "href": "Ext-more.html#Ext-method-getOrientation",
1194         "shortDoc": "Returns the current orientation of the mobile device ...",
1195         "static": false,
1196         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1197         "private": false,
1198         "params": [
1199
1200         ],
1201         "name": "getOrientation",
1202         "owner": "Ext",
1203         "doc": "<p>Returns the current orientation of the mobile device</p>\n",
1204         "linenr": 129,
1205         "return": {
1206           "type": "String",
1207           "doc": "<p>Either 'portrait' or 'landscape'</p>\n"
1208         },
1209         "html_filename": "Ext-more.html"
1210       },
1211       {
1212         "deprecated": {
1213           "version": null,
1214           "text": "\n",
1215           "tagname": "deprecated",
1216           "doc": null
1217         },
1218         "alias": null,
1219         "protected": false,
1220         "tagname": "method",
1221         "href": "Ext-more.html#Ext-method-getScrollBarWidth",
1222         "shortDoc": "Utility method for getting the width of the browser's vertical scrollbar. ...",
1223         "static": false,
1224         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1225         "private": false,
1226         "params": [
1227           {
1228             "type": "Boolean",
1229             "optional": true,
1230             "doc": "<p>(optional) true to force a recalculation of the value.</p>\n",
1231             "name": "force"
1232           }
1233         ],
1234         "name": "getScrollBarWidth",
1235         "owner": "Ext",
1236         "doc": "<p>Utility method for getting the width of the browser's vertical scrollbar. This\ncan differ depending on operating system settings, such as the theme or font size.</p>\n\n<p>This method is deprected in favor of <a href=\"#/api/Ext-method-getScrollbarSize\" rel=\"Ext-method-getScrollbarSize\" class=\"docClass\">getScrollbarSize</a>.</p>\n",
1237         "linenr": 635,
1238         "return": {
1239           "type": "Number",
1240           "doc": "<p>The width of a vertical scrollbar.</p>\n"
1241         },
1242         "html_filename": "Ext-more.html"
1243       },
1244       {
1245         "deprecated": null,
1246         "alias": null,
1247         "protected": false,
1248         "tagname": "method",
1249         "href": "Ext-more.html#Ext-method-getScrollbarSize",
1250         "shortDoc": "Returns the size of the browser scrollbars. ...",
1251         "static": false,
1252         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1253         "private": false,
1254         "params": [
1255           {
1256             "type": "Boolean",
1257             "optional": true,
1258             "doc": "<p>(optional) true to force a recalculation of the value.</p>\n",
1259             "name": "force"
1260           }
1261         ],
1262         "name": "getScrollbarSize",
1263         "owner": "Ext",
1264         "doc": "<p>Returns the size of the browser scrollbars. This can differ depending on\noperating system settings, such as the theme or font size.</p>\n",
1265         "linenr": 601,
1266         "return": {
1267           "type": "Object",
1268           "doc": "<p>An object containing the width of a vertical scrollbar and the\nheight of a horizontal scrollbar.</p>\n"
1269         },
1270         "html_filename": "Ext-more.html"
1271       },
1272       {
1273         "deprecated": null,
1274         "alias": null,
1275         "protected": false,
1276         "tagname": "method",
1277         "href": "StoreManager.html#Ext-method-getStore",
1278         "shortDoc": "Gets a registered Store by id (shortcut to Ext.data.StoreManager.lookup) ...",
1279         "static": false,
1280         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/StoreManager.js",
1281         "private": false,
1282         "params": [
1283           {
1284             "type": "String/Object",
1285             "optional": false,
1286             "doc": "<p>The id of the Store, or a Store instance</p>\n",
1287             "name": "id"
1288           }
1289         ],
1290         "name": "getStore",
1291         "owner": "Ext",
1292         "doc": "<p>Gets a registered Store by id (shortcut to <a href=\"#/api/Ext.data.StoreManager-method-lookup\" rel=\"Ext.data.StoreManager-method-lookup\" class=\"docClass\">Ext.data.StoreManager.lookup</a>)</p>\n",
1293         "linenr": 155,
1294         "return": {
1295           "type": "Ext.data.Store",
1296           "doc": "\n"
1297         },
1298         "html_filename": "StoreManager.html"
1299       },
1300       {
1301         "deprecated": null,
1302         "alias": null,
1303         "protected": false,
1304         "tagname": "method",
1305         "href": "Ext-more.html#Ext-method-htmlDecode",
1306         "shortDoc": "Convert certain characters (&amp;, &lt;, >, and ') from their HTML character equivalents. ...",
1307         "static": false,
1308         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1309         "private": false,
1310         "params": [
1311           {
1312             "type": "String",
1313             "optional": false,
1314             "doc": "<p>The string to decode</p>\n",
1315             "name": "value"
1316           }
1317         ],
1318         "name": "htmlDecode",
1319         "owner": "Ext",
1320         "doc": "<p>Convert certain characters (&amp;, &lt;, >, and ') from their HTML character equivalents.</p>\n",
1321         "linenr": 201,
1322         "return": {
1323           "type": "String",
1324           "doc": "<p>The decoded text</p>\n"
1325         },
1326         "html_filename": "Ext-more.html"
1327       },
1328       {
1329         "deprecated": null,
1330         "alias": null,
1331         "protected": false,
1332         "tagname": "method",
1333         "href": "Ext-more.html#Ext-method-htmlEncode",
1334         "shortDoc": "Convert certain characters (&amp;, &lt;, >, and ') to their HTML character equivalents for literal display in web pages. ...",
1335         "static": false,
1336         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1337         "private": false,
1338         "params": [
1339           {
1340             "type": "String",
1341             "optional": false,
1342             "doc": "<p>The string to encode</p>\n",
1343             "name": "value"
1344           }
1345         ],
1346         "name": "htmlEncode",
1347         "owner": "Ext",
1348         "doc": "<p>Convert certain characters (&amp;, &lt;, >, and ') to their HTML character equivalents for literal display in web pages.</p>\n",
1349         "linenr": 192,
1350         "return": {
1351           "type": "String",
1352           "doc": "<p>The encoded text</p>\n"
1353         },
1354         "html_filename": "Ext-more.html"
1355       },
1356       {
1357         "deprecated": null,
1358         "alias": null,
1359         "protected": false,
1360         "tagname": "method",
1361         "href": "Ext-more.html#Ext-method-id",
1362         "shortDoc": "Generates unique ids. ...",
1363         "static": false,
1364         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1365         "private": false,
1366         "params": [
1367           {
1368             "type": "Mixed",
1369             "optional": true,
1370             "doc": "<p>(optional) The element to generate an id for</p>\n",
1371             "name": "el"
1372           },
1373           {
1374             "type": "String",
1375             "optional": true,
1376             "doc": "<p>(optional) Id prefix (defaults \"ext-gen\")</p>\n",
1377             "name": "prefix"
1378           }
1379         ],
1380         "name": "id",
1381         "owner": "Ext",
1382         "doc": "<p>Generates unique ids. If the element already has an id, it is unchanged</p>\n",
1383         "linenr": 57,
1384         "return": {
1385           "type": "String",
1386           "doc": "<p>The generated Id.</p>\n"
1387         },
1388         "html_filename": "Ext-more.html"
1389       },
1390       {
1391         "deprecated": {
1392           "version": "4.0.0",
1393           "text": "<p>Will be removed in the next major version</p>\n",
1394           "tagname": "deprecated",
1395           "doc": null
1396         },
1397         "alias": null,
1398         "protected": false,
1399         "tagname": "method",
1400         "href": "Ext-more.html#Ext-method-invoke",
1401         "shortDoc": "Invokes a method on each item in an Array. ...",
1402         "static": false,
1403         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1404         "private": false,
1405         "params": [
1406           {
1407             "type": "Array|NodeList",
1408             "optional": false,
1409             "doc": "<p>The Array of items to invoke the method on.</p>\n",
1410             "name": "arr"
1411           },
1412           {
1413             "type": "String",
1414             "optional": false,
1415             "doc": "<p>The method name to invoke.</p>\n",
1416             "name": "methodName"
1417           },
1418           {
1419             "type": "...*",
1420             "optional": false,
1421             "doc": "<p>Arguments to send into the method invocation.</p>\n",
1422             "name": "args"
1423           }
1424         ],
1425         "name": "invoke",
1426         "owner": "Ext",
1427         "doc": "<p>Invokes a method on each item in an Array.</p>\n\n<pre><code>// Example:\nExt.invoke(Ext.query(\"p\"), \"getAttribute\", \"id\");\n// [el1.getAttribute(\"id\"), el2.getAttribute(\"id\"), ..., elN.getAttribute(\"id\")]\n</code></pre>\n\n",
1428         "linenr": 851,
1429         "return": {
1430           "type": "Array",
1431           "doc": "<p>The results of invoking the method on each item in the array.</p>\n"
1432         },
1433         "html_filename": "Ext-more.html"
1434       },
1435       {
1436         "deprecated": null,
1437         "alias": null,
1438         "protected": false,
1439         "tagname": "method",
1440         "href": "Ext.html#Ext-method-isArray",
1441         "shortDoc": "Returns true if the passed value is a JavaScript Array, false otherwise. ...",
1442         "static": false,
1443         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1444         "private": false,
1445         "params": [
1446           {
1447             "type": "Mixed",
1448             "optional": false,
1449             "doc": "<p>The target to test</p>\n",
1450             "name": "target"
1451           }
1452         ],
1453         "name": "isArray",
1454         "owner": "Ext",
1455         "doc": "<p>Returns true if the passed value is a JavaScript Array, false otherwise.</p>\n",
1456         "linenr": 348,
1457         "return": {
1458           "type": "Boolean",
1459           "doc": "\n"
1460         },
1461         "html_filename": "Ext.html"
1462       },
1463       {
1464         "deprecated": null,
1465         "alias": null,
1466         "protected": false,
1467         "tagname": "method",
1468         "href": "Ext.html#Ext-method-isBoolean",
1469         "shortDoc": "Returns true if the passed value is a boolean. ...",
1470         "static": false,
1471         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1472         "private": false,
1473         "params": [
1474           {
1475             "type": "Mixed",
1476             "optional": false,
1477             "doc": "<p>The value to test</p>\n",
1478             "name": "value"
1479           }
1480         ],
1481         "name": "isBoolean",
1482         "owner": "Ext",
1483         "doc": "<p>Returns true if the passed value is a boolean.</p>\n",
1484         "linenr": 436,
1485         "return": {
1486           "type": "Boolean",
1487           "doc": "\n"
1488         },
1489         "html_filename": "Ext.html"
1490       },
1491       {
1492         "deprecated": null,
1493         "alias": null,
1494         "protected": false,
1495         "tagname": "method",
1496         "href": "Ext.html#Ext-method-isDate",
1497         "shortDoc": "Returns true if the passed value is a JavaScript Date object, false otherwise. ...",
1498         "static": false,
1499         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1500         "private": false,
1501         "params": [
1502           {
1503             "type": "Object",
1504             "optional": false,
1505             "doc": "<p>The object to test</p>\n",
1506             "name": "object"
1507           }
1508         ],
1509         "name": "isDate",
1510         "owner": "Ext",
1511         "doc": "<p>Returns true if the passed value is a JavaScript Date object, false otherwise.</p>\n",
1512         "linenr": 359,
1513         "return": {
1514           "type": "Boolean",
1515           "doc": "\n"
1516         },
1517         "html_filename": "Ext.html"
1518       },
1519       {
1520         "deprecated": null,
1521         "alias": null,
1522         "protected": false,
1523         "tagname": "method",
1524         "href": "Ext.html#Ext-method-isDefined",
1525         "shortDoc": "Returns true if the passed value is defined. ...",
1526         "static": false,
1527         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1528         "private": false,
1529         "params": [
1530           {
1531             "type": "Mixed",
1532             "optional": false,
1533             "doc": "<p>The value to test</p>\n",
1534             "name": "value"
1535           }
1536         ],
1537         "name": "isDefined",
1538         "owner": "Ext",
1539         "doc": "<p>Returns true if the passed value is defined.</p>\n",
1540         "linenr": 464,
1541         "return": {
1542           "type": "Boolean",
1543           "doc": "\n"
1544         },
1545         "html_filename": "Ext.html"
1546       },
1547       {
1548         "deprecated": null,
1549         "alias": null,
1550         "protected": false,
1551         "tagname": "method",
1552         "href": "Ext.html#Ext-method-isElement",
1553         "shortDoc": "Returns true if the passed value is an HTMLElement ...",
1554         "static": false,
1555         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1556         "private": false,
1557         "params": [
1558           {
1559             "type": "Mixed",
1560             "optional": false,
1561             "doc": "<p>The value to test</p>\n",
1562             "name": "value"
1563           }
1564         ],
1565         "name": "isElement",
1566         "owner": "Ext",
1567         "doc": "<p>Returns true if the passed value is an HTMLElement</p>\n",
1568         "linenr": 446,
1569         "return": {
1570           "type": "Boolean",
1571           "doc": "\n"
1572         },
1573         "html_filename": "Ext.html"
1574       },
1575       {
1576         "deprecated": null,
1577         "alias": null,
1578         "protected": false,
1579         "tagname": "method",
1580         "href": "Ext.html#Ext-method-isEmpty",
1581         "shortDoc": "Returns true if the passed value is empty, false otherwise. ...",
1582         "static": false,
1583         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1584         "private": false,
1585         "params": [
1586           {
1587             "type": "Mixed",
1588             "optional": false,
1589             "doc": "<p>The value to test</p>\n",
1590             "name": "value"
1591           },
1592           {
1593             "type": "Boolean",
1594             "optional": true,
1595             "doc": "<p>(optional) true to allow empty strings (defaults to false)</p>\n",
1596             "name": "allowEmptyString"
1597           }
1598         ],
1599         "name": "isEmpty",
1600         "owner": "Ext",
1601         "doc": "<p>Returns true if the passed value is empty, false otherwise. The value is deemed to be empty if it is either:</p>\n\n<ul>\n<li><code>null</code></li>\n<li><code>undefined</code></li>\n<li>a zero-length array</li>\n<li>a zero-length string (Unless the <code>allowEmptyString</code> parameter is set to <code>true</code>)</li>\n</ul>\n\n",
1602         "linenr": 331,
1603         "return": {
1604           "type": "Boolean",
1605           "doc": "\n"
1606         },
1607         "html_filename": "Ext.html"
1608       },
1609       {
1610         "deprecated": null,
1611         "alias": null,
1612         "protected": false,
1613         "tagname": "method",
1614         "href": "Ext.html#Ext-method-isFunction",
1615         "shortDoc": "Returns true if the passed value is a JavaScript Function, false otherwise. ...",
1616         "static": false,
1617         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1618         "private": false,
1619         "params": [
1620           {
1621             "type": "Mixed",
1622             "optional": false,
1623             "doc": "<p>The value to test</p>\n",
1624             "name": "value"
1625           }
1626         ],
1627         "name": "isFunction",
1628         "owner": "Ext",
1629         "doc": "<p>Returns true if the passed value is a JavaScript Function, false otherwise.</p>\n",
1630         "linenr": 394,
1631         "return": {
1632           "type": "Boolean",
1633           "doc": "\n"
1634         },
1635         "html_filename": "Ext.html"
1636       },
1637       {
1638         "deprecated": null,
1639         "alias": null,
1640         "protected": false,
1641         "tagname": "method",
1642         "href": "Ext.html#Ext-method-isIterable",
1643         "shortDoc": "Returns true if the passed value is iterable, false otherwise ...",
1644         "static": false,
1645         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1646         "private": false,
1647         "params": [
1648           {
1649             "type": "Mixed",
1650             "optional": false,
1651             "doc": "<p>The value to test</p>\n",
1652             "name": "value"
1653           }
1654         ],
1655         "name": "isIterable",
1656         "owner": "Ext",
1657         "doc": "<p>Returns true if the passed value is iterable, false otherwise</p>\n",
1658         "linenr": 473,
1659         "return": {
1660           "type": "Boolean",
1661           "doc": "\n"
1662         },
1663         "html_filename": "Ext.html"
1664       },
1665       {
1666         "deprecated": null,
1667         "alias": null,
1668         "protected": false,
1669         "tagname": "method",
1670         "href": "Ext.html#Ext-method-isNumber",
1671         "shortDoc": "Returns true if the passed value is a number. ...",
1672         "static": false,
1673         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1674         "private": false,
1675         "params": [
1676           {
1677             "type": "Mixed",
1678             "optional": false,
1679             "doc": "<p>The value to test</p>\n",
1680             "name": "value"
1681           }
1682         ],
1683         "name": "isNumber",
1684         "owner": "Ext",
1685         "doc": "<p>Returns true if the passed value is a number. Returns false for non-finite numbers.</p>\n",
1686         "linenr": 409,
1687         "return": {
1688           "type": "Boolean",
1689           "doc": "\n"
1690         },
1691         "html_filename": "Ext.html"
1692       },
1693       {
1694         "deprecated": null,
1695         "alias": null,
1696         "protected": false,
1697         "tagname": "method",
1698         "href": "Ext.html#Ext-method-isNumeric",
1699         "shortDoc": "Validates that a value is numeric. ...",
1700         "static": false,
1701         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1702         "private": false,
1703         "params": [
1704           {
1705             "type": "Mixed",
1706             "optional": false,
1707             "doc": "<p>Examples: 1, '1', '2.34'</p>\n",
1708             "name": "value"
1709           }
1710         ],
1711         "name": "isNumeric",
1712         "owner": "Ext",
1713         "doc": "<p>Validates that a value is numeric.</p>\n",
1714         "linenr": 418,
1715         "return": {
1716           "type": "Boolean",
1717           "doc": "<p>True if numeric, false otherwise</p>\n"
1718         },
1719         "html_filename": "Ext.html"
1720       },
1721       {
1722         "deprecated": null,
1723         "alias": null,
1724         "protected": false,
1725         "tagname": "method",
1726         "href": "Ext.html#Ext-method-isObject",
1727         "shortDoc": "Returns true if the passed value is a JavaScript Object, false otherwise. ...",
1728         "static": false,
1729         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1730         "private": false,
1731         "params": [
1732           {
1733             "type": "Mixed",
1734             "optional": false,
1735             "doc": "<p>The value to test</p>\n",
1736             "name": "value"
1737           }
1738         ],
1739         "name": "isObject",
1740         "owner": "Ext",
1741         "doc": "<p>Returns true if the passed value is a JavaScript Object, false otherwise.</p>\n",
1742         "linenr": 368,
1743         "return": {
1744           "type": "Boolean",
1745           "doc": "\n"
1746         },
1747         "html_filename": "Ext.html"
1748       },
1749       {
1750         "deprecated": null,
1751         "alias": null,
1752         "protected": false,
1753         "tagname": "method",
1754         "href": "Ext.html#Ext-method-isPrimitive",
1755         "shortDoc": "Returns true if the passed value is a JavaScript 'primitive', a string, number or boolean. ...",
1756         "static": false,
1757         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1758         "private": false,
1759         "params": [
1760           {
1761             "type": "Mixed",
1762             "optional": false,
1763             "doc": "<p>The value to test</p>\n",
1764             "name": "value"
1765           }
1766         ],
1767         "name": "isPrimitive",
1768         "owner": "Ext",
1769         "doc": "<p>Returns true if the passed value is a JavaScript 'primitive', a string, number or boolean.</p>\n",
1770         "linenr": 383,
1771         "return": {
1772           "type": "Boolean",
1773           "doc": "\n"
1774         },
1775         "html_filename": "Ext.html"
1776       },
1777       {
1778         "deprecated": null,
1779         "alias": null,
1780         "protected": false,
1781         "tagname": "method",
1782         "href": "Ext.html#Ext-method-isString",
1783         "shortDoc": "Returns true if the passed value is a string. ...",
1784         "static": false,
1785         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1786         "private": false,
1787         "params": [
1788           {
1789             "type": "Mixed",
1790             "optional": false,
1791             "doc": "<p>The value to test</p>\n",
1792             "name": "value"
1793           }
1794         ],
1795         "name": "isString",
1796         "owner": "Ext",
1797         "doc": "<p>Returns true if the passed value is a string.</p>\n",
1798         "linenr": 427,
1799         "return": {
1800           "type": "Boolean",
1801           "doc": "\n"
1802         },
1803         "html_filename": "Ext.html"
1804       },
1805       {
1806         "deprecated": null,
1807         "alias": null,
1808         "protected": false,
1809         "tagname": "method",
1810         "href": "Ext.html#Ext-method-isTextNode",
1811         "shortDoc": "Returns true if the passed value is a TextNode ...",
1812         "static": false,
1813         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1814         "private": false,
1815         "params": [
1816           {
1817             "type": "Mixed",
1818             "optional": false,
1819             "doc": "<p>The value to test</p>\n",
1820             "name": "value"
1821           }
1822         ],
1823         "name": "isTextNode",
1824         "owner": "Ext",
1825         "doc": "<p>Returns true if the passed value is a TextNode</p>\n",
1826         "linenr": 455,
1827         "return": {
1828           "type": "Boolean",
1829           "doc": "\n"
1830         },
1831         "html_filename": "Ext.html"
1832       },
1833       {
1834         "deprecated": null,
1835         "alias": null,
1836         "protected": false,
1837         "tagname": "method",
1838         "href": "Ext.html#Ext-method-iterate",
1839         "shortDoc": "Iterates either an array or an object. ...",
1840         "static": false,
1841         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
1842         "private": false,
1843         "params": [
1844           {
1845             "type": "Object/Array",
1846             "optional": false,
1847             "doc": "<p>The object or array to be iterated.</p>\n",
1848             "name": "object"
1849           },
1850           {
1851             "type": "Function",
1852             "optional": false,
1853             "doc": "<p>The function to be called for each iteration. See and <a href=\"#/api/Ext.Array-method-each\" rel=\"Ext.Array-method-each\" class=\"docClass\">Ext.Array.each</a> and\n<a href=\"#/api/Ext.Object-method-each\" rel=\"Ext.Object-method-each\" class=\"docClass\">Ext.Object.each</a> for detailed lists of arguments passed to this function depending on the given object\ntype that is being iterated.</p>\n",
1854             "name": "fn"
1855           },
1856           {
1857             "type": "Object",
1858             "optional": false,
1859             "doc": "<p>(Optional) The scope (<code>this</code> reference) in which the specified function is executed.\nDefaults to the object being iterated itself.</p>\n",
1860             "name": "scope"
1861           }
1862         ],
1863         "name": "iterate",
1864         "owner": "Ext",
1865         "doc": "<p>Iterates either an array or an object. This method delegates to\n<a href=\"#/api/Ext.Array-method-each\" rel=\"Ext.Array-method-each\" class=\"docClass\">Ext.Array.each</a> if the given value is iterable, and <a href=\"#/api/Ext.Object-method-each\" rel=\"Ext.Object-method-each\" class=\"docClass\">Ext.Object.each</a> otherwise.</p>\n",
1866         "linenr": 101,
1867         "return": {
1868           "type": "void",
1869           "doc": "\n"
1870         },
1871         "html_filename": "Ext.html"
1872       },
1873       {
1874         "deprecated": null,
1875         "alias": null,
1876         "protected": false,
1877         "tagname": "method",
1878         "href": "Ext-more.html#Ext-method-log",
1879         "shortDoc": "Logs a message. ...",
1880         "static": false,
1881         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
1882         "private": false,
1883         "params": [
1884           {
1885             "type": "String|Object",
1886             "optional": false,
1887             "doc": "<p>The message to log or an options object with any\nof the following properties:</p>\n\n<ul>\n<li><code>msg</code>: The message to log (required).</li>\n<li><code>level</code>: One of: \"error\", \"warn\", \"info\" or \"log\" (the default is \"log\").</li>\n<li><code>dump</code>: An object to dump to the log as part of the message.</li>\n<li><code>stack</code>: True to include a stack trace in the log.</li>\n</ul>\n\n",
1888             "name": "message"
1889           }
1890         ],
1891         "name": "log",
1892         "owner": "Ext",
1893         "doc": "<p>Logs a message. If a console is present it will be used. On Opera, the method\n\"opera.postError\" is called. In other cases, the message is logged to an array\n\"Ext.log.out\". An attached debugger can watch this array and view the log. The\nlog buffer is limited to a maximum of \"Ext.log.max\" entries (defaults to 100).</p>\n\n<p>If additional parameters are passed, they are joined and appended to the message.</p>\n\n<p>This method does nothing in a release build.</p>\n",
1894         "linenr": 697,
1895         "return": {
1896           "type": "void",
1897           "doc": "\n"
1898         },
1899         "html_filename": "Ext-more.html"
1900       },
1901       {
1902         "deprecated": {
1903           "version": "4.0.0",
1904           "text": "<p>Use <a href=\"#/api/Ext.Array-method-max\" rel=\"Ext.Array-method-max\" class=\"docClass\">Ext.Array.max</a> instead</p>\n",
1905           "tagname": "deprecated",
1906           "doc": null
1907         },
1908         "alias": {
1909           "tagname": "alias",
1910           "cls": "Ext.Array",
1911           "doc": null,
1912           "owner": "max"
1913         },
1914         "protected": false,
1915         "tagname": "method",
1916         "href": "Array2.html#Ext-method-max",
1917         "shortDoc": "Old alias to Ext.Array.max\n\nReturns the maximum value in the Array. ...",
1918         "static": false,
1919         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
1920         "private": false,
1921         "params": [
1922           {
1923             "type": "Array|NodeList",
1924             "optional": false,
1925             "doc": "<p>The Array from which to select the maximum value.</p>\n",
1926             "name": "array"
1927           },
1928           {
1929             "type": "Function",
1930             "optional": true,
1931             "doc": "<p>(optional) a function to perform the comparision which determines maximization.\nIf omitted the \">\" operator will be used. Note: gt = 1; eq = 0; lt = -1</p>\n",
1932             "name": "comparisonFn"
1933           }
1934         ],
1935         "name": "max",
1936         "owner": "Ext",
1937         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-max\" rel=\"Ext.Array-method-max\" class=\"docClass\">Ext.Array.max</a></p>\n\n<p>Returns the maximum value in the Array.</p>\n",
1938         "linenr": 998,
1939         "return": {
1940           "type": "Mixed",
1941           "doc": "<p>maxValue The maximum value</p>\n"
1942         },
1943         "html_filename": "Array2.html"
1944       },
1945       {
1946         "deprecated": {
1947           "version": "4.0.0",
1948           "text": "<p>Use <a href=\"#/api/Ext.Array-method-mean\" rel=\"Ext.Array-method-mean\" class=\"docClass\">Ext.Array.mean</a> instead</p>\n",
1949           "tagname": "deprecated",
1950           "doc": null
1951         },
1952         "alias": {
1953           "tagname": "alias",
1954           "cls": "Ext.Array",
1955           "doc": null,
1956           "owner": "mean"
1957         },
1958         "protected": false,
1959         "tagname": "method",
1960         "href": "Array2.html#Ext-method-mean",
1961         "shortDoc": "Old alias to Ext.Array.mean\n\nCalculates the mean of all items in the array. ...",
1962         "static": false,
1963         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
1964         "private": false,
1965         "params": [
1966           {
1967             "type": "Array",
1968             "optional": false,
1969             "doc": "<p>The Array to calculate the mean value of.</p>\n",
1970             "name": "array"
1971           }
1972         ],
1973         "name": "mean",
1974         "owner": "Ext",
1975         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-mean\" rel=\"Ext.Array-method-mean\" class=\"docClass\">Ext.Array.mean</a></p>\n\n<p>Calculates the mean of all items in the array.</p>\n",
1976         "linenr": 1016,
1977         "return": {
1978           "type": "Number",
1979           "doc": "<p>The mean.</p>\n"
1980         },
1981         "html_filename": "Array2.html"
1982       },
1983       {
1984         "deprecated": null,
1985         "alias": null,
1986         "protected": false,
1987         "tagname": "method",
1988         "href": "Object.html#Ext-method-merge",
1989         "shortDoc": "A convenient alias method for Ext.Object.merge ...",
1990         "static": false,
1991         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Object.js",
1992         "private": false,
1993         "params": [
1994
1995         ],
1996         "name": "merge",
1997         "owner": "Ext",
1998         "doc": "<p>A convenient alias method for <a href=\"#/api/Ext.Object-method-merge\" rel=\"Ext.Object-method-merge\" class=\"docClass\">Ext.Object.merge</a></p>\n",
1999         "linenr": 490,
2000         "return": {
2001           "type": "void",
2002           "doc": "\n"
2003         },
2004         "html_filename": "Object.html"
2005       },
2006       {
2007         "deprecated": {
2008           "version": "4.0.0",
2009           "text": "<p>Use <a href=\"#/api/Ext.Array-method-min\" rel=\"Ext.Array-method-min\" class=\"docClass\">Ext.Array.min</a> instead</p>\n",
2010           "tagname": "deprecated",
2011           "doc": null
2012         },
2013         "alias": {
2014           "tagname": "alias",
2015           "cls": "Ext.Array",
2016           "doc": null,
2017           "owner": "min"
2018         },
2019         "protected": false,
2020         "tagname": "method",
2021         "href": "Array2.html#Ext-method-min",
2022         "shortDoc": "Old alias to Ext.Array.min\n\nReturns the minimum value in the Array. ...",
2023         "static": false,
2024         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
2025         "private": false,
2026         "params": [
2027           {
2028             "type": "Array|NodeList",
2029             "optional": false,
2030             "doc": "<p>The Array from which to select the minimum value.</p>\n",
2031             "name": "array"
2032           },
2033           {
2034             "type": "Function",
2035             "optional": true,
2036             "doc": "<p>(optional) a function to perform the comparision which determines minimization.\nIf omitted the \"&lt;\" operator will be used. Note: gt = 1; eq = 0; lt = -1</p>\n",
2037             "name": "comparisonFn"
2038           }
2039         ],
2040         "name": "min",
2041         "owner": "Ext",
2042         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-min\" rel=\"Ext.Array-method-min\" class=\"docClass\">Ext.Array.min</a></p>\n\n<p>Returns the minimum value in the Array.</p>\n",
2043         "linenr": 989,
2044         "return": {
2045           "type": "Mixed",
2046           "doc": "<p>minValue The minimum value</p>\n"
2047         },
2048         "html_filename": "Array2.html"
2049       },
2050       {
2051         "deprecated": null,
2052         "alias": null,
2053         "protected": false,
2054         "tagname": "method",
2055         "href": "ClassManager.html#Ext-method-namespace",
2056         "shortDoc": "Creates namespaces to be used for scoping variables and classes so that they are not global. ...",
2057         "static": false,
2058         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
2059         "private": false,
2060         "params": [
2061           {
2062             "type": "String",
2063             "optional": false,
2064             "doc": "\n",
2065             "name": "namespace1"
2066           },
2067           {
2068             "type": "String",
2069             "optional": false,
2070             "doc": "\n",
2071             "name": "namespace2"
2072           },
2073           {
2074             "type": "String",
2075             "optional": false,
2076             "doc": "\n",
2077             "name": "etc"
2078           }
2079         ],
2080         "name": "namespace",
2081         "owner": "Ext",
2082         "doc": "<p>Creates namespaces to be used for scoping variables and classes so that they are not global.\nSpecifying the last node of a namespace implicitly creates all other nodes. Usage:</p>\n\n<pre><code>Ext.namespace('Company', 'Company.data');\n\n// equivalent and preferable to the above syntax\nExt.namespace('Company.data');\n\nCompany.Widget = function() { ... };\n\nCompany.data.CustomStore = function(config) { ... };\n</code></pre>\n",
2083         "linenr": 1092,
2084         "return": {
2085           "type": "Object",
2086           "doc": "<p>The namespace object. (If multiple arguments are passed, this will be the last namespace created)</p>\n"
2087         },
2088         "html_filename": "ClassManager.html"
2089       },
2090       {
2091         "deprecated": null,
2092         "alias": {
2093           "tagname": "alias",
2094           "cls": "Ext",
2095           "doc": null,
2096           "owner": "namespace"
2097         },
2098         "protected": false,
2099         "tagname": "method",
2100         "href": "ClassManager.html#Ext-method-ns",
2101         "shortDoc": "Convenient alias for Ext.namespace\n\nCreates namespaces to be used for scoping variables and classes so that they are ...",
2102         "static": false,
2103         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
2104         "private": false,
2105         "params": [
2106           {
2107             "type": "String",
2108             "optional": false,
2109             "doc": "\n",
2110             "name": "namespace1"
2111           },
2112           {
2113             "type": "String",
2114             "optional": false,
2115             "doc": "\n",
2116             "name": "namespace2"
2117           },
2118           {
2119             "type": "String",
2120             "optional": false,
2121             "doc": "\n",
2122             "name": "etc"
2123           }
2124         ],
2125         "name": "ns",
2126         "owner": "Ext",
2127         "doc": "<p>Convenient alias for <a href=\"#/api/Ext-method-namespace\" rel=\"Ext-method-namespace\" class=\"docClass\">Ext.namespace</a></p>\n\n<p>Creates namespaces to be used for scoping variables and classes so that they are not global.\nSpecifying the last node of a namespace implicitly creates all other nodes. Usage:</p>\n\n<pre><code>Ext.namespace('Company', 'Company.data');\n\n// equivalent and preferable to the above syntax\nExt.namespace('Company.data');\n\nCompany.Widget = function() { ... };\n\nCompany.data.CustomStore = function(config) { ... };\n</code></pre>\n",
2128         "linenr": 1124,
2129         "return": {
2130           "type": "Object",
2131           "doc": "<p>The namespace object. (If multiple arguments are passed, this will be the last namespace created)</p>\n"
2132         },
2133         "html_filename": "ClassManager.html"
2134       },
2135       {
2136         "deprecated": {
2137           "version": "4.0.0",
2138           "text": "<p>Replaced by Ext.Number.from</p>\n",
2139           "tagname": "deprecated",
2140           "doc": null
2141         },
2142         "alias": null,
2143         "protected": false,
2144         "tagname": "method",
2145         "href": "Number3.html#Ext-method-num",
2146         "shortDoc": "This method is deprecated, please use Ext.Number.from instead ...",
2147         "static": false,
2148         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Number.js",
2149         "private": false,
2150         "params": [
2151
2152         ],
2153         "name": "num",
2154         "owner": "Ext",
2155         "doc": "<p>This method is deprecated, please use <a href=\"#/api/Ext.Number-method-from\" rel=\"Ext.Number-method-from\" class=\"docClass\">Ext.Number.from</a> instead</p>\n",
2156         "linenr": 98,
2157         "return": {
2158           "type": "void",
2159           "doc": "\n"
2160         },
2161         "html_filename": "Number3.html"
2162       },
2163       {
2164         "deprecated": null,
2165         "alias": null,
2166         "protected": false,
2167         "tagname": "method",
2168         "href": "EventManager.html#Ext-method-onDocumentReady",
2169         "shortDoc": "Alias for Ext.EventManager.onDocumentReady ...",
2170         "static": false,
2171         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
2172         "private": false,
2173         "params": [
2174
2175         ],
2176         "name": "onDocumentReady",
2177         "owner": "Ext",
2178         "doc": "<p>Alias for <a href=\"#/api/Ext.EventManager-method-onDocumentReady\" rel=\"Ext.EventManager-method-onDocumentReady\" class=\"docClass\">Ext.EventManager.onDocumentReady</a></p>\n",
2179         "linenr": 852,
2180         "return": {
2181           "type": "void",
2182           "doc": "\n"
2183         },
2184         "html_filename": "EventManager.html"
2185       },
2186       {
2187         "deprecated": null,
2188         "alias": {
2189           "tagname": "alias",
2190           "cls": "Ext.Loader",
2191           "doc": null,
2192           "owner": "onReady"
2193         },
2194         "protected": false,
2195         "tagname": "method",
2196         "href": "Loader.html#Ext-method-onReady",
2197         "shortDoc": "Adds new listener to be executed when all required scripts are fully loaded. ...",
2198         "static": false,
2199         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Loader.js",
2200         "private": false,
2201         "params": [
2202           {
2203             "type": "Function",
2204             "optional": false,
2205             "doc": "<p>The function callback to be executed</p>\n",
2206             "name": "fn"
2207           },
2208           {
2209             "type": "Object",
2210             "optional": false,
2211             "doc": "<p>The execution scope (<code>this</code>) of the callback function</p>\n",
2212             "name": "scope"
2213           },
2214           {
2215             "type": "Boolean",
2216             "optional": false,
2217             "doc": "<p>Whether or not to wait for document dom ready as well</p>\n",
2218             "name": "withDomReady"
2219           },
2220           {
2221             "type": "Object",
2222             "optional": false,
2223             "doc": "\n",
2224             "name": "options"
2225           }
2226         ],
2227         "name": "onReady",
2228         "owner": "Ext",
2229         "doc": "<p>Adds new listener to be executed when all required scripts are fully loaded.</p>\n",
2230         "linenr": 962,
2231         "return": {
2232           "type": "void",
2233           "doc": "\n"
2234         },
2235         "html_filename": "Loader.html"
2236       },
2237       {
2238         "deprecated": null,
2239         "alias": null,
2240         "protected": false,
2241         "tagname": "method",
2242         "href": "Ext.html#Ext-method-override",
2243         "shortDoc": "Proxy to Ext.Base.override. ...",
2244         "static": false,
2245         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
2246         "private": false,
2247         "params": [
2248           {
2249             "type": "Object",
2250             "optional": false,
2251             "doc": "<p>The class to override</p>\n",
2252             "name": "cls"
2253           },
2254           {
2255             "type": "Object",
2256             "optional": false,
2257             "doc": "<p>The list of functions to add to origClass. This should be specified as an object literal\ncontaining one or more methods.</p>\n",
2258             "name": "overrides"
2259           }
2260         ],
2261         "name": "override",
2262         "owner": "Ext",
2263         "doc": "<p>Proxy to <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a>. Please refer <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a> for further details.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    sayHi: function() {\n        alert('Hi!');\n    }\n}\n\nExt.override(My.cool.Class, {\n    sayHi: function() {\n        alert('About to say...');\n\n        this.callOverridden();\n    }\n});\n\nvar cool = new My.cool.Class();\ncool.sayHi(); // alerts 'About to say...'\n              // alerts 'Hi!'\n</code></pre>\n\n<p>Please note that <code>this.callOverridden()</code> only works if the class was previously\ncreated with {@link Ext#define)</p>\n",
2264         "linenr": 202,
2265         "return": {
2266           "type": "void",
2267           "doc": "\n"
2268         },
2269         "html_filename": "Ext.html"
2270       },
2271       {
2272         "deprecated": {
2273           "version": "4.0.0",
2274           "text": "<p>Will be removed in the next major version</p>\n",
2275           "tagname": "deprecated",
2276           "doc": null
2277         },
2278         "alias": null,
2279         "protected": false,
2280         "tagname": "method",
2281         "href": "Ext-more.html#Ext-method-partition",
2282         "shortDoc": "Partitions the set into two sets: a true set and a false set. ...",
2283         "static": false,
2284         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
2285         "private": false,
2286         "params": [
2287           {
2288             "type": "Array|NodeList",
2289             "optional": false,
2290             "doc": "<p>The array to partition</p>\n",
2291             "name": "arr"
2292           },
2293           {
2294             "type": "Function",
2295             "optional": true,
2296             "doc": "<p>(optional) a function to determine truth.  If this is omitted the element\nitself must be able to be evaluated for its truthfulness.</p>\n",
2297             "name": "truth"
2298           }
2299         ],
2300         "name": "partition",
2301         "owner": "Ext",
2302         "doc": "<p>Partitions the set into two sets: a true set and a false set.\nExample:\nExample2:</p>\n\n<pre><code>// Example 1:\nExt.partition([true, false, true, true, false]); // [[true, true, true], [false, false]]\n\n// Example 2:\nExt.partition(\n    Ext.query(\"p\"),\n    function(val){\n        return val.className == \"class1\"\n    }\n);\n// true are those paragraph elements with a className of \"class1\",\n// false set are those that do not have that className.\n</code></pre>\n\n",
2303         "linenr": 819,
2304         "return": {
2305           "type": "Array",
2306           "doc": "<p>[array of truish values, array of falsy values]</p>\n"
2307         },
2308         "html_filename": "Ext-more.html"
2309       },
2310       {
2311         "deprecated": null,
2312         "alias": {
2313           "tagname": "alias",
2314           "cls": "Ext.Function",
2315           "doc": null,
2316           "owner": "pass"
2317         },
2318         "protected": false,
2319         "tagname": "method",
2320         "href": "Function.html#Ext-method-pass",
2321         "shortDoc": "Create a new function from the provided fn, the arguments of which are pre-set to args. ...",
2322         "static": false,
2323         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Function.js",
2324         "private": false,
2325         "params": [
2326           {
2327             "type": "Function",
2328             "optional": false,
2329             "doc": "<p>The original function</p>\n",
2330             "name": "fn"
2331           },
2332           {
2333             "type": "Array",
2334             "optional": false,
2335             "doc": "<p>The arguments to pass to new callback</p>\n",
2336             "name": "args"
2337           },
2338           {
2339             "type": "Object",
2340             "optional": true,
2341             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed.</p>\n",
2342             "name": "scope"
2343           }
2344         ],
2345         "name": "pass",
2346         "owner": "Ext",
2347         "doc": "<p>Create a new function from the provided <code>fn</code>, the arguments of which are pre-set to <code>args</code>.\nNew arguments passed to the newly created callback when it's invoked are appended after the pre-set ones.\nThis is especially useful when creating callbacks.</p>\n\n<p>For example:</p>\n\n<pre><code>var originalFunction = function(){\n    alert(Ext.Array.from(arguments).join(' '));\n};\n\nvar callback = Ext.Function.pass(originalFunction, ['Hello', 'World']);\n\ncallback(); // alerts 'Hello World'\ncallback('by Me'); // alerts 'Hello World by Me'\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-pass\" rel=\"Ext-method-pass\" class=\"docClass\">Ext.pass</a> is alias for <a href=\"#/api/Ext.Function-method-pass\" rel=\"Ext.Function-method-pass\" class=\"docClass\">Ext.Function.pass</a></p>\n",
2348         "linenr": 364,
2349         "return": {
2350           "type": "Function",
2351           "doc": "<p>The new callback function</p>\n"
2352         },
2353         "html_filename": "Function.html"
2354       },
2355       {
2356         "deprecated": {
2357           "version": "4.0.0",
2358           "text": "<p>Use <a href=\"#/api/Ext.Array-method-pluck\" rel=\"Ext.Array-method-pluck\" class=\"docClass\">Ext.Array.pluck</a> instead</p>\n",
2359           "tagname": "deprecated",
2360           "doc": null
2361         },
2362         "alias": {
2363           "tagname": "alias",
2364           "cls": "Ext.Array",
2365           "doc": null,
2366           "owner": "pluck"
2367         },
2368         "protected": false,
2369         "tagname": "method",
2370         "href": "Array2.html#Ext-method-pluck",
2371         "shortDoc": "Old alias to Ext.Array.pluck\n\nPlucks the value of a property from each item in the Array. ...",
2372         "static": false,
2373         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
2374         "private": false,
2375         "params": [
2376           {
2377             "type": "Array|NodeList",
2378             "optional": false,
2379             "doc": "<p>The Array of items to pluck the value from.</p>\n",
2380             "name": "array"
2381           },
2382           {
2383             "type": "String",
2384             "optional": false,
2385             "doc": "<p>The property name to pluck from each element.</p>\n",
2386             "name": "propertyName"
2387           }
2388         ],
2389         "name": "pluck",
2390         "owner": "Ext",
2391         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-pluck\" rel=\"Ext.Array-method-pluck\" class=\"docClass\">Ext.Array.pluck</a></p>\n\n<p>Plucks the value of a property from each item in the Array. Example:</p>\n\n<pre><code>Ext.Array.pluck(Ext.query(\"p\"), \"className\"); // [el1.className, el2.className, ..., elN.className]\n</code></pre>\n",
2392         "linenr": 1052,
2393         "return": {
2394           "type": "Array",
2395           "doc": "<p>The value from each item in the Array.</p>\n"
2396         },
2397         "html_filename": "Array2.html"
2398       },
2399       {
2400         "deprecated": null,
2401         "alias": null,
2402         "protected": false,
2403         "tagname": "method",
2404         "href": "PluginManager.html#Ext-method-preg",
2405         "shortDoc": "Shorthand for Ext.PluginManager.registerType ...",
2406         "static": false,
2407         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/PluginManager.js",
2408         "private": false,
2409         "params": [
2410           {
2411             "type": "String",
2412             "optional": false,
2413             "doc": "<p>The ptype mnemonic string by which the Plugin class\nmay be looked up.</p>\n",
2414             "name": "ptype"
2415           },
2416           {
2417             "type": "Constructor",
2418             "optional": false,
2419             "doc": "<p>The new Plugin class.</p>\n",
2420             "name": "cls"
2421           }
2422         ],
2423         "name": "preg",
2424         "owner": "Ext",
2425         "doc": "<p>Shorthand for <a href=\"#/api/Ext.PluginManager-method-registerType\" rel=\"Ext.PluginManager-method-registerType\" class=\"docClass\">Ext.PluginManager.registerType</a></p>\n",
2426         "linenr": 85,
2427         "return": {
2428           "type": "void",
2429           "doc": "\n"
2430         },
2431         "html_filename": "PluginManager.html"
2432       },
2433       {
2434         "deprecated": null,
2435         "alias": null,
2436         "protected": false,
2437         "tagname": "method",
2438         "href": "DomQuery.html#Ext-method-query",
2439         "shortDoc": "Selects an array of DOM nodes by CSS/XPath selector. ...",
2440         "static": false,
2441         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/DomQuery.js",
2442         "private": false,
2443         "params": [
2444           {
2445             "type": "String",
2446             "optional": false,
2447             "doc": "<p>The selector/xpath query</p>\n",
2448             "name": "path"
2449           },
2450           {
2451             "type": "Node",
2452             "optional": true,
2453             "doc": "<p>(optional) The start of the query (defaults to document).</p>\n",
2454             "name": "root"
2455           }
2456         ],
2457         "name": "query",
2458         "owner": "Ext",
2459         "doc": "<p>Selects an array of DOM nodes by CSS/XPath selector. Shorthand of <a href=\"#/api/Ext.DomQuery-method-select\" rel=\"Ext.DomQuery-method-select\" class=\"docClass\">Ext.DomQuery.select</a></p>\n",
2460         "linenr": 961,
2461         "return": {
2462           "type": "Array",
2463           "doc": "\n"
2464         },
2465         "html_filename": "DomQuery.html"
2466       },
2467       {
2468         "deprecated": null,
2469         "alias": null,
2470         "protected": false,
2471         "tagname": "method",
2472         "href": "ModelManager.html#Ext-method-regModel",
2473         "shortDoc": "Creates a new Model class from the specified config object. ...",
2474         "static": false,
2475         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/ModelManager.js",
2476         "private": false,
2477         "params": [
2478           {
2479             "type": "Object",
2480             "optional": false,
2481             "doc": "<p>A configuration object for the Model you wish to create.</p>\n",
2482             "name": "config"
2483           }
2484         ],
2485         "name": "regModel",
2486         "owner": "Ext",
2487         "doc": "<p>Creates a new Model class from the specified config object. See <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> for full examples.</p>\n",
2488         "linenr": 148,
2489         "return": {
2490           "type": "Ext.data.Model",
2491           "doc": "<p>The newly registered Model</p>\n"
2492         },
2493         "html_filename": "ModelManager.html"
2494       },
2495       {
2496         "deprecated": null,
2497         "alias": null,
2498         "protected": false,
2499         "tagname": "method",
2500         "href": "StoreManager.html#Ext-method-regStore",
2501         "shortDoc": "Creates a new store for the given id and config, then registers it with the Store Mananger. ...",
2502         "static": false,
2503         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/StoreManager.js",
2504         "private": false,
2505         "params": [
2506           {
2507             "type": "String",
2508             "optional": false,
2509             "doc": "<p>The id to set on the new store</p>\n",
2510             "name": "id"
2511           },
2512           {
2513             "type": "Object",
2514             "optional": false,
2515             "doc": "<p>The store config</p>\n",
2516             "name": "config"
2517           },
2518           {
2519             "type": "Constructor",
2520             "optional": false,
2521             "doc": "<p>The new Component class.</p>\n",
2522             "name": "cls"
2523           }
2524         ],
2525         "name": "regStore",
2526         "owner": "Ext",
2527         "doc": "<p>Creates a new store for the given id and config, then registers it with the <a href=\"#/api/Ext.data.StoreManager\" rel=\"Ext.data.StoreManager\" class=\"docClass\">Store Mananger</a>. \nSample usage:</p>\n\n\n\n\n<pre><code>    Ext.regStore('AllUsers', {\n        model: 'User'\n    });\n\n    //the store can now easily be used throughout the application\n    new Ext.List({\n        store: 'AllUsers',\n        ... other config\n    });\n    </code></pre>\n\n",
2528         "linenr": 117,
2529         "return": {
2530           "type": "void",
2531           "doc": "\n"
2532         },
2533         "html_filename": "StoreManager.html"
2534       },
2535       {
2536         "deprecated": null,
2537         "alias": null,
2538         "protected": false,
2539         "tagname": "method",
2540         "href": "Ext-more.html#Ext-method-removeNode",
2541         "shortDoc": "Removes a DOM node from the document. ...",
2542         "static": false,
2543         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
2544         "private": false,
2545         "params": [
2546           {
2547             "type": "HTMLElement",
2548             "optional": false,
2549             "doc": "<p>The node to remove</p>\n",
2550             "name": "node"
2551           }
2552         ],
2553         "name": "removeNode",
2554         "owner": "Ext",
2555         "doc": "<p>Removes a DOM node from the document.</p>\n\n<p>Removes this element from the document, removes all DOM event listeners, and deletes the cache reference.\nAll DOM event listeners are removed from this element. If <a href=\"#/api/Ext-property-enableNestedListenerRemoval\" rel=\"Ext-property-enableNestedListenerRemoval\" class=\"docClass\">Ext.enableNestedListenerRemoval</a> is\n<code>true</code>, then DOM event listeners are also removed from all child nodes. The body node\nwill be ignored if passed in.</p>\n\n",
2556         "linenr": 358,
2557         "return": {
2558           "type": "void",
2559           "doc": "\n"
2560         },
2561         "html_filename": "Ext-more.html"
2562       },
2563       {
2564         "deprecated": null,
2565         "alias": {
2566           "tagname": "alias",
2567           "cls": "Ext.Loader",
2568           "doc": null,
2569           "owner": "require"
2570         },
2571         "protected": false,
2572         "tagname": "method",
2573         "href": "Loader.html#Ext-method-require",
2574         "shortDoc": "Loads all classes by the given names and all their direct dependencies;\noptionally executes the given callback functi...",
2575         "static": false,
2576         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Loader.js",
2577         "private": false,
2578         "params": [
2579           {
2580             "type": "String/[String]",
2581             "optional": false,
2582             "doc": "<p>Can either be a string or an array of string</p>\n",
2583             "name": "expressions"
2584           },
2585           {
2586             "type": "Function",
2587             "optional": false,
2588             "doc": "<p>(Optional) The callback function</p>\n",
2589             "name": "fn"
2590           },
2591           {
2592             "type": "Object",
2593             "optional": false,
2594             "doc": "<p>(Optional) The execution scope (<code>this</code>) of the callback function</p>\n",
2595             "name": "scope"
2596           },
2597           {
2598             "type": "String/[String]",
2599             "optional": false,
2600             "doc": "<p>(Optional) Classes to be excluded, useful when being used with expressions</p>\n",
2601             "name": "excludes"
2602           }
2603         ],
2604         "name": "require",
2605         "owner": "Ext",
2606         "doc": "<p>Loads all classes by the given names and all their direct dependencies;\noptionally executes the given callback function when finishes, within the optional scope.</p>\n\n<p><a href=\"#/api/Ext-method-require\" rel=\"Ext-method-require\" class=\"docClass\">Ext.require</a> is alias for <a href=\"#/api/Ext.Loader-method-require\" rel=\"Ext.Loader-method-require\" class=\"docClass\">Ext.Loader.require</a> for convenience.</p>\n",
2607         "linenr": 941,
2608         "return": {
2609           "type": "void",
2610           "doc": "\n"
2611         },
2612         "html_filename": "Loader.html"
2613       },
2614       {
2615         "deprecated": null,
2616         "alias": null,
2617         "protected": false,
2618         "tagname": "method",
2619         "href": "CompositeElement2.html#Ext-method-select",
2620         "shortDoc": "Selects elements based on the passed CSS selector to enable Element methods\nto be applied to many related elements in...",
2621         "static": false,
2622         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElement.js",
2623         "private": false,
2624         "params": [
2625           {
2626             "type": "String/Array",
2627             "optional": false,
2628             "doc": "<p>The CSS selector or an array of elements</p>\n",
2629             "name": "selector"
2630           },
2631           {
2632             "type": "Boolean",
2633             "optional": true,
2634             "doc": "<p>(optional) true to create a unique <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> for each element (defaults to a shared flyweight object)</p>\n",
2635             "name": "unique"
2636           },
2637           {
2638             "type": "HTMLElement/String",
2639             "optional": true,
2640             "doc": "<p>(optional) The root element of the query or id of the root</p>\n",
2641             "name": "root"
2642           }
2643         ],
2644         "name": "select",
2645         "owner": "Ext",
2646         "doc": "<p>Selects elements based on the passed CSS selector to enable <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a> methods\nto be applied to many related elements in one statement through the returned <a href=\"#/api/Ext.CompositeElement\" rel=\"Ext.CompositeElement\" class=\"docClass\">CompositeElement</a> or\n<a href=\"#/api/Ext.CompositeElementLite\" rel=\"Ext.CompositeElementLite\" class=\"docClass\">CompositeElementLite</a> object.</p>\n",
2647         "linenr": 109,
2648         "return": {
2649           "type": "CompositeElementLite/CompositeElement",
2650           "doc": "\n"
2651         },
2652         "html_filename": "CompositeElement2.html"
2653       },
2654       {
2655         "deprecated": {
2656           "version": "4.0.0",
2657           "text": "<p>Use <a href=\"#/api/Ext.Array-method-sum\" rel=\"Ext.Array-method-sum\" class=\"docClass\">Ext.Array.sum</a> instead</p>\n",
2658           "tagname": "deprecated",
2659           "doc": null
2660         },
2661         "alias": {
2662           "tagname": "alias",
2663           "cls": "Ext.Array",
2664           "doc": null,
2665           "owner": "sum"
2666         },
2667         "protected": false,
2668         "tagname": "method",
2669         "href": "Array2.html#Ext-method-sum",
2670         "shortDoc": "Old alias to Ext.Array.sum\n\nCalculates the sum of all items in the given array. ...",
2671         "static": false,
2672         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
2673         "private": false,
2674         "params": [
2675           {
2676             "type": "Array",
2677             "optional": false,
2678             "doc": "<p>The Array to calculate the sum value of.</p>\n",
2679             "name": "array"
2680           }
2681         ],
2682         "name": "sum",
2683         "owner": "Ext",
2684         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-sum\" rel=\"Ext.Array-method-sum\" class=\"docClass\">Ext.Array.sum</a></p>\n\n<p>Calculates the sum of all items in the given array.</p>\n",
2685         "linenr": 1007,
2686         "return": {
2687           "type": "Number",
2688           "doc": "<p>The sum.</p>\n"
2689         },
2690         "html_filename": "Array2.html"
2691       },
2692       {
2693         "deprecated": null,
2694         "alias": {
2695           "tagname": "alias",
2696           "cls": "Ext.Loader",
2697           "doc": null,
2698           "owner": "syncRequire"
2699         },
2700         "protected": false,
2701         "tagname": "method",
2702         "href": "Loader.html#Ext-method-syncRequire",
2703         "shortDoc": "Synchronously loads all classes by the given names and all their direct dependencies;\noptionally executes the given c...",
2704         "static": false,
2705         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Loader.js",
2706         "private": false,
2707         "params": [
2708           {
2709             "type": "String/[String]",
2710             "optional": false,
2711             "doc": "<p>Can either be a string or an array of string</p>\n",
2712             "name": "expressions"
2713           },
2714           {
2715             "type": "Function",
2716             "optional": false,
2717             "doc": "<p>(Optional) The callback function</p>\n",
2718             "name": "fn"
2719           },
2720           {
2721             "type": "Object",
2722             "optional": false,
2723             "doc": "<p>(Optional) The execution scope (<code>this</code>) of the callback function</p>\n",
2724             "name": "scope"
2725           },
2726           {
2727             "type": "String/[String]",
2728             "optional": false,
2729             "doc": "<p>(Optional) Classes to be excluded, useful when being used with expressions</p>\n",
2730             "name": "excludes"
2731           }
2732         ],
2733         "name": "syncRequire",
2734         "owner": "Ext",
2735         "doc": "<p>Synchronously loads all classes by the given names and all their direct dependencies;\noptionally executes the given callback function when finishes, within the optional scope.</p>\n\n<p><a href=\"#/api/Ext-method-syncRequire\" rel=\"Ext-method-syncRequire\" class=\"docClass\">Ext.syncRequire</a> is alias for <a href=\"#/api/Ext.Loader-method-syncRequire\" rel=\"Ext.Loader-method-syncRequire\" class=\"docClass\">Ext.Loader.syncRequire</a> for convenience.</p>\n",
2736         "linenr": 948,
2737         "return": {
2738           "type": "void",
2739           "doc": "\n"
2740         },
2741         "html_filename": "Loader.html"
2742       },
2743       {
2744         "deprecated": null,
2745         "alias": {
2746           "tagname": "alias",
2747           "cls": "Ext.Array",
2748           "doc": null,
2749           "owner": "toArray"
2750         },
2751         "protected": false,
2752         "tagname": "method",
2753         "href": "Array2.html#Ext-method-toArray",
2754         "shortDoc": "Converts any iterable (numeric indices and a length property) into a true array. ...",
2755         "static": false,
2756         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
2757         "private": false,
2758         "params": [
2759           {
2760             "type": "Mixed",
2761             "optional": false,
2762             "doc": "<p>the iterable object to be turned into a true Array.</p>\n",
2763             "name": "iterable"
2764           },
2765           {
2766             "type": "Number",
2767             "optional": false,
2768             "doc": "<p>(Optional) a zero-based index that specifies the start of extraction. Defaults to 0</p>\n",
2769             "name": "start"
2770           },
2771           {
2772             "type": "Number",
2773             "optional": false,
2774             "doc": "<p>(Optional) a zero-based index that specifies the end of extraction. Defaults to the last\nindex of the iterable value</p>\n",
2775             "name": "end"
2776           }
2777         ],
2778         "name": "toArray",
2779         "owner": "Ext",
2780         "doc": "<p>Converts any iterable (numeric indices and a length property) into a true array.</p>\n\n<pre><code>function test() {\n    var args = Ext.Array.toArray(arguments),\n        fromSecondToLastArgs = Ext.Array.toArray(arguments, 1);\n\n    alert(args.join(' '));\n    alert(fromSecondToLastArgs.join(' '));\n}\n\ntest('just', 'testing', 'here'); // alerts 'just testing here';\n                                 // alerts 'testing here';\n\nExt.Array.toArray(document.getElementsByTagName('div')); // will convert the NodeList into an array\nExt.Array.toArray('splitted'); // returns ['s', 'p', 'l', 'i', 't', 't', 'e', 'd']\nExt.Array.toArray('splitted', 0, 3); // returns ['s', 'p', 'l', 'i']\n</code></pre>\n\n<p><a href=\"#/api/Ext-method-toArray\" rel=\"Ext-method-toArray\" class=\"docClass\">Ext.toArray</a> is alias for <a href=\"#/api/Ext.Array-method-toArray\" rel=\"Ext.Array-method-toArray\" class=\"docClass\">Ext.Array.toArray</a></p>\n",
2781         "linenr": 1061,
2782         "return": {
2783           "type": "Array",
2784           "doc": "<p>array</p>\n"
2785         },
2786         "html_filename": "Array2.html"
2787       },
2788       {
2789         "deprecated": {
2790           "version": "4.0.0",
2791           "text": "<p>Will be removed in the next major version</p>\n",
2792           "tagname": "deprecated",
2793           "doc": null
2794         },
2795         "alias": null,
2796         "protected": false,
2797         "tagname": "method",
2798         "href": "Ext-more.html#Ext-method-toSentence",
2799         "shortDoc": "Turns an array into a sentence, joined by a specified connector - e.g.:\nExt.toSentence(['Adama', 'Tigh', 'Roslin']); ...",
2800         "static": false,
2801         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
2802         "private": false,
2803         "params": [
2804           {
2805             "type": "Array",
2806             "optional": false,
2807             "doc": "<p>The array to create a sentence from</p>\n",
2808             "name": "items"
2809           },
2810           {
2811             "type": "String",
2812             "optional": false,
2813             "doc": "<p>The string to use to connect the last two words. Usually 'and' or 'or' - defaults to 'and'.</p>\n",
2814             "name": "connector"
2815           }
2816         ],
2817         "name": "toSentence",
2818         "owner": "Ext",
2819         "doc": "<p>Turns an array into a sentence, joined by a specified connector - e.g.:\nExt.toSentence(['Adama', 'Tigh', 'Roslin']); //'Adama, Tigh and Roslin'\nExt.toSentence(['Adama', 'Tigh', 'Roslin'], 'or'); //'Adama, Tigh or Roslin'</p>\n",
2820         "linenr": 917,
2821         "return": {
2822           "type": "String",
2823           "doc": "<p>The sentence string</p>\n"
2824         },
2825         "html_filename": "Ext-more.html"
2826       },
2827       {
2828         "deprecated": {
2829           "version": "4.0.0",
2830           "text": "<p>Use <a href=\"#/api/Ext-method-typeOf\" rel=\"Ext-method-typeOf\" class=\"docClass\">typeOf</a> instead</p>\n",
2831           "tagname": "deprecated",
2832           "doc": null
2833         },
2834         "alias": {
2835           "tagname": "alias",
2836           "cls": "Ext",
2837           "doc": null,
2838           "owner": "typeOf"
2839         },
2840         "protected": false,
2841         "tagname": "method",
2842         "href": "Ext.html#Ext-method-type",
2843         "shortDoc": "Old alias to typeOf\n\nReturns the type of the given variable in string format. ...",
2844         "static": false,
2845         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
2846         "private": false,
2847         "params": [
2848           {
2849             "type": "Mixed",
2850             "optional": false,
2851             "doc": "\n",
2852             "name": "value"
2853           }
2854         ],
2855         "name": "type",
2856         "owner": "Ext",
2857         "doc": "<p>Old alias to <a href=\"#/api/Ext-method-typeOf\" rel=\"Ext-method-typeOf\" class=\"docClass\">typeOf</a></p>\n\n<p>Returns the type of the given variable in string format. List of possible values are:</p>\n\n<ul>\n<li><code>undefined</code>: If the given value is <code>undefined</code></li>\n<li><code>null</code>: If the given value is <code>null</code></li>\n<li><code>string</code>: If the given value is a string</li>\n<li><code>number</code>: If the given value is a number</li>\n<li><code>boolean</code>: If the given value is a boolean value</li>\n<li><code>date</code>: If the given value is a <code>Date</code> object</li>\n<li><code>function</code>: If the given value is a function reference</li>\n<li><code>object</code>: If the given value is an object</li>\n<li><code>array</code>: If the given value is an array</li>\n<li><code>regexp</code>: If the given value is a regular expression</li>\n<li><code>element</code>: If the given value is a DOM Element</li>\n<li><code>textnode</code>: If the given value is a DOM text node and contains something other than whitespace</li>\n<li><code>whitespace</code>: If the given value is a DOM text node and contains only whitespace</li>\n</ul>\n\n",
2858         "linenr": 576,
2859         "return": {
2860           "type": "String",
2861           "doc": "\n"
2862         },
2863         "html_filename": "Ext.html"
2864       },
2865       {
2866         "deprecated": null,
2867         "alias": null,
2868         "protected": false,
2869         "tagname": "method",
2870         "href": "Ext.html#Ext-method-typeOf",
2871         "shortDoc": "Returns the type of the given variable in string format. ...",
2872         "static": false,
2873         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
2874         "private": false,
2875         "params": [
2876           {
2877             "type": "Mixed",
2878             "optional": false,
2879             "doc": "\n",
2880             "name": "value"
2881           }
2882         ],
2883         "name": "typeOf",
2884         "owner": "Ext",
2885         "doc": "<p>Returns the type of the given variable in string format. List of possible values are:</p>\n\n<ul>\n<li><code>undefined</code>: If the given value is <code>undefined</code></li>\n<li><code>null</code>: If the given value is <code>null</code></li>\n<li><code>string</code>: If the given value is a string</li>\n<li><code>number</code>: If the given value is a number</li>\n<li><code>boolean</code>: If the given value is a boolean value</li>\n<li><code>date</code>: If the given value is a <code>Date</code> object</li>\n<li><code>function</code>: If the given value is a function reference</li>\n<li><code>object</code>: If the given value is an object</li>\n<li><code>array</code>: If the given value is an array</li>\n<li><code>regexp</code>: If the given value is a regular expression</li>\n<li><code>element</code>: If the given value is a DOM Element</li>\n<li><code>textnode</code>: If the given value is a DOM text node and contains something other than whitespace</li>\n<li><code>whitespace</code>: If the given value is a DOM text node and contains only whitespace</li>\n</ul>\n\n",
2886         "linenr": 258,
2887         "return": {
2888           "type": "String",
2889           "doc": "\n"
2890         },
2891         "html_filename": "Ext.html"
2892       },
2893       {
2894         "deprecated": {
2895           "version": "4.0.0",
2896           "text": "<p>Use <a href=\"#/api/Ext.Array-method-unique\" rel=\"Ext.Array-method-unique\" class=\"docClass\">Ext.Array.unique</a> instead</p>\n",
2897           "tagname": "deprecated",
2898           "doc": null
2899         },
2900         "alias": {
2901           "tagname": "alias",
2902           "cls": "Ext.Array",
2903           "doc": null,
2904           "owner": "unique"
2905         },
2906         "protected": false,
2907         "tagname": "method",
2908         "href": "Array2.html#Ext-method-unique",
2909         "shortDoc": "Old alias to Ext.Array.unique\n\nReturns a new array with unique items ...",
2910         "static": false,
2911         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Array.js",
2912         "private": false,
2913         "params": [
2914           {
2915             "type": "Array",
2916             "optional": false,
2917             "doc": "\n",
2918             "name": "array"
2919           }
2920         ],
2921         "name": "unique",
2922         "owner": "Ext",
2923         "doc": "<p>Old alias to <a href=\"#/api/Ext.Array-method-unique\" rel=\"Ext.Array-method-unique\" class=\"docClass\">Ext.Array.unique</a></p>\n\n<p>Returns a new array with unique items</p>\n",
2924         "linenr": 1043,
2925         "return": {
2926           "type": "Array",
2927           "doc": "<p>results</p>\n"
2928         },
2929         "html_filename": "Array2.html"
2930       },
2931       {
2932         "deprecated": null,
2933         "alias": null,
2934         "protected": false,
2935         "tagname": "method",
2936         "href": "Ext-more.html#Ext-method-urlAppend",
2937         "shortDoc": "Appends content to the query string of a URL, handling logic for whether to place\na question mark or ampersand. ...",
2938         "static": false,
2939         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
2940         "private": false,
2941         "params": [
2942           {
2943             "type": "String",
2944             "optional": false,
2945             "doc": "<p>The URL to append to.</p>\n",
2946             "name": "url"
2947           },
2948           {
2949             "type": "String",
2950             "optional": false,
2951             "doc": "<p>The content to append to the URL.</p>\n",
2952             "name": "s"
2953           }
2954         ],
2955         "name": "urlAppend",
2956         "owner": "Ext",
2957         "doc": "<p>Appends content to the query string of a URL, handling logic for whether to place\na question mark or ampersand.</p>\n",
2958         "linenr": 210,
2959         "return": {
2960           "type": "void",
2961           "doc": "<p>(String) The resulting URL</p>\n"
2962         },
2963         "html_filename": "Ext-more.html"
2964       },
2965       {
2966         "deprecated": {
2967           "version": "4.0.0",
2968           "text": "<p>Use <a href=\"#/api/Ext.Object-method-fromQueryString\" rel=\"Ext.Object-method-fromQueryString\" class=\"docClass\">Ext.Object.fromQueryString</a> instead</p>\n",
2969           "tagname": "deprecated",
2970           "doc": null
2971         },
2972         "alias": null,
2973         "protected": false,
2974         "tagname": "method",
2975         "href": "Object.html#Ext-method-urlDecode",
2976         "shortDoc": "A convenient alias method for Ext.Object.fromQueryString ...",
2977         "static": false,
2978         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Object.js",
2979         "private": false,
2980         "params": [
2981
2982         ],
2983         "name": "urlDecode",
2984         "owner": "Ext",
2985         "doc": "<p>A convenient alias method for <a href=\"#/api/Ext.Object-method-fromQueryString\" rel=\"Ext.Object-method-fromQueryString\" class=\"docClass\">Ext.Object.fromQueryString</a></p>\n",
2986         "linenr": 518,
2987         "return": {
2988           "type": "void",
2989           "doc": "\n"
2990         },
2991         "html_filename": "Object.html"
2992       },
2993       {
2994         "deprecated": {
2995           "version": "4.0.0",
2996           "text": "<p>Use <a href=\"#/api/Ext.Object-method-toQueryString\" rel=\"Ext.Object-method-toQueryString\" class=\"docClass\">Ext.Object.toQueryString</a> instead</p>\n",
2997           "tagname": "deprecated",
2998           "doc": null
2999         },
3000         "alias": null,
3001         "protected": false,
3002         "tagname": "method",
3003         "href": "Object.html#Ext-method-urlEncode",
3004         "shortDoc": "A convenient alias method for Ext.Object.toQueryString ...",
3005         "static": false,
3006         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/lang/Object.js",
3007         "private": false,
3008         "params": [
3009
3010         ],
3011         "name": "urlEncode",
3012         "owner": "Ext",
3013         "doc": "<p>A convenient alias method for <a href=\"#/api/Ext.Object-method-toQueryString\" rel=\"Ext.Object-method-toQueryString\" class=\"docClass\">Ext.Object.toQueryString</a></p>\n",
3014         "linenr": 498,
3015         "return": {
3016           "type": "void",
3017           "doc": "\n"
3018         },
3019         "html_filename": "Object.html"
3020       },
3021       {
3022         "deprecated": {
3023           "version": "4.0.0",
3024           "text": "<p>Use <a href=\"#/api/Ext-method-valueFrom\" rel=\"Ext-method-valueFrom\" class=\"docClass\">valueFrom</a> instead</p>\n",
3025           "tagname": "deprecated",
3026           "doc": null
3027         },
3028         "alias": null,
3029         "protected": false,
3030         "tagname": "method",
3031         "href": "Ext-more.html#Ext-method-value",
3032         "shortDoc": "Utility method for returning a default value if the passed value is empty. ...",
3033         "static": false,
3034         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3035         "private": false,
3036         "params": [
3037           {
3038             "type": "Mixed",
3039             "optional": false,
3040             "doc": "<p>The value to test</p>\n",
3041             "name": "value"
3042           },
3043           {
3044             "type": "Mixed",
3045             "optional": false,
3046             "doc": "<p>The value to return if the original value is empty</p>\n",
3047             "name": "defaultValue"
3048           },
3049           {
3050             "type": "Boolean",
3051             "optional": true,
3052             "doc": "<p>(optional) true to allow zero length strings to qualify as non-empty (defaults to false)</p>\n",
3053             "name": "allowBlank"
3054           }
3055         ],
3056         "name": "value",
3057         "owner": "Ext",
3058         "doc": "<p>Utility method for returning a default value if the passed value is empty.</p>\n\n\n<p>The value is deemed to be empty if it is<div class=\"mdetail-params\"><ul>\n<li>null</li>\n<li>undefined</li>\n<li>an empty array</li>\n<li>a zero length string (Unless the <tt>allowBlank</tt> parameter is <tt>true</tt>)</li>\n</ul></div>\n\n",
3059         "linenr": 532,
3060         "return": {
3061           "type": "Mixed",
3062           "doc": "<p>value, if non-empty, else defaultValue</p>\n"
3063         },
3064         "html_filename": "Ext-more.html"
3065       },
3066       {
3067         "deprecated": null,
3068         "alias": null,
3069         "protected": false,
3070         "tagname": "method",
3071         "href": "Ext.html#Ext-method-valueFrom",
3072         "shortDoc": "Returns the given value itself if it's not empty, as described in isEmpty; returns the default\nvalue (second argument...",
3073         "static": false,
3074         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
3075         "private": false,
3076         "params": [
3077           {
3078             "type": "Mixed",
3079             "optional": false,
3080             "doc": "<p>The value to test</p>\n",
3081             "name": "value"
3082           },
3083           {
3084             "type": "Mixed",
3085             "optional": false,
3086             "doc": "<p>The value to return if the original value is empty</p>\n",
3087             "name": "defaultValue"
3088           },
3089           {
3090             "type": "Boolean",
3091             "optional": true,
3092             "doc": "<p>(optional) true to allow zero length strings to qualify as non-empty (defaults to false)</p>\n",
3093             "name": "allowBlank"
3094           }
3095         ],
3096         "name": "valueFrom",
3097         "owner": "Ext",
3098         "doc": "<p>Returns the given value itself if it's not empty, as described in <a href=\"#/api/Ext-method-isEmpty\" rel=\"Ext-method-isEmpty\" class=\"docClass\">isEmpty</a>; returns the default\nvalue (second argument) otherwise.</p>\n",
3099         "linenr": 245,
3100         "return": {
3101           "type": "Mixed",
3102           "doc": "<p>value, if non-empty, else defaultValue</p>\n"
3103         },
3104         "html_filename": "Ext.html"
3105       },
3106       {
3107         "deprecated": null,
3108         "alias": null,
3109         "protected": false,
3110         "tagname": "method",
3111         "href": "ClassManager.html#Ext-method-widget",
3112         "shortDoc": "Convenient shorthand to create a widget by its xtype, also see Ext.ClassManager.instantiateByAlias\n\nvar button = Ext....",
3113         "static": false,
3114         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/ClassManager.js",
3115         "private": false,
3116         "params": [
3117           {
3118             "type": "String",
3119             "optional": false,
3120             "doc": "<p>xtype of the widget to create.</p>\n",
3121             "name": "name"
3122           }
3123         ],
3124         "name": "widget",
3125         "owner": "Ext",
3126         "doc": "<p>Convenient shorthand to create a widget by its xtype, also see <a href=\"#/api/Ext.ClassManager-method-instantiateByAlias\" rel=\"Ext.ClassManager-method-instantiateByAlias\" class=\"docClass\">Ext.ClassManager.instantiateByAlias</a></p>\n\n<pre><code>var button = Ext.widget('button'); // Equivalent to Ext.create('widget.button')\nvar panel = Ext.widget('panel'); // Equivalent to Ext.create('widget.panel')\n</code></pre>\n",
3127         "linenr": 1026,
3128         "return": {
3129           "type": "Object",
3130           "doc": "<p>widget instance</p>\n"
3131         },
3132         "html_filename": "ClassManager.html"
3133       },
3134       {
3135         "deprecated": {
3136           "version": "4.0.0",
3137           "text": "<p>Will be removed in the next major version</p>\n",
3138           "tagname": "deprecated",
3139           "doc": null
3140         },
3141         "alias": null,
3142         "protected": false,
3143         "tagname": "method",
3144         "href": "Ext-more.html#Ext-method-zip",
3145         "shortDoc": "Zips N sets together. ...",
3146         "static": false,
3147         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3148         "private": false,
3149         "params": [
3150           {
3151             "type": "Arrays|NodeLists",
3152             "optional": false,
3153             "doc": "<p>This argument may be repeated. Array(s) to contribute values.</p>\n",
3154             "name": "arr"
3155           },
3156           {
3157             "type": "Function",
3158             "optional": true,
3159             "doc": "<p>(optional) The last item in the argument list. This will drive how the items are zipped together.</p>\n",
3160             "name": "zipper"
3161           }
3162         ],
3163         "name": "zip",
3164         "owner": "Ext",
3165         "doc": "<p>Zips N sets together.</p>\n\n\n<pre><code>// Example 1:\nExt.zip([1,2,3],[4,5,6]); // [[1,4],[2,5],[3,6]]\n// Example 2:\nExt.zip(\n    [ \"+\", \"-\", \"+\"],\n    [  12,  10,  22],\n    [  43,  15,  96],\n    function(a, b, c){\n        return \"$\" + a + \"\" + b + \".\" + c\n    }\n); // [\"$+12.43\", \"$-10.15\", \"$+22.96\"]\n</code></pre>\n\n",
3166         "linenr": 877,
3167         "return": {
3168           "type": "Array",
3169           "doc": "<p>The zipped set.</p>\n"
3170         },
3171         "html_filename": "Ext-more.html"
3172       }
3173     ],
3174     "property": [
3175       {
3176         "type": "String",
3177         "deprecated": null,
3178         "alias": null,
3179         "protected": false,
3180         "tagname": "property",
3181         "href": "Ext-more.html#Ext-property-BLANK_IMAGE_URL",
3182         "shortDoc": "URL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images. ...",
3183         "static": false,
3184         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3185         "private": false,
3186         "name": "BLANK_IMAGE_URL",
3187         "owner": "Ext",
3188         "doc": "<p>URL to a 1x1 transparent gif image used by <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> to create inline icons with CSS background images.\nIn older versions of IE, this defaults to \"http://sencha.com/s.gif\" and you should change this to a URL on your server.\nFor other browsers it uses an inline data URL.</p>\n",
3189         "linenr": 524,
3190         "html_filename": "Ext-more.html"
3191       },
3192       {
3193         "type": "String",
3194         "deprecated": null,
3195         "alias": null,
3196         "protected": false,
3197         "tagname": "property",
3198         "href": "Ext-more.html#Ext-property-SSL_SECURE_URL",
3199         "shortDoc": "URL to a blank file used by Ext when in secure mode for iframe src and onReady src to prevent\nthe IE insecure content...",
3200         "static": false,
3201         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3202         "private": false,
3203         "name": "SSL_SECURE_URL",
3204         "owner": "Ext",
3205         "doc": "<p>URL to a blank file used by <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> when in secure mode for iframe src and onReady src to prevent\nthe IE insecure content warning (<tt>'about:blank'</tt>, except for IE in secure mode, which is <tt>'javascript:\"\"'</tt>).</p>\n",
3206         "linenr": 273,
3207         "html_filename": "Ext-more.html"
3208       },
3209       {
3210         "type": "Boolean",
3211         "deprecated": null,
3212         "alias": null,
3213         "protected": false,
3214         "tagname": "property",
3215         "href": "Ext-more.html#Ext-property-USE_NATIVE_JSON",
3216         "shortDoc": "Indicates whether to use native browser parsing for JSON methods. ...",
3217         "static": false,
3218         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3219         "private": false,
3220         "name": "USE_NATIVE_JSON",
3221         "owner": "Ext",
3222         "doc": "<p>Indicates whether to use native browser parsing for JSON methods.\nThis option is ignored if the browser does not support native JSON methods.\n<b>Note: Native JSON methods will not work with objects that have functions.\nAlso, property names must be quoted, otherwise the data will not parse.</b> (Defaults to false)</p>\n",
3223         "linenr": 301,
3224         "html_filename": "Ext-more.html"
3225       },
3226       {
3227         "type": "Boolean",
3228         "deprecated": null,
3229         "alias": null,
3230         "protected": false,
3231         "tagname": "property",
3232         "href": "Ext-more.html#Ext-property-enableFx",
3233         "static": false,
3234         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3235         "private": false,
3236         "name": "enableFx",
3237         "owner": "Ext",
3238         "doc": "<p>True if the <a href=\"#/api/Ext.fx.Anim\" rel=\"Ext.fx.Anim\" class=\"docClass\">Ext.fx.Anim</a> Class is available</p>\n",
3239         "linenr": 280,
3240         "html_filename": "Ext-more.html"
3241       },
3242       {
3243         "type": "Boolean",
3244         "deprecated": null,
3245         "alias": null,
3246         "protected": false,
3247         "tagname": "property",
3248         "href": "Ext-more.html#Ext-property-enableGarbageCollector",
3249         "static": false,
3250         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3251         "private": false,
3252         "name": "enableGarbageCollector",
3253         "owner": "Ext",
3254         "doc": "<p>True to automatically uncache orphaned Ext.core.Elements periodically (defaults to true)</p>\n",
3255         "linenr": 45,
3256         "html_filename": "Ext-more.html"
3257       },
3258       {
3259         "type": "Boolean",
3260         "deprecated": null,
3261         "alias": null,
3262         "protected": false,
3263         "tagname": "property",
3264         "href": "Ext-more.html#Ext-property-enableListenerCollection",
3265         "static": false,
3266         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3267         "private": false,
3268         "name": "enableListenerCollection",
3269         "owner": "Ext",
3270         "doc": "<p>True to automatically purge event listeners during garbageCollection (defaults to true).</p>\n",
3271         "linenr": 51,
3272         "html_filename": "Ext-more.html"
3273       },
3274       {
3275         "type": "Boolean",
3276         "deprecated": null,
3277         "alias": null,
3278         "protected": false,
3279         "tagname": "property",
3280         "href": "Ext-more.html#Ext-property-enableNestedListenerRemoval",
3281         "shortDoc": "EXPERIMENTAL - True to cascade listener removal to child elements when an element is removed. ...",
3282         "static": false,
3283         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3284         "private": false,
3285         "name": "enableNestedListenerRemoval",
3286         "owner": "Ext",
3287         "doc": "<p>EXPERIMENTAL - True to cascade listener removal to child elements when an element is removed.\nCurrently not optimized for performance.</p>\n",
3288         "linenr": 294,
3289         "html_filename": "Ext-more.html"
3290       },
3291       {
3292         "type": "Array",
3293         "deprecated": null,
3294         "alias": null,
3295         "protected": false,
3296         "tagname": "property",
3297         "href": "Ext.html#Ext-property-enumerables",
3298         "static": false,
3299         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
3300         "private": false,
3301         "name": "enumerables",
3302         "owner": "Ext",
3303         "doc": "<p>An array containing extra enumerables for old browsers</p>\n",
3304         "linenr": 28,
3305         "html_filename": "Ext.html"
3306       },
3307       {
3308         "type": "Boolean",
3309         "deprecated": null,
3310         "alias": null,
3311         "protected": false,
3312         "tagname": "property",
3313         "href": "Ext-more.html#Ext-property-isChrome",
3314         "static": false,
3315         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3316         "private": false,
3317         "name": "isChrome",
3318         "owner": "Ext",
3319         "doc": "<p>True if the detected browser is Chrome.</p>\n",
3320         "linenr": 404,
3321         "html_filename": "Ext-more.html"
3322       },
3323       {
3324         "type": "Boolean",
3325         "deprecated": null,
3326         "alias": null,
3327         "protected": false,
3328         "tagname": "property",
3329         "href": "Ext-more.html#Ext-property-isFF3_0",
3330         "static": false,
3331         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3332         "private": false,
3333         "name": "isFF3_0",
3334         "owner": "Ext",
3335         "doc": "<p>True if the detected browser uses FireFox 3.0</p>\n",
3336         "linenr": 482,
3337         "html_filename": "Ext-more.html"
3338       },
3339       {
3340         "type": "Boolean",
3341         "deprecated": null,
3342         "alias": null,
3343         "protected": false,
3344         "tagname": "property",
3345         "href": "Ext-more.html#Ext-property-isFF3_5",
3346         "static": false,
3347         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3348         "private": false,
3349         "name": "isFF3_5",
3350         "owner": "Ext",
3351         "doc": "<p>True if the detected browser uses FireFox 3.5</p>\n",
3352         "linenr": 488,
3353         "html_filename": "Ext-more.html"
3354       },
3355       {
3356         "type": "Boolean",
3357         "deprecated": null,
3358         "alias": null,
3359         "protected": false,
3360         "tagname": "property",
3361         "href": "Ext-more.html#Ext-property-isFF3_6",
3362         "static": false,
3363         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3364         "private": false,
3365         "name": "isFF3_6",
3366         "owner": "Ext",
3367         "doc": "<p>True if the detected browser uses FireFox 3.6</p>\n",
3368         "linenr": 494,
3369         "html_filename": "Ext-more.html"
3370       },
3371       {
3372         "type": "Boolean",
3373         "deprecated": null,
3374         "alias": null,
3375         "protected": false,
3376         "tagname": "property",
3377         "href": "Ext-more.html#Ext-property-isGecko",
3378         "shortDoc": "True if the detected browser uses the Gecko layout engine (e.g. ...",
3379         "static": false,
3380         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3381         "private": false,
3382         "name": "isGecko",
3383         "owner": "Ext",
3384         "doc": "<p>True if the detected browser uses the Gecko layout engine (e.g. Mozilla, Firefox).</p>\n",
3385         "linenr": 464,
3386         "html_filename": "Ext-more.html"
3387       },
3388       {
3389         "type": "Boolean",
3390         "deprecated": null,
3391         "alias": null,
3392         "protected": false,
3393         "tagname": "property",
3394         "href": "Ext-more.html#Ext-property-isGecko3",
3395         "shortDoc": "True if the detected browser uses a Gecko 1.9+ layout engine (e.g. ...",
3396         "static": false,
3397         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3398         "private": false,
3399         "name": "isGecko3",
3400         "owner": "Ext",
3401         "doc": "<p>True if the detected browser uses a Gecko 1.9+ layout engine (e.g. Firefox 3.x).</p>\n",
3402         "linenr": 470,
3403         "html_filename": "Ext-more.html"
3404       },
3405       {
3406         "type": "Boolean",
3407         "deprecated": null,
3408         "alias": null,
3409         "protected": false,
3410         "tagname": "property",
3411         "href": "Ext-more.html#Ext-property-isGecko4",
3412         "shortDoc": "True if the detected browser uses a Gecko 2.0+ layout engine (e.g. ...",
3413         "static": false,
3414         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3415         "private": false,
3416         "name": "isGecko4",
3417         "owner": "Ext",
3418         "doc": "<p>True if the detected browser uses a Gecko 2.0+ layout engine (e.g. Firefox 4.x).</p>\n",
3419         "linenr": 476,
3420         "html_filename": "Ext-more.html"
3421       },
3422       {
3423         "type": "Boolean",
3424         "deprecated": null,
3425         "alias": null,
3426         "protected": false,
3427         "tagname": "property",
3428         "href": "Ext-more.html#Ext-property-isIE",
3429         "static": false,
3430         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3431         "private": false,
3432         "name": "isIE",
3433         "owner": "Ext",
3434         "doc": "<p>True if the detected browser is Internet Explorer.</p>\n",
3435         "linenr": 434,
3436         "html_filename": "Ext-more.html"
3437       },
3438       {
3439         "type": "Boolean",
3440         "deprecated": null,
3441         "alias": null,
3442         "protected": false,
3443         "tagname": "property",
3444         "href": "Ext-more.html#Ext-property-isIE6",
3445         "static": false,
3446         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3447         "private": false,
3448         "name": "isIE6",
3449         "owner": "Ext",
3450         "doc": "<p>True if the detected browser is Internet Explorer 6.x.</p>\n",
3451         "linenr": 440,
3452         "html_filename": "Ext-more.html"
3453       },
3454       {
3455         "type": "Boolean",
3456         "deprecated": null,
3457         "alias": null,
3458         "protected": false,
3459         "tagname": "property",
3460         "href": "Ext-more.html#Ext-property-isIE7",
3461         "static": false,
3462         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3463         "private": false,
3464         "name": "isIE7",
3465         "owner": "Ext",
3466         "doc": "<p>True if the detected browser is Internet Explorer 7.x.</p>\n",
3467         "linenr": 446,
3468         "html_filename": "Ext-more.html"
3469       },
3470       {
3471         "type": "Boolean",
3472         "deprecated": null,
3473         "alias": null,
3474         "protected": false,
3475         "tagname": "property",
3476         "href": "Ext-more.html#Ext-property-isIE8",
3477         "static": false,
3478         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3479         "private": false,
3480         "name": "isIE8",
3481         "owner": "Ext",
3482         "doc": "<p>True if the detected browser is Internet Explorer 8.x.</p>\n",
3483         "linenr": 452,
3484         "html_filename": "Ext-more.html"
3485       },
3486       {
3487         "type": "Boolean",
3488         "deprecated": null,
3489         "alias": null,
3490         "protected": false,
3491         "tagname": "property",
3492         "href": "Ext-more.html#Ext-property-isIE9",
3493         "static": false,
3494         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3495         "private": false,
3496         "name": "isIE9",
3497         "owner": "Ext",
3498         "doc": "<p>True if the detected browser is Internet Explorer 9.x.</p>\n",
3499         "linenr": 458,
3500         "html_filename": "Ext-more.html"
3501       },
3502       {
3503         "type": "Boolean",
3504         "deprecated": null,
3505         "alias": null,
3506         "protected": false,
3507         "tagname": "property",
3508         "href": "Ext-more.html#Ext-property-isLinux",
3509         "static": false,
3510         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3511         "private": false,
3512         "name": "isLinux",
3513         "owner": "Ext",
3514         "doc": "<p>True if the detected platform is Linux.</p>\n",
3515         "linenr": 500,
3516         "html_filename": "Ext-more.html"
3517       },
3518       {
3519         "type": "Boolean",
3520         "deprecated": null,
3521         "alias": null,
3522         "protected": false,
3523         "tagname": "property",
3524         "href": "Ext-more.html#Ext-property-isMac",
3525         "static": false,
3526         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3527         "private": false,
3528         "name": "isMac",
3529         "owner": "Ext",
3530         "doc": "<p>True if the detected platform is Mac OS.</p>\n",
3531         "linenr": 512,
3532         "html_filename": "Ext-more.html"
3533       },
3534       {
3535         "type": "Boolean",
3536         "deprecated": null,
3537         "alias": null,
3538         "protected": false,
3539         "tagname": "property",
3540         "href": "Ext-more.html#Ext-property-isOpera",
3541         "static": false,
3542         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3543         "private": false,
3544         "name": "isOpera",
3545         "owner": "Ext",
3546         "doc": "<p>True if the detected browser is Opera.</p>\n",
3547         "linenr": 386,
3548         "html_filename": "Ext-more.html"
3549       },
3550       {
3551         "type": "Boolean",
3552         "deprecated": null,
3553         "alias": null,
3554         "protected": false,
3555         "tagname": "property",
3556         "href": "Ext-more.html#Ext-property-isOpera10_5",
3557         "static": false,
3558         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3559         "private": false,
3560         "name": "isOpera10_5",
3561         "owner": "Ext",
3562         "doc": "<p>True if the detected browser is Opera 10.5x.</p>\n",
3563         "linenr": 392,
3564         "html_filename": "Ext-more.html"
3565       },
3566       {
3567         "type": "Boolean",
3568         "deprecated": null,
3569         "alias": null,
3570         "protected": false,
3571         "tagname": "property",
3572         "href": "Ext-more.html#Ext-property-isReady",
3573         "static": false,
3574         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3575         "private": false,
3576         "name": "isReady",
3577         "owner": "Ext",
3578         "doc": "<p>True when the document is fully initialized and ready for action</p>\n",
3579         "linenr": 39,
3580         "html_filename": "Ext-more.html"
3581       },
3582       {
3583         "type": "Boolean",
3584         "deprecated": null,
3585         "alias": null,
3586         "protected": false,
3587         "tagname": "property",
3588         "href": "Ext-more.html#Ext-property-isSafari",
3589         "static": false,
3590         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3591         "private": false,
3592         "name": "isSafari",
3593         "owner": "Ext",
3594         "doc": "<p>True if the detected browser is Safari.</p>\n",
3595         "linenr": 410,
3596         "html_filename": "Ext-more.html"
3597       },
3598       {
3599         "type": "Boolean",
3600         "deprecated": null,
3601         "alias": null,
3602         "protected": false,
3603         "tagname": "property",
3604         "href": "Ext-more.html#Ext-property-isSafari2",
3605         "static": false,
3606         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3607         "private": false,
3608         "name": "isSafari2",
3609         "owner": "Ext",
3610         "doc": "<p>True if the detected browser is Safari 2.x.</p>\n",
3611         "linenr": 428,
3612         "html_filename": "Ext-more.html"
3613       },
3614       {
3615         "type": "Boolean",
3616         "deprecated": null,
3617         "alias": null,
3618         "protected": false,
3619         "tagname": "property",
3620         "href": "Ext-more.html#Ext-property-isSafari3",
3621         "static": false,
3622         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3623         "private": false,
3624         "name": "isSafari3",
3625         "owner": "Ext",
3626         "doc": "<p>True if the detected browser is Safari 3.x.</p>\n",
3627         "linenr": 416,
3628         "html_filename": "Ext-more.html"
3629       },
3630       {
3631         "type": "Boolean",
3632         "deprecated": null,
3633         "alias": null,
3634         "protected": false,
3635         "tagname": "property",
3636         "href": "Ext-more.html#Ext-property-isSafari4",
3637         "static": false,
3638         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3639         "private": false,
3640         "name": "isSafari4",
3641         "owner": "Ext",
3642         "doc": "<p>True if the detected browser is Safari 4.x.</p>\n",
3643         "linenr": 422,
3644         "html_filename": "Ext-more.html"
3645       },
3646       {
3647         "type": "Boolean",
3648         "deprecated": null,
3649         "alias": null,
3650         "protected": false,
3651         "tagname": "property",
3652         "href": "Ext-more.html#Ext-property-isWebKit",
3653         "static": false,
3654         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3655         "private": false,
3656         "name": "isWebKit",
3657         "owner": "Ext",
3658         "doc": "<p>True if the detected browser uses WebKit.</p>\n",
3659         "linenr": 398,
3660         "html_filename": "Ext-more.html"
3661       },
3662       {
3663         "type": "Boolean",
3664         "deprecated": null,
3665         "alias": null,
3666         "protected": false,
3667         "tagname": "property",
3668         "href": "Ext-more.html#Ext-property-isWindows",
3669         "static": false,
3670         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3671         "private": false,
3672         "name": "isWindows",
3673         "owner": "Ext",
3674         "doc": "<p>True if the detected platform is Windows.</p>\n",
3675         "linenr": 506,
3676         "html_filename": "Ext-more.html"
3677       },
3678       {
3679         "type": "Boolean",
3680         "deprecated": null,
3681         "alias": null,
3682         "protected": false,
3683         "tagname": "property",
3684         "href": "Ext-more.html#Ext-property-scopeResetCSS",
3685         "shortDoc": "True to scope the reset CSS to be just applied to Ext components. ...",
3686         "static": false,
3687         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3688         "private": false,
3689         "name": "scopeResetCSS",
3690         "owner": "Ext",
3691         "doc": "<p>True to scope the reset CSS to be just applied to <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> components. Note that this wraps root containers\nwith an additional element. Also remember that when you turn on this option, you have to use ext-all-scoped {\nunless you use the bootstrap.js to load your javascript, in which case it will be handled for you.</p>\n",
3692         "linenr": 286,
3693         "html_filename": "Ext-more.html"
3694       },
3695       {
3696         "type": "Boolean",
3697         "deprecated": null,
3698         "alias": null,
3699         "protected": false,
3700         "tagname": "property",
3701         "href": "Ext-more.html#Ext-property-useShims",
3702         "shortDoc": "By default, Ext intelligently decides whether floating elements should be shimmed. ...",
3703         "static": false,
3704         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3705         "private": false,
3706         "name": "useShims",
3707         "owner": "Ext",
3708         "doc": "<p>By default, <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> intelligently decides whether floating elements should be shimmed. If you are using flash,\nyou may want to set this to true.</p>\n",
3709         "linenr": 939,
3710         "html_filename": "Ext-more.html"
3711       },
3712       {
3713         "type": "Float",
3714         "deprecated": null,
3715         "alias": null,
3716         "protected": false,
3717         "tagname": "property",
3718         "href": "Ext-more.html#Ext-property-webKitVersion",
3719         "static": false,
3720         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext-more.js",
3721         "private": false,
3722         "name": "webKitVersion",
3723         "owner": "Ext",
3724         "doc": "<p>The current version of WebKit (-1 if the browser does not use WebKit).</p>\n",
3725         "linenr": 518,
3726         "html_filename": "Ext-more.html"
3727       }
3728     ],
3729     "cssVar": [
3730
3731     ],
3732     "cssMixin": [
3733
3734     ],
3735     "event": [
3736
3737     ]
3738   },
3739   "singleton": true,
3740   "alias": null,
3741   "superclasses": [
3742
3743   ],
3744   "protected": false,
3745   "tagname": "class",
3746   "mixins": [
3747
3748   ],
3749   "href": "Ext.html#Ext",
3750   "subclasses": [
3751
3752   ],
3753   "static": false,
3754   "author": null,
3755   "component": false,
3756   "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/Ext.js",
3757   "private": false,
3758   "alternateClassNames": [
3759
3760   ],
3761   "name": "Ext",
3762   "doc": "<p>The <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> namespace (global object) encapsulates all classes, singletons, and utility methods provided by Sencha's libraries.</p>\n Most user interface Components are at a lower level of nesting in the namespace, but many common utility functions are provided\n as direct properties of the <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> namespace.</p>\n\n<p> Also many frequently used methods from other classes are provided as shortcuts within the <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> namespace.\n For example <a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">Ext.getCmp</a> aliases <a href=\"#/api/Ext.ComponentManager-method-get\" rel=\"Ext.ComponentManager-method-get\" class=\"docClass\">Ext.ComponentManager.get</a>.</p>\n\n<p> Many applications are initiated with <a href=\"#/api/Ext-method-onReady\" rel=\"Ext-method-onReady\" class=\"docClass\">Ext.onReady</a> which is called once the DOM is ready.\n This ensures all scripts have been loaded, preventing dependency issues. For example</p>\n\n<pre><code> Ext.onReady(function(){\n     new Ext.Component({\n         renderTo: document.body,\n         html: 'DOM ready!'\n     });\n });\n</code></pre>\n\n<p>For more information about how to use the <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> classes, see</p>\n\n<ul>\n<li><a href=\"http://www.sencha.com/learn/\">The Learning Center</a></li>\n<li><a href=\"http://www.sencha.com/learn/Ext_FAQ\">The FAQ</a></li>\n<li><a href=\"http://www.sencha.com/forum/\">The forums</a></li>\n</ul>\n\n",
3763   "mixedInto": [
3764
3765   ],
3766   "linenr": 1,
3767   "xtypes": [
3768
3769   ],
3770   "html_filename": "Ext.html",
3771   "extends": null
3772 });