Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.form.Labelable.js
index 231d8cc..cc1bece 100644 (file)
 Ext.data.JsonP.Ext_form_Labelable({
-  "tagname": "class",
-  "name": "Ext.form.Labelable",
-  "doc": "<p>A mixin which allows a component to be configured and decorated with a label and/or error message as is\ncommon for form fields. This is used by e.g. <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> and <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a>\nto let them be managed by the Field layout.</p>\n\n<p>*NOTE**: This mixin is mainly for internal library use and most users should not need to use it directly. It\nis more likely you will want to use one of the component classes that import this mixin, such as\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> or <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a>.</p>\n\n<p>Use of this mixin does not make a component a field in the logical sense, meaning it does not provide any\nlogic or state related to values or validation; that is handled by the related <a href=\"#/api/Ext.form.field.Field\" rel=\"Ext.form.field.Field\" class=\"docClass\">Ext.form.field.Field</a>\nmixin. These two mixins may be used separately (for example <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a> is Labelable but not a\nField), or in combination (for example <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> implements both and has logic for connecting the\ntwo.)</p>\n\n<p>Component classes which use this mixin should use the Field layout\nor a derivation thereof to properly size and position the label and message according to the component config.\nThey must also call the <a href=\"#/api/Ext.form.Labelable-method-initLabelable\" rel=\"Ext.form.Labelable-method-initLabelable\" class=\"docClass\">initLabelable</a> method during component initialization to ensure the mixin gets\nset up correctly.</p>\n",
-  "extends": null,
-  "mixins": [
-
-  ],
-  "alternateClassNames": [
+  "allMixins": [
 
   ],
-  "xtype": null,
-  "author": null,
+  "deprecated": null,
   "docauthor": "Jason Johnston <jason@sencha.com>",
-  "singleton": false,
-  "private": false,
-  "cfg": [
-    {
-      "tagname": "cfg",
-      "name": "activeError",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>If specified, then the component will be displayed with this value as its active error when\nfirst rendered. Defaults to undefined. Use <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a> or <a href=\"#/api/Ext.form.Labelable-method-unsetActiveError\" rel=\"Ext.form.Labelable-method-unsetActiveError\" class=\"docClass\">unsetActiveError</a> to\nchange it after component creation.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 206,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-activeError",
-      "shortDoc": "If specified, then the component will be displayed with this value as its active error when\nfirst rendered. Defaults ..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "activeErrorsTpl",
-      "member": "Ext.form.Labelable",
-      "type": "Ext.XTemplate",
-      "doc": "<p>The template used to format the Array of error messages passed to <a href=\"#/api/Ext.form.Labelable-method-setActiveErrors\" rel=\"Ext.form.Labelable-method-setActiveErrors\" class=\"docClass\">setActiveErrors</a>\ninto a single HTML string. By default this renders each message as an item in an unordered list.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 50,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-activeErrorsTpl",
-      "shortDoc": "The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. By defau..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "autoFitErrors",
-      "member": "Ext.form.Labelable",
-      "type": "Boolean",
-      "doc": "<p>Whether to adjust the component's body area to make room for 'side' or 'under'\n<a href=\"#/api/Ext.form.Labelable-cfg-msgTarget\" rel=\"Ext.form.Labelable-cfg-msgTarget\" class=\"docClass\">error messages</a>. Defaults to <tt>true</tt>.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 184,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-autoFitErrors"
-    },
-    {
-      "tagname": "cfg",
-      "name": "baseBodyCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The CSS class to be applied to the body content element. Defaults to 'x-form-item-body'.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 87,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-baseBodyCls"
-    },
-    {
-      "tagname": "cfg",
-      "name": "clearCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide field clearing (defaults to <tt>'x-clear'</tt>).</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 100,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-clearCls",
-      "shortDoc": "The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "errorMsgCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The CSS class to be applied to the error message element. Defaults to 'x-form-error-msg'.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 81,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-errorMsgCls"
-    },
-    {
-      "tagname": "cfg",
-      "name": "fieldBodyCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>An extra CSS class to be applied to the body content element in addition to <a href=\"#/api/Ext.form.Labelable-cfg-fieldBodyCls\" rel=\"Ext.form.Labelable-cfg-fieldBodyCls\" class=\"docClass\">fieldBodyCls</a>.\nDefaults to empty.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 93,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-fieldBodyCls"
-    },
-    {
-      "tagname": "cfg",
-      "name": "fieldLabel",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The label for the field. It gets appended with the <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>, and its position\nand sizing is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelAlign\" rel=\"Ext.form.Labelable-cfg-labelAlign\" class=\"docClass\">labelAlign</a>, <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a>, and <a href=\"#/api/Ext.form.Labelable-cfg-labelPad\" rel=\"Ext.form.Labelable-cfg-labelPad\" class=\"docClass\">labelPad</a>\nconfigs. Defaults to undefined.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 113,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-fieldLabel",
-      "shortDoc": "The label for the field. It gets appended with the labelSeparator, and its position\nand sizing is determined by the l..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "formItemCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. Defaults to 'x-form-item'.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 68,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-formItemCls",
-      "shortDoc": "A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. Defau..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "hideEmptyLabel",
-      "member": "Ext.form.Labelable",
-      "type": "Boolean",
-      "doc": "<p>When set to <tt>true</tt>, the label element (<a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>) will be\nautomatically hidden if the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> is empty. Setting this to <tt>false</tt> will cause the empty\nlabel element to be rendered and space to be reserved for it; this is useful if you want a field without a label\nto line up with other labeled fields in the same form. Defaults to <tt>true</tt>.</p>\n\n\n<p>If you wish to unconditionall hide the label even if a non-empty fieldLabel is configured, then set\nthe <a href=\"#/api/Ext.form.Labelable-cfg-hideLabel\" rel=\"Ext.form.Labelable-cfg-hideLabel\" class=\"docClass\">hideLabel</a> config to <tt>true</tt>.</p>\n\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 166,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-hideEmptyLabel",
-      "shortDoc": "When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "hideLabel",
-      "member": "Ext.form.Labelable",
-      "type": "Boolean",
-      "doc": "<p>Set to <tt>true</tt> to completely hide the label element (<a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>).\nDefaults to <tt>false</tt>.</p>\n\n\n<p>Also see <a href=\"#/api/Ext.form.Labelable-cfg-hideEmptyLabel\" rel=\"Ext.form.Labelable-cfg-hideEmptyLabel\" class=\"docClass\">hideEmptyLabel</a>, which controls whether space will be reserved for an empty fieldLabel.</p>\n\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 158,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-hideLabel",
-      "shortDoc": "Set to true to completely hide the label element (fieldLabel and labelSeparator).\nDefaults to false.\n\n\nAlso see hideE..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "invalidCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The CSS class to use when marking the component invalid (defaults to 'x-form-invalid')</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 107,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-invalidCls"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelAlign",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>Controls the position and alignment of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a>. Valid values are:</p>\n\n\n<ul>\n<li><tt>\"left\"</tt> (the default) - The label is positioned to the left of the field, with its text\naligned to the left. Its width is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a> config.</li>\n<li><tt>\"top\"</tt> - The label is positioned above the field.</li>\n<li><tt>\"right\"</tt> - The label is positioned to the left of the field, with its text aligned\nto the right. Its width is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a> config.</li>\n</ul>\n\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 121,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelAlign",
-      "shortDoc": "Controls the position and alignment of the fieldLabel. Valid values are:\n\n\n\n\"left\" (the default) - The label is posit..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelCls",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The CSS class to be applied to the label element. Defaults to 'x-form-item-label'.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 75,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelCls"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelPad",
-      "member": "Ext.form.Labelable",
-      "type": "Number",
-      "doc": "<p>The amount of space in pixels between the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and the input field. Defaults to <tt>5</tt>.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 141,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelPad"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelSeparator",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>Character(s) to be inserted at the end of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">label text</a>.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 147,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelSeparator"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelStyle",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>A CSS style specification string to apply directly to this field's label. Defaults to undefined.</p>\n\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 153,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelStyle"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelWidth",
-      "member": "Ext.form.Labelable",
-      "type": "Number",
-      "doc": "<p>The width of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> in pixels. Only applicable if the <a href=\"#/api/Ext.form.Labelable-cfg-labelAlign\" rel=\"Ext.form.Labelable-cfg-labelAlign\" class=\"docClass\">labelAlign</a> is set\nto \"left\" or \"right\". Defaults to <tt>100</tt>.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 134,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelWidth"
-    },
-    {
-      "tagname": "cfg",
-      "name": "labelableRenderTpl",
-      "member": "Ext.form.Labelable",
-      "type": "Array/String/Ext.XTemplate",
-      "doc": "<p>The rendering template for the field decorations. Component classes using this mixin should include\nlogic to use this as their <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>, and implement the\n<a href=\"#/api/Ext.form.Labelable--getSubTplMarkup\" rel=\"Ext.form.Labelable--getSubTplMarkup\" class=\"docClass\">getSubTplMarkup</a> method to generate the field body content.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 29,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-labelableRenderTpl",
-      "shortDoc": "The rendering template for the field decorations. Component classes using this mixin should include\nlogic to use this..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "msgTarget",
-      "member": "Ext.form.Labelable",
-      "type": "String",
-      "doc": "<p>The location where the error message text should display.\nMust be one of the following values:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>qtip</code> Display a quick tip containing the message when the user hovers over the field. This is the default.\n<div class=\"subdesc\"><b><a href=\"#/api/Ext.tip.QuickTipManager-method-init\" rel=\"Ext.tip.QuickTipManager-method-init\" class=\"docClass\">Ext.tip.QuickTipManager.init</a> must have been called for this setting to work.</b></div></li>\n<li><code>title</code> Display the message in a default browser title attribute popup.</li>\n<li><code>under</code> Add a block div beneath the field containing the error message.</li>\n<li><code>side</code> Add an error icon to the right of the field, displaying the message in a popup on hover.</li>\n<li><code>none</code> Don't display any error message. This might be useful if you are implementing custom error display.</li>\n<li><code>[element id]</code> Add the error message directly to the innerHTML of the specified element.</li>\n</ul></div>\n\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 191,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-msgTarget",
-      "shortDoc": "The location where the error message text should display.\nMust be one of the following values:\n\n\n\nqtip Display a quic..."
-    },
-    {
-      "tagname": "cfg",
-      "name": "preventMark",
-      "member": "Ext.form.Labelable",
-      "type": "Boolean",
-      "doc": "<p><tt>true</tt> to disable displaying any <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">error message</a> set on this object.\nDefaults to <tt>false</tt>.</p>\n",
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 177,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-cfg-preventMark"
-    }
-  ],
-  "method": [
-    {
-      "tagname": "method",
-      "name": "getActiveError",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Gets the active error message for this component, if any. This does not trigger\nvalidation on its own, it merely returns any message that the component may already hold.</p>\n",
-      "params": [
-
-      ],
-      "return": {
+  "members": {
+    "cfg": [
+      {
         "type": "String",
-        "doc": "<p>The active error message on the component; if there is no error, an empty string is returned.</p>\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 330,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-getActiveError",
-      "shortDoc": "Gets the active error message for this component, if any. This does not trigger\nvalidation on its own, it merely retu..."
-    },
-    {
-      "tagname": "method",
-      "name": "getActiveErrors",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Gets an Array of any active error messages currently applied to the field. This does not trigger\nvalidation on its own, it merely returns any messages that the component may already hold.</p>\n",
-      "params": [
-
-      ],
-      "return": {
-        "type": "Array",
-        "doc": "<p>The active error messages on the component; if there are no errors, an empty Array is returned.</p>\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 360,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-getActiveErrors",
-      "shortDoc": "Gets an Array of any active error messages currently applied to the field. This does not trigger\nvalidation on its ow..."
-    },
-    {
-      "tagname": "method",
-      "name": "getFieldLabel",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Returns the label for the field. Defaults to simply returning the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> config. Can be\noverridden to provide</p>\n",
-      "params": [
-
-      ],
-      "return": {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-activeError",
+        "shortDoc": "If specified, then the component will be displayed with this value as its active error when\nfirst rendered. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "activeError",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>If specified, then the component will be displayed with this value as its active error when\nfirst rendered. Defaults to undefined. Use <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a> or <a href=\"#/api/Ext.form.Labelable-method-unsetActiveError\" rel=\"Ext.form.Labelable-method-unsetActiveError\" class=\"docClass\">unsetActiveError</a> to\nchange it after component creation.</p>\n",
+        "linenr": 206,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Ext.XTemplate",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-activeErrorsTpl",
+        "shortDoc": "The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "activeErrorsTpl",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The template used to format the Array of error messages passed to <a href=\"#/api/Ext.form.Labelable-method-setActiveErrors\" rel=\"Ext.form.Labelable-method-setActiveErrors\" class=\"docClass\">setActiveErrors</a>\ninto a single HTML string. By default this renders each message as an item in an unordered list.</p>\n",
+        "linenr": 50,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Boolean",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-autoFitErrors",
+        "shortDoc": "Whether to adjust the component's body area to make room for 'side' or 'under'\nerror messages. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "autoFitErrors",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Whether to adjust the component's body area to make room for 'side' or 'under'\n<a href=\"#/api/Ext.form.Labelable-cfg-msgTarget\" rel=\"Ext.form.Labelable-cfg-msgTarget\" class=\"docClass\">error messages</a>. Defaults to <tt>true</tt>.</p>\n",
+        "linenr": 184,
+        "html_filename": "Labelable.html"
+      },
+      {
         "type": "String",
-        "doc": "<p>The configured field label, or empty string if not defined</p>\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 232,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-getFieldLabel",
-      "shortDoc": "<p>Returns the label for the field. Defaults to simply returning the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> config. Can be\noverridden to provide</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getInputId",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Get the input id, if any, for this component. This is used as the \"for\" attribute on the label element.\nImplementing subclasses may also use this as e.g. the id for their own <tt>input</tt> element.</p>\n",
-      "params": [
-
-      ],
-      "return": {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-baseBodyCls",
+        "shortDoc": "The CSS class to be applied to the body content element. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "baseBodyCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The CSS class to be applied to the body content element. Defaults to 'x-form-item-body'.</p>\n",
+        "linenr": 87,
+        "html_filename": "Labelable.html"
+      },
+      {
         "type": "String",
-        "doc": "<p>The input id</p>\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 321,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-getInputId",
-      "shortDoc": "Get the input id, if any, for this component. This is used as the \"for\" attribute on the label element.\nImplementing ..."
-    },
-    {
-      "tagname": "method",
-      "name": "hasActiveError",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Tells whether the field currently has an active error message. This does not trigger\nvalidation on its own, it merely looks for any message that the component may already hold.</p>\n",
-      "params": [
-
-      ],
-      "return": {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-clearCls",
+        "shortDoc": "The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "clearCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide field clearing (defaults to <tt>'x-clear'</tt>).</p>\n",
+        "linenr": 100,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-errorMsgCls",
+        "shortDoc": "The CSS class to be applied to the error message element. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "errorMsgCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The CSS class to be applied to the error message element. Defaults to 'x-form-error-msg'.</p>\n",
+        "linenr": 81,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-fieldBodyCls",
+        "shortDoc": "An extra CSS class to be applied to the body content element in addition to fieldBodyCls. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "fieldBodyCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>An extra CSS class to be applied to the body content element in addition to <a href=\"#/api/Ext.form.Labelable-cfg-fieldBodyCls\" rel=\"Ext.form.Labelable-cfg-fieldBodyCls\" class=\"docClass\">fieldBodyCls</a>.\nDefaults to empty.</p>\n",
+        "linenr": 93,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-fieldLabel",
+        "shortDoc": "The label for the field. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "fieldLabel",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The label for the field. It gets appended with the <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>, and its position\nand sizing is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelAlign\" rel=\"Ext.form.Labelable-cfg-labelAlign\" class=\"docClass\">labelAlign</a>, <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a>, and <a href=\"#/api/Ext.form.Labelable-cfg-labelPad\" rel=\"Ext.form.Labelable-cfg-labelPad\" class=\"docClass\">labelPad</a>\nconfigs. Defaults to undefined.</p>\n",
+        "linenr": 113,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-formItemCls",
+        "shortDoc": "A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "formItemCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. Defaults to 'x-form-item'.</p>\n",
+        "linenr": 68,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Boolean",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-hideEmptyLabel",
+        "shortDoc": "When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "hideEmptyLabel",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>When set to <tt>true</tt>, the label element (<a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>) will be\nautomatically hidden if the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> is empty. Setting this to <tt>false</tt> will cause the empty\nlabel element to be rendered and space to be reserved for it; this is useful if you want a field without a label\nto line up with other labeled fields in the same form. Defaults to <tt>true</tt>.</p>\n\n\n<p>If you wish to unconditionall hide the label even if a non-empty fieldLabel is configured, then set\nthe <a href=\"#/api/Ext.form.Labelable-cfg-hideLabel\" rel=\"Ext.form.Labelable-cfg-hideLabel\" class=\"docClass\">hideLabel</a> config to <tt>true</tt>.</p>\n\n",
+        "linenr": 166,
+        "html_filename": "Labelable.html"
+      },
+      {
         "type": "Boolean",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 339,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-hasActiveError",
-      "shortDoc": "Tells whether the field currently has an active error message. This does not trigger\nvalidation on its own, it merely..."
-    },
-    {
-      "tagname": "method",
-      "name": "initLabelable",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
-      "params": [
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-hideLabel",
+        "shortDoc": "Set to true to completely hide the label element (fieldLabel and labelSeparator). ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "hideLabel",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Set to <tt>true</tt> to completely hide the label element (<a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and <a href=\"#/api/Ext.form.Labelable-cfg-labelSeparator\" rel=\"Ext.form.Labelable-cfg-labelSeparator\" class=\"docClass\">labelSeparator</a>).\nDefaults to <tt>false</tt>.</p>\n\n\n<p>Also see <a href=\"#/api/Ext.form.Labelable-cfg-hideEmptyLabel\" rel=\"Ext.form.Labelable-cfg-hideEmptyLabel\" class=\"docClass\">hideEmptyLabel</a>, which controls whether space will be reserved for an empty fieldLabel.</p>\n\n",
+        "linenr": 158,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-invalidCls",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "invalidCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The CSS class to use when marking the component invalid (defaults to 'x-form-invalid')</p>\n",
+        "linenr": 107,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelAlign",
+        "shortDoc": "Controls the position and alignment of the fieldLabel. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelAlign",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Controls the position and alignment of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a>. Valid values are:</p>\n\n\n<ul>\n<li><tt>\"left\"</tt> (the default) - The label is positioned to the left of the field, with its text\naligned to the left. Its width is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a> config.</li>\n<li><tt>\"top\"</tt> - The label is positioned above the field.</li>\n<li><tt>\"right\"</tt> - The label is positioned to the left of the field, with its text aligned\nto the right. Its width is determined by the <a href=\"#/api/Ext.form.Labelable-cfg-labelWidth\" rel=\"Ext.form.Labelable-cfg-labelWidth\" class=\"docClass\">labelWidth</a> config.</li>\n</ul>\n\n",
+        "linenr": 121,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelCls",
+        "shortDoc": "The CSS class to be applied to the label element. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelCls",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The CSS class to be applied to the label element. Defaults to 'x-form-item-label'.</p>\n",
+        "linenr": 75,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Number",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelPad",
+        "shortDoc": "The amount of space in pixels between the fieldLabel and the input field. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelPad",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The amount of space in pixels between the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> and the input field. Defaults to <tt>5</tt>.</p>\n",
+        "linenr": 141,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelSeparator",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelSeparator",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Character(s) to be inserted at the end of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">label text</a>.</p>\n",
+        "linenr": 147,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelStyle",
+        "shortDoc": "A CSS style specification string to apply directly to this field's label. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelStyle",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>A CSS style specification string to apply directly to this field's label. Defaults to undefined.</p>\n\n",
+        "linenr": 153,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Number",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelWidth",
+        "shortDoc": "The width of the fieldLabel in pixels. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelWidth",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The width of the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> in pixels. Only applicable if the <a href=\"#/api/Ext.form.Labelable-cfg-labelAlign\" rel=\"Ext.form.Labelable-cfg-labelAlign\" class=\"docClass\">labelAlign</a> is set\nto \"left\" or \"right\". Defaults to <tt>100</tt>.</p>\n",
+        "linenr": 134,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Array/String/Ext.XTemplate",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-labelableRenderTpl",
+        "shortDoc": "The rendering template for the field decorations. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelableRenderTpl",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The rendering template for the field decorations. Component classes using this mixin should include\nlogic to use this as their <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>, and implement the\n<a href=\"#/api/Ext.form.Labelable-method-getSubTplMarkup\" rel=\"Ext.form.Labelable-method-getSubTplMarkup\" class=\"docClass\">getSubTplMarkup</a> method to generate the field body content.</p>\n",
+        "linenr": 29,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "String",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-msgTarget",
+        "shortDoc": "The location where the error message text should display. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "msgTarget",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The location where the error message text should display.\nMust be one of the following values:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>qtip</code> Display a quick tip containing the message when the user hovers over the field. This is the default.\n<div class=\"subdesc\"><b><a href=\"#/api/Ext.tip.QuickTipManager-method-init\" rel=\"Ext.tip.QuickTipManager-method-init\" class=\"docClass\">Ext.tip.QuickTipManager.init</a> must have been called for this setting to work.</b></div></li>\n<li><code>title</code> Display the message in a default browser title attribute popup.</li>\n<li><code>under</code> Add a block div beneath the field containing the error message.</li>\n<li><code>side</code> Add an error icon to the right of the field, displaying the message in a popup on hover.</li>\n<li><code>none</code> Don't display any error message. This might be useful if you are implementing custom error display.</li>\n<li><code>[element id]</code> Add the error message directly to the innerHTML of the specified element.</li>\n</ul></div>\n\n",
+        "linenr": 191,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Boolean",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "cfg",
+        "href": "Labelable.html#Ext-form-Labelable-cfg-preventMark",
+        "shortDoc": "true to disable displaying any error message set on this object. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "preventMark",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p><tt>true</tt> to disable displaying any <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">error message</a> set on this object.\nDefaults to <tt>false</tt>.</p>\n",
+        "linenr": 177,
+        "html_filename": "Labelable.html"
+      }
+    ],
+    "method": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-addStatics",
+        "shortDoc": "Add / override static properties of this class. ...",
+        "static": true,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "\n",
+            "name": "members"
+          }
+        ],
+        "name": "addStatics",
+        "owner": "Ext.Base",
+        "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
+        "linenr": 388,
+        "return": {
+          "type": "Ext.Base",
+          "doc": "<p>this</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-callOverridden",
+        "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Array/Arguments",
+            "optional": false,
+            "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
+            "name": "args"
+          }
+        ],
+        "name": "callOverridden",
+        "owner": "Ext.Base",
+        "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
+        "linenr": 269,
+        "return": {
+          "type": "Mixed",
+          "doc": "<p>Returns the result after calling the overridden method</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-callParent",
+        "shortDoc": "Call the parent's overridden method. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Array/Arguments",
+            "optional": false,
+            "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
+            "name": "args"
+          }
+        ],
+        "name": "callParent",
+        "owner": "Ext.Base",
+        "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
+        "linenr": 124,
+        "return": {
+          "type": "Mixed",
+          "doc": "<p>Returns the result from the superclass' method</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-create",
+        "shortDoc": "Create a new instance of this Class. ...",
+        "static": true,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 214,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-initLabelable",
-      "shortDoc": "Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own in..."
-    },
-    {
-      "tagname": "method",
-      "name": "setActiveError",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Sets the active error message to the given string. This replaces the entire error message\ncontents with the given string. Also see <a href=\"#/api/Ext.form.Labelable-method-setActiveErrors\" rel=\"Ext.form.Labelable-method-setActiveErrors\" class=\"docClass\">setActiveErrors</a> which accepts an Array of\nmessages and formats them according to the <a href=\"#/api/Ext.form.Labelable-cfg-activeErrorsTpl\" rel=\"Ext.form.Labelable-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>.</p>\n",
-      "params": [
-        {
+        ],
+        "name": "create",
+        "owner": "Ext.Base",
+        "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
+        "linenr": 329,
+        "return": {
+          "type": "Object",
+          "doc": "<p>the created instance.</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-createAlias",
+        "shortDoc": "Create aliases for existing prototype methods. ...",
+        "static": true,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "String/Object",
+            "optional": false,
+            "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
+            "name": "alias"
+          },
+          {
+            "type": "String/Object",
+            "optional": false,
+            "doc": "<p>The original method name</p>\n",
+            "name": "origin"
+          }
+        ],
+        "name": "createAlias",
+        "owner": "Ext.Base",
+        "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
+        "linenr": 648,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getActiveError",
+        "shortDoc": "Gets the active error message for this component, if any. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getActiveError",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Gets the active error message for this component, if any. This does not trigger\nvalidation on its own, it merely returns any message that the component may already hold.</p>\n",
+        "linenr": 330,
+        "return": {
           "type": "String",
-          "name": "msg",
-          "doc": "<p>The error message</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 348,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-setActiveError",
-      "shortDoc": "Sets the active error message to the given string. This replaces the entire error message\ncontents with the given str..."
-    },
-    {
-      "tagname": "method",
-      "name": "setActiveErrors",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Set the active error message to an Array of error messages. The messages are formatted into\na single message string using the <a href=\"#/api/Ext.form.Labelable-cfg-activeErrorsTpl\" rel=\"Ext.form.Labelable-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>. Also see <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a>\nwhich allows setting the entire error contents with a single string.</p>\n",
-      "params": [
-        {
+          "doc": "<p>The active error message on the component; if there is no error, an empty string is returned.</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getActiveErrors",
+        "shortDoc": "Gets an Array of any active error messages currently applied to the field. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getActiveErrors",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Gets an Array of any active error messages currently applied to the field. This does not trigger\nvalidation on its own, it merely returns any messages that the component may already hold.</p>\n",
+        "linenr": 365,
+        "return": {
           "type": "Array",
-          "name": "errors",
-          "doc": "<p>The error messages</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 369,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-setActiveErrors",
-      "shortDoc": "Set the active error message to an Array of error messages. The messages are formatted into\na single message string u..."
-    },
-    {
-      "tagname": "method",
-      "name": "setFieldDefaults",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Applies a set of default configuration values to this Labelable instance. For each of the\nproperties in the given object, check if this component hasOwnProperty that config; if not\nthen it's inheriting a default value from its prototype and we should apply the default value.</p>\n",
-      "params": [
-        {
+          "doc": "<p>The active error messages on the component; if there are no errors, an empty Array is returned.</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getBodyNaturalWidth",
+        "shortDoc": "Calculate and return the natural width of the bodyEl. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getBodyNaturalWidth",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Calculate and return the natural width of the bodyEl. Override to provide custom logic.\nNote for implementors: if at all possible this method should be overridden with a custom implementation\nthat can avoid anything that would cause the browser to reflow, e.g. querying offsetWidth.</p>\n",
+        "linenr": 446,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getFieldLabel",
+        "shortDoc": "Returns the label for the field. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getFieldLabel",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Returns the label for the field. Defaults to simply returning the <a href=\"#/api/Ext.form.Labelable-cfg-fieldLabel\" rel=\"Ext.form.Labelable-cfg-fieldLabel\" class=\"docClass\">fieldLabel</a> config. Can be\noverridden to provide</p>\n",
+        "linenr": 232,
+        "return": {
+          "type": "String",
+          "doc": "<p>The configured field label, or empty string if not defined</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getInputId",
+        "shortDoc": "Get the input id, if any, for this component. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getInputId",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Get the input id, if any, for this component. This is used as the \"for\" attribute on the label element.\nImplementing subclasses may also use this as e.g. the id for their own <tt>input</tt> element.</p>\n",
+        "linenr": 321,
+        "return": {
+          "type": "String",
+          "doc": "<p>The input id</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getLabelableRenderData",
+        "shortDoc": "Generates the arguments for the field decorations rendering template. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getLabelableRenderData",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Generates the arguments for the field decorations <a href=\"#/api/Ext.form.Labelable-cfg-labelableRenderTpl\" rel=\"Ext.form.Labelable-cfg-labelableRenderTpl\" class=\"docClass\">rendering template</a>.</p>\n",
+        "linenr": 241,
+        "return": {
           "type": "Object",
-          "name": "defaults",
-          "doc": "<p>The defaults to apply to the object.</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 417,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-setFieldDefaults",
-      "shortDoc": "Applies a set of default configuration values to this Labelable instance. For each of the\nproperties in the given obj..."
-    },
-    {
-      "tagname": "method",
-      "name": "unsetActiveError",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Clears the active error.</p>\n",
-      "params": [
+          "doc": "<p>The template arguments</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getLabelableSelectors",
+        "shortDoc": "Returns the additional Ext.AbstractComponent.renderSelectors for selecting the field\ndecoration elements from the ren...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 381,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-method-unsetActiveError",
-      "shortDoc": "<p>Clears the active error.</p>\n"
-    }
-  ],
-  "property": [
-    {
-      "tagname": "property",
-      "name": "bodyEl",
-      "member": "Ext.form.Labelable",
-      "type": "Ext.core.Element",
-      "doc": "<p>The div Element wrapping the component's contents. Only available after the component has been rendered.</p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 293,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-property-bodyEl"
-    },
-    {
-      "tagname": "property",
-      "name": "errorEl",
-      "member": "Ext.form.Labelable",
-      "type": "Ext.core.Element",
-      "doc": "<p>The div Element that will contain the component's error message(s). Note that depending on the\nconfigured <a href=\"#/api/Ext.form.Labelable-cfg-msgTarget\" rel=\"Ext.form.Labelable-cfg-msgTarget\" class=\"docClass\">msgTarget</a>, this element may be hidden in favor of some other form of\npresentation, but will always be present in the DOM for use by assistive technologies.</p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 300,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-property-errorEl",
-      "shortDoc": "The div Element that will contain the component's error message(s). Note that depending on the\nconfigured msgTarget, ..."
-    },
-    {
-      "tagname": "property",
-      "name": "isFieldLabelable",
-      "member": "Ext.form.Labelable",
-      "type": "Boolean",
-      "doc": "<p>Flag denoting that this object is labelable as a field. Always true.</p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 61,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-property-isFieldLabelable"
-    },
-    {
-      "tagname": "property",
-      "name": "labelEl",
-      "member": "Ext.form.Labelable",
-      "type": "Ext.core.Element",
-      "doc": "<p>The label Element for this component. Only available after the component has been rendered.</p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 286,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-property-labelEl"
-    }
-  ],
-  "event": [
-    {
-      "tagname": "event",
-      "name": "errorchange",
-      "member": "Ext.form.Labelable",
-      "doc": "<p>Fires when the active error message is changed via <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a>.</p>\n",
-      "params": [
-        {
-          "type": "Ext.form.Labelable",
-          "name": "this",
-          "doc": "\n",
-          "optional": false
+        ],
+        "name": "getLabelableSelectors",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Returns the additional <a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">Ext.AbstractComponent.renderSelectors</a> for selecting the field\ndecoration elements from the rendered <a href=\"#/api/Ext.form.Labelable-cfg-labelableRenderTpl\" rel=\"Ext.form.Labelable-cfg-labelableRenderTpl\" class=\"docClass\">labelableRenderTpl</a>. Component classes using this mixin should\nbe sure and merge this method's result into the component's <a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">Ext.AbstractComponent.renderSelectors</a>\nbefore rendering.</p>\n",
+        "linenr": 277,
+        "return": {
+          "type": "void",
+          "doc": "\n"
         },
-        {
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-getName",
+        "shortDoc": "Get the current class' name in string format. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "getName",
+        "owner": "Ext.Base",
+        "doc": "<p>Get the current class' name in string format.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n</code></pre>\n",
+        "linenr": 631,
+        "return": {
           "type": "String",
-          "name": "error",
-          "doc": "<p>The active error message</p>\n",
-          "optional": false
-        }
-      ],
-      "private": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-      "linenr": 222,
-      "html_filename": "Labelable.html",
-      "href": "Labelable.html#Ext-form-Labelable-event-errorchange",
-      "shortDoc": "<p>Fires when the active error message is changed via <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a>.</p>\n"
-    }
-  ],
-  "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/Labelable.js",
-  "linenr": 1,
-  "html_filename": "Labelable.html",
-  "href": "Labelable.html#Ext-form-Labelable",
-  "cssVar": [
+          "doc": "<p>className</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-getSubTplMarkup",
+        "shortDoc": "Gets the markup to be inserted into the outer template's bodyEl. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
 
-  ],
-  "cssMixin": [
+        ],
+        "name": "getSubTplMarkup",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Gets the markup to be inserted into the outer template's bodyEl. Defaults to empty string, should\nbe implemented by classes including this mixin as needed.</p>\n",
+        "linenr": 311,
+        "return": {
+          "type": "String",
+          "doc": "<p>The markup to be inserted</p>\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-hasActiveError",
+        "shortDoc": "Tells whether the field currently has an active error message. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
 
-  ],
-  "component": false,
+        ],
+        "name": "hasActiveError",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Tells whether the field currently has an active error message. This does not trigger\nvalidation on its own, it merely looks for any message that the component may already hold.</p>\n",
+        "linenr": 339,
+        "return": {
+          "type": "Boolean",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-implement",
+        "shortDoc": "Add methods / properties to the prototype of this class. ...",
+        "static": true,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "\n",
+            "name": "members"
+          }
+        ],
+        "name": "implement",
+        "owner": "Ext.Base",
+        "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
+        "linenr": 415,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-initConfig",
+        "shortDoc": "Initialize configuration for this class. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "\n",
+            "name": "config"
+          }
+        ],
+        "name": "initConfig",
+        "owner": "Ext.Base",
+        "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
+        "linenr": 63,
+        "return": {
+          "type": "Object",
+          "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-initLabelable",
+        "shortDoc": "Performs initialization of this mixin. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "initLabelable",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
+        "linenr": 214,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-override",
+        "shortDoc": "Override prototype members of this class. ...",
+        "static": true,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "\n",
+            "name": "members"
+          }
+        ],
+        "name": "override",
+        "owner": "Ext.Base",
+        "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
+        "linenr": 518,
+        "return": {
+          "type": "Ext.Base",
+          "doc": "<p>this</p>\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-setActiveError",
+        "shortDoc": "Sets the active error message to the given string. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+          {
+            "type": "String",
+            "optional": false,
+            "doc": "<p>The error message</p>\n",
+            "name": "msg"
+          }
+        ],
+        "name": "setActiveError",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Sets the active error message to the given string. This replaces the entire error message\ncontents with the given string. Also see <a href=\"#/api/Ext.form.Labelable-method-setActiveErrors\" rel=\"Ext.form.Labelable-method-setActiveErrors\" class=\"docClass\">setActiveErrors</a> which accepts an Array of\nmessages and formats them according to the <a href=\"#/api/Ext.form.Labelable-cfg-activeErrorsTpl\" rel=\"Ext.form.Labelable-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>.</p>\n\n<p>Note that this only updates the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-markInvalid\" rel=\"Ext.form.field.Base-method-markInvalid\" class=\"docClass\">markInvalid</a> instead.</p>\n",
+        "linenr": 348,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-setActiveErrors",
+        "shortDoc": "Set the active error message to an Array of error messages. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Array",
+            "optional": false,
+            "doc": "<p>The error messages</p>\n",
+            "name": "errors"
+          }
+        ],
+        "name": "setActiveErrors",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Set the active error message to an Array of error messages. The messages are formatted into\na single message string using the <a href=\"#/api/Ext.form.Labelable-cfg-activeErrorsTpl\" rel=\"Ext.form.Labelable-cfg-activeErrorsTpl\" class=\"docClass\">activeErrorsTpl</a>. Also see <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a>\nwhich allows setting the entire error contents with a single string.</p>\n\n<p>Note that this only updates the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-markInvalid\" rel=\"Ext.form.field.Base-method-markInvalid\" class=\"docClass\">markInvalid</a> instead.</p>\n",
+        "linenr": 374,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-setFieldDefaults",
+        "shortDoc": "Applies a set of default configuration values to this Labelable instance. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "<p>The defaults to apply to the object.</p>\n",
+            "name": "defaults"
+          }
+        ],
+        "name": "setFieldDefaults",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Applies a set of default configuration values to this Labelable instance. For each of the\nproperties in the given object, check if this component hasOwnProperty that config; if not\nthen it's inheriting a default value from its prototype and we should apply the default value.</p>\n",
+        "linenr": 431,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "method",
+        "href": "Base3.html#Ext-Base-method-statics",
+        "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "statics",
+        "owner": "Ext.Base",
+        "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
+        "linenr": 199,
+        "return": {
+          "type": "Class",
+          "doc": "\n"
+        },
+        "html_filename": "Base3.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "Labelable.html#Ext-form-Labelable-method-unsetActiveError",
+        "shortDoc": "Clears the active error message(s). ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+
+        ],
+        "name": "unsetActiveError",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Clears the active error message(s).</p>\n\n<p>Note that this only clears the error message element's text and attributes, you'll have\nto call doComponentLayout to actually update the field's layout to match. If the field extends\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> you should call <a href=\"#/api/Ext.form.field.Base-method-clearInvalid\" rel=\"Ext.form.field.Base-method-clearInvalid\" class=\"docClass\">clearInvalid</a> instead.</p>\n",
+        "linenr": 391,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "Labelable.html"
+      }
+    ],
+    "property": [
+      {
+        "type": "Ext.core.Element",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "Labelable.html#Ext-form-Labelable-property-bodyEl",
+        "shortDoc": "The div Element wrapping the component's contents. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "bodyEl",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The div Element wrapping the component's contents. Only available after the component has been rendered.</p>\n",
+        "linenr": 293,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Ext.core.Element",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "Labelable.html#Ext-form-Labelable-property-errorEl",
+        "shortDoc": "The div Element that will contain the component's error message(s). ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "errorEl",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The div Element that will contain the component's error message(s). Note that depending on the\nconfigured <a href=\"#/api/Ext.form.Labelable-cfg-msgTarget\" rel=\"Ext.form.Labelable-cfg-msgTarget\" class=\"docClass\">msgTarget</a>, this element may be hidden in favor of some other form of\npresentation, but will always be present in the DOM for use by assistive technologies.</p>\n",
+        "linenr": 300,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Boolean",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "Labelable.html#Ext-form-Labelable-property-isFieldLabelable",
+        "shortDoc": "Flag denoting that this object is labelable as a field. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "isFieldLabelable",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Flag denoting that this object is labelable as a field. Always true.</p>\n",
+        "linenr": 61,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Ext.core.Element",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "Labelable.html#Ext-form-Labelable-property-labelEl",
+        "shortDoc": "The label Element for this component. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "name": "labelEl",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>The label Element for this component. Only available after the component has been rendered.</p>\n",
+        "linenr": 286,
+        "html_filename": "Labelable.html"
+      },
+      {
+        "type": "Class",
+        "deprecated": null,
+        "alias": null,
+        "protected": true,
+        "tagname": "property",
+        "href": "Base3.html#Ext-Base-property-self",
+        "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
+        "private": false,
+        "name": "self",
+        "owner": "Ext.Base",
+        "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
+        "linenr": 18,
+        "html_filename": "Base3.html"
+      }
+    ],
+    "cssVar": [
+
+    ],
+    "cssMixin": [
+
+    ],
+    "event": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "event",
+        "href": "Labelable.html#Ext-form-Labelable-event-errorchange",
+        "shortDoc": "Fires when the active error message is changed via setActiveError. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Ext.form.Labelable",
+            "optional": false,
+            "doc": "\n",
+            "name": "this"
+          },
+          {
+            "type": "String",
+            "optional": false,
+            "doc": "<p>The active error message</p>\n",
+            "name": "error"
+          },
+          {
+            "type": "Object",
+            "tagname": "param",
+            "name": "options",
+            "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
+          }
+        ],
+        "name": "errorchange",
+        "owner": "Ext.form.Labelable",
+        "doc": "<p>Fires when the active error message is changed via <a href=\"#/api/Ext.form.Labelable-method-setActiveError\" rel=\"Ext.form.Labelable-method-setActiveError\" class=\"docClass\">setActiveError</a>.</p>\n",
+        "linenr": 222,
+        "html_filename": "Labelable.html"
+      }
+    ]
+  },
+  "singleton": false,
+  "alias": null,
   "superclasses": [
+    "Ext.Base"
+  ],
+  "protected": false,
+  "tagname": "class",
+  "mixins": [
 
   ],
+  "href": "Labelable.html#Ext-form-Labelable",
   "subclasses": [
 
   ],
+  "static": false,
+  "author": null,
+  "component": false,
+  "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/Labelable.js",
+  "private": false,
+  "alternateClassNames": [
+
+  ],
+  "name": "Ext.form.Labelable",
+  "doc": "<p>A mixin which allows a component to be configured and decorated with a label and/or error message as is\ncommon for form fields. This is used by e.g. <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> and <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a>\nto let them be managed by the Field layout.</p>\n\n<p>*NOTE**: This mixin is mainly for internal library use and most users should not need to use it directly. It\nis more likely you will want to use one of the component classes that import this mixin, such as\n<a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> or <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a>.</p>\n\n<p>Use of this mixin does not make a component a field in the logical sense, meaning it does not provide any\nlogic or state related to values or validation; that is handled by the related <a href=\"#/api/Ext.form.field.Field\" rel=\"Ext.form.field.Field\" class=\"docClass\">Ext.form.field.Field</a>\nmixin. These two mixins may be used separately (for example <a href=\"#/api/Ext.form.FieldContainer\" rel=\"Ext.form.FieldContainer\" class=\"docClass\">Ext.form.FieldContainer</a> is Labelable but not a\nField), or in combination (for example <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> implements both and has logic for connecting the\ntwo.)</p>\n\n<p>Component classes which use this mixin should use the Field layout\nor a derivation thereof to properly size and position the label and message according to the component config.\nThey must also call the <a href=\"#/api/Ext.form.Labelable-method-initLabelable\" rel=\"Ext.form.Labelable-method-initLabelable\" class=\"docClass\">initLabelable</a> method during component initialization to ensure the mixin gets\nset up correctly.</p>\n",
   "mixedInto": [
-    "Ext.form.field.Base",
     "Ext.form.field.HtmlEditor",
+    "Ext.form.field.Base",
     "Ext.form.FieldContainer"
   ],
-  "allMixins": [
+  "linenr": 1,
+  "xtypes": [
 
-  ]
+  ],
+  "html_filename": "Labelable.html",
+  "extends": "Ext.Base"
 });
\ No newline at end of file