X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/docs/output/Ext.form.field.ComboBox.js diff --git a/docs/output/Ext.form.field.ComboBox.js b/docs/output/Ext.form.field.ComboBox.js index 1dabff49..c63c6085 100644 --- a/docs/output/Ext.form.field.ComboBox.js +++ b/docs/output/Ext.form.field.ComboBox.js @@ -1,8922 +1 @@ -Ext.data.JsonP.Ext_form_field_ComboBox({ - "allMixins": [ - "Ext.form.Labelable", - "Ext.form.field.Field", - "Ext.util.Floating", - "Ext.util.Observable", - "Ext.util.Animate", - "Ext.state.Stateful" - ], - "deprecated": null, - "docauthor": "Jason Johnston ", - "members": { - "cfg": [ - { - "type": "String", - "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": "

If specified, then the component will be displayed with this value as its active error when\nfirst rendered. Defaults to undefined. Use setActiveError or unsetActiveError to\nchange it after component creation.

\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": "

The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. By default this renders each message as an item in an unordered list.

\n", - "linenr": 50, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-allQuery", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "allQuery", - "owner": "Ext.form.field.ComboBox", - "doc": "

The text query to send to the server to return all records for the list\nwith no filtering (defaults to '')

\n", - "linenr": 142, - "html_filename": "ComboBox.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-allowBlank", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "allowBlank", - "owner": "Ext.form.field.Text", - "doc": "

Specify false to validate that the value's length is > 0 (defaults to\ntrue)

\n", - "linenr": 126, - "html_filename": "Text.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl", - "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "autoEl", - "owner": "Ext.AbstractComponent", - "doc": "

A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component.

\n\n\n

You do not normally need to specify this. For the base classes Ext.Component and Ext.container.Container,\nthis defaults to 'div'. The more complex Sencha classes use a more complex\nDOM structure specified by their own renderTpls.

\n\n\n

This is intended to allow the developer to create application-specific utility Components encapsulated by\ndifferent DOM elements. Example usage:

\n\n\n
{\n    xtype: 'component',\n    autoEl: {\n        tag: 'img',\n        src: 'http://www.example.com/example.jpg'\n    }\n}, {\n    xtype: 'component',\n    autoEl: {\n        tag: 'blockquote',\n        html: 'autoEl is cool!'\n    }\n}, {\n    xtype: 'container',\n    autoEl: 'ul',\n    cls: 'ux-unordered-list',\n    items: {\n        xtype: 'component',\n        autoEl: 'li',\n        html: 'First list item'\n    }\n}\n
\n\n", - "linenr": 130, - "html_filename": "AbstractComponent.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": "

Whether to adjust the component's body area to make room for 'side' or 'under'\nerror messages. Defaults to true.

\n", - "linenr": 184, - "html_filename": "Labelable.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender", - "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "autoRender", - "owner": "Ext.AbstractComponent", - "doc": "

This config is intended mainly for floating Components which may or may not be shown. Instead\nof using renderTo in the configuration, and rendering upon construction, this allows a Component\nto render itself upon first show.

\n\n\n

Specify as true to have this Component render to the document body upon first show.

\n\n\n

Specify as an element, or the ID of an element to have this Component render to a specific element upon first show.

\n\n\n

This defaults to true for the Window class.

\n\n", - "linenr": 499, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-autoScroll", - "shortDoc": "true to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, false...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "autoScroll", - "owner": "Ext.Component", - "doc": "

true to use overflow:'auto' on the components layout element and show scroll bars automatically when\nnecessary, false to clip any overflowing content (defaults to false).

\n", - "linenr": 172, - "html_filename": "Component2.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-autoSelect", - "shortDoc": "true to automatically highlight the first result gathered by the data store\nin the dropdown list when it is opened. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "autoSelect", - "owner": "Ext.form.field.ComboBox", - "doc": "

true to automatically highlight the first result gathered by the data store\nin the dropdown list when it is opened. (Defaults to true). A false value would cause nothing in the\nlist to be highlighted automatically, so the user would have to manually highlight an item before pressing\nthe enter or tab key to select it (unless the value of (typeAhead) were true),\nor use the mouse to select a value.

\n", - "linenr": 213, - "html_filename": "ComboBox.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow", - "shortDoc": "True to automatically show the component upon creation. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "autoShow", - "owner": "Ext.AbstractComponent", - "doc": "

True to automatically show the component upon creation.\nThis config option may only be used for floating components or components\nthat use autoRender. Defaults to false.

\n", - "linenr": 492, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "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": "

The CSS class to be applied to the body content element. Defaults to 'x-form-item-body'.

\n", - "linenr": 87, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls", - "shortDoc": "The base CSS class to apply to this components's element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "baseCls", - "owner": "Ext.AbstractComponent", - "doc": "

The base CSS class to apply to this components's element. This will also be prepended to\nelements within this component like Panel's body will get a class x-panel-body. This means\nthat if you create a subclass of Panel, and you want it to get all the Panels styling for the\nelement and the body, you leave the baseCls x-panel and use componentCls to add specific styling for this\ncomponent.

\n", - "linenr": 273, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-blankText", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "blankText", - "owner": "Ext.form.field.Text", - "doc": "

The error text to display if the allowBlank validation\nfails (defaults to 'This field is required')

\n", - "linenr": 166, - "html_filename": "Text.html" - }, - { - "type": "Number/String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border", - "shortDoc": "Specifies the border for this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "border", - "owner": "Ext.AbstractComponent", - "doc": "

Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.

\n", - "linenr": 360, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-checkChangeBuffer", - "shortDoc": "Defines a timeout in milliseconds for buffering checkChangeEvents that fire in rapid succession. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "checkChangeBuffer", - "owner": "Ext.form.field.Base", - "doc": "

Defines a timeout in milliseconds for buffering checkChangeEvents that fire in rapid succession.\nDefaults to 50 milliseconds.

\n", - "linenr": 181, - "html_filename": "Base.html" - }, - { - "type": "Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-checkChangeEvents", - "shortDoc": "A list of event names that will be listened for on the field's input element, which\nwill cause the field's value to b...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "checkChangeEvents", - "owner": "Ext.form.field.Base", - "doc": "

A list of event names that will be listened for on the field's input element, which\nwill cause the field's value to be checked for changes. If a change is detected, the\nchange event will be fired, followed by validation if the validateOnChange\noption is enabled.

\n\n\n

Defaults to ['change', 'propertychange'] in Internet Explorer, and ['change', 'input',\n'textInput', 'keyup', 'dragdrop'] in other browsers. This catches all the ways that field values\ncan be changed in most supported browsers; the only known exceptions at the time of writing are:

\n\n\n\n\n\n

If you need to guarantee on-the-fly change notifications including these edge cases, you can call the\ncheckChange method on a repeating interval, e.g. using Ext.TaskManager, or if the field is\nwithin a Ext.form.Panel, you can use the FormPanel's Ext.form.Panel.pollForChanges\nconfiguration to set up such a task automatically.

\n\n", - "linenr": 157, - "html_filename": "Base.html" - }, - { - "type": "String", - "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": "

The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide field clearing (defaults to 'x-clear').

\n", - "linenr": 100, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls", - "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to ''). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "cls", - "owner": "Ext.AbstractComponent", - "doc": "

An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be\nuseful for adding customized styles to the component or any of its children using standard CSS rules.

\n", - "linenr": 289, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "componentCls", - "owner": "Ext.AbstractComponent", - "doc": "

CSS Class to be added to a components root level element to give distinction to it\nvia styling.

\n", - "linenr": 283, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String/Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout", - "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "componentLayout", - "owner": "Ext.AbstractComponent", - "doc": "

The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager which sizes a Component's internal structure in response to the Component being sized.

\n\n\n

Generally, developers will not use this configuration as all provided Components which need their internal\nelements sizing (Such as input fields) come with their own componentLayout managers.

\n\n\n

The default layout manager will be used on instances of the base Ext.Component class\nwhich simply sizes the Component's encapsulating element to the height and width specified in the setSize method.

\n\n", - "linenr": 242, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl", - "shortDoc": "Optional. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "contentEl", - "owner": "Ext.AbstractComponent", - "doc": "

Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content\nfor this component.

\n\n\n\n\n", - "linenr": 422, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "data", - "owner": "Ext.AbstractComponent", - "doc": "

The initial set of data to apply to the tpl to\nupdate the content area of the Component.

\n", - "linenr": 260, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-defaultListConfig", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "defaultListConfig", - "owner": "Ext.form.field.ComboBox", - "doc": "

Set of options that will be used as defaults for the user-configured listConfig object.

\n", - "linenr": 283, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-delimiter", - "shortDoc": "The character(s) used to separate the display values of multiple selected items\nwhen multiSelect = true. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "delimiter", - "owner": "Ext.form.field.ComboBox", - "doc": "

The character(s) used to separate the display values of multiple selected items\nwhen multiSelect = true. Defaults to ', '.

\n", - "linenr": 107, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-dirtyCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "dirtyCls", - "owner": "Ext.form.field.Base", - "doc": "

The CSS class to use when the field value is dirty.

\n", - "linenr": 152, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-disableKeyFilter", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "disableKeyFilter", - "owner": "Ext.form.field.Text", - "doc": "

Specify true to disable input keystroke filtering (defaults\nto false)

\n", - "linenr": 121, - "html_filename": "Text.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Field.html#Ext-form-field-Field-cfg-disabled", - "shortDoc": "True to disable the field (defaults to false). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "disabled", - "owner": "Ext.form.field.Field", - "doc": "

True to disable the field (defaults to false). Disabled Fields will not be\nsubmitted.

\n", - "linenr": 43, - "html_filename": "Field.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls", - "shortDoc": "CSS class to add when the Component is disabled. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "disabledCls", - "owner": "Ext.AbstractComponent", - "doc": "

CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.

\n", - "linenr": 302, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-displayField", - "shortDoc": "The underlying data field name to bind to this\nComboBox (defaults to 'text'). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "displayField", - "owner": "Ext.form.field.ComboBox", - "doc": "

The underlying data field name to bind to this\nComboBox (defaults to 'text').

\n\n

See also valueField.

\n\n", - "linenr": 114, - "html_filename": "ComboBox.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-draggable", - "shortDoc": "Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "draggable", - "owner": "Ext.Component", - "doc": "

Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle.

\n\n\n

This may also be specified as a config object for the ComponentDragger which is instantiated to perform dragging.

\n\n\n

For example to create a Component which may only be dragged around using a certain internal element as the drag handle,\nuse the delegate option:

\n\n\n

\n\n
new Ext.Component({\n    constrain: true,\n    floating:true,\n    style: {\n        backgroundColor: '#fff',\n        border: '1px solid black'\n    },\n    html: '<h1 style=\"cursor:move\">The title</h1><p>The content</p>',\n    draggable: {\n        delegate: 'h1'\n    }\n}).show();\n
\n\n\n

\n", - "linenr": 237, - "html_filename": "Component2.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Picker.html#Ext-form-field-Picker-cfg-editable", - "shortDoc": "false to prevent the user from typing text directly into the field;\nthe field can only have its value set via selecti...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "editable", - "owner": "Ext.form.field.Picker", - "doc": "

false to prevent the user from typing text directly into the field;\nthe field can only have its value set via selecting a value from the picker. In this state, the picker\ncan also be opened by clicking directly on the input field itself.\n(defaults to true).

\n", - "linenr": 53, - "html_filename": "Picker.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-emptyCls", - "shortDoc": "The CSS class to apply to an empty field to style the emptyText\n(defaults to 'x-form-empty-field'). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "emptyCls", - "owner": "Ext.form.field.Text", - "doc": "

The CSS class to apply to an empty field to style the emptyText\n(defaults to 'x-form-empty-field'). This class is automatically added and removed as needed\ndepending on the current field value.

\n", - "linenr": 213, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-emptyText", - "shortDoc": "The default text to place into an empty field (defaults to undefined). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "emptyText", - "owner": "Ext.form.field.Text", - "doc": "

The default text to place into an empty field (defaults to undefined).

\n\n\n

Note that normally this value will be submitted to the server if this field is enabled; to prevent this\nyou can set the submitEmptyText option of\nExt.form.Basic.submit to false.

\n\n\n

Also note that if you use inputType:'file', emptyText is not\nsupported and should be avoided.

\n\n", - "linenr": 203, - "html_filename": "Text.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-enableKeyEvents", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "enableKeyEvents", - "owner": "Ext.form.field.Text", - "doc": "

true to enable the proxying of key events for the HTML input field (defaults to false)

\n", - "linenr": 222, - "html_filename": "Text.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-enforceMaxLength", - "shortDoc": "True to set the maxLength property on the underlying input field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "enforceMaxLength", - "owner": "Ext.form.field.Text", - "doc": "

True to set the maxLength property on the underlying input field. Defaults to false

\n", - "linenr": 145, - "html_filename": "Text.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": "

The CSS class to be applied to the error message element. Defaults to 'x-form-error-msg'.

\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": "

An extra CSS class to be applied to the body content element in addition to fieldBodyCls.\nDefaults to empty.

\n", - "linenr": 93, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-fieldCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "fieldCls", - "owner": "Ext.form.field.Base", - "doc": "

The default CSS class for the field input (defaults to 'x-form-field')

\n", - "linenr": 136, - "html_filename": "Base.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": "

The label for the field. It gets appended with the labelSeparator, and its position\nand sizing is determined by the labelAlign, labelWidth, and labelPad\nconfigs. Defaults to undefined.

\n", - "linenr": 113, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-fieldStyle", - "shortDoc": "Optional CSS style(s) to be applied to the field input element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "fieldStyle", - "owner": "Ext.form.field.Base", - "doc": "

Optional CSS style(s) to be applied to the field input element.\nShould be a valid argument to Ext.core.Element.applyStyles. Defaults to undefined. See also the\nsetFieldStyle method for changing the style after initialization.

\n", - "linenr": 141, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-floating", - "shortDoc": "Specify as true to float the Component outside of the document flow using CSS absolute positioning. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "floating", - "owner": "Ext.Component", - "doc": "

Specify as true to float the Component outside of the document flow using CSS absolute positioning.

\n\n\n

Components such as Windows and Menus are floating\nby default.

\n\n\n

Floating Components that are programatically rendered will register themselves with the global\nZIndexManager

\n\n\n

Floating Components as child items of a Container

\n\n\n

A floating Component may be used as a child item of a Container. This just allows the floating Component to seek a ZIndexManager by\nexamining the ownerCt chain.

\n\n\n

When configured as floating, Components acquire, at render time, a ZIndexManager which manages a stack\nof related floating Components. The ZIndexManager brings a single floating Component to the top of its stack when\nthe Component's toFront method is called.

\n\n\n

The ZIndexManager is found by traversing up the ownerCt chain to find an ancestor which itself is floating. This is so that\ndescendant floating Components of floating Containers (Such as a ComboBox dropdown within a Window) can have its zIndex managed relative\nto any siblings, but always above that floating ancestor Container.

\n\n\n

If no floating ancestor is found, a floating Component registers itself with the default ZIndexManager.

\n\n\n

Floating components do not participate in the Container's layout. Because of this, they are not rendered until you explicitly\nshow them.

\n\n\n

After rendering, the ownerCt reference is deleted, and the floatParent property is set to the found floating ancestor Container.\nIf no floating ancestor Container was found the floatParent property will not be set.

\n\n", - "linenr": 178, - "html_filename": "Component2.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-focusCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "focusCls", - "owner": "Ext.form.field.Base", - "doc": "

The CSS class to use when the field receives focus (defaults to 'x-form-focus')

\n", - "linenr": 147, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Floating.html#Ext-util-Floating-cfg-focusOnToFront", - "shortDoc": "Specifies whether the floated component should be automatically focused when it is\nbrought to the front. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "name": "focusOnToFront", - "owner": "Ext.util.Floating", - "doc": "

Specifies whether the floated component should be automatically focused when it is\nbrought to the front. Defaults to true.

\n", - "linenr": 9, - "html_filename": "Floating.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-forceSelection", - "shortDoc": "true to restrict the selected value to one of the values in the list,\nfalse to allow the user to set arbitrary text i...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "forceSelection", - "owner": "Ext.form.field.ComboBox", - "doc": "

true to restrict the selected value to one of the values in the list,\nfalse to allow the user to set arbitrary text into the field (defaults to false)

\n", - "linenr": 241, - "html_filename": "ComboBox.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": "

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'.

\n", - "linenr": 68, - "html_filename": "Labelable.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame", - "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "frame", - "owner": "Ext.AbstractComponent", - "doc": "

Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphical rounded frame around the Component content.

\n\n\n

This is only necessary when running on outdated, or non standard-compliant browsers such as Microsoft's Internet Explorer\nprior to version 9 which do not support rounded corners natively.

\n\n\n

The extra space taken up by this framing is available from the read only property frameSize.

\n\n", - "linenr": 219, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-grow", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "grow", - "owner": "Ext.form.field.Text", - "doc": "

true if this field should automatically grow and shrink to its content\n(defaults to false)

\n", - "linenr": 86, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-growAppend", - "shortDoc": "A string that will be appended to the field's current value for the purposes of calculating the target\nfield size. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "growAppend", - "owner": "Ext.form.field.Text", - "doc": "

A string that will be appended to the field's current value for the purposes of calculating the target\nfield size. Only used when the grow config is true. Defaults to a single capital \"W\"\n(the widest character in common fonts) to leave enough space for the next typed character and avoid the\nfield value shifting before the width is adjusted.

\n", - "linenr": 103, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-growMax", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "growMax", - "owner": "Ext.form.field.Text", - "doc": "

The maximum width to allow when grow = true (defaults\nto 800)

\n", - "linenr": 97, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-growMin", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "growMin", - "owner": "Ext.form.field.Text", - "doc": "

The minimum width to allow when grow = true (defaults\nto 30)

\n", - "linenr": 91, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "height", - "owner": "Ext.AbstractComponent", - "doc": "

The height of this component in pixels.

\n", - "linenr": 355, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "hidden", - "owner": "Ext.AbstractComponent", - "doc": "

Defaults to false.

\n", - "linenr": 378, - "html_filename": "AbstractComponent.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": "

When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is empty. Setting this to false 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 true.

\n\n\n

If you wish to unconditionall hide the label even if a non-empty fieldLabel is configured, then set\nthe hideLabel config to true.

\n\n", - "linenr": 166, - "html_filename": "Labelable.html" - }, - { - "type": "Boolean", - "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": "

Set to true to completely hide the label element (fieldLabel and labelSeparator).\nDefaults to false.

\n\n\n

Also see hideEmptyLabel, which controls whether space will be reserved for an empty fieldLabel.

\n\n", - "linenr": 158, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode", - "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "hideMode", - "owner": "Ext.AbstractComponent", - "doc": "

A String which specifies how this Component's encapsulating DOM element will be hidden.\nValues may be

\nDefaults to 'display'.

\n", - "linenr": 409, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-hideTrigger", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "hideTrigger", - "owner": "Ext.form.field.Trigger", - "doc": "

true to hide the trigger element and display only the base\ntext field (defaults to false)

\n", - "linenr": 84, - "html_filename": "Trigger.html" - }, - { - "type": "String/Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html", - "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "html", - "owner": "Ext.AbstractComponent", - "doc": "

An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). The HTML content is added after the component is rendered,\nso the document will not contain this HTML at the time the render event is fired.\nThis content is inserted into the body before any configured contentEl is appended.

\n", - "linenr": 440, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id", - "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "id", - "owner": "Ext.AbstractComponent", - "doc": "

The unique id of this component instance (defaults to an auto-assigned id).

\n\n\n

It should not be necessary to use this configuration except for singleton objects in your application.\nComponents created with an id may be accessed globally using Ext.getCmp.

\n\n\n

Instead of using assigned ids, use the itemId config, and ComponentQuery which\nprovides selector-based searching for Sencha Components analogous to DOM querying. The Container\nclass contains shortcut methods to query its descendant Components by selector.

\n\n\n

Note that this id will also be used as the element id for the containing HTML element\nthat is rendered to the page for this component. This allows you to write id-based CSS\nrules to style the specific instance of this component uniquely, and also to select\nsub-elements using this component's id as the parent.

\n\n\n

Note: to avoid complications imposed by a unique id also see itemId.

\n\n\n

Note: to access the container of a Component see ownerCt.

\n\n", - "linenr": 50, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-inputId", - "shortDoc": "The id that will be given to the generated input DOM element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "inputId", - "owner": "Ext.form.field.Base", - "doc": "

The id that will be given to the generated input DOM element. Defaults to an automatically generated id.\nIf you configure this manually, you must make sure it is unique in the document.

\n", - "linenr": 206, - "html_filename": "Base.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-inputType", - "shortDoc": "The type attribute for input fields -- e.g. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "inputType", - "owner": "Ext.form.field.Base", - "doc": "

The type attribute for input fields -- e.g. radio, text, password, file (defaults to 'text').\nThe extended types supported by HTML5 inputs (url, email, etc.) may also be used, though using them\nwill cause older browsers to fall back to 'text'.

\n\n\n

The type 'password' must be used to render that field type currently -- there is no separate Ext\ncomponent for that. You can use Ext.form.field.File which creates a custom-rendered file upload\nfield, but if you want a plain unstyled file input you can use a BaseField with inputType:'file'.

\n\n", - "linenr": 114, - "html_filename": "Base.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": "

The CSS class to use when marking the component invalid (defaults to 'x-form-invalid')

\n", - "linenr": 107, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-invalidText", - "shortDoc": "The error text to use when marking a field invalid and no message is provided\n(defaults to 'The value in this field i...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "invalidText", - "owner": "Ext.form.field.Base", - "doc": "

The error text to use when marking a field invalid and no message is provided\n(defaults to 'The value in this field is invalid')

\n", - "linenr": 130, - "html_filename": "Base.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId", - "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "itemId", - "owner": "Ext.AbstractComponent", - "doc": "

An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. Instead of using an id with\nExt.getCmp, use itemId with\nExt.container.Container.getComponent which will retrieve\nitemId's or id's. Since itemId's are an index to the\ncontainer's internal MixedCollection, the itemId is scoped locally to the container --\navoiding potential conflicts with Ext.ComponentManager which requires a unique\nid.

\n\n\n
var c = new Ext.panel.Panel({ //\n    height: 300,\n    renderTo: document.body,\n    layout: 'auto',\n    items: [\n        {\n            itemId: 'p1',\n            title: 'Panel 1',\n            height: 150\n        },\n        {\n            itemId: 'p2',\n            title: 'Panel 2',\n            height: 150\n        }\n    ]\n})\np1 = c.getComponent('p1'); // not the same as Ext.getCmp()\np2 = p1.ownerCt.getComponent('p2'); // reference via a sibling\n
\n\n\n

Also see id, Ext.container.Container.query,\nExt.container.Container.down and Ext.container.Container.child.

\n\n\n

Note: to access the container of an item see ownerCt.

\n\n", - "linenr": 66, - "html_filename": "AbstractComponent.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": "

Controls the position and alignment of the fieldLabel. Valid values are:

\n\n\n\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": "

The CSS class to be applied to the label element. Defaults to 'x-form-item-label'.

\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": "

The amount of space in pixels between the fieldLabel and the input field. Defaults to 5.

\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": "

Character(s) to be inserted at the end of the label text.

\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": "

A CSS style specification string to apply directly to this field's label. Defaults to undefined.

\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": "

The width of the fieldLabel in pixels. Only applicable if the labelAlign is set\nto \"left\" or \"right\". Defaults to 100.

\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": "

The rendering template for the field decorations. Component classes using this mixin should include\nlogic to use this as their renderTpl, and implement the\ngetSubTplMarkup method to generate the field body content.

\n", - "linenr": 29, - "html_filename": "Labelable.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-listConfig", - "shortDoc": "An optional set of configuration properties that will be passed to the Ext.view.BoundList's\nconstructor. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "listConfig", - "owner": "Ext.form.field.ComboBox", - "doc": "

An optional set of configuration properties that will be passed to the Ext.view.BoundList's\nconstructor. Any configuration that is valid for BoundList can be included. Some of the more useful\nones are:

\n\n\n\n\n", - "linenr": 303, - "html_filename": "ComboBox.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Observable.html#Ext-util-Observable-cfg-listeners", - "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "name": "listeners", - "owner": "Ext.util.Observable", - "doc": "

A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the addListener example for attaching multiple\nhandlers at once.

\n\n

DOM events from ExtJS Components

\n\n

While some ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly done when extra value can be added. For example the DataView's itemclick event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the element option to identify the Component property to add a\nDOM listener to:

\n\n
new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n
\n", - "linenr": 102, - "html_filename": "Observable.html" - }, - { - "type": "Ext.ComponentLoader/Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "loader", - "owner": "Ext.AbstractComponent", - "doc": "

A configuration object or an instance of a Ext.ComponentLoader to load remote\ncontent for this Component.

\n", - "linenr": 483, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-maintainFlex", - "shortDoc": "Only valid when a sibling element of a Splitter within a VBox or\nHBox layout. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "maintainFlex", - "owner": "Ext.Component", - "doc": "

Only valid when a sibling element of a Splitter within a VBox or\nHBox layout.

\n\n\n

Specifies that if an immediate sibling Splitter is moved, the Component on the other side is resized, and this\nComponent maintains its configured flex value.

\n\n", - "linenr": 259, - "html_filename": "Component2.html" - }, - { - "type": "Number/String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin", - "shortDoc": "Specifies the margin for this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "margin", - "owner": "Ext.AbstractComponent", - "doc": "

Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.

\n", - "linenr": 372, - "html_filename": "AbstractComponent.html" - }, - { - "type": "RegExp", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-maskRe", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "maskRe", - "owner": "Ext.form.field.Text", - "doc": "

An input mask regular expression that will be used to filter keystrokes that do\nnot match (defaults to undefined)

\n", - "linenr": 116, - "html_filename": "Text.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Picker.html#Ext-form-field-Picker-cfg-matchFieldWidth", - "shortDoc": "Whether the picker dropdown's width should be explicitly set to match the width of the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "matchFieldWidth", - "owner": "Ext.form.field.Picker", - "doc": "

Whether the picker dropdown's width should be explicitly set to match the width of the field.\nDefaults to true.

\n", - "linenr": 20, - "html_filename": "Picker.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight", - "shortDoc": "The maximum value in pixels which this Component will set its height to. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "maxHeight", - "owner": "Ext.AbstractComponent", - "doc": "

The maximum value in pixels which this Component will set its height to.

\n\n\n

Warning: This will override any size management applied by layout managers.

\n\n", - "linenr": 472, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-maxLength", - "shortDoc": "Maximum input field length allowed by validation (defaults to Number.MAX_VALUE). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "maxLength", - "owner": "Ext.form.field.Text", - "doc": "

Maximum input field length allowed by validation (defaults to Number.MAX_VALUE).\nThis behavior is intended to provide instant feedback to the user by improving usability to allow pasting\nand editing or overtyping and back tracking. To restrict the maximum number of characters that can be\nentered into the field use the enforceMaxLength option.

\n", - "linenr": 137, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-maxLengthText", - "shortDoc": "Error text to display if the maximum length\nvalidation fails (defaults to 'The maximum length for this field is {maxL...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "maxLengthText", - "owner": "Ext.form.field.Text", - "doc": "

Error text to display if the maximum length\nvalidation fails (defaults to 'The maximum length for this field is {maxLength}')

\n", - "linenr": 155, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth", - "shortDoc": "The maximum value in pixels which this Component will set its width to. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "maxWidth", - "owner": "Ext.AbstractComponent", - "doc": "

The maximum value in pixels which this Component will set its width to.

\n\n\n

Warning: This will override any size management applied by layout managers.

\n\n", - "linenr": 477, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-minChars", - "shortDoc": "The minimum number of characters the user must type before autocomplete and\ntypeAhead activate (defaults to 4 if quer...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "minChars", - "owner": "Ext.form.field.ComboBox", - "doc": "

The minimum number of characters the user must type before autocomplete and\ntypeAhead activate (defaults to 4 if queryMode = 'remote' or 0 if\nqueryMode = 'local', does not apply if editable = false).

\n", - "linenr": 207, - "html_filename": "ComboBox.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight", - "shortDoc": "The minimum value in pixels which this Component will set its height to. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "minHeight", - "owner": "Ext.AbstractComponent", - "doc": "

The minimum value in pixels which this Component will set its height to.

\n\n\n

Warning: This will override any size management applied by layout managers.

\n\n", - "linenr": 462, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-minLength", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "minLength", - "owner": "Ext.form.field.Text", - "doc": "

Minimum input field length required (defaults to 0)

\n", - "linenr": 132, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-minLengthText", - "shortDoc": "Error text to display if the minimum length\nvalidation fails (defaults to 'The minimum length for this field is {minL...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "minLengthText", - "owner": "Ext.form.field.Text", - "doc": "

Error text to display if the minimum length\nvalidation fails (defaults to 'The minimum length for this field is {minLength}')

\n", - "linenr": 149, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth", - "shortDoc": "The minimum value in pixels which this Component will set its width to. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "minWidth", - "owner": "Ext.AbstractComponent", - "doc": "

The minimum value in pixels which this Component will set its width to.

\n\n\n

Warning: This will override any size management applied by layout managers.

\n\n", - "linenr": 467, - "html_filename": "AbstractComponent.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": "

The location where the error message text should display.\nMust be one of the following values:

\n\n\n
\n\n", - "linenr": 191, - "html_filename": "Labelable.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-multiSelect", - "shortDoc": "If set to true, allows the combo field to hold more than one value at a time, and allows selecting\nmultiple items fro...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "multiSelect", - "owner": "Ext.form.field.ComboBox", - "doc": "

If set to true, allows the combo field to hold more than one value at a time, and allows selecting\nmultiple items from the dropdown list. The combo's text field will show all selected values separated by\nthe delimiter. (Defaults to false.)

\n", - "linenr": 99, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-name", - "shortDoc": "The name of the field (defaults to undefined). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "name", - "owner": "Ext.form.field.Base", - "doc": "

The name of the field (defaults to undefined). This is used as the parameter\nname when including the field value in a form submit(). If no name is\nconfigured, it falls back to the inputId. To prevent the field from being included in the\nform submit, set submitValue to false.

\n", - "linenr": 107, - "html_filename": "Base.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Picker.html#Ext-form-field-Picker-cfg-openCls", - "shortDoc": "A class to be added to the field's bodyEl element when the picker is opened. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "openCls", - "owner": "Ext.form.field.Picker", - "doc": "

A class to be added to the field's bodyEl element when the picker is opened. Defaults\nto 'x-pickerfield-open'.

\n", - "linenr": 40, - "html_filename": "Picker.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls", - "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "overCls", - "owner": "Ext.AbstractComponent", - "doc": "

An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and removed when the mouse moves out. (defaults to ''). This can be\nuseful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.

\n", - "linenr": 295, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number/String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding", - "shortDoc": "Specifies the padding for this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "padding", - "owner": "Ext.AbstractComponent", - "doc": "

Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.

\n", - "linenr": 366, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-pageSize", - "shortDoc": "If greater than 0, a Ext.toolbar.Paging is displayed in the\nfooter of the dropdown list and the filter queries will e...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "pageSize", - "owner": "Ext.form.field.ComboBox", - "doc": "

If greater than 0, a Ext.toolbar.Paging is displayed in the\nfooter of the dropdown list and the filter queries will execute with page start and\nlimit parameters. Only applies when queryMode = 'remote'\n(defaults to 0).

\n", - "linenr": 193, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Picker.html#Ext-form-field-Picker-cfg-pickerAlign", - "shortDoc": "The alignment position with which to align the picker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "pickerAlign", - "owner": "Ext.form.field.Picker", - "doc": "

The alignment position with which to align the picker. Defaults\nto \"tl-bl?\"

\n", - "linenr": 27, - "html_filename": "Picker.html" - }, - { - "type": "Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Picker.html#Ext-form-field-Picker-cfg-pickerOffset", - "shortDoc": "An offset [x,y] to use in addition to the pickerAlign when positioning the picker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "pickerOffset", - "owner": "Ext.form.field.Picker", - "doc": "

An offset [x,y] to use in addition to the pickerAlign when positioning the picker.\nDefaults to undefined.

\n", - "linenr": 34, - "html_filename": "Picker.html" - }, - { - "type": "Object/Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins", - "shortDoc": "An object or array of objects that will provide custom functionality for this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "plugins", - "owner": "Ext.AbstractComponent", - "doc": "

An object or array of objects that will provide custom functionality for this component. The only\nrequirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component.\nWhen a component is created, if any plugins are available, the component will call the init method on each\nplugin, passing a reference to itself. Each plugin can then call methods or respond to events on the\ncomponent as needed to provide its functionality.

\n", - "linenr": 512, - "html_filename": "AbstractComponent.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": "

true to disable displaying any error message set on this object.\nDefaults to false.

\n", - "linenr": 177, - "html_filename": "Labelable.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-queryDelay", - "shortDoc": "The length of time in milliseconds to delay between the start of typing and\nsending the query to filter the dropdown ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "queryDelay", - "owner": "Ext.form.field.ComboBox", - "doc": "

The length of time in milliseconds to delay between the start of typing and\nsending the query to filter the dropdown list (defaults to 500 if queryMode = 'remote'\nor 10 if queryMode = 'local')

\n", - "linenr": 201, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-queryMode", - "shortDoc": "The mode in which the ComboBox uses the configured Store. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "queryMode", - "owner": "Ext.form.field.ComboBox", - "doc": "

The mode in which the ComboBox uses the configured Store. Acceptable values are:

\n\n
\n\n", - "linenr": 155, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-queryParam", - "shortDoc": "Name of the parameter used by the Store to pass the typed string when the ComboBox is configured with\nqueryMode: 'rem...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "queryParam", - "owner": "Ext.form.field.ComboBox", - "doc": "

Name of the parameter used by the Store to pass the typed string when the ComboBox is configured with\nqueryMode: 'remote' (defaults to 'query'). If explicitly set to a falsy value it will\nnot be sent.

\n", - "linenr": 148, - "html_filename": "ComboBox.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-readOnly", - "shortDoc": "true to prevent the user from changing the field, and\nhides the trigger. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "readOnly", - "owner": "Ext.form.field.Trigger", - "doc": "

true to prevent the user from changing the field, and\nhides the trigger. Supercedes the editable and hideTrigger options if the value is true.\n(defaults to false)

\n", - "linenr": 96, - "html_filename": "Trigger.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-readOnlyCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "readOnlyCls", - "owner": "Ext.form.field.Base", - "doc": "

The CSS class applied to the component's main element when it is readOnly.

\n", - "linenr": 201, - "html_filename": "Base.html" - }, - { - "type": "RegExp", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-regex", - "shortDoc": "A JavaScript RegExp object to be tested against the field value during validation\n(defaults to undefined). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "regex", - "owner": "Ext.form.field.Text", - "doc": "

A JavaScript RegExp object to be tested against the field value during validation\n(defaults to undefined). If the test fails, the field will be marked invalid using\nregexText.

\n", - "linenr": 191, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-regexText", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "regexText", - "owner": "Ext.form.field.Text", - "doc": "

The error text to display if regex is used and the\ntest fails during validation (defaults to '')

\n", - "linenr": 197, - "html_filename": "Text.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors", - "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "renderSelectors", - "owner": "Ext.AbstractComponent", - "doc": "

An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render process.

\n\n

After the Component's internal structure is rendered according to the renderTpl, this object is iterated through,\nand the found Elements are added as properties to the Component using the renderSelector property name.

\n\n

For example, a Component which rendered an image, and description into its element might use the following properties\ncoded into its prototype:

\n\n
renderTpl: '&lt;img src=\"{imageUrl}\" class=\"x-image-component-img\">&lt;div class=\"x-image-component-desc\">{description}&gt;/div&lt;',\n\nrenderSelectors: {\n    image: 'img.x-image-component-img',\n    descEl: 'div.x-image-component-desc'\n}\n
\n\n

After rendering, the Component would have a property image referencing its child img Element,\nand a property descEl referencing the div Element which contains the description.

\n", - "linenr": 179, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo", - "shortDoc": "Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "renderTo", - "owner": "Ext.AbstractComponent", - "doc": "

Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into.

\n\n\n
\n\n\n

See render also.

\n\n", - "linenr": 204, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl", - "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "renderTpl", - "owner": "Ext.AbstractComponent", - "doc": "

An XTemplate used to create the internal structure inside this Component's\nencapsulating Element.

\n\n\n

You do not normally need to specify this. For the base classes Ext.Component\nand Ext.container.Container, this defaults to null which means that they will be initially rendered\nwith no internal structure; they render their Element empty. The more specialized ExtJS and Touch classes\nwhich use a more complex DOM structure, provide their own template definitions.

\n\n\n

This is intended to allow the developer to create application-specific utility Components with customized\ninternal structure.

\n\n\n

Upon rendering, any created child elements may be automatically imported into object properties using the\nrenderSelectors option.

\n\n", - "linenr": 164, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-repeatTriggerClick", - "shortDoc": "true to attach a click repeater\nto the trigger. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "repeatTriggerClick", - "owner": "Ext.form.field.Trigger", - "doc": "

true to attach a click repeater\nto the trigger. Defaults to false.

\n", - "linenr": 108, - "html_filename": "Trigger.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-resizable", - "shortDoc": "Specify as true to apply a Resizer to this Component\nafter rendering. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "resizable", - "owner": "Ext.Component", - "doc": "

Specify as true to apply a Resizer to this Component\nafter rendering.

\n\n\n

May also be specified as a config object to be passed to the constructor of Resizer\nto override any defaults. By default the Component passes its minimum and maximum size, and uses\nExt.resizer.Resizer.dynamic: false

\n\n", - "linenr": 157, - "html_filename": "Component2.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-resizeHandles", - "shortDoc": "A valid Ext.resizer.Resizer handles config string (defaults to 'all'). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "resizeHandles", - "owner": "Ext.Component", - "doc": "

A valid Ext.resizer.Resizer handles config string (defaults to 'all'). Only applies when resizable = true.

\n", - "linenr": 166, - "html_filename": "Component2.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer", - "shortDoc": "A buffer to be applied if many state events are fired within\na short period. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "name": "saveBuffer", - "owner": "Ext.state.Stateful", - "doc": "

A buffer to be applied if many state events are fired within\na short period. Defaults to 100.

\n", - "linenr": 74, - "html_filename": "Stateful.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-selectOnFocus", - "shortDoc": "true to select any existing text in the field immediately on focus. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "selectOnFocus", - "owner": "Ext.form.field.Trigger", - "doc": "

true to select any existing text in the field immediately on focus.\nOnly applies when editable = true (defaults to false).

\n", - "linenr": 103, - "html_filename": "Trigger.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-selectOnTab", - "shortDoc": "Whether the Tab key should select the currently highlighted item. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "selectOnTab", - "owner": "Ext.form.field.ComboBox", - "doc": "

Whether the Tab key should select the currently highlighted item. Defaults to true.

\n", - "linenr": 235, - "html_filename": "ComboBox.html" - }, - { - "type": "String/Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Floating.html#Ext-util-Floating-cfg-shadow", - "shortDoc": "Specifies whether the floating component should be given a shadow. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "name": "shadow", - "owner": "Ext.util.Floating", - "doc": "

Specifies whether the floating component should be given a shadow. Set to\ntrue to automatically create an Ext.Shadow, or a string indicating the\nshadow's display Ext.Shadow.mode. Set to false to disable the shadow.\n(Defaults to 'sides'.)

\n", - "linenr": 16, - "html_filename": "Floating.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-size", - "shortDoc": "An initial value for the 'size' attribute on the text input element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "size", - "owner": "Ext.form.field.Text", - "doc": "

An initial value for the 'size' attribute on the text input element. This is only\nused if the field has no configured width and is not given a width by its container's layout.\nDefaults to 20.

\n", - "linenr": 79, - "html_filename": "Text.html" - }, - { - "type": "Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents", - "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "name": "stateEvents", - "owner": "Ext.state.Stateful", - "doc": "

An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). stateEvents may be any type\nof event supported by this object, including browser or custom events\n(e.g., ['click', 'customerchange']).

\n\n\n

See stateful for an explanation of saving and\nrestoring object state.

\n\n", - "linenr": 64, - "html_filename": "Stateful.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Stateful.html#Ext-state-Stateful-cfg-stateId", - "shortDoc": "The unique id for this object to use for state management purposes. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "name": "stateId", - "owner": "Ext.state.Stateful", - "doc": "

The unique id for this object to use for state management purposes.

\n\n

See stateful for an explanation of saving and restoring state.

\n\n", - "linenr": 58, - "html_filename": "Stateful.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Stateful.html#Ext-state-Stateful-cfg-stateful", - "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "name": "stateful", - "owner": "Ext.state.Stateful", - "doc": "

A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. The object must have\na stateId for state to be managed.\nAuto-generated ids are not guaranteed to be stable across page loads and\ncannot be relied upon to save and restore the same state for a object.

\n

For state saving to work, the state manager's provider must have been\nset to an implementation of Ext.state.Provider which overrides the\nset and get\nmethods to save and recall name/value pairs. A built-in implementation,\nExt.state.CookieProvider is available.

\n

To set the state provider for the current page:

\n
Ext.state.Manager.setProvider(new Ext.state.CookieProvider({\n    expires: new Date(new Date().getTime()+(1000*60*60*24*7)), //7 days from now\n}));\n
\n

A stateful object attempts to save state when one of the events\nlisted in the stateEvents configuration fires.

\n

To save state, a stateful object first serializes its state by\ncalling getState. By default, this function does\nnothing. The developer must provide an implementation which returns an\nobject hash which represents the restorable state of the object.

\n

The value yielded by getState is passed to Ext.state.Manager.set\nwhich uses the configured Ext.state.Provider to save the object\nkeyed by the stateId

.\n

During construction, a stateful object attempts to restore\nits state by calling Ext.state.Manager.get passing the\nstateId

\n

The resulting object is passed to applyState.\nThe default implementation of applyState simply copies\nproperties into the object, but a developer may override this to support\nmore behaviour.

\n

You can perform extra processing on state save and restore by attaching\nhandlers to the beforestaterestore, staterestore,\nbeforestatesave and statesave events.

\n\n", - "linenr": 18, - "html_filename": "Stateful.html" - }, - { - "type": "Ext.data.Store/Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-store", - "shortDoc": "The data source to which this combo is bound (defaults to undefined). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "store", - "owner": "Ext.form.field.ComboBox", - "doc": "

The data source to which this combo is bound (defaults to undefined).\nAcceptable values for this property are:

\n\n
\n\n\n

See also queryMode.

\n\n", - "linenr": 81, - "html_filename": "ComboBox.html" - }, - { - "type": "RegExp", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-stripCharsRe", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "stripCharsRe", - "owner": "Ext.form.field.Text", - "doc": "

A JavaScript RegExp object used to strip unwanted content from the value\nbefore validation (defaults to undefined).

\n", - "linenr": 74, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style", - "shortDoc": "A custom style specification to be applied to this component's Element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "style", - "owner": "Ext.AbstractComponent", - "doc": "

A custom style specification to be applied to this component's Element. Should be a valid argument to\nExt.core.Element.applyStyles.

\n\n
        new Ext.panel.Panel({\n            title: 'Some Title',\n            renderTo: Ext.getBody(),\n            width: 400, height: 300,\n            layout: 'form',\n            items: [{\n                xtype: 'textarea',\n                style: {\n                    width: '95%',\n                    marginBottom: '10px'\n                }\n            },\n            new Ext.button.Button({\n                text: 'Send',\n                minWidth: '100',\n                style: {\n                    marginBottom: '10px'\n                }\n            })\n            ]\n        });\n     
\n\n", - "linenr": 321, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls", - "shortDoc": "The class that is added to the content target when you set styleHtmlContent to true. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "styleHtmlCls", - "owner": "Ext.AbstractComponent", - "doc": "

The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'

\n", - "linenr": 455, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent", - "shortDoc": "True to automatically style the html inside the content target of this component (body for panels). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "styleHtmlContent", - "owner": "Ext.AbstractComponent", - "doc": "

True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.

\n", - "linenr": 448, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Field.html#Ext-form-field-Field-cfg-submitValue", - "shortDoc": "Setting this to false will prevent the field from being\nsubmitted even when it is not disabled. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "submitValue", - "owner": "Ext.form.field.Field", - "doc": "

Setting this to false will prevent the field from being\nsubmitted even when it is not disabled. Defaults to true.

\n", - "linenr": 49, - "html_filename": "Field.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-tabIndex", - "shortDoc": "The tabIndex for this field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "tabIndex", - "owner": "Ext.form.field.Base", - "doc": "

The tabIndex for this field. Note this only applies to fields that are rendered,\nnot those which are built via applyTo (defaults to undefined).

\n", - "linenr": 125, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Component2.html#Ext-Component-cfg-toFrontOnShow", - "shortDoc": "True to automatically call toFront when the show method is called\non an already visible, floating component (default ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "toFrontOnShow", - "owner": "Ext.Component", - "doc": "

True to automatically call toFront when the show method is called\non an already visible, floating component (default is true).

\n\n", - "linenr": 202, - "html_filename": "Component2.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tpl", - "shortDoc": "An Ext.Template, Ext.XTemplate\nor an array of strings to form an Ext.XTemplate. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "tpl", - "owner": "Ext.AbstractComponent", - "doc": "

An Ext.Template, Ext.XTemplate\nor an array of strings to form an Ext.XTemplate.\nUsed in conjunction with the data and\ntplWriteMode configurations.

\n", - "linenr": 252, - "html_filename": "AbstractComponent.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode", - "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "tplWriteMode", - "owner": "Ext.AbstractComponent", - "doc": "

The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to 'overwrite'\n(see Ext.XTemplate.overwrite).

\n", - "linenr": 266, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-transform", - "shortDoc": "The id, DOM node or Ext.core.Element of an existing HTML <select> element to\nconvert into a ComboBox. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "transform", - "owner": "Ext.form.field.ComboBox", - "doc": "

The id, DOM node or Ext.core.Element of an existing HTML <select> element to\nconvert into a ComboBox. The target select's options will be used to build the options in the ComboBox\ndropdown; a configured store will take precedence over this.

\n", - "linenr": 296, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-triggerAction", - "shortDoc": "The action to execute when the trigger is clicked. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "triggerAction", - "owner": "Ext.form.field.ComboBox", - "doc": "

The action to execute when the trigger is clicked.

\n\n
\n\n\n

See also queryParam.

\n\n", - "linenr": 130, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-triggerBaseCls", - "shortDoc": "The base CSS class that is always added to the trigger button. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "triggerBaseCls", - "owner": "Ext.form.field.Trigger", - "doc": "

The base CSS class that is always added to the trigger button. The triggerCls will be\nappended in addition to this class.

\n", - "linenr": 71, - "html_filename": "Trigger.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-triggerCls", - "shortDoc": "An additional CSS class used to style the trigger button. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "triggerCls", - "owner": "Ext.form.field.ComboBox", - "doc": "

An additional CSS class used to style the trigger button. The trigger will always get the\ntriggerBaseCls by default and triggerCls will be appended if specified.\nDefaults to 'x-form-arrow-trigger' for ComboBox.

\n", - "linenr": 73, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Trigger.html#Ext-form-field-Trigger-cfg-triggerWrapCls", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "triggerWrapCls", - "owner": "Ext.form.field.Trigger", - "doc": "

The CSS class that is added to the div wrapping the trigger button(s).

\n", - "linenr": 78, - "html_filename": "Trigger.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-typeAhead", - "shortDoc": "true to populate and autoselect the remainder of the text being\ntyped after a configurable delay (typeAheadDelay) if ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "typeAhead", - "owner": "Ext.form.field.ComboBox", - "doc": "

true to populate and autoselect the remainder of the text being\ntyped after a configurable delay (typeAheadDelay) if it matches a known value (defaults\nto false)

\n", - "linenr": 222, - "html_filename": "ComboBox.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-typeAheadDelay", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "typeAheadDelay", - "owner": "Ext.form.field.ComboBox", - "doc": "

The length of time in milliseconds to wait until the typeahead text is displayed\nif typeAhead = true (defaults to 250)

\n", - "linenr": 229, - "html_filename": "ComboBox.html" - }, - { - "type": "String/Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui", - "shortDoc": "A set style for a component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "ui", - "owner": "Ext.AbstractComponent", - "doc": "

A set style for a component. Can be a string or an Array of multiple strings (UIs)

\n", - "linenr": 308, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Base.html#Ext-form-field-Base-cfg-validateOnBlur", - "shortDoc": "Whether the field should validate when it loses focus (defaults to true). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "validateOnBlur", - "owner": "Ext.form.field.Base", - "doc": "

Whether the field should validate when it loses focus (defaults to true). This will cause fields\nto be validated as the user steps through the fields in the form regardless of whether they are making\nchanges to those fields along the way. See also validateOnChange.

\n", - "linenr": 212, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Field.html#Ext-form-field-Field-cfg-validateOnChange", - "shortDoc": "Specifies whether this field should be validated immediately whenever a change in its value is detected. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "validateOnChange", - "owner": "Ext.form.field.Field", - "doc": "

Specifies whether this field should be validated immediately whenever a change in its value is detected.\nDefaults to true. If the validation results in a change in the field's validity, a\nvaliditychange event will be fired. This allows the field to show feedback about the\nvalidity of its contents immediately as the user is typing.

\n\n\n

When set to false, feedback will not be immediate. However the form will still be validated\nbefore submitting if the clientValidation option to Ext.form.Basic.doAction is\nenabled, or if the field or form are validated manually.

\n\n\n

See also Ext.form.field.Base.checkChangeEventsfor controlling how changes to the field's value are detected.

\n\n", - "linenr": 55, - "html_filename": "Field.html" - }, - { - "type": "Function", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-validator", - "shortDoc": "A custom validation function to be called during field validation (getErrors)\n(defaults to undefined). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "validator", - "owner": "Ext.form.field.Text", - "doc": "

A custom validation function to be called during field validation (getErrors)\n(defaults to undefined). If specified, this function will be called first, allowing the\ndeveloper to override the default validation process.

\n\n\n

This function will be passed the following Parameters:

\n\n\n
\n\n\n

This function is to Return:

\n\n\n
\n\n", - "linenr": 172, - "html_filename": "Text.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Field.html#Ext-form-field-Field-cfg-value", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "value", - "owner": "Ext.form.field.Field", - "doc": "

A value to initialize this field with (defaults to undefined).

\n", - "linenr": 33, - "html_filename": "Field.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-valueField", - "shortDoc": "@required\nThe underlying data value name to bind to this ComboBox (defaults to match\nthe value of the displayField co...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "valueField", - "owner": "Ext.form.field.ComboBox", - "doc": "

@required\nThe underlying data value name to bind to this ComboBox (defaults to match\nthe value of the displayField config).

\n\n

Note: use of a valueField requires the user to make a selection in order for a value to be\nmapped. See also displayField.

\n\n", - "linenr": 121, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "ComboBox.html#Ext-form-field-ComboBox-cfg-valueNotFoundText", - "shortDoc": "When using a name/value combo, if the value passed to setValue is not found in\nthe store, valueNotFoundText will be d...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "valueNotFoundText", - "owner": "Ext.form.field.ComboBox", - "doc": "

When using a name/value combo, if the value passed to setValue is not found in\nthe store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined). If this\ndefault text is used, it means there is no value set and no validation will occur on this field.

\n", - "linenr": 247, - "html_filename": "ComboBox.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-vtype", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "vtype", - "owner": "Ext.form.field.Text", - "doc": "

A validation type name as defined in Ext.form.field.VTypes (defaults to undefined)

\n", - "linenr": 112, - "html_filename": "Text.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Text.html#Ext-form-field-Text-cfg-vtypeText", - "shortDoc": "A custom error message to display in place of the default message provided\nfor the vtype currently set for this field...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "name": "vtypeText", - "owner": "Ext.form.field.Text", - "doc": "

A custom error message to display in place of the default message provided\nfor the vtype currently set for this field (defaults to undefined).\nNote: only applies if vtype is set, else ignored.

\n", - "linenr": 68, - "html_filename": "Text.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "width", - "owner": "Ext.AbstractComponent", - "doc": "

The width of this component in pixels.

\n", - "linenr": 350, - "html_filename": "AbstractComponent.html" - } - ], - "method": [ - { - "deprecated": null, - "alias": null, - "href": "Trigger.html#Ext-form-field-Trigger-method-constructor", - "tagname": "method", - "protected": false, - "shortDoc": "Create a new Trigger field. ...", - "static": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

Configuration options (valid {@Ext.form.field.Text} config options will also be applied\nto the base Text field)

\n", - "name": "config" - } - ], - "private": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "doc": "

Create a new Trigger field.

\n", - "owner": "Ext.form.field.Trigger", - "name": "ComboBox", - "html_filename": "Trigger.html", - "return": { - "type": "Object", - "doc": "\n" - }, - "linenr": 1 - }, - { - "deprecated": { - "version": "4.0", - "text": "

Replaced by addCls

\n\n\n\n", - "tagname": "deprecated", - "doc": "Adds a CSS class to the top level element representing this component." - }, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass", - "shortDoc": "Adds a CSS class to the top level element representing this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The CSS class name to add

\n", - "name": "cls" - } - ], - "name": "addClass", - "owner": "Ext.AbstractComponent", - "doc": "

Adds a CSS class to the top level element representing this component.

\n", - "linenr": 2328, - "return": { - "type": "Ext.Component", - "doc": "

Returns the Component to allow method chaining.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls", - "shortDoc": "Adds a CSS class to the top level element representing this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The CSS class name to add

\n", - "name": "cls" - } - ], - "name": "addCls", - "owner": "Ext.AbstractComponent", - "doc": "

Adds a CSS class to the top level element representing this component.

\n", - "linenr": 2306, - "return": { - "type": "Ext.Component", - "doc": "

Returns the Component to allow method chaining.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI", - "shortDoc": "Adds a cls to the uiCls array, which will also call addUIClsToElement and adds\nto all elements of this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String/Array", - "optional": false, - "doc": "

A string or an array of strings to add to the uiCls

\n", - "name": "cls" - }, - { - "type": "Object", - "optional": false, - "doc": "

(Boolean) skip True to skip adding it to the class and do it later (via the return)

\n", - "name": "skip" - } - ], - "name": "addClsWithUI", - "owner": "Ext.AbstractComponent", - "doc": "

Adds a cls to the uiCls array, which will also call addUIClsToElement and adds\nto all elements of this component.

\n", - "linenr": 1463, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-addEvents", - "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Object/String", - "optional": false, - "doc": "

Either an object with event names as properties with a value of true or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:

\n\n
this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n
\n", - "name": "o" - }, - { - "type": "String...", - "optional": false, - "doc": "

Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:

\n\n
this.addEvents('storeloaded', 'storecleared');\n
\n", - "name": "more" - } - ], - "name": "addEvents", - "owner": "Ext.util.Observable", - "doc": "

Adds the specified events to the list of events which this Observable may fire.

\n", - "linenr": 494, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-addListener", - "shortDoc": "Appends an event handler to this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The name of the event to listen for. May also be an object who's property names are\nevent names.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The method the event invokes. Will be called with arguments given to\nfireEvent plus the options parameter described below.

\n", - "name": "handler" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the handler function is executed. If\nomitted, defaults to the object which fired the event.

\n", - "name": "scope" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) An object containing handler configuration.

\n\n

Note: Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.

\n\n

This object may contain any of the following properties:

\n\n\n\n\n

Combining Options

\n\n

Using the options argument, it is possible to combine different types of listeners:

\n\n

A delayed, one-time listener.

\n\n
myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n
\n\n

Attaching multiple handlers in 1 call

\n\n

The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:

\n\n
myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n
\n\n

One can also specify options for each event handler separately:

\n\n
myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n
\n", - "name": "options" - } - ], - "name": "addListener", - "owner": "Ext.util.Observable", - "doc": "

Appends an event handler to this object.

\n", - "linenr": 278, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-addManagedListener", - "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable/Element", - "optional": false, - "doc": "

The item to which to add a listener/listeners.

\n", - "name": "item" - }, - { - "type": "Object/String", - "optional": false, - "doc": "

The event name, or an object containing event name properties.

\n", - "name": "ename" - }, - { - "type": "Function", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the handler function.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

\n", - "name": "scope" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the\naddListener options.

\n", - "name": "opt" - } - ], - "name": "addManagedListener", - "owner": "Ext.util.Observable", - "doc": "

Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.

\n", - "linenr": 156, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents", - "shortDoc": "Add events that will trigger the state to be saved. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "String/Array", - "optional": false, - "doc": "

The event name or an array of event names.

\n", - "name": "events" - } - ], - "name": "addStateEvents", - "owner": "Ext.state.Stateful", - "doc": "

Add events that will trigger the state to be saved.

\n", - "linenr": 159, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Stateful.html" - }, - { - "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": "

Add / override static properties of this class.

\n\n
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
\n", - "linenr": 388, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-addUIClsToElement", - "shortDoc": "Method which adds a specified UI + uiCls to the components element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The UI to remove from the element

\n", - "name": "ui" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "force" - } - ], - "name": "addUIClsToElement", - "owner": "Ext.AbstractComponent", - "doc": "

Method which adds a specified UI + uiCls to the components element.\nCan be overridden to remove the UI from more than just the components element.

\n", - "linenr": 1534, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout", - "shortDoc": " ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted width that was set

\n", - "name": "adjWidth" - }, - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted height that was set

\n", - "name": "adjHeight" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

Whether or not the height/width are stored on the component permanently

\n", - "name": "isSetSize" - }, - { - "type": "Ext.Component", - "optional": false, - "doc": "

Container requesting the layout. Only used when isSetSize is false.

\n", - "name": "callingContainer" - } - ], - "name": "afterComponentLayout", - "owner": "Ext.AbstractComponent", - "doc": "\n", - "linenr": 2699, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Picker.html#Ext-form-field-Picker-method-alignPicker", - "shortDoc": "Aligns the picker to the ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - - ], - "name": "alignPicker", - "owner": "Ext.form.field.Picker", - "doc": "

Aligns the picker to the

\n", - "linenr": 153, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-alignTo", - "shortDoc": "Aligns this floating Component to the specified element ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The element or Ext.Component to align to. If passing a component, it must\nbe a omponent instance. If a string id is passed, it will be used as an element id.

\n", - "name": "element" - }, - { - "type": "String", - "optional": false, - "doc": "

(optional, defaults to \"tl-bl?\") The position to align to (see Ext.core.Element.alignTo for more details).

\n", - "name": "position" - }, - { - "type": "Array", - "optional": true, - "doc": "

(optional) Offset the positioning by [x, y]

\n", - "name": "offsets" - } - ], - "name": "alignTo", - "owner": "Ext.util.Floating", - "doc": "

Aligns this floating Component to the specified element

\n", - "linenr": 173, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "Floating.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-animate", - "shortDoc": "Perform custom animation on this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

An object containing properties which describe the animation's start and end states, and the timeline of the animation.

\n", - "name": "config" - } - ], - "name": "animate", - "owner": "Ext.util.Animate", - "doc": "

Perform custom animation on this object.

\n

This method is applicable to both the Component class and the Element class.\nIt performs animated transitions of certain properties of this object over a specified timeline.

\n

The sole parameter is an object which specifies start property values, end property values, and properties which\ndescribe the timeline. Of the properties listed below, only to is mandatory.

\n

Properties include

\n

Animating an Element

\nWhen animating an Element, the following properties may be specified in from, to, and keyframe objects:\n

Be aware than animating an Element which is being used by an Ext Component without in some way informing the Component about the changed element state\nwill result in incorrect Component behaviour. This is because the Component will be using the old state of the element. To avoid this problem, it is now possible to\ndirectly animate certain properties of Components.

\n

Animating a Component

\nWhen animating an Element, the following properties may be specified in from, to, and keyframe objects:\n

For example, to animate a Window to a new size, ensuring that its internal layout, and any shadow is correct:

\n
myWindow = Ext.create('Ext.window.Window', {\n    title: 'Test Component animation',\n    width: 500,\n    height: 300,\n    layout: {\n        type: 'hbox',\n        align: 'stretch'\n    },\n    items: [{\n        title: 'Left: 33%',\n        margins: '5 0 5 5',\n        flex: 1\n    }, {\n        title: 'Left: 66%',\n        margins: '5 5 5 5',\n        flex: 2\n    }]\n});\nmyWindow.show();\nmyWindow.header.el.on('click', function() {\n    myWindow.animate({\n        to: {\n            width: (myWindow.getWidth() == 500) ? 700 : 500,\n            height: (myWindow.getHeight() == 300) ? 400 : 300,\n        }\n    });\n});\n
\n

For performance reasons, by default, the internal layout is only updated when the Window reaches its final \"to\" size. If dynamic updating of the Window's child\nComponents is required, then configure the animation with dynamic: true and the two child items will maintain their proportions during the animation.

\n\n", - "linenr": 207, - "return": { - "type": "Object", - "doc": "

this

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Stateful.html#Ext-state-Stateful-method-applyState", - "shortDoc": "Applies the state to the object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The state

\n", - "name": "state" - } - ], - "name": "applyState", - "owner": "Ext.state.Stateful", - "doc": "

Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By default it applies the state properties onto\nthe current object.

\n", - "linenr": 225, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-autoSize", - "shortDoc": "Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - - ], - "name": "autoSize", - "owner": "Ext.form.field.Text", - "doc": "

Automatically grows the field to accomodate the width of the text up to the maximum field width allowed.\nThis only takes effect if grow = true, and fires the autosize event if the\nwidth changes.

\n", - "linenr": 633, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-batchChanges", - "shortDoc": "A utility for grouping a set of modifications which may trigger value changes into a single\ntransaction, to prevent e...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

A function containing the transaction code

\n", - "name": "fn" - } - ], - "name": "batchChanges", - "owner": "Ext.form.field.Field", - "doc": "

A utility for grouping a set of modifications which may trigger value changes into a single\ntransaction, to prevent excessive firing of change events. This is useful for instance\nif the field has sub-fields which are being updated as a group; you don't want the container\nfield to check its own changed state for each subfield change.

\n", - "linenr": 348, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout", - "shortDoc": "Occurs before componentLayout is run. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted width that was set

\n", - "name": "adjWidth" - }, - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted height that was set

\n", - "name": "adjHeight" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

Whether or not the height/width are stored on the component permanently

\n", - "name": "isSetSize" - }, - { - "type": "Ext.Component", - "optional": false, - "doc": "

Container requesting sent the layout. Only used when isSetSize is false.

\n", - "name": "callingContainer" - } - ], - "name": "beforeComponentLayout", - "owner": "Ext.AbstractComponent", - "doc": "

Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.

\n", - "linenr": 2709, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-bubble", - "shortDoc": "Bubbles up the component/container heirarchy, calling the specified function with each component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The function to call

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope of the function (defaults to current node)

\n", - "name": "scope" - }, - { - "type": "Array", - "optional": true, - "doc": "

(optional) The args to call the function with (default to passing the current component)

\n", - "name": "args" - } - ], - "name": "bubble", - "owner": "Ext.Component", - "doc": "

Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of\nfunction call will be the scope provided or the current component. The arguments to the function\nwill be the args provided or the current component. If the function returns false at any point,\nthe bubble is stopped.

\n", - "linenr": 1007, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.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": "

The arguments, either an array or the arguments object

\n", - "name": "args" - } - ], - "name": "callOverridden", - "owner": "Ext.Base", - "doc": "

Call the original method that was previously overridden with Ext.Base.override

\n\n
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
\n", - "linenr": 269, - "return": { - "type": "Mixed", - "doc": "

Returns the result after calling the overridden method

\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": "

The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

\n", - "name": "args" - } - ], - "name": "callParent", - "owner": "Ext.Base", - "doc": "

Call the parent's overridden method. For example:

\n\n
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
\n", - "linenr": 124, - "return": { - "type": "Mixed", - "doc": "

Returns the result from the superclass' method

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-capture", - "shortDoc": "Starts capture on the specified Observable. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable", - "optional": false, - "doc": "

The Observable to capture events from.

\n", - "name": "o" - }, - { - "type": "Function", - "optional": false, - "doc": "

The function to call when an event is fired.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the function is executed. Defaults to\nthe Observable firing the event.

\n", - "name": "scope" - } - ], - "name": "capture", - "owner": "Ext.util.Observable", - "doc": "

Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event before the event is fired. If the supplied function returns false,\nthe event will not fire.

\n", - "linenr": 54, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-center", - "shortDoc": "Center this Component in its container. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - - ], - "name": "center", - "owner": "Ext.util.Floating", - "doc": "

Center this Component in its container.

\n", - "linenr": 251, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "Floating.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-checkChange", - "shortDoc": "Checks whether the value of the field has changed since the last time it was checked. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "checkChange", - "owner": "Ext.form.field.Field", - "doc": "

Checks whether the value of the field has changed since the last time it was checked. If the value\nhas changed, it:

\n\n\n
    \n
  1. Fires the change event,
  2. \n
  3. Performs validation if the validateOnChange config is enabled, firing the\nvalidationchange event if the validity has changed, and
  4. \n
  5. Checks the dirty state of the field and fires the dirtychange event\nif it has changed.
  6. \n
\n\n", - "linenr": 235, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-checkDirty", - "shortDoc": "Checks the isDirty state of the field and if it has changed since the last time\nit was checked, fires the dirtychange...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "checkDirty", - "owner": "Ext.form.field.Field", - "doc": "

Checks the isDirty state of the field and if it has changed since the last time\nit was checked, fires the dirtychange event.

\n", - "linenr": 286, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-clearInvalid", - "shortDoc": "Clear any invalid styles/messages for this field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "clearInvalid", - "owner": "Ext.form.field.Base", - "doc": "

Clear any invalid styles/messages for this field.

\n\n\n

Note: this method does not cause the Field's validate or isValid methods to\nreturn true if the value does not pass validation. So simply clearing a field's errors\nwill not necessarily allow submission of forms submitted with the Ext.form.action.Submit.clientValidation\noption set.

\n\n", - "linenr": 741, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-clearListeners", - "shortDoc": "Removes all listeners for this object including the managed listeners ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - - ], - "name": "clearListeners", - "owner": "Ext.util.Observable", - "doc": "

Removes all listeners for this object including the managed listeners

\n", - "linenr": 425, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners", - "shortDoc": "Removes all managed listeners for this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - - ], - "name": "clearManagedListeners", - "owner": "Ext.util.Observable", - "doc": "

Removes all managed listeners for this object.

\n", - "linenr": 454, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "ComboBox.html#Ext-form-field-ComboBox-method-clearValue", - "shortDoc": "Clears any value currently set in the ComboBox. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "params": [ - - ], - "name": "clearValue", - "owner": "Ext.form.field.ComboBox", - "doc": "

Clears any value currently set in the ComboBox.

\n", - "linenr": 1018, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "ComboBox.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-cloneConfig", - "shortDoc": "Clone the current component using the original config values passed into this instance by default. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

A new config containing any properties to override in the cloned version.\nAn id property can be passed on this object, otherwise one will be generated to avoid duplicates.

\n", - "name": "overrides" - } - ], - "name": "cloneConfig", - "owner": "Ext.Component", - "doc": "

Clone the current component using the original config values passed into this instance by default.

\n", - "linenr": 947, - "return": { - "type": "Ext.Component", - "doc": "

clone The cloned copy of this component

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Picker.html#Ext-form-field-Picker-method-collapse", - "shortDoc": "Collapse this field's picker dropdown. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - - ], - "name": "collapse", - "owner": "Ext.form.field.Picker", - "doc": "

Collapse this field's picker dropdown.

\n", - "linenr": 180, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Picker.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": [ - - ], - "name": "create", - "owner": "Ext.Base", - "doc": "

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n", - "linenr": 329, - "return": { - "type": "Object", - "doc": "

the created instance.

\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": "

The new method name, or an object to set multiple aliases. See\nflexSetter

\n", - "name": "alias" - }, - { - "type": "String/Object", - "optional": false, - "doc": "

The original method name

\n", - "name": "origin" - } - ], - "name": "createAlias", - "owner": "Ext.Base", - "doc": "

Create aliases for existing prototype methods. Example:

\n\n
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() -> test.method1()\n
\n", - "linenr": 648, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy", - "shortDoc": "Destroys the Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "destroy", - "owner": "Ext.AbstractComponent", - "doc": "

Destroys the Component.

\n", - "linenr": 2891, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable", - "shortDoc": "Disable the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

Passing true, will supress the 'disable' event from being fired.

\n", - "name": "silent" - } - ], - "name": "disable", - "owner": "Ext.AbstractComponent", - "doc": "

Disable the component.

\n", - "linenr": 2245, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender", - "shortDoc": "Handles autoRender. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "doAutoRender", - "owner": "Ext.AbstractComponent", - "doc": "

Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them within that\nownerCt, and have their z-index managed locally. Floating Components are always rendered to document.body

\n", - "linenr": 920, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout", - "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "width" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "height" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "isSetSize" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "callingContainer" - } - ], - "name": "doComponentLayout", - "owner": "Ext.AbstractComponent", - "doc": "

This method needs to be called whenever you change something on this component that requires the Component's\nlayout to be recalculated.

\n", - "linenr": 2630, - "return": { - "type": "Ext.container.Container", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-doConstrain", - "shortDoc": "Moves this floating Component into a constrain region. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

Optional. The Element or Region into which this Component is to be constrained.

\n", - "name": "constrainTo" - } - ], - "name": "doConstrain", - "owner": "Ext.util.Floating", - "doc": "

Moves this floating Component into a constrain region.

\n\n\n

By default, this Component is constrained to be within the container it was added to, or the element\nit was rendered to.

\n\n\n

An alternative constraint may be passed.

\n\n", - "linenr": 135, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Floating.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "ComboBox.html#Ext-form-field-ComboBox-method-doQuery", - "shortDoc": "Executes a query to filter the dropdown list. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The SQL query to execute

\n", - "name": "queryString" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

true to force the query to execute even if there are currently fewer\ncharacters in the field than the minimum specified by the minChars config option. It\nalso clears any filter previously saved in the current store (defaults to false)

\n", - "name": "forceAll" - } - ], - "name": "doQuery", - "owner": "Ext.form.field.ComboBox", - "doc": "

Executes a query to filter the dropdown list. Fires the beforequery event prior to performing the\nquery allowing the query action to be canceled if needed.

\n", - "linenr": 562, - "return": { - "type": "Boolean", - "doc": "

true if the query was permitted to run, false if it was cancelled by a beforequery handler.

\n" - }, - "html_filename": "ComboBox.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable", - "shortDoc": "Enable the component ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

Passing false will supress the 'enable' event from being fired.

\n", - "name": "silent" - } - ], - "name": "enable", - "owner": "Ext.AbstractComponent", - "doc": "

Enable the component

\n", - "linenr": 2222, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-enableBubble", - "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String/[String]", - "optional": false, - "doc": "

The event name to bubble, or an Array of event names.

\n", - "name": "events" - } - ], - "name": "enableBubble", - "owner": "Ext.util.Observable", - "doc": "

Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. There is no implementation in the Observable base class.

\n\n

This is commonly used by Ext.Components to bubble events to owner Containers.\nSee Ext.Component.getBubbleTarget. The default implementation in Ext.Component returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.

\n\n

Example:

\n\n
Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\n        change: function() {\n            // Title goes red if form has been modified.\n            myForm.header.setStyle('color', 'red');\n        }\n    }\n});\n
\n", - "linenr": 609, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Picker.html#Ext-form-field-Picker-method-expand", - "shortDoc": "Expand this field's picker dropdown. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - - ], - "name": "expand", - "owner": "Ext.form.field.Picker", - "doc": "

Expand this field's picker dropdown.

\n", - "linenr": 121, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-extractFileInput", - "shortDoc": "Only relevant if the instance's isFileUpload method returns true. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "extractFileInput", - "owner": "Ext.form.field.Field", - "doc": "

Only relevant if the instance's isFileUpload method returns true. Returns a reference\nto the file input DOM element holding the user's selected file. The input will be appended into\nthe submission form and will not be returned, so this method should also create a replacement.

\n", - "linenr": 373, - "return": { - "type": "HTMLInputElement", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController", - "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "findLayoutController", - "owner": "Ext.AbstractComponent", - "doc": "

This method finds the topmost active layout who's processing will eventually determine the size and position of this\nComponent.

\n

This method is useful when dynamically adding Components into Containers, and some processing must take place after the\nfinal sizing and positioning of the Component has been performed.

\n\n", - "linenr": 876, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-findParentBy", - "shortDoc": "Find a container above this component at any level by a custom function. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The custom function to call with the arguments (container, this component).

\n", - "name": "fn" - } - ], - "name": "findParentBy", - "owner": "Ext.Component", - "doc": "

Find a container above this component at any level by a custom function. If the passed function returns\ntrue, the container will be returned.

\n", - "linenr": 978, - "return": { - "type": "Ext.container.Container", - "doc": "

The first Container for which the custom function returns true

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-findParentByType", - "shortDoc": "Find a container above this component at any level by xtype or class\n\n\nSee also the up method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "String/Class", - "optional": false, - "doc": "

The xtype string for a component, or the class of the component directly

\n", - "name": "xtype" - } - ], - "name": "findParentByType", - "owner": "Ext.Component", - "doc": "

Find a container above this component at any level by xtype or class

\n\n\n

See also the up method.

\n\n", - "linenr": 992, - "return": { - "type": "Ext.container.Container", - "doc": "

The first Container which matches the given xtype or class

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-fireEvent", - "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The name of the event to fire.

\n", - "name": "eventName" - }, - { - "type": "Object...", - "optional": false, - "doc": "

Variable number of parameters are passed to handlers.

\n", - "name": "args" - } - ], - "name": "fireEvent", - "owner": "Ext.util.Observable", - "doc": "

Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addListener).

\n\n

An event may be set to bubble up an Observable parent hierarchy (See Ext.Component.getBubbleTarget) by\ncalling enableBubble.

\n", - "linenr": 233, - "return": { - "type": "Boolean", - "doc": "

returns false if any of the handlers return false otherwise it returns true.

\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-focus", - "shortDoc": "Try to focus this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) If applicable, true to also select the text in this component

\n", - "name": "selectText" - }, - { - "type": "Boolean/Number", - "optional": true, - "doc": "

(optional) Delay the focus this number of milliseconds (true for 10 milliseconds).

\n", - "name": "delay" - } - ], - "name": "focus", - "owner": "Ext.Component", - "doc": "

Try to focus this component.

\n", - "linenr": 856, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-forceComponentLayout", - "shortDoc": "Forces this component to redo its componentLayout. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "forceComponentLayout", - "owner": "Ext.AbstractComponent", - "doc": "

Forces this component to redo its componentLayout.

\n", - "linenr": 2673, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation", - "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "getActiveAnimation", - "owner": "Ext.util.Animate", - "doc": "

Returns thq current animation if this object has any effects actively running or queued, else returns false.

\n", - "linenr": 377, - "return": { - "type": "Mixed", - "doc": "

anim if element has active effects, else false

\n" - }, - "html_filename": "Animate.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": "

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.

\n", - "linenr": 330, - "return": { - "type": "String", - "doc": "

The active error message on the component; if there is no error, an empty string is returned.

\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": "

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.

\n", - "linenr": 365, - "return": { - "type": "Array", - "doc": "

The active error messages on the component; if there are no errors, an empty Array is returned.

\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-getBodyNaturalWidth", - "shortDoc": "override\nTo get the natural width of the inputEl, we do a simple calculation based on the\n'size' config. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - - ], - "name": "getBodyNaturalWidth", - "owner": "Ext.form.field.Text", - "doc": "

override\nTo get the natural width of the inputEl, we do a simple calculation based on the\n'size' config. We use hard-coded numbers to approximate what browsers do natively,\nto avoid having to read any styles which would hurt performance.

\n", - "linenr": 656, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-getBox", - "shortDoc": "Gets the current box measurements of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) If true the element's left and top are returned instead of page XY (defaults to false)

\n", - "name": "local" - } - ], - "name": "getBox", - "owner": "Ext.Component", - "doc": "

Gets the current box measurements of the component's underlying element.

\n", - "linenr": 541, - "return": { - "type": "Object", - "doc": "

box An object in the format {x, y, width, height}

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget", - "shortDoc": "Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getBubbleTarget", - "owner": "Ext.AbstractComponent", - "doc": "

Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.

\n", - "linenr": 2443, - "return": { - "type": "Ext.container.Container", - "doc": "

the Container which owns this Component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl", - "shortDoc": "Retrieves the top level element representing this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getEl", - "owner": "Ext.AbstractComponent", - "doc": "

Retrieves the top level element representing this component.

\n", - "linenr": 2059, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-getErrors", - "shortDoc": "Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The value to validate. The processed raw value will be used if nothing is passed

\n", - "name": "value" - } - ], - "name": "getErrors", - "owner": "Ext.form.field.Text", - "doc": "

Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. Validation rules are processed in the following order:

\n\n
    \n
  1. Field specific validator

    \n\n

    A validator offers a way to customize and reuse a validation specification.\n If a field is configured with a validator\n function, it will be passed the current field value. The validator\n function is expected to return either:

    \n\n
      \n
    • Boolean true if the value is valid (validation continues).
    • \n
    • a String to represent the invalid message if invalid (validation halts).
    • \n
    \n
  2. \n
  3. Basic Validation

    \n\n

    If the validator has not halted validation,\n basic validation proceeds as follows:

    \n\n
      \n
    • allowBlank : (Invalid message = emptyText)

      \n\n

      Depending on the configuration of allowBlank, a\n blank field will cause validation to halt at this step and return\n Boolean true or false accordingly.

    • \n
    • minLength : (Invalid message = minLengthText)

      \n\n

      If the passed value does not satisfy the minLength\n specified, validation halts.

    • \n
    • maxLength : (Invalid message = maxLengthText)

      \n\n

      If the passed value does not satisfy the maxLength\n specified, validation halts.

    • \n
    \n
  4. \n
  5. Preconfigured Validation Types (VTypes)

    \n\n

    If none of the prior validation steps halts validation, a field\n configured with a vtype will utilize the\n corresponding VTypes validation function.\n If invalid, either the field's vtypeText or\n the VTypes vtype Text property will be used for the invalid message.\n Keystrokes on the field will be filtered according to the VTypes\n vtype Mask property.

  6. \n
  7. Field specific regex test

    \n\n

    If none of the prior validation steps halts validation, a field's\n configured regex test will be processed.\n The invalid message for this test is configured with regexText

  8. \n
\n\n", - "linenr": 496, - "return": { - "type": "Array", - "doc": "

Array of any validation errors

\n" - }, - "html_filename": "Text.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": "

Returns the label for the field. Defaults to simply returning the fieldLabel config. Can be\noverridden to provide

\n", - "linenr": 232, - "return": { - "type": "String", - "doc": "

The configured field label, or empty string if not defined

\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight", - "shortDoc": "Gets the current height of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getHeight", - "owner": "Ext.AbstractComponent", - "doc": "

Gets the current height of the component's underlying element.

\n", - "linenr": 2798, - "return": { - "type": "Number", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId", - "shortDoc": "Retrieves the id of this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getId", - "owner": "Ext.AbstractComponent", - "doc": "

Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.

\n", - "linenr": 2047, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-getInputId", - "shortDoc": "Returns the input id for this field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "getInputId", - "owner": "Ext.form.field.Base", - "doc": "

Returns the input id for this field. If none was specified via the inputId config,\nthen an id will be automatically generated.

\n", - "linenr": 294, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition", - "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String/Number/Element/HTMLElement", - "optional": false, - "doc": "

Index, element id or element you want\nto put this component before.

\n", - "name": "position" - } - ], - "name": "getInsertPosition", - "owner": "Ext.AbstractComponent", - "doc": "

This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insertBefore.

\n", - "linenr": 1674, - "return": { - "type": "HTMLElement", - "doc": "

DOM element that you can use in the insertBefore

\n" - }, - "html_filename": "AbstractComponent.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": "

Generates the arguments for the field decorations rendering template.

\n", - "linenr": 241, - "return": { - "type": "Object", - "doc": "

The template arguments

\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": [ - - ], - "name": "getLabelableSelectors", - "owner": "Ext.form.Labelable", - "doc": "

Returns the additional Ext.AbstractComponent.renderSelectors for selecting the field\ndecoration elements from the rendered labelableRenderTpl. Component classes using this mixin should\nbe sure and merge this method's result into the component's Ext.AbstractComponent.renderSelectors\nbefore rendering.

\n", - "linenr": 277, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader", - "shortDoc": "Gets the Ext.ComponentLoader for this Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getLoader", - "owner": "Ext.AbstractComponent", - "doc": "

Gets the Ext.ComponentLoader for this Component.

\n", - "linenr": 2806, - "return": { - "type": "Ext.ComponentLoader", - "doc": "

The loader instance, null if it doesn't exist.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-getModelData", - "shortDoc": "Returns the value(s) that should be saved to the Ext.data.Model instance for this field, when\nExt.form.Basic.updateRe...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "getModelData", - "owner": "Ext.form.field.Field", - "doc": "

Returns the value(s) that should be saved to the Ext.data.Model instance for this field, when\nExt.form.Basic.updateRecord is called. Typically this will be an object with a single name-value\npair, the name being this field's name and the value being its current data value. More\nadvanced field implementations may return more than one name-value pair. The returned values will be\nsaved to the corresponding field names in the Model.

\n\n\n

Note that the values returned from this method are not guaranteed to have been successfully\nvalidated.

\n\n", - "linenr": 190, - "return": { - "type": "Object", - "doc": "

A mapping of submit parameter names to values; each value should be a string, or an array\nof strings if that particular name has multiple values. It can also return null if there are no\nparameters to be submitted.

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-getName", - "shortDoc": "Returns the name attribute of the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "getName", - "owner": "Ext.form.field.Field", - "doc": "

Returns the name attribute of the field. This is used as the parameter\nname when including the field value in a form submit().

\n", - "linenr": 128, - "return": { - "type": "String", - "doc": "

name The field name

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Picker.html#Ext-form-field-Picker-method-getPicker", - "shortDoc": "Return a reference to the picker component for this field, creating it if necessary by\ncalling createPicker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - - ], - "name": "getPicker", - "owner": "Ext.form.field.Picker", - "doc": "

Return a reference to the picker component for this field, creating it if necessary by\ncalling createPicker.

\n", - "linenr": 223, - "return": { - "type": "Ext.Component", - "doc": "

The picker component

\n" - }, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin", - "shortDoc": "Retrieves a plugin by its pluginId which has been bound to this\ncomponent. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "pluginId" - } - ], - "name": "getPlugin", - "owner": "Ext.AbstractComponent", - "doc": "

Retrieves a plugin by its pluginId which has been bound to this\ncomponent.

\n", - "linenr": 2934, - "return": { - "type": "Ext.AbstractPlugin", - "doc": "

pluginInstance

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-getPosition", - "shortDoc": "Gets the current XY position of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) If true the element's left and top are returned instead of page XY (defaults to false)

\n", - "name": "local" - } - ], - "name": "getPosition", - "owner": "Ext.Component", - "doc": "

Gets the current XY position of the component's underlying element.

\n", - "linenr": 606, - "return": { - "type": "Array", - "doc": "

The XY position of the element (e.g., [100, 200])

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-getRawValue", - "shortDoc": "Returns the raw String value of the field, without performing any normalization, conversion, or validation. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - - ], - "name": "getRawValue", - "owner": "Ext.form.field.Text", - "doc": "

Returns the raw String value of the field, without performing any normalization, conversion, or validation.\nGets the current value of the input element if the field has been rendered, ignoring the value if it is the\nemptyText. To get a normalized and converted value see getValue.

\n", - "linenr": 461, - "return": { - "type": "String", - "doc": "

value The raw String value of the field

\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize", - "shortDoc": "Gets the current size of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getSize", - "owner": "Ext.AbstractComponent", - "doc": "

Gets the current size of the component's underlying element.

\n", - "linenr": 2782, - "return": { - "type": "Object", - "doc": "

An object containing the element's size {width: (element width), height: (element height)}

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getState", - "shortDoc": "The supplied default state gathering method for the AbstractComponent class. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getState", - "owner": "Ext.AbstractComponent", - "doc": "

The supplied default state gathering method for the AbstractComponent class.

\nThis method returns dimension setings such as flex, anchor, width\nand height along with collapsed state.

\n\n

Subclasses which implement more complex state should call the superclass's implementation, and apply their state\nto the result if this basic state is to be saved.

\n\n\n

Note that Component state will only be saved if the Component has a stateId and there as a StateProvider\nconfigured for the document.

\n\n", - "linenr": 750, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Stateful.html#Ext-state-Stateful-method-getStateId", - "shortDoc": "Gets the state id for this object. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - - ], - "name": "getStateId", - "owner": "Ext.state.Stateful", - "doc": "

Gets the state id for this object.

\n", - "linenr": 237, - "return": { - "type": "String", - "doc": "

The state id, null if not found.

\n" - }, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-getSubTplData", - "shortDoc": "Creates and returns the data object to be used when rendering the fieldSubTpl. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "getSubTplData", - "owner": "Ext.form.field.Base", - "doc": "

Creates and returns the data object to be used when rendering the fieldSubTpl.

\n", - "linenr": 302, - "return": { - "type": "Object", - "doc": "

The template data

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-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/field/Base.js", - "private": false, - "params": [ - - ], - "name": "getSubTplMarkup", - "owner": "Ext.form.field.Base", - "doc": "

Gets the markup to be inserted into the outer template's bodyEl. For fields this is the\nactual input element.

\n", - "linenr": 323, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-getSubmitData", - "shortDoc": "Returns the parameter(s) that would be included in a standard form submit for this field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "getSubmitData", - "owner": "Ext.form.field.Field", - "doc": "

Returns the parameter(s) that would be included in a standard form submit for this field. Typically this\nwill be an object with a single name-value pair, the name being this field's name and the\nvalue being its current stringified value. More advanced field implementations may return more than one\nname-value pair.

\n\n\n

Note that the values returned from this method are not guaranteed to have been successfully\nvalidated.

\n\n", - "linenr": 169, - "return": { - "type": "Object", - "doc": "

A mapping of submit parameter names to values; each value should be a string, or an array\nof strings if that particular name has multiple values. It can also return null if there are no\nparameters to be submitted.

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-getSubmitValue", - "shortDoc": "Returns the value that would be included in a standard form submit for this field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "getSubmitValue", - "owner": "Ext.form.field.Base", - "doc": "

Returns the value that would be included in a standard form submit for this field. This will be combined\nwith the field's name to form a name=value pair in the submitted parameters.\nIf an empty string is returned then just the name= will be submitted; if null is returned\nthen nothing will be submitted.

\n\n\n

Note that the value returned will have been processed but may or may not have\nbeen successfully validated.

\n\n", - "linenr": 436, - "return": { - "type": "String", - "doc": "

The value to be submitted, or null.

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Trigger.html#Ext-form-field-Trigger-method-getTriggerWidth", - "shortDoc": "Get the total width of the trigger button area. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "params": [ - - ], - "name": "getTriggerWidth", - "owner": "Ext.form.field.Trigger", - "doc": "

Get the total width of the trigger button area. Only useful after the field has been rendered.

\n", - "linenr": 232, - "return": { - "type": "Number", - "doc": "

The trigger width

\n" - }, - "html_filename": "Trigger.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-getValue", - "shortDoc": "Returns the current data value of the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "getValue", - "owner": "Ext.form.field.Base", - "doc": "

Returns the current data value of the field. The type of value returned is particular to the type of the\nparticular field (e.g. a Date object for Ext.form.field.Date), as the result of calling rawToValue on\nthe field's processed String value. To return the raw String value, see getRawValue.

\n", - "linenr": 520, - "return": { - "type": "Mixed", - "doc": "

value The field value

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth", - "shortDoc": "Gets the current width of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getWidth", - "owner": "Ext.AbstractComponent", - "doc": "

Gets the current width of the component's underlying element.

\n", - "linenr": 2790, - "return": { - "type": "Number", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-getXType", - "shortDoc": "Gets the xtype for this component as registered with Ext.ComponentManager. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - - ], - "name": "getXType", - "owner": "Ext.Component", - "doc": "

Gets the xtype for this component as registered with Ext.ComponentManager. For a list of all\navailable xtypes, see the Ext.Component header. Example usage:

\n\n
var t = new Ext.form.field.Text();\nalert(t.getXType());  // alerts 'textfield'\n
\n\n", - "linenr": 965, - "return": { - "type": "String", - "doc": "

The xtype

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes", - "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "getXTypes", - "owner": "Ext.AbstractComponent", - "doc": "

Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the Ext.Component header.

\n\n\n

If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.

\n\n\n

Example usage:

\n\n\n
var t = new Ext.form.field.Text();\nalert(t.getXTypes());  // alerts 'component/field/textfield'\n
\n\n", - "linenr": 2105, - "return": { - "type": "String", - "doc": "

The xtype hierarchy string

\n" - }, - "html_filename": "AbstractComponent.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": [ - - ], - "name": "hasActiveError", - "owner": "Ext.form.Labelable", - "doc": "

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.

\n", - "linenr": 339, - "return": { - "type": "Boolean", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": { - "version": "4.0", - "text": "

Replaced by getActiveAnimation

\n\n\n\n", - "tagname": "deprecated", - "doc": "Returns thq current animation if this object has any effects actively running or queued, else returns false." - }, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-hasActiveFx", - "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "hasActiveFx", - "owner": "Ext.util.Animate", - "doc": "

Returns thq current animation if this object has any effects actively running or queued, else returns false.

\n", - "linenr": 369, - "return": { - "type": "Mixed", - "doc": "

anim if element has active effects, else false

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-hasListener", - "shortDoc": "Checks to see if this object has any listeners for a specified event ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The name of the event to check for

\n", - "name": "eventName" - } - ], - "name": "hasListener", - "owner": "Ext.util.Observable", - "doc": "

Checks to see if this object has any listeners for a specified event

\n", - "linenr": 530, - "return": { - "type": "Boolean", - "doc": "

True if the event is being listened for, else false

\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls", - "shortDoc": "Checks if there is currently a specified uiCls ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The cls to check

\n", - "name": "cls" - } - ], - "name": "hasUICls", - "owner": "Ext.AbstractComponent", - "doc": "

Checks if there is currently a specified uiCls

\n", - "linenr": 1523, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-hide", - "shortDoc": "Hides this Component, setting it to invisible using the configured hideMode. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "String/Element/Component", - "optional": false, - "doc": "

Optional, and only valid for floating Components such as\nWindows or ToolTips, or regular Components which have been configured\nwith floating: true..\nThe target to which the Component should animate while hiding (defaults to null with no animation)

\n", - "name": "animateTarget" - }, - { - "type": "Function", - "optional": true, - "doc": "

(optional) A callback function to call after the Component is hidden.

\n", - "name": "callback" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the callback is executed. Defaults to this Component.

\n", - "name": "scope" - } - ], - "name": "hide", - "owner": "Ext.Component", - "doc": "

Hides this Component, setting it to invisible using the configured hideMode.

\n", - "linenr": 751, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.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": "

Add methods / properties to the prototype of this class.

\n\n
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
\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": "

Initialize configuration for this class. a typical example:

\n\n
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
\n", - "linenr": 63, - "return": { - "type": "Object", - "doc": "

mixins The mixin prototypes as key - value pairs

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-initField", - "shortDoc": "Initializes this Field mixin on the current instance. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "initField", - "owner": "Ext.form.field.Field", - "doc": "

Initializes this Field mixin on the current instance. Components using this mixin should call\nthis method during their own initialization process.

\n", - "linenr": 73, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.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": "

Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.

\n", - "linenr": 214, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-initValue", - "shortDoc": "Initializes the field's value based on the initial config. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "initValue", - "owner": "Ext.form.field.Field", - "doc": "

Initializes the field's value based on the initial config.

\n", - "linenr": 106, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-is", - "shortDoc": "Tests whether this Component matches the selector string. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The selector string to test against.

\n", - "name": "selector" - } - ], - "name": "is", - "owner": "Ext.AbstractComponent", - "doc": "

Tests whether this Component matches the selector string.

\n", - "linenr": 1886, - "return": { - "type": "Boolean", - "doc": "

True if this Component matches the selector.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf", - "shortDoc": "Determines whether this component is the descendant of a particular container. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Container", - "optional": false, - "doc": "\n", - "name": "container" - } - ], - "name": "isDescendantOf", - "owner": "Ext.AbstractComponent", - "doc": "

Determines whether this component is the descendant of a particular container.

\n", - "linenr": 2950, - "return": { - "type": "Boolean", - "doc": "

isDescendant

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-isDirty", - "shortDoc": "Returns true if the value of this Field has been changed from its originalValue. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "isDirty", - "owner": "Ext.form.field.Field", - "doc": "

Returns true if the value of this Field has been changed from its originalValue.\nWill always return false if the field is disabled.

\n\n\n

Note that if the owning form was configured with\ntrackResetOnLoad\nthen the originalValue is updated when the values are loaded by\nExt.form.Basic.setValues.

\n\n", - "linenr": 271, - "return": { - "type": "Boolean", - "doc": "

True if this field has been changed from its original value (and\nis not disabled), false otherwise.

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled", - "shortDoc": "Method to determine whether this Component is currently disabled. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "isDisabled", - "owner": "Ext.AbstractComponent", - "doc": "

Method to determine whether this Component is currently disabled.

\n", - "linenr": 2282, - "return": { - "type": "Boolean", - "doc": "

the disabled state of this Component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable", - "shortDoc": "Method to determine whether this Component is draggable. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "isDraggable", - "owner": "Ext.AbstractComponent", - "doc": "

Method to determine whether this Component is draggable.

\n", - "linenr": 2459, - "return": { - "type": "Boolean", - "doc": "

the draggable state of this component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable", - "shortDoc": "Method to determine whether this Component is droppable. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "isDroppable", - "owner": "Ext.AbstractComponent", - "doc": "

Method to determine whether this Component is droppable.

\n", - "linenr": 2467, - "return": { - "type": "Boolean", - "doc": "

the droppable state of this component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-isEqual", - "shortDoc": "Returns whether two field values are logically equal. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The first value to compare

\n", - "name": "value1" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

The second value to compare

\n", - "name": "value2" - } - ], - "name": "isEqual", - "owner": "Ext.form.field.Field", - "doc": "

Returns whether two field values are logically equal. Field implementations may override\nthis to provide custom comparison logic appropriate for the particular field's data type.

\n", - "linenr": 158, - "return": { - "type": "Boolean", - "doc": "

True if the values are equal, false if inequal.

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-isFileUpload", - "shortDoc": "Returns whether this Field is a file upload field; if it returns true, forms will use\nspecial techniques for submitti...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "isFileUpload", - "owner": "Ext.form.field.Field", - "doc": "

Returns whether this Field is a file upload field; if it returns true, forms will use\nspecial techniques for submitting the form via AJAX. See\nExt.form.Basic.hasUpload for details. If this returns true, the extractFileInput\nmethod must also be implemented to return the corresponding file input element.

\n", - "linenr": 362, - "return": { - "type": "Boolean", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating", - "shortDoc": "Method to determine whether this Component is floating. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "isFloating", - "owner": "Ext.AbstractComponent", - "doc": "

Method to determine whether this Component is floating.

\n", - "linenr": 2451, - "return": { - "type": "Boolean", - "doc": "

the floating state of this component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden", - "shortDoc": "Method to determine whether this Component is currently set to hidden. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - - ], - "name": "isHidden", - "owner": "Ext.AbstractComponent", - "doc": "

Method to determine whether this Component is currently set to hidden.

\n", - "linenr": 2298, - "return": { - "type": "Boolean", - "doc": "

the hidden state of this Component.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-isValid", - "shortDoc": "Returns whether or not the field value is currently valid by\nvalidating the processed raw value\nof the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - - ], - "name": "isValid", - "owner": "Ext.form.field.Base", - "doc": "

Returns whether or not the field value is currently valid by\nvalidating the processed raw value\nof the field. Note: disabled fields are always treated as valid.

\n", - "linenr": 687, - "return": { - "type": "Boolean", - "doc": "

True if the value is valid, else false

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible", - "shortDoc": "Returns true if this component is visible. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

.

Optional. Pass true to interrogate the visibility status of all\nparent Containers to determine whether this Component is truly visible to the user.

\n\n

Generally, to determine whether a Component is hidden, the no argument form is needed. For example\nwhen creating dynamically laid out UIs in a hidden Container before showing them.

\n\n", - "name": "deep" - } - ], - "name": "isVisible", - "owner": "Ext.AbstractComponent", - "doc": "

Returns true if this component is visible.

\n", - "linenr": 2182, - "return": { - "type": "Boolean", - "doc": "

True if this component is visible, false otherwise.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType", - "shortDoc": "Tests whether or not this Component is of a specific xtype. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The xtype to check for this Component

\n", - "name": "xtype" - }, - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) False to check whether this Component is descended from the xtype (this is\nthe default), or true to check whether this Component is directly of the specified xtype.

\n", - "name": "shallow" - } - ], - "name": "isXType", - "owner": "Ext.AbstractComponent", - "doc": "

Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom the xtype (default) or whether it is directly of the xtype specified (shallow = true).

\n\n\n

If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.

\n\n\n

For a list of all available xtypes, see the Ext.Component header.

\n\n\n

Example usage:

\n\n\n
var t = new Ext.form.field.Text();\nvar isText = t.isXType('textfield');        // true\nvar isBoxSubclass = t.isXType('field');       // true, descended from Ext.form.field.Base\nvar isBoxInstance = t.isXType('field', true); // false, not a direct Ext.form.field.Base instance\n
\n\n", - "linenr": 2074, - "return": { - "type": "Boolean", - "doc": "

True if this component descends from the specified xtype, false otherwise.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-markInvalid", - "shortDoc": "Display one or more error messages associated with this field, using msgTarget to determine how to\ndisplay the messag...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "String/Array", - "optional": false, - "doc": "

The validation message(s) to display.

\n", - "name": "errors" - } - ], - "name": "markInvalid", - "owner": "Ext.form.field.Base", - "doc": "

Display one or more error messages associated with this field, using msgTarget to determine how to\ndisplay the messages and applying invalidCls to the field's UI element.

\n\n\n

Note: this method does not cause the Field's validate or isValid methods to\nreturn false if the value does pass validation. So simply marking a Field as invalid\nwill not prevent submission of forms submitted with the Ext.form.action.Submit.clientValidation\noption set.

\n\n", - "linenr": 722, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": { - "tagname": "alias", - "cls": "Ext.util.Observable", - "doc": null, - "owner": "addManagedListener" - }, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-mon", - "shortDoc": "Shorthand for addManagedListener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable/Element", - "optional": false, - "doc": "

The item to which to add a listener/listeners.

\n", - "name": "item" - }, - { - "type": "Object/String", - "optional": false, - "doc": "

The event name, or an object containing event name properties.

\n", - "name": "ename" - }, - { - "type": "Function", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the handler function.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

\n", - "name": "scope" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) If the ename parameter was an event name, this is the\naddListener options.

\n", - "name": "opt" - } - ], - "name": "mon", - "owner": "Ext.util.Observable", - "doc": "

Shorthand for addManagedListener.

\n\n

Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.

\n", - "linenr": 681, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": { - "tagname": "alias", - "cls": "Ext.util.Observable", - "doc": null, - "owner": "removeManagedListener" - }, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-mun", - "shortDoc": "Shorthand for removeManagedListener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable|Element", - "optional": false, - "doc": "

The item from which to remove a listener/listeners.

\n", - "name": "item" - }, - { - "type": "Object|String", - "optional": false, - "doc": "

The event name, or an object containing event name properties.

\n", - "name": "ename" - }, - { - "type": "Function", - "optional": false, - "doc": "

Optional. If the ename parameter was an event name, this is the handler function.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

Optional. If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

\n", - "name": "scope" - } - ], - "name": "mun", - "owner": "Ext.util.Observable", - "doc": "

Shorthand for removeManagedListener.

\n\n

Removes listeners that were added by the mon method.

\n", - "linenr": 687, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode", - "shortDoc": "Returns the next node in the Component tree in tree traversal order. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

Optional A ComponentQuery selector to filter the following nodes.

\n", - "name": "selector" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "includeSelf" - } - ], - "name": "nextNode", - "owner": "Ext.AbstractComponent", - "doc": "

Returns the next node in the Component tree in tree traversal order.

\n\n\n

Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree to attempt to find a match. Contrast with nextSibling.

\n\n", - "linenr": 2012, - "return": { - "type": "void", - "doc": "

The next node (or the next node which matches the selector). Returns null if there is no matching node.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling", - "shortDoc": "Returns the next sibling of this Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

Optional A ComponentQuery selector to filter the following items.

\n", - "name": "selector" - } - ], - "name": "nextSibling", - "owner": "Ext.AbstractComponent", - "doc": "

Returns the next sibling of this Component.

\n\n\n

Optionally selects the next sibling which matches the passed ComponentQuery selector.

\n\n\n

May also be refered to as next()

\n\n\n

Note that this is limited to siblings, and if no siblings of the item match, null is returned. Contrast with nextNode

\n\n", - "linenr": 1916, - "return": { - "type": "void", - "doc": "

The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-observe", - "shortDoc": "Sets observability on the passed class constructor. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The class constructor to make observable.

\n", - "name": "c" - }, - { - "type": "Object", - "optional": false, - "doc": "

An object containing a series of listeners to add. See addListener.

\n", - "name": "listeners" - } - ], - "name": "observe", - "owner": "Ext.util.Observable", - "doc": "

Sets observability on the passed class constructor.

\n\n

This makes any event fired on any instance of the passed class also fire a single event through\nthe class allowing for central handling of events on many instances at once.

\n\n

Usage:

\n\n
Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n
\n", - "linenr": 69, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": { - "tagname": "alias", - "cls": "Ext.util.Observable", - "doc": null, - "owner": "addListener" - }, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-on", - "shortDoc": "Shorthand for addListener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The name of the event to listen for. May also be an object who's property names are\nevent names.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The method the event invokes. Will be called with arguments given to\nfireEvent plus the options parameter described below.

\n", - "name": "handler" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the handler function is executed. If\nomitted, defaults to the object which fired the event.

\n", - "name": "scope" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) An object containing handler configuration.

\n\n

Note: Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.

\n\n

This object may contain any of the following properties:

\n\n\n\n\n

Combining Options

\n\n

Using the options argument, it is possible to combine different types of listeners:

\n\n

A delayed, one-time listener.

\n\n
myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n
\n\n

Attaching multiple handlers in 1 call

\n\n

The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:

\n\n
myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n
\n\n

One can also specify options for each event handler separately:

\n\n
myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n
\n", - "name": "options" - } - ], - "name": "on", - "owner": "Ext.util.Observable", - "doc": "

Shorthand for addListener.

\n\n

Appends an event handler to this object.

\n", - "linenr": 669, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Picker.html#Ext-form-field-Picker-method-onTriggerClick", - "shortDoc": "Handles the trigger click; by default toggles between expanding and collapsing the\npicker component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - - ], - "name": "onTriggerClick", - "owner": "Ext.form.field.Picker", - "doc": "

Handles the trigger click; by default toggles between expanding and collapsing the\npicker component.

\n", - "linenr": 240, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Picker.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": "

Override prototype members of this class. Overridden methods can be invoked via\nExt.Base.callOverridden

\n\n
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
\n", - "linenr": 518, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode", - "shortDoc": "Returns the previous node in the Component tree in tree traversal order. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

Optional. A ComponentQuery selector to filter the preceding nodes.

\n", - "name": "selector" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "includeSelf" - } - ], - "name": "previousNode", - "owner": "Ext.AbstractComponent", - "doc": "

Returns the previous node in the Component tree in tree traversal order.

\n\n\n

Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree in reverse order to attempt to find a match. Contrast with previousSibling.

\n\n", - "linenr": 1976, - "return": { - "type": "void", - "doc": "

The previous node (or the previous node which matches the selector). Returns null if there is no matching node.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling", - "shortDoc": "Returns the previous sibling of this Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

Optional. A ComponentQuery selector to filter the preceding items.

\n", - "name": "selector" - } - ], - "name": "previousSibling", - "owner": "Ext.AbstractComponent", - "doc": "

Returns the previous sibling of this Component.

\n\n\n

Optionally selects the previous sibling which matches the passed ComponentQuery selector.

\n\n\n

May also be refered to as prev()

\n\n\n

Note that this is limited to siblings, and if no siblings of the item match, null is returned. Contrast with previousNode

\n\n", - "linenr": 1946, - "return": { - "type": "void", - "doc": "

The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-processRawValue", - "shortDoc": "Performs any necessary manipulation of a raw String value to prepare it for conversion\nand/or validation. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The unprocessed string value

\n", - "name": "value" - } - ], - "name": "processRawValue", - "owner": "Ext.form.field.Text", - "doc": "

Performs any necessary manipulation of a raw String value to prepare it for conversion\nand/or validation. For text fields this applies the configured stripCharsRe to the\nraw value.

\n", - "linenr": 325, - "return": { - "type": "String", - "doc": "

The processed string value

\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-rawToValue", - "shortDoc": "Converts a raw input field value into a mixed-type value that is suitable for this particular field type. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "\n", - "name": "rawValue" - } - ], - "name": "rawToValue", - "owner": "Ext.form.field.Base", - "doc": "

Converts a raw input field value into a mixed-type value that is suitable for this particular field type.\nThis allows controlling the normalization and conversion of user-entered values into field-type-appropriate\nvalues, e.g. a Date object for Ext.form.field.Date, and is invoked by getValue.

\n\n\n

It is up to individual implementations to decide how to handle raw values that cannot be successfully\nconverted to the desired object type.

\n\n\n

See valueToRaw for the opposite conversion.

\n\n\n

The base implementation does no conversion, returning the raw value untouched.

\n\n", - "linenr": 494, - "return": { - "type": "Mixed", - "doc": "

The converted value.

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-relayEvents", - "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The Observable whose events this object is to relay.

\n", - "name": "origin" - }, - { - "type": "[String]", - "optional": false, - "doc": "

Array of event names to relay.

\n", - "name": "events" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "prefix" - } - ], - "name": "relayEvents", - "owner": "Ext.util.Observable", - "doc": "

Relays selected events from the specified Observable as if the events were fired by this.

\n", - "linenr": 573, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-releaseCapture", - "shortDoc": "Removes all added captures from the Observable. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable", - "optional": false, - "doc": "

The Observable to release

\n", - "name": "o" - } - ], - "name": "releaseCapture", - "owner": "Ext.util.Observable", - "doc": "

Removes all added captures from the Observable.

\n", - "linenr": 44, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls", - "shortDoc": "Removes a CSS class from the top level element representing this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "className" - } - ], - "name": "removeCls", - "owner": "Ext.AbstractComponent", - "doc": "

Removes a CSS class from the top level element representing this component.

\n", - "linenr": 2338, - "return": { - "type": "Ext.Component", - "doc": "

Returns the Component to allow method chaining.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI", - "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes\nit from all elements of thi...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String/Array", - "optional": false, - "doc": "

A string or an array of strings to remove to the uiCls

\n", - "name": "cls" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "skip" - } - ], - "name": "removeClsWithUI", - "owner": "Ext.AbstractComponent", - "doc": "

Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes\nit from all elements of this component.

\n", - "linenr": 1494, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-removeListener", - "shortDoc": "Removes an event handler. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The type of event the handler was associated with.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The handler to remove. This must be a reference to the function passed into the\naddListener call.

\n", - "name": "handler" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope originally specified for the handler.

\n", - "name": "scope" - } - ], - "name": "removeListener", - "owner": "Ext.util.Observable", - "doc": "

Removes an event handler.

\n", - "linenr": 392, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-removeManagedListener", - "shortDoc": "Removes listeners that were added by the mon method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Observable|Element", - "optional": false, - "doc": "

The item from which to remove a listener/listeners.

\n", - "name": "item" - }, - { - "type": "Object|String", - "optional": false, - "doc": "

The event name, or an object containing event name properties.

\n", - "name": "ename" - }, - { - "type": "Function", - "optional": false, - "doc": "

Optional. If the ename parameter was an event name, this is the handler function.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

Optional. If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

\n", - "name": "scope" - } - ], - "name": "removeManagedListener", - "owner": "Ext.util.Observable", - "doc": "

Removes listeners that were added by the mon method.

\n", - "linenr": 197, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeUIClsFromElement", - "shortDoc": "Method which removes a specified UI + uiCls from the components element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The UI to add to the element

\n", - "name": "ui" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "force" - } - ], - "name": "removeUIClsFromElement", - "owner": "Ext.AbstractComponent", - "doc": "

Method which removes a specified UI + uiCls from the components element.\nThe cls which is added to the element will be: this.baseCls + '-' + ui

\n", - "linenr": 1574, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-reset", - "shortDoc": "Resets the current field value to the originally-loaded value and clears any validation messages. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - - ], - "name": "reset", - "owner": "Ext.form.field.Text", - "doc": "

Resets the current field value to the originally-loaded value and clears any validation messages.\nAlso adds emptyText and emptyCls if the\noriginal value was blank.

\n", - "linenr": 375, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-resetOriginalValue", - "shortDoc": "Resets the field's originalValue property so it matches the current value. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "resetOriginalValue", - "owner": "Ext.form.field.Field", - "doc": "

Resets the field's originalValue property so it matches the current value.\nThis is called by Ext.form.Basic.setValues if the form's\ntrackResetOnLoad property is set to true.

\n", - "linenr": 225, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-resumeEvents", - "shortDoc": "Resumes firing events (see suspendEvents). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - - ], - "name": "resumeEvents", - "owner": "Ext.util.Observable", - "doc": "

Resumes firing events (see suspendEvents).

\n\n

If events were suspended using the **queueSuspended** parameter, then all events fired\nduring event suspension will be sent to any listeners now.

\n", - "linenr": 554, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "ComboBox.html#Ext-form-field-ComboBox-method-select", - "shortDoc": "Selects an item by a Model, or by a key value. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "r" - } - ], - "name": "select", - "owner": "Ext.form.field.ComboBox", - "doc": "

Selects an item by a Model, or by a key value.

\n", - "linenr": 865, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "ComboBox.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Text.html#Ext-form-field-Text-method-selectText", - "shortDoc": "Selects text in this field ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": true, - "doc": "

(optional) The index where the selection should start (defaults to 0)

\n", - "name": "start" - }, - { - "type": "Number", - "optional": true, - "doc": "

(optional) The index where the selection should end (defaults to the text length)

\n", - "name": "end" - } - ], - "name": "selectText", - "owner": "Ext.form.field.Text", - "doc": "

Selects text in this field

\n", - "linenr": 601, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-sequenceFx", - "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "sequenceFx", - "owner": "Ext.util.Animate", - "doc": "

Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. This is the opposite of syncFx.

\n", - "linenr": 357, - "return": { - "type": "Object", - "doc": "

this

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-setActive", - "shortDoc": "This method is called internally by Ext.ZIndexManager to signal that a floating\nComponent has either been moved to th...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

True to activate the Component, false to deactivate it (defaults to false)

\n", - "name": "active" - }, - { - "type": "Component", - "optional": false, - "doc": "

The newly active Component which is taking over topmost zIndex position.

\n", - "name": "newActive" - } - ], - "name": "setActive", - "owner": "Ext.util.Floating", - "doc": "

This method is called internally by Ext.ZIndexManager to signal that a floating\nComponent has either been moved to the top of its zIndex stack, or pushed from the top of its zIndex stack.

\n\n\n

If a Window is superceded by another Window, deactivating it hides its shadow.

\n\n\n

This method also fires the activate or deactivate event depending on which action occurred.

\n\n", - "linenr": 218, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Floating.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": "

The error message

\n", - "name": "msg" - } - ], - "name": "setActiveError", - "owner": "Ext.form.Labelable", - "doc": "

Sets the active error message to the given string. This replaces the entire error message\ncontents with the given string. Also see setActiveErrors which accepts an Array of\nmessages and formats them according to the activeErrorsTpl.

\n\n

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\nExt.form.field.Base you should call markInvalid instead.

\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": "

The error messages

\n", - "name": "errors" - } - ], - "name": "setActiveErrors", - "owner": "Ext.form.Labelable", - "doc": "

Set the active error message to an Array of error messages. The messages are formatted into\na single message string using the activeErrorsTpl. Also see setActiveError\nwhich allows setting the entire error contents with a single string.

\n\n

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\nExt.form.field.Base you should call markInvalid instead.

\n", - "linenr": 374, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-setAutoScroll", - "shortDoc": "Sets the overflow on the content element of the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

True to allow the Component to auto scroll.

\n", - "name": "scroll" - } - ], - "name": "setAutoScroll", - "owner": "Ext.Component", - "doc": "

Sets the overflow on the content element of the component.

\n", - "linenr": 362, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled", - "shortDoc": "Enable or disable the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "\n", - "name": "disabled" - } - ], - "name": "setDisabled", - "owner": "Ext.AbstractComponent", - "doc": "

Enable or disable the component.

\n", - "linenr": 2290, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked", - "shortDoc": "Sets the dock position of this component in its parent panel. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "dock" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "layoutParent" - } - ], - "name": "setDocked", - "owner": "Ext.AbstractComponent", - "doc": "

Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of the dockedItems collection\nof a parent that has a DockLayout (note that any Panel has a DockLayout\nby default)

\n", - "linenr": 2865, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Trigger.html#Ext-form-field-Trigger-method-setEditable", - "shortDoc": " ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

True to allow the user to directly edit the field text\nAllow or prevent the user from directly editing the field text. If false is passed,\nthe user will only be able to modify the field using the trigger. Will also add\na click event to the text field which will call the trigger. This method\nis the runtime equivalent of setting the 'editable' config option at config time.

\n", - "name": "editable" - } - ], - "name": "setEditable", - "owner": "Ext.form.field.Trigger", - "doc": "\n", - "linenr": 256, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Trigger.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": "

The defaults to apply to the object.

\n", - "name": "defaults" - } - ], - "name": "setFieldDefaults", - "owner": "Ext.form.Labelable", - "doc": "

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.

\n", - "linenr": 431, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-setFieldStyle", - "shortDoc": "Set the CSS style of the field input element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "String/Object/Function", - "optional": false, - "doc": "

The style(s) to apply. Should be a valid argument to\nExt.core.Element.applyStyles.

\n", - "name": "style" - } - ], - "name": "setFieldStyle", - "owner": "Ext.form.field.Base", - "doc": "

Set the CSS style of the field input element.

\n", - "linenr": 344, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight", - "shortDoc": "Sets the height of the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The new height to set. This may be one of:

\n", - "name": "height" - } - ], - "name": "setHeight", - "owner": "Ext.AbstractComponent", - "doc": "

Sets the height of the component. This method fires the resize event.

\n", - "linenr": 2769, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading", - "shortDoc": "This method allows you to show or hide a LoadMask on top of this component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean/Object/String", - "optional": false, - "doc": "

True to show the default LoadMask, a config object\nthat will be passed to the LoadMask constructor, or a message String to show. False to\nhide the current LoadMask.

\n", - "name": "load" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

True to mask the targetEl of this Component instead of the this.el.\nFor example, setting this to true on a Panel will cause only the body to be masked. (defaults to false)

\n", - "name": "targetEl" - } - ], - "name": "setLoading", - "owner": "Ext.AbstractComponent", - "doc": "

This method allows you to show or hide a LoadMask on top of this component.

\n", - "linenr": 2830, - "return": { - "type": "Ext.LoadMask", - "doc": "

The LoadMask instance that has just been shown.

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-setPagePosition", - "shortDoc": "Sets the page XY position of the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The new x position

\n", - "name": "x" - }, - { - "type": "Number", - "optional": false, - "doc": "

The new y position

\n", - "name": "y" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

If passed, the Component is animated into its new position. If this parameter\nis a number, it is used as the animation duration in milliseconds.

\n", - "name": "animate" - } - ], - "name": "setPagePosition", - "owner": "Ext.Component", - "doc": "

Sets the page XY position of the component. To set the left and top instead, use setPosition.\nThis method fires the move event.

\n", - "linenr": 504, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-setPosition", - "shortDoc": "Sets the left and top of the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The new left

\n", - "name": "left" - }, - { - "type": "Number", - "optional": false, - "doc": "

The new top

\n", - "name": "top" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

If true, the Component is animated into its new position. You may also pass an animation configuration.

\n", - "name": "animate" - } - ], - "name": "setPosition", - "owner": "Ext.Component", - "doc": "

Sets the left and top of the component. To set the page XY position instead, use setPagePosition.\nThis method fires the move event.

\n", - "linenr": 420, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-setRawValue", - "shortDoc": "Sets the field's raw value directly, bypassing value conversion, change detection, and\nvalidation. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The value to set

\n", - "name": "value" - } - ], - "name": "setRawValue", - "owner": "Ext.form.field.Base", - "doc": "

Sets the field's raw value directly, bypassing value conversion, change detection, and\nvalidation. To set the value with these additional inspections see setValue.

\n", - "linenr": 461, - "return": { - "type": "Mixed", - "doc": "

value The field value that is set

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Trigger.html#Ext-form-field-Trigger-method-setReadOnly", - "shortDoc": " ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

True to prevent the user changing the field and explicitly\nhide the trigger.\nSetting this to true will superceed settings editable and hideTrigger.\nSetting this to false will defer back to editable and hideTrigger. This method\nis the runtime equivalent of setting the 'readOnly' config option at config time.

\n", - "name": "readOnly" - } - ], - "name": "setReadOnly", - "owner": "Ext.form.field.Trigger", - "doc": "\n", - "linenr": 270, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Trigger.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize", - "shortDoc": "Sets the width and height of this Component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The new width to set. This may be one of:

\n", - "name": "width" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

The new height to set (not required if a size object is passed as the first arg).\nThis may be one of:

\n", - "name": "height" - } - ], - "name": "setSize", - "owner": "Ext.AbstractComponent", - "doc": "

Sets the width and height of this Component. This method fires the resize event. This method can accept\neither width and height as separate arguments, or you can pass a size object like {width:10, height:20}.

\n", - "linenr": 2507, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI", - "shortDoc": "Sets the UI for the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The new UI for the component

\n", - "name": "ui" - } - ], - "name": "setUI", - "owner": "Ext.AbstractComponent", - "doc": "

Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCls set on the component and rename them so they include the new UI

\n", - "linenr": 1417, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "ComboBox.html#Ext-form-field-ComboBox-method-setValue", - "shortDoc": "Sets the specified value(s) into the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "params": [ - { - "type": "String|Array", - "optional": false, - "doc": "

The value(s) to be set. Can be either a single String or Ext.data.Model,\nor an Array of Strings or Models.

\n", - "name": "value" - }, - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "doSelect" - } - ], - "name": "setValue", - "owner": "Ext.form.field.ComboBox", - "doc": "

Sets the specified value(s) into the field. For each value, if a record is found in the store that\nmatches based on the valueField, then that record's displayField will be displayed in the\nfield. If no match is found, and the valueNotFoundText config option is defined, then that will be\ndisplayed as the default field text. Otherwise a blank value will be shown, although the value will still be set.

\n", - "linenr": 890, - "return": { - "type": "Ext.form.field.Field", - "doc": "

this

\n" - }, - "html_filename": "ComboBox.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible", - "shortDoc": "Convenience function to hide or show this component by boolean. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

True to show, false to hide

\n", - "name": "visible" - } - ], - "name": "setVisible", - "owner": "Ext.AbstractComponent", - "doc": "

Convenience function to hide or show this component by boolean.

\n", - "linenr": 2173, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth", - "shortDoc": "Sets the width of the component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Number", - "optional": false, - "doc": "

The new width to setThis may be one of:

\n", - "name": "width" - } - ], - "name": "setWidth", - "owner": "Ext.AbstractComponent", - "doc": "

Sets the width of the component. This method fires the resize event.

\n", - "linenr": 2757, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-show", - "shortDoc": "Shows this Component, rendering it first if autoRender or floating are true. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "String/Element", - "optional": false, - "doc": "

Optional, and only valid for floating Components such as\nWindows or ToolTips, or regular Components which have been configured\nwith floating: true. The target from which the Component should\nanimate from while opening (defaults to null with no animation)

\n", - "name": "animateTarget" - }, - { - "type": "Function", - "optional": true, - "doc": "

(optional) A callback function to call after the Component is displayed. Only necessary if animation was specified.

\n", - "name": "callback" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the callback is executed. Defaults to this Component.

\n", - "name": "scope" - } - ], - "name": "show", - "owner": "Ext.Component", - "doc": "

Shows this Component, rendering it first if autoRender or floating are true.

\n\n\n

After being shown, a floating Component (such as a Ext.window.Window), is activated it and brought to the front of\nits z-index stack.

\n\n", - "linenr": 648, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.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": "

Get the reference to the class from which this object was instantiated. Note that unlike Ext.Base.self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
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
\n", - "linenr": 199, - "return": { - "type": "Class", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-stopAnimation", - "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "stopAnimation", - "owner": "Ext.util.Animate", - "doc": "

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.

\n", - "linenr": 335, - "return": { - "type": "Ext.core.Element", - "doc": "

The Element

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": { - "version": "4.0", - "text": "

Replaced by stopAnimation

\n\n\n\n", - "tagname": "deprecated", - "doc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet." - }, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-stopFx", - "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "stopFx", - "owner": "Ext.util.Animate", - "doc": "

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.

\n", - "linenr": 326, - "return": { - "type": "Ext.core.Element", - "doc": "

The Element

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-suspendEvents", - "shortDoc": "Suspends the firing of all events. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": false, - "doc": "

Pass as true to queue up suspended events to be fired\nafter the resumeEvents call instead of discarding all suspended events.

\n", - "name": "queueSuspended" - } - ], - "name": "suspendEvents", - "owner": "Ext.util.Observable", - "doc": "

Suspends the firing of all events. (see resumeEvents)

\n", - "linenr": 541, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Animate.html#Ext-util-Animate-method-syncFx", - "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js", - "private": false, - "params": [ - - ], - "name": "syncFx", - "owner": "Ext.util.Animate", - "doc": "

Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. This is the opposite of sequenceFx.

\n", - "linenr": 345, - "return": { - "type": "Object", - "doc": "

this

\n" - }, - "html_filename": "Animate.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-toBack", - "shortDoc": "Sends this Component to the back of (lower z-index than) any other visible windows ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - - ], - "name": "toBack", - "owner": "Ext.util.Floating", - "doc": "

Sends this Component to the back of (lower z-index than) any other visible windows

\n", - "linenr": 242, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "Floating.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Floating.html#Ext-util-Floating-method-toFront", - "shortDoc": "Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Floating.js", - "private": false, - "params": [ - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) Specify true to prevent the Component from being focused.

\n", - "name": "preventFocus" - } - ], - "name": "toFront", - "owner": "Ext.util.Floating", - "doc": "

Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManager

\n\n\n

If this Component is modal, inserts the modal mask just below this Component in the z-index stack.

\n\n", - "linenr": 190, - "return": { - "type": "Component", - "doc": "

this

\n" - }, - "html_filename": "Floating.html" - }, - { - "deprecated": null, - "alias": { - "tagname": "alias", - "cls": "Ext.util.Observable", - "doc": null, - "owner": "removeListener" - }, - "protected": false, - "tagname": "method", - "href": "Observable.html#Ext-util-Observable-method-un", - "shortDoc": "Shorthand for removeListener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

The type of event the handler was associated with.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The handler to remove. This must be a reference to the function passed into the\naddListener call.

\n", - "name": "handler" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope originally specified for the handler.

\n", - "name": "scope" - } - ], - "name": "un", - "owner": "Ext.util.Observable", - "doc": "

Shorthand for removeListener.

\n\n

Removes an event handler.

\n", - "linenr": 675, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Observable.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": "

Clears the active error message(s).

\n\n

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\nExt.form.field.Base you should call clearInvalid instead.

\n", - "linenr": 391, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-up", - "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "

Optional. The simple selector to test.

\n", - "name": "selector" - } - ], - "name": "up", - "owner": "Ext.AbstractComponent", - "doc": "

Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector.

\n\n\n

Example:\n

var owningTabPanel = grid.up('tabpanel');\n
\n\n", - "linenr": 1895, - "return": { - "type": "Container", - "doc": "

The matching ancestor Container (or undefined if no match was found).

\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "AbstractComponent.html#Ext-AbstractComponent-method-update", - "shortDoc": "Update the content area of a component. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

If this component has been configured with a template via the tpl config\nthen it will use this argument as data to populate the template.\nIf this component was not configured with a template, the components\ncontent area will be updated via Ext.core.Element update

\n", - "name": "htmlOrData" - }, - { - "type": "Boolean", - "optional": true, - "doc": "

(optional) Only legitimate when using the html configuration. Defaults to false

\n", - "name": "loadScripts" - }, - { - "type": "Function", - "optional": true, - "doc": "

(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading

\n", - "name": "callback" - } - ], - "name": "update", - "owner": "Ext.AbstractComponent", - "doc": "

Update the content area of a component.

\n", - "linenr": 2141, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Component2.html#Ext-Component-method-updateBox", - "shortDoc": "Sets the current box measurements of the component's underlying element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

An object in the format {x, y, width, height}

\n", - "name": "box" - } - ], - "name": "updateBox", - "owner": "Ext.Component", - "doc": "

Sets the current box measurements of the component's underlying element.

\n", - "linenr": 554, - "return": { - "type": "Ext.Component", - "doc": "

this

\n" - }, - "html_filename": "Component2.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Field.html#Ext-form-field-Field-method-validate", - "shortDoc": "Returns whether or not the field value is currently valid by validating the\nfield's current value, and fires the vali...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - - ], - "name": "validate", - "owner": "Ext.form.field.Field", - "doc": "

Returns whether or not the field value is currently valid by validating the\nfield's current value, and fires the validitychange event if the field's validity has\nchanged since the last validation. Note: disabled fields are always treated as valid.

\n\n\n

Custom implementations of this method are allowed to have side-effects such as triggering error\nmessage display. To validate without side-effects, use isValid.

\n\n", - "linenr": 330, - "return": { - "type": "Boolean", - "doc": "

True if the value is valid, else false

\n" - }, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-validateValue", - "shortDoc": "Uses getErrors to build an array of validation errors. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The value to validate

\n", - "name": "value" - } - ], - "name": "validateValue", - "owner": "Ext.form.field.Base", - "doc": "

Uses getErrors to build an array of validation errors. If any errors are found, they are passed\nto markInvalid and false is returned, otherwise true is returned.

\n\n\n

Previously, subclasses were invited to provide an implementation of this to process validations - from 3.2\nonwards getErrors should be overridden instead.

\n\n", - "linenr": 699, - "return": { - "type": "Boolean", - "doc": "

True if all validations passed, false if one or more failed

\n" - }, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base.html#Ext-form-field-Base-method-valueToRaw", - "shortDoc": "Converts a mixed-type value to a raw representation suitable for displaying in the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The mixed-type value to convert to the raw representation.

\n", - "name": "value" - } - ], - "name": "valueToRaw", - "owner": "Ext.form.field.Base", - "doc": "

Converts a mixed-type value to a raw representation suitable for displaying in the field. This allows\ncontrolling how value objects passed to setValue are shown to the user, including localization.\nFor instance, for a Ext.form.field.Date, this would control how a Date object passed to setValue\nwould be converted to a String for display in the field.

\n\n\n

See rawToValue for the opposite conversion.

\n\n\n

The base implementation simply does a standard toString conversion, and converts\nempty values to an empty string.

\n\n", - "linenr": 479, - "return": { - "type": "Mixed", - "doc": "

The converted raw value.

\n" - }, - "html_filename": "Base.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": "

The div Element wrapping the component's contents. Only available after the component has been rendered.

\n", - "linenr": 293, - "html_filename": "Labelable.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Picker.html#Ext-form-field-Picker-property-createPicker", - "shortDoc": "Create and return the component to be used as this field's picker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "createPicker", - "owner": "Ext.form.field.Picker", - "doc": "

Create and return the component to be used as this field's picker. Must be implemented\nby subclasses of Picker.

\n", - "linenr": 233, - "html_filename": "Picker.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "draggable", - "owner": "Ext.AbstractComponent", - "doc": "

Read-only property indicating whether or not the component can be dragged

\n", - "linenr": 395, - "html_filename": "AbstractComponent.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": "

The div Element that will contain the component's error message(s). Note that depending on the\nconfigured msgTarget, 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.

\n", - "linenr": 300, - "html_filename": "Labelable.html" - }, - { - "type": "Ext.Container", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Component2.html#Ext-Component-property-floatParent", - "shortDoc": "Optional. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "floatParent", - "owner": "Ext.Component", - "doc": "

Optional. Only present for floating Components which were inserted as descendant items of floating Containers.

\n\n\n

Floating Components that are programatically rendered will not have a floatParent property.

\n\n\n

For floating Components which are child items of a Container, the floatParent will be the floating ancestor Container which is\nresponsible for the base z-index value of all its floating descendants. It provides a ZIndexManager which provides\nz-indexing services for all its descendant floating Components.

\n\n\n

For example, the dropdown BoundList of a ComboBox which is in a Window will have the Window as its\nfloatParent

\n\n\n

See floating and zIndexManager

\n\n", - "linenr": 224, - "html_filename": "Component2.html" - }, - { - "type": "Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize", - "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "frameSize", - "owner": "Ext.AbstractComponent", - "doc": "

Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto provide graphical, rounded borders. See the frame config.

\n\n\n

This is an object containing the frame width in pixels for all four sides of the Component containing\nthe following properties:

\n\n\n
\n\n", - "linenr": 228, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Ext.core.Element", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Base.html#Ext-form-field-Base-property-inputEl", - "shortDoc": "The input Element for this Field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "name": "inputEl", - "owner": "Ext.form.field.Base", - "doc": "

The input Element for this Field. Only available after the field has been rendered.

\n", - "linenr": 367, - "html_filename": "Base.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Picker.html#Ext-form-field-Picker-property-isExpanded", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "name": "isExpanded", - "owner": "Ext.form.field.Picker", - "doc": "

True if the picker is currently expanded, false if not.

\n", - "linenr": 47, - "html_filename": "Picker.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": "

Flag denoting that this object is labelable as a field. Always true.

\n", - "linenr": 61, - "html_filename": "Labelable.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Field.html#Ext-form-field-Field-property-isFormField", - "shortDoc": "Flag denoting that this component is a Field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "isFormField", - "owner": "Ext.form.field.Field", - "doc": "

Flag denoting that this component is a Field. Always true.

\n", - "linenr": 26, - "html_filename": "Field.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": "

The label Element for this component. Only available after the component has been rendered.

\n", - "linenr": 286, - "html_filename": "Labelable.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "ComboBox.html#Ext-form-field-ComboBox-property-lastQuery", - "shortDoc": "The value of the match string used to filter the store. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "name": "lastQuery", - "owner": "Ext.form.field.ComboBox", - "doc": "

The value of the match string used to filter the store. Delete this property to force a requery.\nExample use:

\n\n
var combo = new Ext.form.field.ComboBox({\n    ...\n    queryMode: 'remote',\n    listeners: {\n        // delete the previous query in the beforequery event or set\n        // combo.lastQuery = null (this will reload the store the next time it expands)\n        beforequery: function(qe){\n            delete qe.combo.lastQuery;\n        }\n    }\n});\n
\n\n\n

To make sure the filter in the store is not cleared the first time the ComboBox trigger is used\nconfigure the combo with lastQuery=''. Example use:

\n\n
var combo = new Ext.form.field.ComboBox({\n    ...\n    queryMode: 'local',\n    triggerAction: 'all',\n    lastQuery: ''\n});\n
\n\n", - "linenr": 253, - "html_filename": "ComboBox.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable", - "shortDoc": "This is an internal flag that you use when creating custom components. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "maskOnDisable", - "owner": "Ext.AbstractComponent", - "doc": "

This is an internal flag that you use when creating custom components.\nBy default this is set to true which means that every component gets a mask when its disabled.\nComponents like FieldContainer, FieldSet, Field, Button, Tab override this property to false\nsince they want to implement custom disable logic.

\n", - "linenr": 534, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Mixed", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Field.html#Ext-form-field-Field-property-originalValue", - "shortDoc": "The original value of the field as configured in the value configuration, or as loaded by\nthe last form load operatio...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "name": "originalValue", - "owner": "Ext.form.field.Field", - "doc": "

The original value of the field as configured in the value configuration, or as loaded by\nthe last form load operation if the form's trackResetOnLoad\nsetting is true.

\n", - "linenr": 113, - "html_filename": "Field.html" - }, - { - "type": "Ext.Container", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt", - "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "ownerCt", - "owner": "Ext.AbstractComponent", - "doc": "

This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a Container). Read-only.

\n\n

Note: to access items within the Container see itemId.

\n\n", - "linenr": 102, - "html_filename": "AbstractComponent.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "name": "rendered", - "owner": "Ext.AbstractComponent", - "doc": "

Read-only property indicating whether or not the component has been rendered.

\n", - "linenr": 521, - "html_filename": "AbstractComponent.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": "

Get the reference to the current class from which this object was instantiated. Unlike Ext.Base.statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See Ext.Base.statics\nfor a detailed comparison

\n\n
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
\n", - "linenr": 18, - "html_filename": "Base3.html" - }, - { - "type": "Ext.CompositeElement", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Trigger.html#Ext-form-field-Trigger-property-triggerEl", - "shortDoc": "A composite of all the trigger button elements. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "triggerEl", - "owner": "Ext.form.field.Trigger", - "doc": "

A composite of all the trigger button elements. Only set after the field has been rendered.

\n", - "linenr": 176, - "html_filename": "Trigger.html" - }, - { - "type": "Ext.core.Element", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Trigger.html#Ext-form-field-Trigger-property-triggerWrap", - "shortDoc": "A reference to the div element wrapping the trigger button(s). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Trigger.js", - "private": false, - "name": "triggerWrap", - "owner": "Ext.form.field.Trigger", - "doc": "

A reference to the div element wrapping the trigger button(s). Only set after the field has been rendered.

\n", - "linenr": 161, - "html_filename": "Trigger.html" - }, - { - "type": "Ext.ZIndexManager", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Component2.html#Ext-Component-property-zIndexManager", - "shortDoc": "Optional. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/Component.js", - "private": false, - "name": "zIndexManager", - "owner": "Ext.Component", - "doc": "

Optional. Only present for floating Components after they have been rendered.

\n\n\n

A reference to the ZIndexManager which is managing this Component's z-index.

\n\n\n

The ZIndexManager maintains a stack of floating Component z-indices, and also provides a single modal\nmask which is insert just beneath the topmost visible modal floating Component.

\n\n\n

Floating Components may be brought to the front or sent to the back of the z-index stack.

\n\n\n

This defaults to the global ZIndexManager for floating Components that are programatically\nrendered.

\n\n\n

For floating Components which are added to a Container, the ZIndexManager is acquired from the first ancestor Container found\nwhich is floating, or if not found the global ZIndexManager is used.

\n\n\n

See floating and floatParent

\n\n", - "linenr": 209, - "html_filename": "Component2.html" - } - ], - "cssVar": [ - - ], - "cssMixin": [ - - ], - "event": [ - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate", - "shortDoc": "Fires after a Component has been visually activated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "activate", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after a Component has been visually activated.

\n", - "linenr": 565, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-added", - "shortDoc": "Fires after a Component had been added to a Container. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Ext.container.Container", - "optional": false, - "doc": "

Parent Container

\n", - "name": "container" - }, - { - "type": "Number", - "optional": false, - "doc": "

position of Component

\n", - "name": "pos" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "added", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after a Component had been added to a Container.

\n", - "linenr": 585, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender", - "shortDoc": "Fires after the component rendering is finished. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "afterrender", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component rendering is finished.

\n\n\n

The afterrender event is fired after this Component has been rendered, been postprocesed\nby any afterRender method defined for the Component.

\n\n", - "linenr": 652, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Text.html#Ext-form-field-Text-event-autosize", - "shortDoc": "Fires when the autoSize function is triggered and the field is\nresized according to the grow/growMin/growMax configs ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Text", - "optional": false, - "doc": "

This text field

\n", - "name": "this" - }, - { - "type": "Number", - "optional": false, - "doc": "

The new field width

\n", - "name": "width" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "autosize", - "owner": "Ext.form.field.Text", - "doc": "

Fires when the autoSize function is triggered and the field is\nresized according to the grow/growMin/growMax configs as a result.\nThis event provides a hook for the developer to apply additional logic at runtime to resize the\nfield if needed.

\n", - "linenr": 231, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate", - "shortDoc": "Fires before a Component has been visually activated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforeactivate", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.

\n", - "linenr": 557, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate", - "shortDoc": "Fires before a Component has been visually deactivated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforedeactivate", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.

\n", - "linenr": 571, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy", - "shortDoc": "Fires before the component is destroyed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforedestroy", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before the component is destroyed. Return false from an event handler to stop the destroy.

\n", - "linenr": 660, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide", - "shortDoc": "Fires before the component is hidden when calling the hide method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforehide", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before the component is hidden when calling the hide method.\nReturn false from an event handler to stop the hide.

\n", - "linenr": 618, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "ComboBox.html#Ext-form-field-ComboBox-event-beforequery", - "shortDoc": "Fires before all queries are processed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

An object that has these properties:

\n", - "name": "queryEvent" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforequery", - "owner": "Ext.form.field.ComboBox", - "doc": "

Fires before all queries are processed. Return false to cancel the query or set the queryEvent's\ncancel property to true.

\n", - "linenr": 352, - "html_filename": "ComboBox.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender", - "shortDoc": "Fires before the component is rendered. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforerender", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before the component is rendered. Return false from an\nevent handler to stop the render.

\n", - "linenr": 639, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow", - "shortDoc": "Fires before the component is shown when calling the show method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforeshow", - "owner": "Ext.AbstractComponent", - "doc": "

Fires before the component is shown when calling the show method.\nReturn false from an event handler to stop the show.

\n", - "linenr": 605, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore", - "shortDoc": "Fires before the state of the object is restored. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "Ext.state.Stateful", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "optional": false, - "doc": "

The hash of state values returned from the StateProvider. If this\nevent is not vetoed, then the state object is passed to applyState. By default,\nthat simply copies property values into this object. The method maybe overriden to\nprovide custom state restoration.

\n", - "name": "state" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforestaterestore", - "owner": "Ext.state.Stateful", - "doc": "

Fires before the state of the object is restored. Return false from an event handler to stop the restore.

\n", - "linenr": 101, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave", - "shortDoc": "Fires before the state of the object is saved to the configured state provider. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "Ext.state.Stateful", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "optional": false, - "doc": "

The hash of state values. This is determined by calling\ngetState() on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, Ext.state.Stateful\nhas a null implementation.

\n", - "name": "state" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "beforestatesave", - "owner": "Ext.state.Stateful", - "doc": "

Fires before the state of the object is saved to the configured state provider. Return false to stop the save.

\n", - "linenr": 122, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Base.html#Ext-form-field-Base-event-blur", - "shortDoc": "Fires when this field loses input focus. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Base", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "blur", - "owner": "Ext.form.field.Base", - "doc": "

Fires when this field loses input focus.

\n", - "linenr": 242, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Field.html#Ext-form-field-Field-event-change", - "shortDoc": "Fires when a user-initiated change is detected in the value of the field. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Field", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

The new value

\n", - "name": "newValue" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

The original value

\n", - "name": "oldValue" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "change", - "owner": "Ext.form.field.Field", - "doc": "

Fires when a user-initiated change is detected in the value of the field.

\n", - "linenr": 79, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Picker.html#Ext-form-field-Picker-event-collapse", - "shortDoc": "Fires when the field's picker is collapsed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Picker", - "optional": false, - "doc": "

This field instance

\n", - "name": "field" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "collapse", - "owner": "Ext.form.field.Picker", - "doc": "

Fires when the field's picker is collapsed.

\n", - "linenr": 73, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate", - "shortDoc": "Fires after a Component has been visually deactivated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "deactivate", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after a Component has been visually deactivated.

\n", - "linenr": 579, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy", - "shortDoc": "Fires after the component is destroyed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "destroy", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is destroyed.

\n", - "linenr": 666, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Field.html#Ext-form-field-Field-event-dirtychange", - "shortDoc": "Fires when a change in the field's isDirty state is detected. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Field", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

Whether or not the field is now dirty

\n", - "name": "isDirty" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "dirtychange", - "owner": "Ext.form.field.Field", - "doc": "

Fires when a change in the field's isDirty state is detected.

\n", - "linenr": 94, - "html_filename": "Field.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable", - "shortDoc": "Fires after the component is disabled. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "disable", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is disabled.

\n", - "linenr": 593, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable", - "shortDoc": "Fires after the component is enabled. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "enable", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is enabled.

\n", - "linenr": 599, - "html_filename": "AbstractComponent.html" - }, - { - "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": "

The active error message

\n", - "name": "error" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "errorchange", - "owner": "Ext.form.Labelable", - "doc": "

Fires when the active error message is changed via setActiveError.

\n", - "linenr": 222, - "html_filename": "Labelable.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Picker.html#Ext-form-field-Picker-event-expand", - "shortDoc": "Fires when the field's picker is expanded. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Picker", - "optional": false, - "doc": "

This field instance

\n", - "name": "field" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "expand", - "owner": "Ext.form.field.Picker", - "doc": "

Fires when the field's picker is expanded.

\n", - "linenr": 67, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Base.html#Ext-form-field-Base-event-focus", - "shortDoc": "Fires when this field receives input focus. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Base", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "focus", - "owner": "Ext.form.field.Base", - "doc": "

Fires when this field receives input focus.

\n", - "linenr": 236, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide", - "shortDoc": "Fires after the component is hidden. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "hide", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is hidden.\nFires after the component is hidden when calling the hide method.

\n", - "linenr": 625, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Text.html#Ext-form-field-Text-event-keydown", - "shortDoc": "Keydown input field event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Text", - "optional": false, - "doc": "

This text field

\n", - "name": "this" - }, - { - "type": "Ext.EventObject", - "optional": false, - "doc": "\n", - "name": "e" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "keydown", - "owner": "Ext.form.field.Text", - "doc": "

Keydown input field event. This event only fires if enableKeyEvents\nis set to true.

\n", - "linenr": 242, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Text.html#Ext-form-field-Text-event-keypress", - "shortDoc": "Keypress input field event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Text", - "optional": false, - "doc": "

This text field

\n", - "name": "this" - }, - { - "type": "Ext.EventObject", - "optional": false, - "doc": "\n", - "name": "e" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "keypress", - "owner": "Ext.form.field.Text", - "doc": "

Keypress input field event. This event only fires if enableKeyEvents\nis set to true.

\n", - "linenr": 258, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Text.html#Ext-form-field-Text-event-keyup", - "shortDoc": "Keyup input field event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Text.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Text", - "optional": false, - "doc": "

This text field

\n", - "name": "this" - }, - { - "type": "Ext.EventObject", - "optional": false, - "doc": "\n", - "name": "e" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "keyup", - "owner": "Ext.form.field.Text", - "doc": "

Keyup input field event. This event only fires if enableKeyEvents\nis set to true.

\n", - "linenr": 250, - "html_filename": "Text.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-move", - "shortDoc": "Fires after the component is moved. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Number", - "optional": false, - "doc": "

The new x position

\n", - "name": "x" - }, - { - "type": "Number", - "optional": false, - "doc": "

The new y position

\n", - "name": "y" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "move", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is moved.

\n", - "linenr": 680, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed", - "shortDoc": "Fires when a component is removed from an Ext.container.Container ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Ext.container.Container", - "optional": false, - "doc": "

Container which holds the component

\n", - "name": "ownerCt" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "removed", - "owner": "Ext.AbstractComponent", - "doc": "

Fires when a component is removed from an Ext.container.Container

\n", - "linenr": 632, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-render", - "shortDoc": "Fires after the component markup is rendered. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "render", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component markup is rendered.

\n", - "linenr": 646, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize", - "shortDoc": "Fires after the component is resized. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted width that was set

\n", - "name": "adjWidth" - }, - { - "type": "Number", - "optional": false, - "doc": "

The box-adjusted height that was set

\n", - "name": "adjHeight" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "resize", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is resized.

\n", - "linenr": 672, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Picker.html#Ext-form-field-Picker-event-select", - "shortDoc": "Fires when a value is selected via the picker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Picker.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Picker", - "optional": false, - "doc": "

This field instance

\n", - "name": "field" - }, - { - "type": "Mixed", - "optional": false, - "doc": "

The value that was selected. The exact type of this value is dependent on\nthe individual field and picker implementations.

\n", - "name": "value" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "select", - "owner": "Ext.form.field.Picker", - "doc": "

Fires when a value is selected via the picker.

\n", - "linenr": 79, - "html_filename": "Picker.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "AbstractComponent.html#Ext-AbstractComponent-event-show", - "shortDoc": "Fires after the component is shown when calling the show method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js", - "private": false, - "params": [ - { - "type": "Ext.Component", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "show", - "owner": "Ext.AbstractComponent", - "doc": "

Fires after the component is shown when calling the show method.

\n", - "linenr": 612, - "html_filename": "AbstractComponent.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Base.html#Ext-form-field-Base-event-specialkey", - "shortDoc": "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Base.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Base", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Ext.EventObject", - "optional": false, - "doc": "

The event object

\n", - "name": "e" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "specialkey", - "owner": "Ext.form.field.Base", - "doc": "

Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.\nTo handle other keys see Ext.panel.Panel.keys or Ext.util.KeyMap.\nYou can check Ext.EventObject.getKey to determine which key was pressed.\nFor example:

\n\n
var form = new Ext.form.Panel({\n    ...\n    items: [{\n            fieldLabel: 'Field 1',\n            name: 'field1',\n            allowBlank: false\n        },{\n            fieldLabel: 'Field 2',\n            name: 'field2',\n            listeners: {\n                specialkey: function(field, e){\n                    // e.HOME, e.END, e.PAGE_UP, e.PAGE_DOWN,\n                    // e.TAB, e.ESC, arrow keys: e.LEFT, e.RIGHT, e.UP, e.DOWN\n                    if (e.getKey() == e.ENTER) {\n                        var form = field.up('form').getForm();\n                        form.submit();\n                    }\n                }\n            }\n        }\n    ],\n    ...\n});\n
\n\n", - "linenr": 248, - "html_filename": "Base.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Stateful.html#Ext-state-Stateful-event-staterestore", - "shortDoc": "Fires after the state of the object is restored. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "Ext.state.Stateful", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "optional": false, - "doc": "

The hash of state values returned from the StateProvider. This is passed\nto applyState. By default, that simply copies property values into this\nobject. The method maybe overriden to provide custom state restoration.

\n", - "name": "state" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "staterestore", - "owner": "Ext.state.Stateful", - "doc": "

Fires after the state of the object is restored.

\n", - "linenr": 112, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Stateful.html#Ext-state-Stateful-event-statesave", - "shortDoc": "Fires after the state of the object is saved to the configured state provider. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js", - "private": false, - "params": [ - { - "type": "Ext.state.Stateful", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Object", - "optional": false, - "doc": "

The hash of state values. This is determined by calling\ngetState() on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, Ext.state.Stateful\nhas a null implementation.

\n", - "name": "state" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "statesave", - "owner": "Ext.state.Stateful", - "doc": "

Fires after the state of the object is saved to the configured state provider.

\n", - "linenr": 133, - "html_filename": "Stateful.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "event", - "href": "Field.html#Ext-form-field-Field-event-validitychange", - "shortDoc": "Fires when a change in the field's validity is detected. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/Field.js", - "private": false, - "params": [ - { - "type": "Ext.form.field.Field", - "optional": false, - "doc": "\n", - "name": "this" - }, - { - "type": "Boolean", - "optional": false, - "doc": "

Whether or not the field is now valid

\n", - "name": "isValid" - }, - { - "type": "Object", - "tagname": "param", - "name": "options", - "doc": "

The options object passed to Ext.util.Observable.addListener.

\n" - } - ], - "name": "validitychange", - "owner": "Ext.form.field.Field", - "doc": "

Fires when a change in the field's validity is detected.

\n", - "linenr": 87, - "html_filename": "Field.html" - } - ] - }, - "singleton": false, - "alias": null, - "superclasses": [ - "Ext.Base", - "Ext.AbstractComponent", - "Ext.Component", - "Ext.form.field.Base", - "Ext.form.field.Text", - "Ext.form.field.Trigger", - "Ext.form.field.Picker" - ], - "protected": false, - "tagname": "class", - "mixins": [ - - ], - "href": "ComboBox.html#Ext-form-field-ComboBox", - "subclasses": [ - - ], - "static": false, - "author": null, - "component": true, - "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/field/ComboBox.js", - "private": false, - "alternateClassNames": [ - "Ext.form.ComboBox" - ], - "name": "Ext.form.field.ComboBox", - "doc": "

A combobox control with support for autocomplete, remote loading, and many other features.

\n\n

A ComboBox is like a combination of a traditional HTML text <input> field and a <select>\nfield; the user is able to type freely into the field, and/or pick values from a dropdown selection\nlist. The user can input any value by default, even if it does not appear in the selection list;\nto prevent free-form values and restrict them to items in the list, set forceSelection to true.

\n\n

The selection list's options are populated from any Ext.data.Store, including remote\nstores. The data items in the store are mapped to each option's displayed text and backing value via\nthe valueField and displayField configurations, respectively.

\n\n

If your store is not remote, i.e. it depends only on local data and is loaded up front, you should be\nsure to set the queryMode to 'local', as this will improve responsiveness for the user.

\n\n

\"Ext.form.ComboBox

\n\n

Example usage:

\n\n
// The data store containing the list of states\nvar states = Ext.create('Ext.data.Store', {\n    fields: ['abbr', 'name'],\n    data : [\n        {\"abbr\":\"AL\", \"name\":\"Alabama\"},\n        {\"abbr\":\"AK\", \"name\":\"Alaska\"},\n        {\"abbr\":\"AZ\", \"name\":\"Arizona\"}\n        //...\n    ]\n});\n\n// Create the combo box, attached to the states data store\nExt.create('Ext.form.ComboBox', {\n    fieldLabel: 'Choose State',\n    store: states,\n    queryMode: 'local',\n    displayField: 'name',\n    valueField: 'abbr',\n    renderTo: Ext.getBody()\n});\n
\n\n

Events

\n\n

To do something when something in ComboBox is selected, configure the select event:

\n\n
var cb = Ext.create('Ext.form.ComboBox', {\n    // all of your config options\n    listeners:{\n         scope: yourScope,\n         'select': yourFunction\n    }\n});\n\n// Alternatively, you can assign events after the object is created:\nvar cb = new Ext.form.field.ComboBox(yourOptions);\ncb.on('select', yourFunction, yourScope);\n
\n\n

Multiple Selection

\n\n

ComboBox also allows selection of multiple items from the list; to enable multi-selection set the\nmultiSelect config to true.

\n", - "mixedInto": [ - - ], - "linenr": 1, - "xtypes": [ - "combobox", - "combo" - ], - "html_filename": "ComboBox.html", - "extends": "Ext.form.field.Picker" -}); \ No newline at end of file +Ext.data.JsonP.Ext_form_field_ComboBox({"tagname":"class","html":"

Alternate names

Ext.form.ComboBox

Hierarchy

Mixins

Requires

Files

A combobox control with support for autocomplete, remote loading, and many other features.

\n\n

A ComboBox is like a combination of a traditional HTML text <input> field and a <select>\nfield; the user is able to type freely into the field, and/or pick values from a dropdown selection\nlist. The user can input any value by default, even if it does not appear in the selection list;\nto prevent free-form values and restrict them to items in the list, set forceSelection to true.

\n\n

The selection list's options are populated from any Ext.data.Store, including remote\nstores. The data items in the store are mapped to each option's displayed text and backing value via\nthe valueField and displayField configurations, respectively.

\n\n

If your store is not remote, i.e. it depends only on local data and is loaded up front, you should be\nsure to set the queryMode to 'local', as this will improve responsiveness for the user.

\n\n

Example usage:

\n\n
// The data store containing the list of states\nvar states = Ext.create('Ext.data.Store', {\n    fields: ['abbr', 'name'],\n    data : [\n        {\"abbr\":\"AL\", \"name\":\"Alabama\"},\n        {\"abbr\":\"AK\", \"name\":\"Alaska\"},\n        {\"abbr\":\"AZ\", \"name\":\"Arizona\"}\n        //...\n    ]\n});\n\n// Create the combo box, attached to the states data store\nExt.create('Ext.form.ComboBox', {\n    fieldLabel: 'Choose State',\n    store: states,\n    queryMode: 'local',\n    displayField: 'name',\n    valueField: 'abbr',\n    renderTo: Ext.getBody()\n});\n
\n\n

Events

\n\n

To do something when something in ComboBox is selected, configure the select event:

\n\n
var cb = Ext.create('Ext.form.ComboBox', {\n    // all of your config options\n    listeners:{\n         scope: yourScope,\n         'select': yourFunction\n    }\n});\n\n// Alternatively, you can assign events after the object is created:\nvar cb = new Ext.form.field.ComboBox(yourOptions);\ncb.on('select', yourFunction, yourScope);\n
\n\n

Multiple Selection

\n\n

ComboBox also allows selection of multiple items from the list; to enable multi-selection set the\nmultiSelect config to true.

\n
Defined By

Config options

If specified, then the component will be displayed with this value as its active error when\nfirst rendered. ...

If specified, then the component will be displayed with this value as its active error when\nfirst rendered. Use setActiveError or unsetActiveError to\nchange it after component creation.

\n
The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. ...

The template used to format the Array of error messages passed to setActiveErrors\ninto a single HTML string. By default this renders each message as an item in an unordered list.

\n

Defaults to: ["<tpl if="errors && errors.length">", "<ul><tpl for="errors"><li<tpl if="xindex == xcount"> class="last"</tpl>>{.}</li></tpl></ul>", "</tpl>"]

The text query to send to the server to return all records for the list with no filtering ...

The text query to send to the server to return all records for the list with no filtering

\n

Defaults to: ""

Specify false to validate that the value's length is > 0 ...

Specify false to validate that the value's length is > 0

\n

Defaults to: true

A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component. ...

A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component.

\n\n

You do not normally need to specify this. For the base classes Ext.Component and\nExt.container.Container, this defaults to 'div'. The more complex Sencha classes use a more\ncomplex DOM structure specified by their own renderTpls.

\n\n

This is intended to allow the developer to create application-specific utility Components encapsulated by\ndifferent DOM elements. Example usage:

\n\n
{\n    xtype: 'component',\n    autoEl: {\n        tag: 'img',\n        src: 'http://www.example.com/example.jpg'\n    }\n}, {\n    xtype: 'component',\n    autoEl: {\n        tag: 'blockquote',\n        html: 'autoEl is cool!'\n    }\n}, {\n    xtype: 'container',\n    autoEl: 'ul',\n    cls: 'ux-unordered-list',\n    items: {\n        xtype: 'component',\n        autoEl: 'li',\n        html: 'First list item'\n    }\n}\n
\n
Whether to adjust the component's body area to make room for 'side' or 'under'\nerror messages. ...

Whether to adjust the component's body area to make room for 'side' or 'under'\nerror messages.

\n

Defaults to: true

This config is intended mainly for non-floating Components which may or may not be shown. ...

This config is intended mainly for non-floating Components which may or may not be shown. Instead of using\nrenderTo in the configuration, and rendering upon construction, this allows a Component to render itself\nupon first show. If floating is true, the value of this config is omited as if it is true.

\n\n

Specify as true to have this Component render to the document body upon first show.

\n\n

Specify as an element, or the ID of an element to have this Component render to a specific element upon first\nshow.

\n\n

This defaults to true for the Window class.

\n

Defaults to: false

true to use overflow:'auto' on the components layout element and show scroll bars automatically when necessary,\nfalse...

true to use overflow:'auto' on the components layout element and show scroll bars automatically when necessary,\nfalse to clip any overflowing content.

\n

Defaults to: false

true to automatically highlight the first result gathered by the data store in the dropdown list when it is\nopened. ...

true to automatically highlight the first result gathered by the data store in the dropdown list when it is\nopened. A false value would cause nothing in the list to be highlighted automatically, so\nthe user would have to manually highlight an item before pressing the enter or tab key to\nselect it (unless the value of (typeAhead) were true), or use the mouse to select a value.

\n

Defaults to: true

True to automatically show the component upon creation. ...

True to automatically show the component upon creation. This config option may only be used for\nfloating components or components that use autoRender. Defaults to false.

\n

Defaults to: false

The CSS class to be applied to the body content element. ...

The CSS class to be applied to the body content element.

\n

Defaults to: "x-form-item-body"

The base CSS class to apply to this components's element. ...

The base CSS class to apply to this components's element. This will also be prepended to elements within this\ncomponent like Panel's body will get a class x-panel-body. This means that if you create a subclass of Panel, and\nyou want it to get all the Panels styling for the element and the body, you leave the baseCls x-panel and use\ncomponentCls to add specific styling for this component.

\n

Defaults to: "x-component"

The error text to display if the allowBlank validation fails ...

The error text to display if the allowBlank validation fails

\n

Defaults to: "This field is required"

Specifies the border for this component. ...

Specifies the border for this component. The border can be a single numeric value to apply to all sides or it can\nbe a CSS style specification for each style, for example: '10 5 3 10'.

\n
Defines a timeout in milliseconds for buffering checkChangeEvents that fire in rapid succession. ...

Defines a timeout in milliseconds for buffering checkChangeEvents that fire in rapid succession.\nDefaults to 50 milliseconds.

\n

Defaults to: 50

A list of event names that will be listened for on the field's input element, which will cause\nthe field's value to b...

A list of event names that will be listened for on the field's input element, which will cause\nthe field's value to be checked for changes. If a change is detected, the change event will be\nfired, followed by validation if the validateOnChange option is enabled.

\n\n

Defaults to ['change', 'propertychange'] in Internet Explorer, and ['change', 'input', 'textInput', 'keyup',\n'dragdrop'] in other browsers. This catches all the ways that field values can be changed in most supported\nbrowsers; the only known exceptions at the time of writing are:

\n\n
    \n
  • Safari 3.2 and older: cut/paste in textareas via the context menu, and dragging text into textareas
  • \n
  • Opera 10 and 11: dragging text into text fields and textareas, and cut via the context menu in text fields\nand textareas
  • \n
  • Opera 9: Same as Opera 10 and 11, plus paste from context menu in text fields and textareas
  • \n
\n\n\n

If you need to guarantee on-the-fly change notifications including these edge cases, you can call the\ncheckChange method on a repeating interval, e.g. using Ext.TaskManager, or if the field is within\na Ext.form.Panel, you can use the FormPanel's Ext.form.Panel.pollForChanges configuration to set up\nsuch a task automatically.

\n
An array describing the child elements of the Component. ...

An array describing the child elements of the Component. Each member of the array\nis an object with these properties:

\n\n
    \n
  • name - The property name on the Component for the child element.
  • \n
  • itemId - The id to combine with the Component's id that is the id of the child element.
  • \n
  • id - The id of the child element.
  • \n
\n\n\n

If the array member is a string, it is equivalent to { name: m, itemId: m }.

\n\n

For example, a Component which renders a title and body text:

\n\n
Ext.create('Ext.Component', {\n    renderTo: Ext.getBody(),\n    renderTpl: [\n        '<h1 id=\"{id}-title\">{title}</h1>',\n        '<p>{msg}</p>',\n    ],\n    renderData: {\n        title: \"Error\",\n        msg: \"Something went wrong\"\n    },\n    childEls: [\"title\"],\n    listeners: {\n        afterrender: function(cmp){\n            // After rendering the component will have a title property\n            cmp.title.setStyle({color: \"red\"});\n        }\n    }\n});\n
\n\n

A more flexible, but somewhat slower, approach is renderSelectors.

\n
The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide...

The CSS class to be applied to the special clearing div rendered directly after the field\ncontents wrapper to provide field clearing.

\n

Defaults to: "x-clear"

An optional extra CSS class that will be added to this component's Element. ...

An optional extra CSS class that will be added to this component's Element. This can be useful\nfor adding customized styles to the component or any of its children using standard CSS rules.

\n

Defaults to: ""

 

CSS Class to be added to a components root level element to give distinction to it via styling.

\n

CSS Class to be added to a components root level element to give distinction to it via styling.

\n
The sizing and positioning of a Component's internal Elements is the responsibility of the Component's layout\nmanager...

The sizing and positioning of a Component's internal Elements is the responsibility of the Component's layout\nmanager which sizes a Component's internal structure in response to the Component being sized.

\n\n

Generally, developers will not use this configuration as all provided Components which need their internal\nelements sizing (Such as input fields) come with their own componentLayout managers.

\n\n

The default layout manager will be used on instances of the base Ext.Component\nclass which simply sizes the Component's encapsulating element to the height and width specified in the\nsetSize method.

\n
Specify an existing HTML element, or the id of an existing HTML element to use as the content for this component. ...

Specify an existing HTML element, or the id of an existing HTML element to use as the content for this component.

\n\n

This config option is used to take an existing HTML element and place it in the layout element of a new component\n(it simply moves the specified DOM element after the Component is rendered to use as the content.

\n\n

Notes:

\n\n

The specified HTML element is appended to the layout element of the component after any configured\nHTML has been inserted, and so the document will not contain this element at the time\nthe render event is fired.

\n\n

The specified HTML element used will not participate in any layout\nscheme that the Component may use. It is just HTML. Layouts operate on child\nitems.

\n\n

Add either the x-hidden or the x-hide-display CSS class to prevent a brief flicker of the content before it\nis rendered to the panel.

\n
 

The initial set of data to apply to the tpl to update the content area of the Component.

\n

The initial set of data to apply to the tpl to update the content area of the Component.

\n
Set of options that will be used as defaults for the user-configured listConfig object. ...

Set of options that will be used as defaults for the user-configured listConfig object.

\n

Defaults to: {emptyText: "", loadingText: "Loading...", loadingHeight: 70, minWidth: 70, maxHeight: 300, shadow: "sides"}

The character(s) used to separate the display values of multiple selected items when\nmultiSelect = true. ...

The character(s) used to separate the display values of multiple selected items when\nmultiSelect = true.

\n

Defaults to: ", "

The CSS class to use when the field value is dirty. ...

The CSS class to use when the field value is dirty.

\n

Defaults to: "x-form-dirty"

Specify true to disable input keystroke filtering ...

Specify true to disable input keystroke filtering

\n

Defaults to: false

True to disable the field. ...

True to disable the field. Disabled Fields will not be submitted.

\n

Defaults to: false

CSS class to add when the Component is disabled. ...

CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.

\n

Defaults to: "x-item-disabled"

The underlying data field name to bind to this ComboBox. ...

The underlying data field name to bind to this ComboBox.

\n\n

See also valueField.

\n

Defaults to: "text"

Specify as true to make a floating Component draggable using the Component's encapsulating element as\nthe drag handle. ...

Specify as true to make a floating Component draggable using the Component's encapsulating element as\nthe drag handle.

\n\n

This may also be specified as a config object for the ComponentDragger which is\ninstantiated to perform dragging.

\n\n

For example to create a Component which may only be dragged around using a certain internal element as the drag\nhandle, use the delegate option:

\n\n
new Ext.Component({\n    constrain: true,\n    floating: true,\n    style: {\n        backgroundColor: '#fff',\n        border: '1px solid black'\n    },\n    html: '<h1 style=\"cursor:move\">The title</h1><p>The content</p>',\n    draggable: {\n        delegate: 'h1'\n    }\n}).show();\n
\n

Defaults to: false

False to prevent the user from typing text directly into the field; the field can only have its value set via\nselecti...

False to prevent the user from typing text directly into the field; the field can only have its value set via\nselecting a value from the picker. In this state, the picker can also be opened by clicking directly on the input\nfield itself.

\n

Defaults to: true

The CSS class to apply to an empty field to style the emptyText. ...

The CSS class to apply to an empty field to style the emptyText.\nThis class is automatically added and removed as needed depending on the current field value.

\n

Defaults to: "x-form-empty-field"

The default text to place into an empty field. ...

The default text to place into an empty field.

\n\n

Note that normally this value will be submitted to the server if this field is enabled; to prevent this you can\nset the submitEmptyText option of Ext.form.Basic.submit to\nfalse.

\n\n

Also note that if you use inputType:'file', emptyText is not supported and should be\navoided.

\n
true to enable the proxying of key events for the HTML input field ...

true to enable the proxying of key events for the HTML input field

\n

Defaults to: false

True to set the maxLength property on the underlying input field. ...

True to set the maxLength property on the underlying input field. Defaults to false

\n
The CSS class to be applied to the error message element. ...

The CSS class to be applied to the error message element.

\n

Defaults to: "x-form-error-msg"

An extra CSS class to be applied to the body content element in addition to fieldBodyCls. ...

An extra CSS class to be applied to the body content element in addition to fieldBodyCls.

\n

Defaults to: ""

The default CSS class for the field input ...

The default CSS class for the field input

\n

Defaults to: "x-form-field"

The label for the field. ...

The label for the field. It gets appended with the labelSeparator, and its position\nand sizing is determined by the labelAlign, labelWidth, and labelPad\nconfigs.

\n
Optional CSS style(s) to be applied to the field input element. ...

Optional CSS style(s) to be applied to the field input element. Should be a valid argument to\nExt.Element.applyStyles. Defaults to undefined. See also the setFieldStyle method for changing\nthe style after initialization.

\n
The content of the field body is defined by this config option. ...

The content of the field body is defined by this config option.

\n

Defaults to: ["<input id="{id}" type="{type}" ", "<tpl if="name">name="{name}" </tpl>", "<tpl if="size">size="{size}" </tpl>", "<tpl if="tabIdx">tabIndex="{tabIdx}" </tpl>", "class="{fieldCls} {typeCls}" autocomplete="off" />", {compiled: true, disableFormats: true}]

Specify as true to float the Component outside of the document flow using CSS absolute positioning. ...

Specify as true to float the Component outside of the document flow using CSS absolute positioning.

\n\n

Components such as Windows and Menus are floating by default.

\n\n

Floating Components that are programatically rendered will register themselves with\nthe global ZIndexManager

\n\n

Floating Components as child items of a Container

\n\n

A floating Component may be used as a child item of a Container. This just allows the floating Component to seek\na ZIndexManager by examining the ownerCt chain.

\n\n

When configured as floating, Components acquire, at render time, a ZIndexManager which\nmanages a stack of related floating Components. The ZIndexManager brings a single floating Component to the top\nof its stack when the Component's toFront method is called.

\n\n

The ZIndexManager is found by traversing up the ownerCt chain to find an ancestor which itself is\nfloating. This is so that descendant floating Components of floating Containers (Such as a ComboBox dropdown\nwithin a Window) can have its zIndex managed relative to any siblings, but always above that floating\nancestor Container.

\n\n

If no floating ancestor is found, a floating Component registers itself with the default ZIndexManager.

\n\n

Floating components do not participate in the Container's layout. Because of this, they are not rendered until\nyou explicitly show them.

\n\n

After rendering, the ownerCt reference is deleted, and the floatParent property is set to the found\nfloating ancestor Container. If no floating ancestor Container was found the floatParent property will\nnot be set.

\n

Defaults to: false

The CSS class to use when the field receives focus ...

The CSS class to use when the field receives focus

\n

Defaults to: "x-form-focus"

Specifies whether the floated component should be automatically focused when\nit is brought to the front. ...

Specifies whether the floated component should be automatically focused when\nit is brought to the front.

\n

Defaults to: true

true to restrict the selected value to one of the values in the list, false to allow the user to set\narbitrary text i...

true to restrict the selected value to one of the values in the list, false to allow the user to set\narbitrary text into the field.

\n

Defaults to: false

A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout. ...

A CSS class to be applied to the outermost element to denote that it is participating in the form\nfield layout.

\n

Defaults to: "x-form-item"

Specify as true to have the Component inject framing elements within the Component at render time to provide a\ngraphi...

Specify as true to have the Component inject framing elements within the Component at render time to provide a\ngraphical rounded frame around the Component content.

\n\n

This is only necessary when running on outdated, or non standard-compliant browsers such as Microsoft's Internet\nExplorer prior to version 9 which do not support rounded corners natively.

\n\n

The extra space taken up by this framing is available from the read only property frameSize.

\n
true if this field should automatically grow and shrink to its content ...

true if this field should automatically grow and shrink to its content

\n

Defaults to: false

A string that will be appended to the field's current value for the purposes of calculating the target field\nsize. ...

A string that will be appended to the field's current value for the purposes of calculating the target field\nsize. Only used when the grow config is true. Defaults to a single capital \"W\" (the widest character in\ncommon fonts) to leave enough space for the next typed character and avoid the field value shifting before the\nwidth is adjusted.

\n

Defaults to: "W"

The maximum width to allow when grow = true ...

The maximum width to allow when grow = true

\n

Defaults to: 800

The minimum width to allow when grow = true ...

The minimum width to allow when grow = true

\n

Defaults to: 30

 

The height of this component in pixels.

\n

The height of this component in pixels.

\n
True to hide the component. ...

True to hide the component.

\n

Defaults to: false

When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is...

When set to true, the label element (fieldLabel and labelSeparator) will be\nautomatically hidden if the fieldLabel is empty. Setting this to false 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.

\n\n\n

If you wish to unconditionall hide the label even if a non-empty fieldLabel is configured, then set\nthe hideLabel config to true.

\n\n

Defaults to: true

Set to true to completely hide the label element (fieldLabel and labelSeparator). ...

Set to true to completely hide the label element (fieldLabel and labelSeparator).\nAlso see hideEmptyLabel, which controls whether space will be reserved for an empty fieldLabel.

\n

Defaults to: false

A String which specifies how this Component's encapsulating DOM element will be hidden. ...

A String which specifies how this Component's encapsulating DOM element will be hidden. Values may be:

\n\n
    \n
  • 'display' : The Component will be hidden using the display: none style.
  • \n
  • 'visibility' : The Component will be hidden using the visibility: hidden style.
  • \n
  • 'offsets' : The Component will be hidden by absolutely positioning it out of the visible area of the document.\nThis is useful when a hidden Component must maintain measurable dimensions. Hiding using display results in a\nComponent having zero dimensions.
  • \n
\n\n

Defaults to: "display"

true to hide the trigger element and display only the base text field ...

true to hide the trigger element and display only the base text field

\n

Defaults to: false

An HTML fragment, or a DomHelper specification to use as the layout element content. ...

An HTML fragment, or a DomHelper specification to use as the layout element content.\nThe HTML content is added after the component is rendered, so the document will not contain this HTML at the time\nthe render event is fired. This content is inserted into the body before any configured contentEl\nis appended.

\n

Defaults to: ""

The unique id of this component instance. ...

The unique id of this component instance.

\n\n

It should not be necessary to use this configuration except for singleton objects in your application. Components\ncreated with an id may be accessed globally using Ext.getCmp.

\n\n

Instead of using assigned ids, use the itemId config, and ComponentQuery\nwhich provides selector-based searching for Sencha Components analogous to DOM querying. The Container class contains shortcut methods to query\nits descendant Components by selector.

\n\n

Note that this id will also be used as the element id for the containing HTML element that is rendered to the\npage for this component. This allows you to write id-based CSS rules to style the specific instance of this\ncomponent uniquely, and also to select sub-elements using this component's id as the parent.

\n\n

Note: to avoid complications imposed by a unique id also see itemId.

\n\n

Note: to access the container of a Component see ownerCt.

\n\n

Defaults to an auto-assigned id.

\n
The id that will be given to the generated input DOM element. ...

The id that will be given to the generated input DOM element. Defaults to an automatically generated id. If you\nconfigure this manually, you must make sure it is unique in the document.

\n
The type attribute for input fields -- e.g. ...

The type attribute for input fields -- e.g. radio, text, password, file. The extended types\nsupported by HTML5 inputs (url, email, etc.) may also be used, though using them will cause older browsers to\nfall back to 'text'.

\n\n

The type 'password' must be used to render that field type currently -- there is no separate Ext component for\nthat. You can use Ext.form.field.File which creates a custom-rendered file upload field, but if you want\na plain unstyled file input you can use a BaseField with inputType:'file'.

\n

Defaults to: "text"

The CSS class to use when marking the component invalid. ...

The CSS class to use when marking the component invalid.

\n

Defaults to: "x-form-invalid"

The error text to use when marking a field invalid and no message is provided ...

The error text to use when marking a field invalid and no message is provided

\n

Defaults to: "The value in this field is invalid"

An itemId can be used as an alternative way to get a reference to a component when no object reference is\navailable. ...

An itemId can be used as an alternative way to get a reference to a component when no object reference is\navailable. Instead of using an id with Ext.getCmp, use itemId with\nExt.container.Container.getComponent which will retrieve\nitemId's or id's. Since itemId's are an index to the container's internal MixedCollection, the\nitemId is scoped locally to the container -- avoiding potential conflicts with Ext.ComponentManager\nwhich requires a unique id.

\n\n
var c = new Ext.panel.Panel({ //\n    height: 300,\n    renderTo: document.body,\n    layout: 'auto',\n    items: [\n        {\n            itemId: 'p1',\n            title: 'Panel 1',\n            height: 150\n        },\n        {\n            itemId: 'p2',\n            title: 'Panel 2',\n            height: 150\n        }\n    ]\n})\np1 = c.getComponent('p1'); // not the same as Ext.getCmp()\np2 = p1.ownerCt.getComponent('p2'); // reference via a sibling\n
\n\n

Also see id, Ext.container.Container.query, Ext.container.Container.down and\nExt.container.Container.child.

\n\n

Note: to access the container of an item see ownerCt.

\n
Controls the position and alignment of the fieldLabel. ...

Controls the position and alignment of the fieldLabel. Valid values are:

\n\n\n
    \n
  • \"left\" (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 labelWidth config.
  • \n
  • \"top\" - The label is positioned above the field.
  • \n
  • \"right\" - The label is positioned to the left of the field, with its text aligned\nto the right. Its width is determined by the labelWidth config.
  • \n
\n\n

Defaults to: "left"

The CSS class to be applied to the label element. ...

The CSS class to be applied to the label element.\nThis (single) CSS class is used to formulate the renderSelector and drives the field\nlayout where it is concatenated with a hyphen ('-') and labelAlign. To add\nadditional classes, use labelClsExtra.

\n

Defaults to: "x-form-item-label"

An optional string of one or more additional CSS classes to add to the label element. ...

An optional string of one or more additional CSS classes to add to the label element.\nDefaults to empty.

\n
The amount of space in pixels between the fieldLabel and the input field. ...

The amount of space in pixels between the fieldLabel and the input field.

\n

Defaults to: 5

Character(s) to be inserted at the end of the label text. ...

Character(s) to be inserted at the end of the label text.

\n

Defaults to: ":"

 

A CSS style specification string to apply directly to this field's label.

\n

A CSS style specification string to apply directly to this field's label.

\n
The width of the fieldLabel in pixels. ...

The width of the fieldLabel in pixels. Only applicable if the labelAlign is set\nto \"left\" or \"right\".

\n

Defaults to: 100

The rendering template for the field decorations. ...

The rendering template for the field decorations. Component classes using this mixin should include\nlogic to use this as their renderTpl, and implement the\ngetSubTplMarkup method to generate the field body content.

\n

Defaults to: ["<tpl if="!hideLabel && !(!fieldLabel && hideEmptyLabel)">", "<label id="{id}-labelEl"<tpl if="inputId"> for="{inputId}"</tpl> class="{labelCls}"", "<tpl if="labelStyle"> style="{labelStyle}"</tpl>>", "<tpl if="fieldLabel">{fieldLabel}{labelSeparator}</tpl>", "</label>", "</tpl>", "<div class="{baseBodyCls} {fieldBodyCls}" id="{id}-bodyEl" role="presentation">{subTplMarkup}</div>", "<div id="{id}-errorEl" class="{errorMsgCls}" style="display:none"></div>", "<div class="{clearCls}" role="presentation"><!-- --></div>", {compiled: true, disableFormats: true}]

An optional set of configuration properties that will be passed to the Ext.view.BoundList's constructor. ...

An optional set of configuration properties that will be passed to the Ext.view.BoundList's constructor.\nAny configuration that is valid for BoundList can be included. Some of the more useful ones are:

\n\n\n\n
A config object containing one or more event handlers to be added to this object during initialization. ...

A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the addListener example for attaching multiple\nhandlers at once.

\n\n

DOM events from Ext JS Components

\n\n

While some Ext JS Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly done when extra value can be added. For example the DataView's itemclick event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the element option to identify the Component property to add a\nDOM listener to:

\n\n
new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n
\n
 

A configuration object or an instance of a Ext.ComponentLoader to load remote content for this Component.

\n

A configuration object or an instance of a Ext.ComponentLoader to load remote content for this Component.

\n
Only valid when a sibling element of a Splitter within a\nVBox or HBox layout. ...

Only valid when a sibling element of a Splitter within a\nVBox or HBox layout.

\n\n

Specifies that if an immediate sibling Splitter is moved, the Component on the other side is resized, and this\nComponent maintains its configured flex value.

\n

Defaults to: false

Specifies the margin for this component. ...

Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or it can\nbe a CSS style specification for each style, for example: '10 5 3 10'.

\n
An input mask regular expression that will be used to filter keystrokes (character being\ntyped) that do not match. ...

An input mask regular expression that will be used to filter keystrokes (character being\ntyped) that do not match.\nNote: It dose not filter characters already in the input.

\n
Whether the picker dropdown's width should be explicitly set to match the width of the field. ...

Whether the picker dropdown's width should be explicitly set to match the width of the field. Defaults to true.

\n

Defaults to: true

The maximum value in pixels which this Component will set its height to. ...

The maximum value in pixels which this Component will set its height to.

\n\n

Warning: This will override any size management applied by layout managers.

\n
Maximum input field length allowed by validation (defaults to Number.MAX_VALUE). ...

Maximum input field length allowed by validation (defaults to Number.MAX_VALUE). This behavior is intended to\nprovide instant feedback to the user by improving usability to allow pasting and editing or overtyping and back\ntracking. To restrict the maximum number of characters that can be entered into the field use the enforceMaxLength option.

\n
Error text to display if the maximum length validation fails ...

Error text to display if the maximum length validation fails

\n

Defaults to: "The maximum length for this field is {0}"

The maximum value in pixels which this Component will set its width to. ...

The maximum value in pixels which this Component will set its width to.

\n\n

Warning: This will override any size management applied by layout managers.

\n
The minimum number of characters the user must type before autocomplete and typeAhead activate (defaults\nto 4 if quer...

The minimum number of characters the user must type before autocomplete and typeAhead activate (defaults\nto 4 if queryMode = 'remote' or 0 if queryMode = 'local', does not apply if\neditable = false).

\n
The minimum value in pixels which this Component will set its height to. ...

The minimum value in pixels which this Component will set its height to.

\n\n

Warning: This will override any size management applied by layout managers.

\n
Minimum input field length required ...

Minimum input field length required

\n

Defaults to: 0

Error text to display if the minimum length validation fails. ...

Error text to display if the minimum length validation fails.

\n

Defaults to: "The minimum length for this field is {0}"

The minimum value in pixels which this Component will set its width to. ...

The minimum value in pixels which this Component will set its width to.

\n\n

Warning: This will override any size management applied by layout managers.

\n
The location where the error message text should display. ...

The location where the error message text should display.\nMust be one of the following values:

\n\n\n
    \n
  • qtip Display a quick tip containing the message when the user hovers over the field. This is the default.\n
    Ext.tip.QuickTipManager.init must have been called for this setting to work.
  • \n
  • title Display the message in a default browser title attribute popup.
  • \n
  • under Add a block div beneath the field containing the error message.
  • \n
  • side Add an error icon to the right of the field, displaying the message in a popup on hover.
  • \n
  • none Don't display any error message. This might be useful if you are implementing custom error display.
  • \n
  • [element id] Add the error message directly to the innerHTML of the specified element.
  • \n
\n\n

Defaults to: "qtip"

If set to true, allows the combo field to hold more than one value at a time, and allows selecting multiple\nitems fro...

If set to true, allows the combo field to hold more than one value at a time, and allows selecting multiple\nitems from the dropdown list. The combo's text field will show all selected values separated by the\ndelimiter.

\n

Defaults to: false

The name of the field. ...

The name of the field. This is used as the parameter name when including the field value\nin a form submit(). If no name is configured, it falls back to the inputId.\nTo prevent the field from being included in the form submit, set submitValue to false.

\n
A class to be added to the field's bodyEl element when the picker is opened. ...

A class to be added to the field's bodyEl element when the picker is opened.\nDefaults to 'x-pickerfield-open'.

\n

Defaults to: "x-pickerfield-open"

An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element,\nand...

An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element,\nand removed when the mouse moves out. This can be useful for adding customized 'active' or 'hover' styles to the\ncomponent or any of its children using standard CSS rules.

\n

Defaults to: ""

Specifies the padding for this component. ...

Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or it\ncan be a CSS style specification for each style, for example: '10 5 3 10'.

\n
If greater than 0, a Ext.toolbar.Paging is displayed in the footer of the dropdown list and the\nfilter queries will e...

If greater than 0, a Ext.toolbar.Paging is displayed in the footer of the dropdown list and the\nfilter queries will execute with page start and limit\nparameters. Only applies when queryMode = 'remote'.

\n

Defaults to: 0

The alignment position with which to align the picker. ...

The alignment position with which to align the picker. Defaults to \"tl-bl?\"

\n

Defaults to: "tl-bl?"

An offset [x,y] to use in addition to the pickerAlign when positioning the picker. ...

An offset [x,y] to use in addition to the pickerAlign when positioning the picker.\nDefaults to undefined.

\n
An object or array of objects that will provide custom functionality for this component. ...

An object or array of objects that will provide custom functionality for this component. The only requirement for\na valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component\nis created, if any plugins are available, the component will call the init method on each plugin, passing a\nreference to itself. Each plugin can then call methods or respond to events on the component as needed to provide\nits functionality.

\n
true to disable displaying any error message set on this object. ...

true to disable displaying any error message set on this object.

\n

Defaults to: false

The length of time in milliseconds to delay between the start of typing and sending the query to filter the\ndropdown ...

The length of time in milliseconds to delay between the start of typing and sending the query to filter the\ndropdown list (defaults to 500 if queryMode = 'remote' or 10 if queryMode = 'local')

\n
The mode in which the ComboBox uses the configured Store. ...

The mode in which the ComboBox uses the configured Store. Acceptable values are:

\n\n
    \n
  • 'remote' :

    \n\n

    In queryMode: 'remote', the ComboBox loads its Store dynamically based upon user interaction.

    \n\n

    This is typically used for \"autocomplete\" type inputs, and after the user finishes typing, the Store is loaded.

    \n\n

    A parameter containing the typed string is sent in the load request. The default parameter name for the input\nstring is query, but this can be configured using the queryParam config.

    \n\n

    In queryMode: 'remote', the Store may be configured with remoteFilter:\ntrue, and further filters may be programatically added to the Store which are then passed with every load\nrequest which allows the server to further refine the returned dataset.

    \n\n

    Typically, in an autocomplete situation, hideTrigger is configured true because it has no meaning for\nautocomplete.

  • \n
  • 'local' :

    \n\n

    ComboBox loads local data

    \n\n
    var combo = new Ext.form.field.ComboBox({\n    renderTo: document.body,\n    queryMode: 'local',\n    store: new Ext.data.ArrayStore({\n        id: 0,\n        fields: [\n            'myId',  // numeric value is the key\n            'displayText'\n        ],\n        data: [[1, 'item1'], [2, 'item2']]  // data is local\n    }),\n    valueField: 'myId',\n    displayField: 'displayText',\n    triggerAction: 'all'\n});\n
  • \n
\n\n

Defaults to: "remote"

Name of the parameter used by the Store to pass the typed string when the ComboBox is configured with\nqueryMode: 'rem...

Name of the parameter used by the Store to pass the typed string when the ComboBox is configured with\nqueryMode: 'remote'. If explicitly set to a falsy value it will not be sent.

\n

Defaults to: "query"

true to prevent the user from changing the field, and hides the trigger. ...

true to prevent the user from changing the field, and hides the trigger. Supercedes the editable and hideTrigger\noptions if the value is true.

\n

Defaults to: false

The CSS class applied to the component's main element when it is readOnly. ...

The CSS class applied to the component's main element when it is readOnly.

\n

Defaults to: "x-form-readonly"

A JavaScript RegExp object to be tested against the field value during validation. ...

A JavaScript RegExp object to be tested against the field value during validation.\nIf the test fails, the field will be marked invalid using\neither regexText or invalidText.

\n
The error text to display if regex is used and the test fails during validation ...

The error text to display if regex is used and the test fails during validation

\n

Defaults to: ""

The data used by renderTpl in addition to the following property values of the component:\n\n\nid\nui\nuiCls\nbaseCls\ncompo...

The data used by renderTpl in addition to the following property values of the component:

\n\n
    \n
  • id
  • \n
  • ui
  • \n
  • uiCls
  • \n
  • baseCls
  • \n
  • componentCls
  • \n
  • frame
  • \n
\n\n\n

See renderSelectors and childEls for usage examples.

\n
An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro...

An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render process.

\n\n

After the Component's internal structure is rendered according to the renderTpl, this object is iterated through,\nand the found Elements are added as properties to the Component using the renderSelector property name.

\n\n

For example, a Component which renderes a title and description into its element:

\n\n
Ext.create('Ext.Component', {\n    renderTo: Ext.getBody(),\n    renderTpl: [\n        '<h1 class=\"title\">{title}</h1>',\n        '<p>{desc}</p>'\n    ],\n    renderData: {\n        title: \"Error\",\n        desc: \"Something went wrong\"\n    },\n    renderSelectors: {\n        titleEl: 'h1.title',\n        descEl: 'p'\n    },\n    listeners: {\n        afterrender: function(cmp){\n            // After rendering the component will have a titleEl and descEl properties\n            cmp.titleEl.setStyle({color: \"red\"});\n        }\n    }\n});\n
\n\n

For a faster, but less flexible, alternative that achieves the same end result (properties for child elements on the\nComponent after render), see childEls and addChildEls.

\n
Specify the id of the element, a DOM element or an existing Element that this component will be rendered into. ...

Specify the id of the element, a DOM element or an existing Element that this component will be rendered into.

\n\n

Notes:

\n\n

Do not use this option if the Component is to be a child item of a Container.\nIt is the responsibility of the Container's\nlayout manager to render and manage its child items.

\n\n

When using this config, a call to render() is not required.

\n\n

See render also.

\n
An XTemplate used to create the internal structure inside this Component's encapsulating\nElement. ...

An XTemplate used to create the internal structure inside this Component's encapsulating\nElement.

\n\n

You do not normally need to specify this. For the base classes Ext.Component and\nExt.container.Container, this defaults to null which means that they will be initially rendered\nwith no internal structure; they render their Element empty. The more specialized ExtJS and Touch\nclasses which use a more complex DOM structure, provide their own template definitions.

\n\n

This is intended to allow the developer to create application-specific utility Components with customized\ninternal structure.

\n\n

Upon rendering, any created child elements may be automatically imported into object properties using the\nrenderSelectors and childEls options.

\n

Defaults to: null

true to attach a click repeater to the trigger. ...

true to attach a click repeater to the trigger.

\n

Defaults to: false

Specify as true to apply a Resizer to this Component after rendering. ...

Specify as true to apply a Resizer to this Component after rendering.

\n\n

May also be specified as a config object to be passed to the constructor of Resizer\nto override any defaults. By default the Component passes its minimum and maximum size, and uses\nExt.resizer.Resizer.dynamic: false

\n
A valid Ext.resizer.Resizer handles config string. ...

A valid Ext.resizer.Resizer handles config string. Only applies when resizable = true.

\n

Defaults to: "all"

A buffer to be applied if many state events are fired within a short period. ...

A buffer to be applied if many state events are fired within a short period.

\n

Defaults to: 100

true to select any existing text in the field immediately on focus. ...

true to select any existing text in the field immediately on focus. Only applies when\neditable = true

\n

Defaults to: false

Whether the Tab key should select the currently highlighted item. ...

Whether the Tab key should select the currently highlighted item.

\n

Defaults to: true

Specifies whether the floating component should be given a shadow. ...

Specifies whether the floating component should be given a shadow. Set to true to automatically create an Ext.Shadow, or a string indicating the shadow's display Ext.Shadow.mode. Set to false to disable the\nshadow.

\n

Defaults to: "sides"

An initial value for the 'size' attribute on the text input element. ...

An initial value for the 'size' attribute on the text input element. This is only used if the field has no\nconfigured width and is not given a width by its container's layout. Defaults to 20.

\n

Defaults to: 20

An array of events that, when fired, should trigger this object to\nsave its state. ...

An array of events that, when fired, should trigger this object to\nsave its state. Defaults to none. stateEvents may be any type\nof event supported by this object, including browser or custom events\n(e.g., ['click', 'customerchange']).

\n\n\n

See stateful for an explanation of saving and\nrestoring object state.

\n\n
The unique id for this object to use for state management purposes. ...

The unique id for this object to use for state management purposes.

\n\n

See stateful for an explanation of saving and restoring state.

\n\n
A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ...

A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. The object must have\na stateId for state to be managed.\nAuto-generated ids are not guaranteed to be stable across page loads and\ncannot be relied upon to save and restore the same state for a object.

\n

For state saving to work, the state manager's provider must have been\nset to an implementation of Ext.state.Provider which overrides the\nset and get\nmethods to save and recall name/value pairs. A built-in implementation,\nExt.state.CookieProvider is available.

\n

To set the state provider for the current page:

\n
Ext.state.Manager.setProvider(new Ext.state.CookieProvider({\n    expires: new Date(new Date().getTime()+(1000*60*60*24*7)), //7 days from now\n}));\n
\n

A stateful object attempts to save state when one of the events\nlisted in the stateEvents configuration fires.

\n

To save state, a stateful object first serializes its state by\ncalling getState. By default, this function does\nnothing. The developer must provide an implementation which returns an\nobject hash which represents the restorable state of the object.

\n

The value yielded by getState is passed to Ext.state.Manager.set\nwhich uses the configured Ext.state.Provider to save the object\nkeyed by the stateId.

\n

During construction, a stateful object attempts to restore\nits state by calling Ext.state.Manager.get passing the\nstateId

\n

The resulting object is passed to applyState.\nThe default implementation of applyState simply copies\nproperties into the object, but a developer may override this to support\nmore behaviour.

\n

You can perform extra processing on state save and restore by attaching\nhandlers to the beforestaterestore, staterestore,\nbeforestatesave and statesave events.

\n\n

Defaults to: true

The data source to which this combo is bound. ...

The data source to which this combo is bound. Acceptable values for this property are:

\n\n
    \n
  • any Store subclass
  • \n
  • an Array : Arrays will be converted to a Ext.data.Store internally, automatically generating\nfield names to work with all data components.

    \n\n
      \n
    • 1-dimensional array : (e.g., ['Foo','Bar'])

      \n\n

      A 1-dimensional array will automatically be expanded (each array item will be used for both the combo\nvalueField and displayField)

    • \n
    • 2-dimensional array : (e.g., [['f','Foo'],['b','Bar']])

      \n\n

      For a multi-dimensional array, the value in index 0 of each item will be assumed to be the combo\nvalueField, while the value at index 1 is assumed to be the combo displayField.

    • \n
    \n
  • \n
\n\n\n

See also queryMode.

\n
A JavaScript RegExp object used to strip unwanted content from the value\nbefore validation. ...

A JavaScript RegExp object used to strip unwanted content from the value\nbefore validation. If stripCharsRe is specified,\nevery character matching stripCharsRe will be removed before fed to validation.\nThis does not change the value of the field.

\n
A custom style specification to be applied to this component's Element. ...

A custom style specification to be applied to this component's Element. Should be a valid argument to\nExt.Element.applyStyles.

\n\n
new Ext.panel.Panel({\n    title: 'Some Title',\n    renderTo: Ext.getBody(),\n    width: 400, height: 300,\n    layout: 'form',\n    items: [{\n        xtype: 'textarea',\n        style: {\n            width: '95%',\n            marginBottom: '10px'\n        }\n    },\n    new Ext.button.Button({\n        text: 'Send',\n        minWidth: '100',\n        style: {\n            marginBottom: '10px'\n        }\n    })\n    ]\n});\n
\n
The class that is added to the content target when you set styleHtmlContent to true. ...

The class that is added to the content target when you set styleHtmlContent to true.

\n

Defaults to: "x-html"

True to automatically style the html inside the content target of this component (body for panels). ...

True to automatically style the html inside the content target of this component (body for panels).

\n

Defaults to: false

Setting this to false will prevent the field from being submitted even when it is\nnot disabled. ...

Setting this to false will prevent the field from being submitted even when it is\nnot disabled.

\n

Defaults to: true

The tabIndex for this field. ...

The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via\napplyTo

\n
True to automatically call toFront when the show method is called on an already visible,\nfloating component. ...

True to automatically call toFront when the show method is called on an already visible,\nfloating component.

\n

Defaults to: true

An Ext.Template, Ext.XTemplate or an array of strings to form an Ext.XTemplate. ...

An Ext.Template, Ext.XTemplate or an array of strings to form an Ext.XTemplate. Used in\nconjunction with the data and tplWriteMode configurations.

\n
The Ext.(X)Template method to use when updating the content area of the Component. ...

The Ext.(X)Template method to use when updating the content area of the Component.\nSee Ext.XTemplate.overwrite for information on default mode.

\n

Defaults to: "overwrite"

The id, DOM node or Ext.Element of an existing HTML <select> element to convert into a ComboBox. ...

The id, DOM node or Ext.Element of an existing HTML <select> element to convert into a ComboBox. The\ntarget select's options will be used to build the options in the ComboBox dropdown; a configured store\nwill take precedence over this.

\n
The action to execute when the trigger is clicked. ...

The action to execute when the trigger is clicked.

\n\n\n\n\n

See also queryParam.

\n

Defaults to: "all"

The base CSS class that is always added to the trigger button. ...

The base CSS class that is always added to the trigger button. The triggerCls will be appended in\naddition to this class.

\n

Defaults to: "x-form-trigger"

An additional CSS class used to style the trigger button. ...

An additional CSS class used to style the trigger button. The trigger will always get the triggerBaseCls\nby default and triggerCls will be appended if specified.

\n

Defaults to: "x-form-arrow-trigger"

The CSS class that is added to the div wrapping the trigger button(s). ...

The CSS class that is added to the div wrapping the trigger button(s).

\n

Defaults to: "x-form-trigger-wrap"

true to populate and autoselect the remainder of the text being typed after a configurable delay\n(typeAheadDelay) if ...

true to populate and autoselect the remainder of the text being typed after a configurable delay\n(typeAheadDelay) if it matches a known value.

\n

Defaults to: false

The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true ...

The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true

\n

Defaults to: 250

A set style for a component. ...

A set style for a component. Can be a string or an Array of multiple strings (UIs)

\n

Defaults to: "default"

Whether the field should validate when it loses focus. ...

Whether the field should validate when it loses focus. This will cause fields to be validated\nas the user steps through the fields in the form regardless of whether they are making changes to those fields\nalong the way. See also validateOnChange.

\n

Defaults to: true

Specifies whether this field should be validated immediately whenever a change in its value is detected. ...

Specifies whether this field should be validated immediately whenever a change in its value is detected.\nIf the validation results in a change in the field's validity, a validitychange event will be\nfired. This allows the field to show feedback about the validity of its contents immediately as the user is\ntyping.

\n\n

When set to false, feedback will not be immediate. However the form will still be validated before submitting if\nthe clientValidation option to Ext.form.Basic.doAction is enabled, or if the field or form are validated\nmanually.

\n\n

See also Ext.form.field.Base.checkChangeEvents for controlling how changes to the field's value are\ndetected.

\n

Defaults to: true

A custom validation function to be called during field validation (getErrors). ...

A custom validation function to be called during field validation (getErrors).\nIf specified, this function will be called first, allowing the developer to override the default validation\nprocess.

\n\n

This function will be passed the following parameters:

\n

Parameters

  • value : Object

    The current field value

    \n

Returns

  • Boolean/String
      \n
    • True if the value is valid
    • \n
    • An error message if the value is invalid
    • \n
    \n\n
 

A value to initialize this field with.

\n

A value to initialize this field with.

\n
The underlying data value name to bind to this ComboBox (defaults to match\nthe value of the displayField config). ...

The underlying data value name to bind to this ComboBox (defaults to match\nthe value of the displayField config).

\n\n

Note: use of a valueField requires the user to make a selection in order for a value to be mapped. See also\ndisplayField.

\n
When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will\nbe d...

When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will\nbe displayed as the field text if defined. If this default text is used, it means there\nis no value set and no validation will occur on this field.

\n
 

A validation type name as defined in Ext.form.field.VTypes

\n

A validation type name as defined in Ext.form.field.VTypes

\n
A custom error message to display in place of the default message provided for the vtype currently\nset for this field. ...

A custom error message to display in place of the default message provided for the vtype currently\nset for this field. Note: only applies if vtype is set, else ignored.

\n
 

The width of this component in pixels.

\n

The width of this component in pixels.

\n
The xtype configuration option can be used to optimize Component creation and rendering. ...

The xtype configuration option can be used to optimize Component creation and rendering. It serves as a\nshortcut to the full componet name. For example, the component Ext.button.Button has an xtype of button.

\n\n

You can define your own xtype on a custom component by specifying the\nalias config option with a prefix of widget. For example:

\n\n
Ext.define('PressMeButton', {\n    extend: 'Ext.button.Button',\n    alias: 'widget.pressmebutton',\n    text: 'Press Me'\n})\n
\n\n

Any Component can be created implicitly as an object config with an xtype specified, allowing it to be\ndeclared and passed into the rendering pipeline without actually being instantiated as an object. Not only is\nrendering deferred, but the actual creation of the object itself is also deferred, saving memory and resources\nuntil they are actually needed. In complex, nested layouts containing many Components, this can make a\nnoticeable improvement in performance.

\n\n
// Explicit creation of contained Components:\nvar panel = new Ext.Panel({\n   ...\n   items: [\n      Ext.create('Ext.button.Button', {\n         text: 'OK'\n      })\n   ]\n};\n\n// Implicit creation using xtype:\nvar panel = new Ext.Panel({\n   ...\n   items: [{\n      xtype: 'button',\n      text: 'OK'\n   }]\n};\n
\n\n

In the first example, the button will always be created immediately during the panel's initialization. With\nmany added Components, this approach could potentially slow the rendering of the page. In the second example,\nthe button will not be created or rendered until the panel is actually displayed in the browser. If the panel\nis never displayed (for example, if it is a tab that remains hidden) then the button will never be created and\nwill never consume any resources whatsoever.

\n
Defined By

Properties

The div Element wrapping the component's contents. ...

The div Element wrapping the component's contents. Only available after the component has been rendered.

\n
 

Read-only property indicating whether or not the component can be dragged

\n

Read-only property indicating whether or not the component can be dragged

\n
The div Element that will contain the component's error message(s). ...

The div Element that will contain the component's error message(s). Note that depending on the\nconfigured msgTarget, 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.

\n
Only present for floating Components which were inserted as descendant items of floating Containers. ...

Only present for floating Components which were inserted as descendant items of floating Containers.

\n\n

Floating Components that are programatically rendered will not have a floatParent\nproperty.

\n\n

For floating Components which are child items of a Container, the floatParent will be the floating\nancestor Container which is responsible for the base z-index value of all its floating descendants. It provides\na ZIndexManager which provides z-indexing services for all its descendant floating\nComponents.

\n\n

For example, the dropdown BoundList of a ComboBox which is in a Window will have the\nWindow as its floatParent

\n\n

See floating and zIndexManager

\n
Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ...

Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto provide graphical, rounded borders. See the frame config.

\n\n

This is an object containing the frame width in pixels for all four sides of the Component containing the\nfollowing properties:

\n
  • top : Number

    The width of the top framing element in pixels.

    \n
  • right : Number

    The width of the right framing element in pixels.

    \n
  • bottom : Number

    The width of the bottom framing element in pixels.

    \n
  • left : Number

    The width of the left framing element in pixels.

    \n
The input Element for this Field. ...

The input Element for this Field. Only available after the field has been rendered.

\n
 

True if the picker is currently expanded, false if not.

\n

True if the picker is currently expanded, false if not.

\n
Flag denoting that this object is labelable as a field. ...

Flag denoting that this object is labelable as a field. Always true.

\n
Flag denoting that this component is a Field. ...

Flag denoting that this component is a Field. Always true.

\n
The label Element for this component. ...

The label Element for this component. Only available after the component has been rendered.

\n
The value of the match string used to filter the store. ...

The value of the match string used to filter the store. Delete this property to force a requery. Example use:

\n\n
var combo = new Ext.form.field.ComboBox({\n    ...\n    queryMode: 'remote',\n    listeners: {\n        // delete the previous query in the beforequery event or set\n        // combo.lastQuery = null (this will reload the store the next time it expands)\n        beforequery: function(qe){\n            delete qe.combo.lastQuery;\n        }\n    }\n});\n
\n\n

To make sure the filter in the store is not cleared the first time the ComboBox trigger is used configure the\ncombo with lastQuery=''. Example use:

\n\n
var combo = new Ext.form.field.ComboBox({\n    ...\n    queryMode: 'local',\n    triggerAction: 'all',\n    lastQuery: ''\n});\n
\n
This is an internal flag that you use when creating custom components. ...

This is an internal flag that you use when creating custom components. By default this is set to true which means\nthat every component gets a mask when its disabled. Components like FieldContainer, FieldSet, Field, Button, Tab\noverride this property to false since they want to implement custom disable logic.

\n
The original value of the field as configured in the value configuration, or as loaded by the last\nform load operatio...

The original value of the field as configured in the value configuration, or as loaded by the last\nform load operation if the form's trackResetOnLoad setting is true.

\n
This Component's owner Container (is set automatically\nwhen this Component is added to a Container). ...

This Component's owner Container (is set automatically\nwhen this Component is added to a Container). Read-only.

\n\n

Note: to access items within the Container see itemId.

\n
 

Read-only property indicating whether or not the component has been rendered.

\n

Read-only property indicating whether or not the component has been rendered.

\n
Get the reference to the current class from which this object was instantiated. ...

Get the reference to the current class from which this object was instantiated. Unlike statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See statics\nfor a detailed comparison

\n\n
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
\n
A composite of all the trigger button elements. ...

A composite of all the trigger button elements. Only set after the field has been rendered.

\n
A reference to the div element wrapping the trigger button(s). ...

A reference to the div element wrapping the trigger button(s). Only set after the field has been rendered.

\n
Only present for floating Components after they have been rendered. ...

Only present for floating Components after they have been rendered.

\n\n

A reference to the ZIndexManager which is managing this Component's z-index.

\n\n

The ZIndexManager maintains a stack of floating Component z-indices, and also provides\na single modal mask which is insert just beneath the topmost visible modal floating Component.

\n\n

Floating Components may be brought to the front or sent to the back of the\nz-index stack.

\n\n

This defaults to the global ZIndexManager for floating Components that are\nprogramatically rendered.

\n\n

For floating Components which are added to a Container, the ZIndexManager is acquired from the first\nancestor Container found which is floating, or if not found the global ZIndexManager is\nused.

\n\n

See floating and floatParent

\n

Methods

Defined By

Instance Methods

Creates new Component. ...

Creates new Component.

\n

Parameters

  • config : Ext.Element/String/Object

    The configuration options may be specified as either:

    \n\n
      \n
    • an element : it is set as the internal element and its id used as the component id
    • \n
    • a string : it is assumed to be the id of an existing element and is used as the component id
    • \n
    • anything else : it is assumed to be a standard config object and is applied to the component
    • \n
    \n\n

Returns

Adds each argument passed to this method to the childEls array. ...

Adds each argument passed to this method to the childEls array.

\n
Adds a CSS class to the top level element representing this component. ...

Adds a CSS class to the top level element representing this component.

\n

Parameters

  • cls : String

    The CSS class name to add

    \n

Returns

Adds a CSS class to the top level element representing this component. ...

Adds a CSS class to the top level element representing this component.

\n

Parameters

  • cls : String

    The CSS class name to add

    \n

Returns

Adds a cls to the uiCls array, which will also call addUIClsToElement and adds to all elements of this\ncomponent. ...

Adds a cls to the uiCls array, which will also call addUIClsToElement and adds to all elements of this\ncomponent.

\n

Parameters

  • cls : String/String[]

    A string or an array of strings to add to the uiCls

    \n
  • skip : Object

    (Boolean) skip True to skip adding it to the class and do it later (via the return)

    \n
Adds the specified events to the list of events which this Observable may fire. ...

Adds the specified events to the list of events which this Observable may fire.

\n

Parameters

  • o : Object/String

    Either an object with event names as properties with a value of true or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:

    \n\n
    this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n
    \n
  • more : String... (optional)

    Additional event names if multiple event names are being passed as separate\nparameters. Usage:

    \n\n
    this.addEvents('storeloaded', 'storecleared');\n
    \n
Appends an event handler to this object. ...

Appends an event handler to this object.

\n

Parameters

  • eventName : String

    The name of the event to listen for. May also be an object who's property names are\nevent names.

    \n\n
  • fn : Function

    The method the event invokes. Will be called with arguments given to\nfireEvent plus the options parameter described below.

    \n\n
  • scope : Object (optional)

    The scope (this reference) in which the handler function is executed. If\nomitted, defaults to the object which fired the event.

    \n\n
  • options : Object (optional)

    An object containing handler configuration.

    \n\n\n\n\n

    Note: Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.

    \n\n\n\n\n

    This object may contain any of the following properties:

    \n\n\n\n\n
      \n
    • scope : Object

      \n\n

      The scope (this reference) in which the handler function is executed. If omitted, defaults to the object\nwhich fired the event.

    • \n
    • delay : Number

      \n\n

      The number of milliseconds to delay the invocation of the handler after the event fires.

    • \n
    • single : Boolean

      \n\n

      True to add a handler to handle just the next firing of the event, and then remove itself.

    • \n
    • buffer : Number

      \n\n

      Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is not invoked, but the new\nhandler is scheduled in its place.

    • \n
    • target : Observable

      \n\n

      Only call the handler if the event was fired on the target Observable, not if the event was bubbled up from a\nchild Observable.

    • \n
    • element : String

      \n\n

      This option is only valid for listeners bound to Components. The name of a Component\nproperty which references an element to add a listener to.

      \n\n

      This option is useful during Component construction to add DOM event listeners to elements of\nComponents which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:

      \n\n
      new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n
    • \n
    \n\n\n\n\n

    Combining Options

    \n\n\n\n\n

    Using the options argument, it is possible to combine different types of listeners:

    \n\n\n\n\n

    A delayed, one-time listener.

    \n\n\n\n\n
    myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n
    \n\n\n\n\n

    Attaching multiple handlers in 1 call

    \n\n\n\n\n

    The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:

    \n\n\n\n\n
    myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n
    \n\n\n\n\n

    One can also specify options for each event handler separately:

    \n\n\n\n\n
    myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n
    \n\n
Adds listeners to any Observable object (or Ext.Element) which are automatically removed when this Component is\ndestr...

Adds listeners to any Observable object (or Ext.Element) which are automatically removed when this Component is\ndestroyed.

\n

Parameters

  • item : Ext.util.Observable/Ext.Element

    The item to which to add a listener/listeners.

    \n\n
  • ename : Object/String

    The event name, or an object containing event name properties.

    \n\n
  • fn : Function (optional)

    If the ename parameter was an event name, this is the handler function.

    \n\n
  • scope : Object (optional)

    If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

    \n\n
  • opt : Object (optional)

    If the ename parameter was an event name, this is the\naddListener options.

    \n\n
Add events that will trigger the state to be saved. ...

Add events that will trigger the state to be saved.

\n

Parameters

  • events : String/String[]

    The event name or an array of event names.

    \n
Method which adds a specified UI + uiCls to the components element. ...

Method which adds a specified UI + uiCls to the components element. Can be overridden to remove the UI from more\nthan just the components element.

\n

Parameters

  • ui : String

    The UI to remove from the element

    \n
( Number adjWidth, Number adjHeight, Boolean isSetSize, Ext.Component callingContainer )
Occurs after componentLayout is run. ...

Occurs after componentLayout is run.

\n

Parameters

  • adjWidth : Number

    The box-adjusted width that was set

    \n
  • adjHeight : Number

    The box-adjusted height that was set

    \n
  • isSetSize : Boolean

    Whether or not the height/width are stored on the component permanently

    \n
  • callingContainer : Ext.Component

    Container requesting the layout. Only used when isSetSize is false.

    \n
Aligns the picker to the input element ...

Aligns the picker to the input element

\n
Aligns this floating Component to the specified element ...

Aligns this floating Component to the specified element

\n

Parameters

  • element : Ext.Component/Ext.Element/HTMLElement/String

    The element or Ext.Component to align to. If passing a component, it must be a\nomponent instance. If a string id is passed, it will be used as an element id.

    \n
  • position : String (optional)

    The position to align to (see Ext.Element.alignTo for more details).

    \n

    Defaults to: "tl-bl?"

  • offsets : Number[] (optional)

    Offset the positioning by [x, y]

    \n

Returns

Perform custom animation on this object. ...

Perform custom animation on this object.

\n

This method is applicable to both the Component class and the Element class.\nIt performs animated transitions of certain properties of this object over a specified timeline.

\n

The sole parameter is an object which specifies start property values, end property values, and properties which\ndescribe the timeline. Of the properties listed below, only to is mandatory.

\n

Properties include

    \n
  • from
    An object which specifies start values for the properties being animated.\nIf not supplied, properties are animated from current settings. The actual properties which may be animated depend upon\nths object being animated. See the sections below on Element and Component animation.
  • \n
  • to
    An object which specifies end values for the properties being animated.
  • \n
  • duration
    The duration in milliseconds for which the animation will run.
  • \n
  • easing
    A string value describing an easing type to modify the rate of change from the default linear to non-linear. Values may be one of:
      \n
    • ease
    • \n
    • easeIn
    • \n
    • easeOut
    • \n
    • easeInOut
    • \n
    • backIn
    • \n
    • backOut
    • \n
    • elasticIn
    • \n
    • elasticOut
    • \n
    • bounceIn
    • \n
    • bounceOut
    • \n
  • \n
  • keyframes
    This is an object which describes the state of animated properties at certain points along the timeline.\nit is an object containing properties who's names are the percentage along the timeline being described and who's values specify the animation state at that point.
  • \n
  • listeners
    This is a standard listeners configuration object which may be used\nto inject behaviour at either the beforeanimate event or the afteranimate event.
  • \n

\n

Animating an Element

\nWhen animating an Element, the following properties may be specified in from, to, and keyframe objects:
    \n
  • x
    The page X position in pixels.
  • \n
  • y
    The page Y position in pixels
  • \n
  • left
    The element's CSS left value. Units must be supplied.
  • \n
  • top
    The element's CSS top value. Units must be supplied.
  • \n
  • width
    The element's CSS width value. Units must be supplied.
  • \n
  • height
    The element's CSS height value. Units must be supplied.
  • \n
  • scrollLeft
    The element's scrollLeft value.
  • \n
  • scrollTop
    The element's scrollLeft value.
  • \n
  • opacity
    The element's opacity value. This must be a value between 0 and 1.
  • \n
\n

Be aware than animating an Element which is being used by an Ext Component without in some way informing the Component about the changed element state\nwill result in incorrect Component behaviour. This is because the Component will be using the old state of the element. To avoid this problem, it is now possible to\ndirectly animate certain properties of Components.

\n

Animating a Component

\nWhen animating an Element, the following properties may be specified in from, to, and keyframe objects:
    \n
  • x
    The Component's page X position in pixels.
  • \n
  • y
    The Component's page Y position in pixels
  • \n
  • left
    The Component's left value in pixels.
  • \n
  • top
    The Component's top value in pixels.
  • \n
  • width
    The Component's width value in pixels.
  • \n
  • width
    The Component's width value in pixels.
  • \n
  • dynamic
    Specify as true to update the Component's layout (if it is a Container) at every frame\nof the animation. Use sparingly as laying out on every intermediate size change is an expensive operation.
  • \n
\n

For example, to animate a Window to a new size, ensuring that its internal layout, and any shadow is correct:

\n
myWindow = Ext.create('Ext.window.Window', {\n    title: 'Test Component animation',\n    width: 500,\n    height: 300,\n    layout: {\n        type: 'hbox',\n        align: 'stretch'\n    },\n    items: [{\n        title: 'Left: 33%',\n        margins: '5 0 5 5',\n        flex: 1\n    }, {\n        title: 'Left: 66%',\n        margins: '5 5 5 5',\n        flex: 2\n    }]\n});\nmyWindow.show();\nmyWindow.header.el.on('click', function() {\n    myWindow.animate({\n        to: {\n            width: (myWindow.getWidth() == 500) ? 700 : 500,\n            height: (myWindow.getHeight() == 300) ? 400 : 300,\n        }\n    });\n});\n
\n

For performance reasons, by default, the internal layout is only updated when the Window reaches its final \"to\" size. If dynamic updating of the Window's child\nComponents is required, then configure the animation with dynamic: true and the two child items will maintain their proportions during the animation.

\n\n

Parameters

  • config : Object

    An object containing properties which describe the animation's start and end states, and the timeline of the animation.

    \n

Returns

Applies the state to the object. ...

Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By default it applies the state properties onto\nthe current object.

\n

Parameters

Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. ...

Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. This\nonly takes effect if grow = true, and fires the autosize event if the width changes.

\n
A utility for grouping a set of modifications which may trigger value changes into a single transaction, to\nprevent e...

A utility for grouping a set of modifications which may trigger value changes into a single transaction, to\nprevent excessive firing of change events. This is useful for instance if the field has sub-fields which\nare being updated as a group; you don't want the container field to check its own changed state for each subfield\nchange.

\n

Parameters

  • fn : Object

    A function containing the transaction code

    \n
Occurs before componentLayout is run. ...

Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout from\nbeing executed.

\n

Parameters

  • adjWidth : Number

    The box-adjusted width that was set

    \n
  • adjHeight : Number

    The box-adjusted height that was set

    \n
  • isSetSize : Boolean

    Whether or not the height/width are stored on the component permanently

    \n
  • callingContainer : Ext.Component

    Container requesting sent the layout. Only used when isSetSize is false.

    \n
Bubbles up the component/container heirarchy, calling the specified function with each component. ...

Bubbles up the component/container heirarchy, calling the specified function with each component. The scope\n(this) of function call will be the scope provided or the current component. The arguments to the function will\nbe the args provided or the current component. If the function returns false at any point, the bubble is stopped.

\n

Parameters

  • fn : Function

    The function to call

    \n
  • scope : Object (optional)

    The scope of the function. Defaults to current node.

    \n
  • args : Array (optional)

    The args to call the function with. Defaults to passing the current component.

    \n

Returns

( Array/Arguments args ) : Objectprotected
Call the original method that was previously overridden with override\n\nExt.define('My.Cat', {\n constructor: functi...

Call the original method that was previously overridden with override

\n\n
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
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object

    \n

Returns

  • Object

    Returns the result after calling the overridden method

    \n
( Array/Arguments args ) : Objectprotected
Call the parent's overridden method. ...

Call the parent's overridden method. For example:

\n\n
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
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

    \n

Returns

  • Object

    Returns the result from the superclass' method

    \n
Center this Component in its container. ...

Center this Component in its container.

\n

Returns

Checks whether the value of the field has changed since the last time it was checked. ...

Checks whether the value of the field has changed since the last time it was checked.\nIf the value has changed, it:

\n\n
    \n
  1. Fires the change event,
  2. \n
  3. Performs validation if the validateOnChange config is enabled, firing the\nvaliditychange event if the validity has changed, and
  4. \n
  5. Checks the dirty state of the field and fires the dirtychange event\nif it has changed.
  6. \n
\n\n
Checks the isDirty state of the field and if it has changed since the last time it was checked,\nfires the dirtychange...

Checks the isDirty state of the field and if it has changed since the last time it was checked,\nfires the dirtychange event.

\n
Clear any invalid styles/messages for this field. ...

Clear any invalid styles/messages for this field.

\n\n

Note: this method does not cause the Field's validate or isValid methods to return true\nif the value does not pass validation. So simply clearing a field's errors will not necessarily allow\nsubmission of forms submitted with the Ext.form.action.Submit.clientValidation option set.

\n
Removes all listeners for this object including the managed listeners ...

Removes all listeners for this object including the managed listeners

\n
Removes all managed listeners for this object. ...

Removes all managed listeners for this object.

\n
Clears any value currently set in the ComboBox. ...

Clears any value currently set in the ComboBox.

\n
Clone the current component using the original config values passed into this instance by default. ...

Clone the current component using the original config values passed into this instance by default.

\n

Parameters

  • overrides : Object

    A new config containing any properties to override in the cloned version.\nAn id property can be passed on this object, otherwise one will be generated to avoid duplicates.

    \n

Returns

Collapses this field's picker dropdown. ...

Collapses this field's picker dropdown.

\n
Ensures that the plugins array contains fully constructed plugin instances. ...

Ensures that the plugins array contains fully constructed plugin instances. This converts any configs into their\nappropriate instances.

\n
Creates and returns the component to be used as this field's picker. ...

Creates and returns the component to be used as this field's picker. Must be implemented by subclasses of Picker.\nThe current field should also be passed as a configuration option to the picker component as the pickerField\nproperty.

\n
Destroys the Component. ...

Destroys the Component.

\n
Disable the component. ...

Disable the component.

\n

Parameters

  • silent : Boolean (optional)

    Passing true will supress the 'disable' event from being fired.

    \n

    Defaults to: false

Handles autoRender. ...

Handles autoRender. Floating Components may have an ownerCt. If they are asking to be constrained, constrain them\nwithin that ownerCt, and have their z-index managed locally. Floating Components are always rendered to\ndocument.body

\n
This method needs to be called whenever you change something on this component that requires the Component's\nlayout t...

This method needs to be called whenever you change something on this component that requires the Component's\nlayout to be recalculated.

\n

Parameters

Returns

Moves this floating Component into a constrain region. ...

Moves this floating Component into a constrain region.

\n\n

By default, this Component is constrained to be within the container it was added to, or the element it was\nrendered to.

\n\n

An alternative constraint may be passed.

\n

Parameters

  • constrainTo : String/HTMLElement/Ext.Element/Ext.util.Region (optional)

    The Element or Region into which this Component is\nto be constrained. Defaults to the element into which this floating Component was rendered.

    \n
Executes a query to filter the dropdown list. ...

Executes a query to filter the dropdown list. Fires the beforequery event prior to performing the query\nallowing the query action to be canceled if needed.

\n

Parameters

  • queryString : String

    The SQL query to execute

    \n
  • forceAll : Boolean (optional)

    true to force the query to execute even if there are currently fewer characters in\nthe field than the minimum specified by the minChars config option. It also clears any filter\npreviously saved in the current store.

    \n

    Defaults to: false

  • rawQuery : Boolean (optional)

    Pass as true if the raw typed value is being used as the query string. This causes the\nresulting store load to leave the raw value undisturbed.

    \n

    Defaults to: false

Returns

  • Boolean

    true if the query was permitted to run, false if it was cancelled by a beforequery\nhandler.

    \n
Enable the component ...

Enable the component

\n

Parameters

  • silent : Boolean (optional)

    Passing true will supress the 'enable' event from being fired.

    \n

    Defaults to: false

Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...

Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. There is no implementation in the Observable base class.

\n\n

This is commonly used by Ext.Components to bubble events to owner Containers.\nSee Ext.Component.getBubbleTarget. The default implementation in Ext.Component returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.

\n\n

Example:

\n\n
Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\n        change: function() {\n            // Title goes red if form has been modified.\n            myForm.header.setStyle('color', 'red');\n        }\n    }\n});\n
\n

Parameters

  • events : String/String[]

    The event name to bubble, or an Array of event names.

    \n
Expands this field's picker dropdown. ...

Expands this field's picker dropdown.

\n
Only relevant if the instance's isFileUpload method returns true. ...

Only relevant if the instance's isFileUpload method returns true. Returns a reference to the file input\nDOM element holding the user's selected file. The input will be appended into the submission form and will not be\nreturned, so this method should also create a replacement.

\n

Returns

  • HTMLElement
    \n
This method finds the topmost active layout who's processing will eventually determine the size and position of\nthis ...

This method finds the topmost active layout who's processing will eventually determine the size and position of\nthis Component.

\n\n

This method is useful when dynamically adding Components into Containers, and some processing must take place\nafter the final sizing and positioning of the Component has been performed.

\n

Returns

Find a container above this component at any level by a custom function. ...

Find a container above this component at any level by a custom function. If the passed function returns true, the\ncontainer will be returned.

\n

Parameters

  • fn : Function

    The custom function to call with the arguments (container, this component).

    \n

Returns

Find a container above this component at any level by xtype or class\n\nSee also the up method. ...

Find a container above this component at any level by xtype or class

\n\n

See also the up method.

\n

Parameters

  • xtype : String/Ext.Class

    The xtype string for a component, or the class of the component directly

    \n

Returns

Finds the record by searching for a specific field/value combination. ...

Finds the record by searching for a specific field/value combination.

\n

Parameters

  • field : String

    The name of the field to test.

    \n
  • value : Object

    The value to match the field against.

    \n

Returns

Finds the record by searching values in the displayField. ...

Finds the record by searching values in the displayField.

\n

Parameters

  • value : Object

    The value to match the field against.

    \n

Returns

Finds the record by searching values in the valueField. ...

Finds the record by searching values in the valueField.

\n

Parameters

  • value : Object

    The value to match the field against.

    \n

Returns

Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...

Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addListener).

\n\n

An event may be set to bubble up an Observable parent hierarchy (See Ext.Component.getBubbleTarget) by\ncalling enableBubble.

\n

Parameters

  • eventName : String

    The name of the event to fire.

    \n
  • args : Object...

    Variable number of parameters are passed to handlers.

    \n

Returns

  • Boolean

    returns false if any of the handlers return false otherwise it returns true.

    \n
Try to focus this component. ...

Try to focus this component.

\n

Parameters

  • selectText : Boolean (optional)

    If applicable, true to also select the text in this component

    \n
  • delay : Boolean/Number (optional)

    Delay the focus this number of milliseconds (true for 10 milliseconds).

    \n

Returns

Forces this component to redo its componentLayout. ...

Forces this component to redo its componentLayout.

\n
Returns the current animation if this object has any effects actively running or queued, else returns false. ...

Returns the current animation if this object has any effects actively running or queued, else returns false.

\n

Returns

Gets the active error message for this component, if any. ...

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.

\n

Returns

  • String

    The active error message on the component; if there is no error, an empty string is returned.

    \n
Gets an Array of any active error messages currently applied to the field. ...

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.

\n

Returns

  • String[]

    The active error messages on the component; if there are no errors, an empty Array is returned.

    \n
To get the natural width of the inputEl, we do a simple calculation based on the 'size' config. ...

To get the natural width of the inputEl, we do a simple calculation based on the 'size' config. We use\nhard-coded numbers to approximate what browsers do natively, to avoid having to read any styles which would hurt\nperformance. Overrides Labelable method.

\n
Gets the current box measurements of the component's underlying element. ...

Gets the current box measurements of the component's underlying element.

\n

Parameters

  • local : Boolean (optional)

    If true the element's left and top are returned instead of page XY.

    \n

    Defaults to: false

Returns

  • Object

    box An object in the format {x, y, width, height}

    \n
Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy. ...

Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.

\n

Returns

Retrieves the top level element representing this component. ...

Retrieves the top level element representing this component.

\n

Returns

Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. ...

Validates a value according to the field's validation rules and returns an array of errors\nfor any failing validations. Validation rules are processed in the following order:

\n\n
    \n
  1. Field specific validator

    \n\n

    A validator offers a way to customize and reuse a validation specification.\n If a field is configured with a validator\n function, it will be passed the current field value. The validator\n function is expected to return either:

    \n\n
      \n
    • Boolean true if the value is valid (validation continues).
    • \n
    • a String to represent the invalid message if invalid (validation halts).
    • \n
    \n
  2. \n
  3. Basic Validation

    \n\n

    If the validator has not halted validation,\n basic validation proceeds as follows:

    \n\n
      \n
    • allowBlank : (Invalid message = emptyText)

      \n\n

      Depending on the configuration of allowBlank, a\n blank field will cause validation to halt at this step and return\n Boolean true or false accordingly.

    • \n
    • minLength : (Invalid message = minLengthText)

      \n\n

      If the passed value does not satisfy the minLength\n specified, validation halts.

    • \n
    • maxLength : (Invalid message = maxLengthText)

      \n\n

      If the passed value does not satisfy the maxLength\n specified, validation halts.

    • \n
    \n
  4. \n
  5. Preconfigured Validation Types (VTypes)

    \n\n

    If none of the prior validation steps halts validation, a field\n configured with a vtype will utilize the\n corresponding VTypes validation function.\n If invalid, either the field's vtypeText or\n the VTypes vtype Text property will be used for the invalid message.\n Keystrokes on the field will be filtered according to the VTypes\n vtype Mask property.

  6. \n
  7. Field specific regex test

    \n\n

    If none of the prior validation steps halts validation, a field's\n configured regex test will be processed.\n The invalid message for this test is configured with regexText

  8. \n
\n\n

Parameters

  • value : Object

    The value to validate. The processed raw value will be used if nothing is passed.

    \n

Returns

  • String[]

    Array of any validation errors

    \n
Returns the label for the field. ...

Returns the label for the field. Defaults to simply returning the fieldLabel config. Can be\noverridden to provide

\n

Returns

  • String

    The configured field label, or empty string if not defined

    \n
Gets the current height of the component's underlying element. ...

Gets the current height of the component's underlying element.

\n

Returns

Retrieves the id of this component. ...

Retrieves the id of this component. Will autogenerate an id if one has not already been set.

\n

Returns

Returns the input id for this field. ...

Returns the input id for this field. If none was specified via the inputId config, then an id will be\nautomatically generated.

\n
This function takes the position argument passed to onRender and returns a DOM element that you can use in the\ninsert...

This function takes the position argument passed to onRender and returns a DOM element that you can use in the\ninsertBefore.

\n

Parameters

  • position : String/Number/Ext.Element/HTMLElement

    Index, element id or element you want to put this\ncomponent before.

    \n

Returns

  • HTMLElement

    DOM element that you can use in the insertBefore

    \n
Generates the arguments for the field decorations rendering template. ...

Generates the arguments for the field decorations rendering template.

\n

Returns

  • Object

    The template arguments

    \n
Gets the Ext.ComponentLoader for this Component. ...

Gets the Ext.ComponentLoader for this Component.

\n

Returns

Returns the value(s) that should be saved to the Ext.data.Model instance for this field, when Ext.form.Basic.updateRe...

Returns the value(s) that should be saved to the Ext.data.Model instance for this field, when Ext.form.Basic.updateRecord is called. Typically this will be an object with a single name-value pair, the name\nbeing this field's name and the value being its current data value. More advanced field\nimplementations may return more than one name-value pair. The returned values will be saved to the corresponding\nfield names in the Model.

\n\n

Note that the values returned from this method are not guaranteed to have been successfully validated.

\n

Returns

  • Object

    A mapping of submit parameter names to values; each value should be a string, or an array of\nstrings if that particular name has multiple values. It can also return null if there are no parameters to be\nsubmitted.

    \n
Returns the name attribute of the field. ...

Returns the name attribute of the field. This is used as the parameter name\nwhen including the field value in a form submit().

\n

Returns

Returns a reference to the picker component for this field, creating it if necessary by\ncalling createPicker. ...

Returns a reference to the picker component for this field, creating it if necessary by\ncalling createPicker.

\n

Returns

Retrieves a plugin by its pluginId which has been bound to this component. ...

Retrieves a plugin by its pluginId which has been bound to this component.

\n

Parameters

Returns

Gets the current XY position of the component's underlying element. ...

Gets the current XY position of the component's underlying element.

\n

Parameters

  • local : Boolean (optional)

    If true the element's left and top are returned instead of page XY.

    \n

    Defaults to: false

Returns

  • Number[]

    The XY position of the element (e.g., [100, 200])

    \n
Returns the raw String value of the field, without performing any normalization, conversion, or validation. ...

Returns the raw String value of the field, without performing any normalization, conversion, or validation. Gets\nthe current value of the input element if the field has been rendered, ignoring the value if it is the\nemptyText. To get a normalized and converted value see getValue.

\n

Returns

  • String

    The raw String value of the field

    \n
Gets the current size of the component's underlying element. ...

Gets the current size of the component's underlying element.

\n

Returns

  • Object

    An object containing the element's size {width: (element width), height: (element height)}

    \n
The supplied default state gathering method for the AbstractComponent class. ...

The supplied default state gathering method for the AbstractComponent class.

\n\n

This method returns dimension settings such as flex, anchor, width and height along with collapsed\nstate.

\n\n

Subclasses which implement more complex state should call the superclass's implementation, and apply their state\nto the result if this basic state is to be saved.

\n\n

Note that Component state will only be saved if the Component has a stateId and there as a StateProvider\nconfigured for the document.

\n

Returns

Gets the state id for this object. ...

Gets the state id for this object.

\n

Returns

  • String

    The state id, null if not found.

    \n
Returns the store associated with this ComboBox. ...

Returns the store associated with this ComboBox.

\n

Returns

Creates and returns the data object to be used when rendering the fieldSubTpl. ...

Creates and returns the data object to be used when rendering the fieldSubTpl.

\n

This is a template method. A hook into the functionality of this class.Feel free to override it in child classes.

Returns

Gets the markup to be inserted into the outer template's bodyEl. ...

Gets the markup to be inserted into the outer template's bodyEl. For fields this is the actual input element.

\n
Returns the parameter(s) that would be included in a standard form submit for this field. ...

Returns the parameter(s) that would be included in a standard form submit for this field. Typically this will be\nan object with a single name-value pair, the name being this field's name and the value being\nits current stringified value. More advanced field implementations may return more than one name-value pair.

\n\n

Note that the values returned from this method are not guaranteed to have been successfully validated.

\n

Returns

  • Object

    A mapping of submit parameter names to values; each value should be a string, or an array of\nstrings if that particular name has multiple values. It can also return null if there are no parameters to be\nsubmitted.

    \n
Returns the value that would be included in a standard form submit for this field. ...

Returns the value that would be included in a standard form submit for this field. This will be combined with the\nfield's name to form a name=value pair in the submitted parameters. If an empty string is\nreturned then just the name= will be submitted; if null is returned then nothing will be submitted.

\n\n

Note that the value returned will have been processed but may or may not have been\nsuccessfully validated.

\n

Returns

  • String

    The value to be submitted, or null.

    \n
Get the total width of the trigger button area. ...

Get the total width of the trigger button area. Only useful after the field has been rendered.

\n

Returns

Returns the current data value of the field. ...

Returns the current data value of the field. The type of value returned is particular to the type of the\nparticular field (e.g. a Date object for Ext.form.field.Date), as the result of calling rawToValue on\nthe field's processed String value. To return the raw String value, see getRawValue.

\n

Returns

Gets the current width of the component's underlying element. ...

Gets the current width of the component's underlying element.

\n

Returns

Gets the xtype for this component as registered with Ext.ComponentManager. ...

Gets the xtype for this component as registered with Ext.ComponentManager. For a list of all available\nxtypes, see the Ext.Component header. Example usage:

\n\n
var t = new Ext.form.field.Text();\nalert(t.getXType());  // alerts 'textfield'\n
\n

Returns

Returns this Component's xtype hierarchy as a slash-delimited string. ...

Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all available xtypes, see the\nExt.Component header.

\n\n

If using your own subclasses, be aware that a Component must register its own xtype to participate in\ndetermination of inherited xtypes.

\n\n

Example usage:

\n\n
var t = new Ext.form.field.Text();\nalert(t.getXTypes());  // alerts 'component/field/textfield'\n
\n

Returns

  • String

    The xtype hierarchy string

    \n
Tells whether the field currently has an active error message. ...

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.

\n

Returns

Returns the current animation if this object has any effects actively running or queued, else returns false. ...

Returns the current animation if this object has any effects actively running or queued, else returns false.

\n

This method has been deprecated since 4.0

Replaced by getActiveAnimation

\n

Returns

Checks to see if this object has any listeners for a specified event ...

Checks to see if this object has any listeners for a specified event

\n

Parameters

  • eventName : String

    The name of the event to check for

    \n

Returns

  • Boolean

    True if the event is being listened for, else false

    \n
Checks if there is currently a specified uiCls ...

Checks if there is currently a specified uiCls

\n

Parameters

  • cls : String

    The cls to check

    \n
Hides this Component, setting it to invisible using the configured hideMode. ...

Hides this Component, setting it to invisible using the configured hideMode.

\n

Parameters

  • animateTarget : String/Ext.Element/Ext.Component (optional)

    only valid for floating Components\nsuch as Windows or ToolTips, or regular Components which have\nbeen configured with floating: true.. The target to which the Component should animate while hiding.

    \n

    Defaults to: null

  • callback : Function (optional)

    A callback function to call after the Component is hidden.

    \n
  • scope : Object (optional)

    The scope (this reference) in which the callback is executed.\nDefaults to this Component.

    \n

Returns

The initComponent template method is an important initialization step for a Component. ...

The initComponent template method is an important initialization step for a Component. It is intended to be\nimplemented by each subclass of Ext.Component to provide any needed constructor logic. The\ninitComponent method of the class being created is called first, with each initComponent method\nup the hierarchy to Ext.Component being called thereafter. This makes it easy to implement and,\nif needed, override the constructor logic of the Component at any step in the hierarchy.

\n\n

The initComponent method must contain a call to callParent in order\nto ensure that the parent class' initComponent method is also called.

\n\n

The following example demonstrates using a dynamic string for the text of a button at the time of\ninstantiation of the class.

\n\n
Ext.define('DynamicButtonText', {\n    extend: 'Ext.button.Button',\n\n    initComponent: function() {\n        this.text = new Date();\n        this.renderTo = Ext.getBody();\n        this.callParent();\n    }\n});\n\nExt.onReady(function() {\n    Ext.create('DynamicButtonText');\n});\n
\n

This is a template method. A hook into the functionality of this class.Feel free to override it in child classes.

Initialize configuration for this class. ...

Initialize configuration for this class. a typical example:

\n\n
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
\n

Parameters

Returns

  • Object

    mixins The mixin prototypes as key - value pairs

    \n
Initializes this Field mixin on the current instance. ...

Initializes this Field mixin on the current instance. Components using this mixin should call this method during\ntheir own initialization process.

\n
Performs initialization of this mixin. ...

Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.

\n
Initializes the field's value based on the initial config. ...

Initializes the field's value based on the initial config.

\n
Tests whether this Component matches the selector string. ...

Tests whether this Component matches the selector string.

\n

Parameters

  • selector : String

    The selector string to test against.

    \n

Returns

  • Boolean

    True if this Component matches the selector.

    \n
Determines whether this component is the descendant of a particular container. ...

Determines whether this component is the descendant of a particular container.

\n

Parameters

Returns

Returns true if the value of this Field has been changed from its originalValue. ...

Returns true if the value of this Field has been changed from its originalValue.\nWill always return false if the field is disabled.

\n\n

Note that if the owning form was configured with\ntrackResetOnLoad then the originalValue is updated when\nthe values are loaded by Ext.form.Basic.setValues.

\n

Returns

  • Boolean

    True if this field has been changed from its original value (and is not disabled),\nfalse otherwise.

    \n
Method to determine whether this Component is currently disabled. ...

Method to determine whether this Component is currently disabled.

\n

Returns

  • Boolean

    the disabled state of this Component.

    \n
Method to determine whether this Component is draggable. ...

Method to determine whether this Component is draggable.

\n

Returns

  • Boolean

    the draggable state of this component.

    \n
Method to determine whether this Component is droppable. ...

Method to determine whether this Component is droppable.

\n

Returns

  • Boolean

    the droppable state of this component.

    \n
Returns whether two field values are logically equal. ...

Returns whether two field values are logically equal. Field implementations may override this\nto provide custom comparison logic appropriate for the particular field's data type.

\n

Parameters

  • value1 : Object

    The first value to compare

    \n
  • value2 : Object

    The second value to compare

    \n

Returns

  • Boolean

    True if the values are equal, false if inequal.

    \n
Returns whether this Field is a file upload field; if it returns true, forms will use special techniques for\nsubmitti...

Returns whether this Field is a file upload field; if it returns true, forms will use special techniques for\nsubmitting the form via AJAX. See Ext.form.Basic.hasUpload for details. If\nthis returns true, the extractFileInput method must also be implemented to return the corresponding file\ninput element.

\n

Returns

Method to determine whether this Component is floating. ...

Method to determine whether this Component is floating.

\n

Returns

  • Boolean

    the floating state of this component.

    \n
Method to determine whether this Component is currently set to hidden. ...

Method to determine whether this Component is currently set to hidden.

\n

Returns

  • Boolean

    the hidden state of this Component.

    \n
Returns whether or not the field value is currently valid by validating the\nprocessed raw value of the field. ...

Returns whether or not the field value is currently valid by validating the\nprocessed raw value of the field. Note: disabled fields are\nalways treated as valid.

\n

Returns

  • Boolean

    True if the value is valid, else false

    \n
Returns true if this component is visible. ...

Returns true if this component is visible.

\n

Parameters

  • deep : Boolean (optional)

    Pass true to interrogate the visibility status of all parent Containers to\ndetermine whether this Component is truly visible to the user.

    \n\n

    Generally, to determine whether a Component is hidden, the no argument form is needed. For example when creating\ndynamically laid out UIs in a hidden Container before showing them.

    \n

    Defaults to: false

Returns

  • Boolean

    True if this component is visible, false otherwise.

    \n
Tests whether or not this Component is of a specific xtype. ...

Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom the xtype (default) or whether it is directly of the xtype specified (shallow = true).

\n\n

If using your own subclasses, be aware that a Component must register its own xtype to participate in\ndetermination of inherited xtypes.

\n\n

For a list of all available xtypes, see the Ext.Component header.

\n\n

Example usage:

\n\n
var t = new Ext.form.field.Text();\nvar isText = t.isXType('textfield');        // true\nvar isBoxSubclass = t.isXType('field');       // true, descended from Ext.form.field.Base\nvar isBoxInstance = t.isXType('field', true); // false, not a direct Ext.form.field.Base instance\n
\n

Parameters

  • xtype : String

    The xtype to check for this Component

    \n
  • shallow : Boolean (optional)

    True to check whether this Component is directly of the specified xtype, false to\ncheck whether this Component is descended from the xtype.

    \n

    Defaults to: false

Returns

  • Boolean

    True if this component descends from the specified xtype, false otherwise.

    \n
Display one or more error messages associated with this field, using msgTarget to determine how to\ndisplay the messag...

Display one or more error messages associated with this field, using msgTarget to determine how to\ndisplay the messages and applying invalidCls to the field's UI element.

\n\n

Note: this method does not cause the Field's validate or isValid methods to return false\nif the value does pass validation. So simply marking a Field as invalid will not prevent submission of forms\nsubmitted with the Ext.form.action.Submit.clientValidation option set.

\n

Parameters

  • errors : String/String[]

    The validation message(s) to display.

    \n
Shorthand for addManagedListener. ...

Shorthand for addManagedListener.

\n\n

Adds listeners to any Observable object (or Ext.Element) which are automatically removed when this Component is\ndestroyed.

\n

Parameters

  • item : Ext.util.Observable/Ext.Element

    The item to which to add a listener/listeners.

    \n\n
  • ename : Object/String

    The event name, or an object containing event name properties.

    \n\n
  • fn : Function (optional)

    If the ename parameter was an event name, this is the handler function.

    \n\n
  • scope : Object (optional)

    If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

    \n\n
  • opt : Object (optional)

    If the ename parameter was an event name, this is the\naddListener options.

    \n\n
Shorthand for removeManagedListener. ...

Shorthand for removeManagedListener.

\n\n

Removes listeners that were added by the mon method.

\n

Parameters

  • item : Ext.util.Observable/Ext.Element

    The item from which to remove a listener/listeners.

    \n\n
  • ename : Object/String

    The event name, or an object containing event name properties.

    \n\n
  • fn : Function (optional)

    If the ename parameter was an event name, this is the handler function.

    \n\n
  • scope : Object (optional)

    If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

    \n\n
Returns the next node in the Component tree in tree traversal order. ...

Returns the next node in the Component tree in tree traversal order.

\n\n

Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will walk the\ntree to attempt to find a match. Contrast with nextSibling.

\n

Parameters

Returns

  • Ext.Component

    The next node (or the next node which matches the selector).\nReturns null if there is no matching node.

    \n
Returns the next sibling of this Component. ...

Returns the next sibling of this Component.

\n\n

Optionally selects the next sibling which matches the passed ComponentQuery selector.

\n\n

May also be refered to as next()

\n\n

Note that this is limited to siblings, and if no siblings of the item match, null is returned. Contrast with\nnextNode

\n

Parameters

Returns

  • Ext.Component

    The next sibling (or the next sibling which matches the selector).\nReturns null if there is no matching sibling.

    \n
( String eventName, Function fn, [Object scope], [Object options] )
Shorthand for addListener. ...

Shorthand for addListener.

\n\n

Appends an event handler to this object.

\n

Parameters

  • eventName : String

    The name of the event to listen for. May also be an object who's property names are\nevent names.

    \n\n
  • fn : Function

    The method the event invokes. Will be called with arguments given to\nfireEvent plus the options parameter described below.

    \n\n
  • scope : Object (optional)

    The scope (this reference) in which the handler function is executed. If\nomitted, defaults to the object which fired the event.

    \n\n
  • options : Object (optional)

    An object containing handler configuration.

    \n\n\n\n\n

    Note: Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.

    \n\n\n\n\n

    This object may contain any of the following properties:

    \n\n\n\n\n
      \n
    • scope : Object

      \n\n

      The scope (this reference) in which the handler function is executed. If omitted, defaults to the object\nwhich fired the event.

    • \n
    • delay : Number

      \n\n

      The number of milliseconds to delay the invocation of the handler after the event fires.

    • \n
    • single : Boolean

      \n\n

      True to add a handler to handle just the next firing of the event, and then remove itself.

    • \n
    • buffer : Number

      \n\n

      Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is not invoked, but the new\nhandler is scheduled in its place.

    • \n
    • target : Observable

      \n\n

      Only call the handler if the event was fired on the target Observable, not if the event was bubbled up from a\nchild Observable.

    • \n
    • element : String

      \n\n

      This option is only valid for listeners bound to Components. The name of a Component\nproperty which references an element to add a listener to.

      \n\n

      This option is useful during Component construction to add DOM event listeners to elements of\nComponents which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:

      \n\n
      new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n
    • \n
    \n\n\n\n\n

    Combining Options

    \n\n\n\n\n

    Using the options argument, it is possible to combine different types of listeners:

    \n\n\n\n\n

    A delayed, one-time listener.

    \n\n\n\n\n
    myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n
    \n\n\n\n\n

    Attaching multiple handlers in 1 call

    \n\n\n\n\n

    The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:

    \n\n\n\n\n
    myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n
    \n\n\n\n\n

    One can also specify options for each event handler separately:

    \n\n\n\n\n
    myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n
    \n\n
Handles the trigger click; by default toggles between expanding and collapsing the picker component. ...

Handles the trigger click; by default toggles between expanding and collapsing the picker component.

\n
Returns the previous node in the Component tree in tree traversal order. ...

Returns the previous node in the Component tree in tree traversal order.

\n\n

Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will walk the\ntree in reverse order to attempt to find a match. Contrast with previousSibling.

\n

Parameters

Returns

  • Ext.Component

    The previous node (or the previous node which matches the selector).\nReturns null if there is no matching node.

    \n
Returns the previous sibling of this Component. ...

Returns the previous sibling of this Component.

\n\n

Optionally selects the previous sibling which matches the passed ComponentQuery\nselector.

\n\n

May also be refered to as prev()

\n\n

Note that this is limited to siblings, and if no siblings of the item match, null is returned. Contrast with\npreviousNode

\n

Parameters

Returns

  • Ext.Component

    The previous sibling (or the previous sibling which matches the selector).\nReturns null if there is no matching sibling.

    \n
Performs any necessary manipulation of a raw String value to prepare it for conversion and/or\nvalidation. ...

Performs any necessary manipulation of a raw String value to prepare it for conversion and/or\nvalidation. For text fields this applies the configured stripCharsRe\nto the raw value.

\n

Parameters

  • value : String

    The unprocessed string value

    \n

Returns

  • String

    The processed string value

    \n
Converts a raw input field value into a mixed-type value that is suitable for this particular field type. ...

Converts a raw input field value into a mixed-type value that is suitable for this particular field type. This\nallows controlling the normalization and conversion of user-entered values into field-type-appropriate values,\ne.g. a Date object for Ext.form.field.Date, and is invoked by getValue.

\n\n

It is up to individual implementations to decide how to handle raw values that cannot be successfully converted\nto the desired object type.

\n\n

See valueToRaw for the opposite conversion.

\n\n

The base implementation does no conversion, returning the raw value untouched.

\n

Parameters

Returns

Relays selected events from the specified Observable as if the events were fired by this. ...

Relays selected events from the specified Observable as if the events were fired by this.

\n

Parameters

  • origin : Object

    The Observable whose events this object is to relay.

    \n
  • events : String[]

    Array of event names to relay.

    \n
  • prefix : String
    \n
Removes items in the childEls array based on the return value of a supplied test function. ...

Removes items in the childEls array based on the return value of a supplied test function. The function is called\nwith a entry in childEls and if the test function return true, that entry is removed. If false, that entry is\nkept.

\n

Parameters

Removes a CSS class from the top level element representing this component. ...

Removes a CSS class from the top level element representing this component.

\n

Parameters

Returns

Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes it from all\nelements of thi...

Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes it from all\nelements of this component.

\n

Parameters

  • cls : String/String[]

    A string or an array of strings to remove to the uiCls

    \n
Removes an event handler. ...

Removes an event handler.

\n

Parameters

  • eventName : String

    The type of event the handler was associated with.

    \n\n
  • fn : Function

    The handler to remove. This must be a reference to the function passed into the\naddListener call.

    \n\n
  • scope : Object (optional)

    The scope originally specified for the handler. It must be the same as the\nscope argument specified in the original call to addListener or the listener will not be removed.

    \n\n
Removes listeners that were added by the mon method. ...

Removes listeners that were added by the mon method.

\n

Parameters

  • item : Ext.util.Observable/Ext.Element

    The item from which to remove a listener/listeners.

    \n\n
  • ename : Object/String

    The event name, or an object containing event name properties.

    \n\n
  • fn : Function (optional)

    If the ename parameter was an event name, this is the handler function.

    \n\n
  • scope : Object (optional)

    If the ename parameter was an event name, this is the scope (this reference)\nin which the handler function is executed.

    \n\n
Method which removes a specified UI + uiCls from the components element. ...

Method which removes a specified UI + uiCls from the components element. The cls which is added to the element\nwill be: this.baseCls + '-' + ui

\n

Parameters

  • ui : String

    The UI to add to the element

    \n
Resets the current field value to the originally-loaded value and clears any validation messages. ...

Resets the current field value to the originally-loaded value and clears any validation messages.\nAlso adds emptyText and emptyCls if the original value was blank.

\n
Resets the field's originalValue property so it matches the current value. ...

Resets the field's originalValue property so it matches the current value. This is\ncalled by Ext.form.Basic.setValues if the form's\ntrackResetOnLoad property is set to true.

\n
Resumes firing events (see suspendEvents). ...

Resumes firing events (see suspendEvents).

\n\n

If events were suspended using the queueSuspended parameter, then all events fired\nduring event suspension will be sent to any listeners now.

\n
Conditionally saves a single property from this object to the given state object. ...

Conditionally saves a single property from this object to the given state object.\nThe idea is to only save state which has changed from the initial state so that\ncurrent software settings do not override future software settings. Only those\nvalues that are user-changed state should be saved.

\n

Parameters

  • propName : String

    The name of the property to save.

    \n
  • state : Object

    The state object in to which to save the property.

    \n
  • stateName : String (optional)

    The name to use for the property in state.

    \n

Returns

  • Boolean

    True if the property was saved, false if not.

    \n
Selects an item by a Model, or by a key value. ...

Selects an item by a Model, or by a key value.

\n

Parameters

Selects text in this field ...

Selects text in this field

\n

Parameters

  • start : Number (optional)

    The index where the selection should start

    \n

    Defaults to: 0

  • end : Number (optional)

    The index where the selection should end (defaults to the text length)

    \n
Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. ...

Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. This is the opposite of syncFx.

\n

Returns

This method is called internally by Ext.ZIndexManager to signal that a floating Component has either been\nmoved to th...

This method is called internally by Ext.ZIndexManager to signal that a floating Component has either been\nmoved to the top of its zIndex stack, or pushed from the top of its zIndex stack.

\n\n

If a Window is superceded by another Window, deactivating it hides its shadow.

\n\n

This method also fires the activate or\ndeactivate event depending on which action occurred.

\n

Parameters

  • active : Boolean (optional)

    True to activate the Component, false to deactivate it.

    \n

    Defaults to: false

  • newActive : Ext.Component (optional)

    The newly active Component which is taking over topmost zIndex position.

    \n
Sets the active error message to the given string. ...

Sets the active error message to the given string. This replaces the entire error message\ncontents with the given string. Also see setActiveErrors which accepts an Array of\nmessages and formats them according to the activeErrorsTpl.

\n\n

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\nExt.form.field.Base you should call markInvalid instead.

\n

Parameters

  • msg : String

    The error message

    \n
Set the active error message to an Array of error messages. ...

Set the active error message to an Array of error messages. The messages are formatted into\na single message string using the activeErrorsTpl. Also see setActiveError\nwhich allows setting the entire error contents with a single string.

\n\n

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\nExt.form.field.Base you should call markInvalid instead.

\n

Parameters

  • errors : String[]

    The error messages

    \n
Sets the overflow on the content element of the component. ...

Sets the overflow on the content element of the component.

\n

Parameters

  • scroll : Boolean

    True to allow the Component to auto scroll.

    \n

Returns

Enable or disable the component. ...

Enable or disable the component.

\n

Parameters

  • disabled : Boolean

    True to disable.

    \n
Sets the dock position of this component in its parent panel. ...

Sets the dock position of this component in its parent panel. Note that this only has effect if this item is part\nof the dockedItems collection of a parent that has a DockLayout (note that any Panel has a DockLayout by default)

\n

Parameters

  • dock : Object

    The dock position.

    \n
  • layoutParent : Boolean (optional)

    True to re-layout parent.

    \n

    Defaults to: false

Returns

Sets the editable state of this field. ...

Sets the editable state of this field. This method is the runtime equivalent of setting the 'editable' config\noption at config time.

\n

Parameters

  • editable : Boolean

    True to allow the user to directly edit the field text. If false is passed, the user\nwill only be able to modify the field using the trigger. Will also add a click event to the text field which\nwill call the trigger.

    \n
Applies a set of default configuration values to this Labelable instance. ...

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.

\n

Parameters

  • defaults : Object

    The defaults to apply to the object.

    \n
Set the CSS style of the field input element. ...

Set the CSS style of the field input element.

\n

Parameters

Sets the height of the component. ...

Sets the height of the component. This method fires the resize event.

\n

Parameters

  • height : Number

    The new height to set. This may be one of:

    \n\n
      \n
    • A Number specifying the new height in the Element's Ext.Element.defaultUnits (by default, pixels).
    • \n
    • A String used to set the CSS height style.
    • \n
    • undefined to leave the height unchanged.
    • \n
    \n\n

Returns

This method allows you to show or hide a LoadMask on top of this component. ...

This method allows you to show or hide a LoadMask on top of this component.

\n

Parameters

  • load : Boolean/Object/String

    True to show the default LoadMask, a config object that will be passed to the\nLoadMask constructor, or a message String to show. False to hide the current LoadMask.

    \n
  • targetEl : Boolean (optional)

    True to mask the targetEl of this Component instead of the this.el. For example,\nsetting this to true on a Panel will cause only the body to be masked.

    \n

    Defaults to: false

Returns

  • Ext.LoadMask

    The LoadMask instance that has just been shown.

    \n
Sets the page XY position of the component. ...

Sets the page XY position of the component. To set the left and top instead, use setPosition.\nThis method fires the move event.

\n

Parameters

  • x : Number

    The new x position

    \n
  • y : Number

    The new y position

    \n
  • animate : Boolean/Object (optional)

    True to animate the Component into its new position. You may also pass an\nanimation configuration.

    \n

Returns

Sets the left and top of the component. ...

Sets the left and top of the component. To set the page XY position instead, use setPagePosition. This\nmethod fires the move event.

\n

Parameters

  • left : Number

    The new left

    \n
  • top : Number

    The new top

    \n
  • animate : Boolean/Object (optional)

    If true, the Component is animated into its new position. You may also pass an\nanimation configuration.

    \n

Returns

Sets the field's raw value directly, bypassing value conversion, change detection, and\nvalidation. ...

Sets the field's raw value directly, bypassing value conversion, change detection, and\nvalidation. To set the value with these additional inspections see setValue.

\n

Parameters

  • value : Object

    The value to set

    \n

Returns

  • Object

    value The field value that is set

    \n
Sets the read-only state of this field. ...

Sets the read-only state of this field. This method is the runtime equivalent of setting the 'readOnly' config\noption at config time.

\n

Parameters

  • readOnly : Boolean

    True to prevent the user changing the field and explicitly hide the trigger. Setting\nthis to true will superceed settings editable and hideTrigger. Setting this to false will defer back to editable\nand hideTrigger.

    \n
Sets the width and height of this Component. ...

Sets the width and height of this Component. This method fires the resize event. This method can accept\neither width and height as separate arguments, or you can pass a size object like {width:10, height:20}.

\n

Parameters

  • width : Number/String/Object

    The new width to set. This may be one of:

    \n\n
      \n
    • A Number specifying the new width in the Element's Ext.Element.defaultUnits (by default, pixels).
    • \n
    • A String used to set the CSS width style.
    • \n
    • A size object in the format {width: widthValue, height: heightValue}.
    • \n
    • undefined to leave the width unchanged.
    • \n
    \n\n
  • height : Number/String

    The new height to set (not required if a size object is passed as the first arg).\nThis may be one of:

    \n\n
      \n
    • A Number specifying the new height in the Element's Ext.Element.defaultUnits (by default, pixels).
    • \n
    • A String used to set the CSS height style. Animation may not be used.
    • \n
    • undefined to leave the height unchanged.
    • \n
    \n\n

Returns

Sets the UI for the component. ...

Sets the UI for the component. This will remove any existing UIs on the component. It will also loop through any\nuiCls set on the component and rename them so they include the new UI

\n

Parameters

  • ui : String

    The new UI for the component

    \n
Sets the specified value(s) into the field. ...

Sets the specified value(s) into the field. For each value, if a record is found in the store that\nmatches based on the valueField, then that record's displayField will be displayed in the\nfield. If no match is found, and the valueNotFoundText config option is defined, then that will be\ndisplayed as the default field text. Otherwise a blank value will be shown, although the value will still be set.

\n

Parameters

  • value : String/String[]

    The value(s) to be set. Can be either a single String or Ext.data.Model,\nor an Array of Strings or Models.

    \n

Returns

Convenience function to hide or show this component by boolean. ...

Convenience function to hide or show this component by boolean.

\n

Parameters

  • visible : Boolean

    True to show, false to hide

    \n

Returns

Sets the width of the component. ...

Sets the width of the component. This method fires the resize event.

\n

Parameters

  • width : Number

    The new width to setThis may be one of:

    \n\n\n\n

Returns

Shows this Component, rendering it first if autoRender or floating are true. ...

Shows this Component, rendering it first if autoRender or floating are true.

\n\n

After being shown, a floating Component (such as a Ext.window.Window), is activated it and\nbrought to the front of its z-index stack.

\n

Parameters

  • animateTarget : String/Ext.Element (optional)

    only valid for floating Components such as Windows or ToolTips, or regular Components which have been configured\nwith floating: true. The target from which the Component should animate from while opening.

    \n

    Defaults to: null

  • callback : Function (optional)

    A callback function to call after the Component is displayed.\nOnly necessary if animation was specified.

    \n
  • scope : Object (optional)

    The scope (this reference) in which the callback is executed.\nDefaults to this Component.

    \n

Returns

Displays component at specific xy position. ...

Displays component at specific xy position.\nA floating component (like a menu) is positioned relative to its ownerCt if any.\nUseful for popping up a context menu:

\n\n
listeners: {\n    itemcontextmenu: function(view, record, item, index, event, options) {\n        Ext.create('Ext.menu.Menu', {\n            width: 100,\n            height: 100,\n            margin: '0 0 10 0',\n            items: [{\n                text: 'regular item 1'\n            },{\n                text: 'regular item 2'\n            },{\n                text: 'regular item 3'\n            }]\n        }).showAt(event.getXY());\n    }\n}\n
\n

Parameters

  • x : Number

    The new x position

    \n
  • y : Number

    The new y position

    \n
  • animate : Boolean/Object (optional)

    True to animate the Component into its new position. You may also pass an\nanimation configuration.

    \n
Get the reference to the class from which this object was instantiated. ...

Get the reference to the class from which this object was instantiated. Note that unlike self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
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
\n

Returns

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.

\n

Returns

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...

Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.

\n

This method has been deprecated since 4.0

Replaced by stopAnimation

\n

Returns

Suspends the firing of all events. ...

Suspends the firing of all events. (see resumeEvents)

\n

Parameters

  • queueSuspended : Boolean

    Pass as true to queue up suspended events to be fired\nafter the resumeEvents call instead of discarding all suspended events.

    \n
Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. ...

Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. This is the opposite of sequenceFx.

\n

Returns

Sends this Component to the back of (lower z-index than) any other visible windows ...

Sends this Component to the back of (lower z-index than) any other visible windows

\n

Returns

Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag...

Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManager

\n\n

If this Component is modal, inserts the modal mask just below this Component in the z-index stack.

\n

Parameters

  • preventFocus : Boolean (optional)

    Specify true to prevent the Component from being focused.

    \n

    Defaults to: false

Returns

Shorthand for removeListener. ...

Shorthand for removeListener.

\n\n

Removes an event handler.

\n

Parameters

  • eventName : String

    The type of event the handler was associated with.

    \n\n
  • fn : Function

    The handler to remove. This must be a reference to the function passed into the\naddListener call.

    \n\n
  • scope : Object (optional)

    The scope originally specified for the handler. It must be the same as the\nscope argument specified in the original call to addListener or the listener will not be removed.

    \n\n
Clears the active error message(s). ...

Clears the active error message(s).

\n\n

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\nExt.form.field.Base you should call clearInvalid instead.

\n
Walks up the ownerCt axis looking for an ancestor Container which matches the passed simple selector. ...

Walks up the ownerCt axis looking for an ancestor Container which matches the passed simple selector.

\n\n

Example:

\n\n
var owningTabPanel = grid.up('tabpanel');\n
\n

Parameters

  • selector : String (optional)

    The simple selector to test.

    \n

Returns

( String/Object htmlOrData, [Boolean loadScripts], [Function callback] )
Update the content area of a component. ...

Update the content area of a component.

\n

Parameters

  • htmlOrData : String/Object

    If this component has been configured with a template via the tpl config then\nit will use this argument as data to populate the template. If this component was not configured with a template,\nthe components content area will be updated via Ext.Element update

    \n
  • loadScripts : Boolean (optional)

    Only legitimate when using the html configuration.

    \n

    Defaults to: false

  • callback : Function (optional)

    Only legitimate when using the html configuration. Callback to execute when\nscripts have finished loading

    \n
Sets the current box measurements of the component's underlying element. ...

Sets the current box measurements of the component's underlying element.

\n

Parameters

  • box : Object

    An object in the format {x, y, width, height}

    \n

Returns

Returns whether or not the field value is currently valid by validating the field's current\nvalue, and fires the vali...

Returns whether or not the field value is currently valid by validating the field's current\nvalue, and fires the validitychange event if the field's validity has changed since the last validation.\nNote: disabled fields are always treated as valid.

\n\n

Custom implementations of this method are allowed to have side-effects such as triggering error message display.\nTo validate without side-effects, use isValid.

\n

Returns

  • Boolean

    True if the value is valid, else false

    \n
Uses getErrors to build an array of validation errors. ...

Uses getErrors to build an array of validation errors. If any errors are found, they are passed to\nmarkInvalid and false is returned, otherwise true is returned.

\n\n

Previously, subclasses were invited to provide an implementation of this to process validations - from 3.2\nonwards getErrors should be overridden instead.

\n

Parameters

  • value : Object

    The value to validate

    \n

Returns

  • Boolean

    True if all validations passed, false if one or more failed

    \n
Converts a mixed-type value to a raw representation suitable for displaying in the field. ...

Converts a mixed-type value to a raw representation suitable for displaying in the field. This allows controlling\nhow value objects passed to setValue are shown to the user, including localization. For instance, for a\nExt.form.field.Date, this would control how a Date object passed to setValue would be converted\nto a String for display in the field.

\n\n

See rawToValue for the opposite conversion.

\n\n

The base implementation simply does a standard toString conversion, and converts empty values\nto an empty string.

\n

Parameters

  • value : Object

    The mixed-type value to convert to the raw representation.

    \n

Returns

  • Object

    The converted raw value.

    \n
Defined By

Static Methods

Add / override static properties of this class. ...

Add / override static properties of this class.

\n\n
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
\n

Parameters

Returns

( Ext.Base fromClass, String/String[] members ) : Ext.Basestatic
Borrow another class' members to the prototype of this class. ...

Borrow another class' members to the prototype of this class.

\n\n
Ext.define('Bank', {\n    money: '$$$',\n    printMoney: function() {\n        alert('$$$$$$$');\n    }\n});\n\nExt.define('Thief', {\n    ...\n});\n\nThief.borrow(Bank, ['money', 'printMoney']);\n\nvar steve = new Thief();\n\nalert(steve.money); // alerts '$$$'\nsteve.printMoney(); // alerts '$$$$$$$'\n
\n

Parameters

  • fromClass : Ext.Base

    The class to borrow members from

    \n
  • members : String/String[]

    The names of the members to borrow

    \n

Returns

Create a new instance of this Class. ...

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n

Returns

Create aliases for existing prototype methods. ...

Create aliases for existing prototype methods. Example:

\n\n
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() -> test.method1()\n
\n

Parameters

Get the current class' name in string format. ...

Get the current class' name in string format.

\n\n
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
\n

Returns

Add methods / properties to the prototype of this class. ...

Add methods / properties to the prototype of this class.

\n\n
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
\n

Parameters

Override prototype members of this class. ...

Override prototype members of this class. Overridden methods can be invoked via\ncallOverridden

\n\n
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
\n

Parameters

Returns

Defined By

Events

Fires after a Component has been visually activated. ...

Fires after a Component has been visually activated.

\n

Parameters

Fires after a Component had been added to a Container. ...

Fires after a Component had been added to a Container.

\n

Parameters

Fires after the component rendering is finished. ...

Fires after the component rendering is finished.

\n\n

The afterrender event is fired after this Component has been rendered, been postprocesed by any\nafterRender method defined for the Component.

\n

Parameters

Fires when the autoSize function is triggered and the field is resized according to the\ngrow/growMin/growMax configs ...

Fires when the autoSize function is triggered and the field is resized according to the\ngrow/growMin/growMax configs as a result. This event provides a hook for the\ndeveloper to apply additional logic at runtime to resize the field if needed.

\n

Parameters

Fires before a Component has been visually activated. ...

Fires before a Component has been visually activated. Returning false from an event listener can prevent\nthe activate from occurring.

\n

Parameters

Fires before a Component has been visually deactivated. ...

Fires before a Component has been visually deactivated. Returning false from an event listener can\nprevent the deactivate from occurring.

\n

Parameters

Fires before the deselected item is removed from the collection ...

Fires before the deselected item is removed from the collection

\n

Parameters

Fires before the component is destroyed. ...

Fires before the component is destroyed. Return false from an event handler to stop the\ndestroy.

\n

Parameters

Fires before the component is hidden when calling the hide method. ...

Fires before the component is hidden when calling the hide method. Return false from an event\nhandler to stop the hide.

\n

Parameters

Fires before all queries are processed. ...

Fires before all queries are processed. Return false to cancel the query or set the queryEvent's cancel\nproperty to true.

\n

Parameters

  • queryEvent : Object

    An object that has these properties:

    \n\n
      \n
    • combo : Ext.form.field.ComboBox

      \n\n

      This combo box

    • \n
    • query : String

      \n\n

      The query string

    • \n
    • forceAll : Boolean

      \n\n

      True to force \"all\" query

    • \n
    • cancel : Boolean

      \n\n

      Set to true to cancel the query

    • \n
    \n\n
  • eOpts : Object

    The options object passed to Ext.util.Observable.addListener.

    \n\n\n\n
Fires before the component is rendered. ...

Fires before the component is rendered. Return false from an event handler to stop the\nrender.

\n

Parameters

Fires before the selected item is added to the collection ...

Fires before the selected item is added to the collection

\n

Parameters

Fires before the component is shown when calling the show method. ...

Fires before the component is shown when calling the show method. Return false from an event\nhandler to stop the show.

\n

Parameters

Fires before the state of the object is restored. ...

Fires before the state of the object is restored. Return false from an event handler to stop the restore.

\n

Parameters

  • this : Ext.state.Stateful
    \n
  • state : Object

    The hash of state values returned from the StateProvider. If this\nevent is not vetoed, then the state object is passed to applyState. By default,\nthat simply copies property values into this object. The method maybe overriden to\nprovide custom state restoration.

    \n
  • eOpts : Object

    The options object passed to Ext.util.Observable.addListener.

    \n\n\n\n
Fires before the state of the object is saved to the configured state provider. ...

Fires before the state of the object is saved to the configured state provider. Return false to stop the save.

\n

Parameters

Fires when this field loses input focus. ...

Fires when this field loses input focus.

\n

Parameters

Fires when a user-initiated change is detected in the value of the field. ...

Fires when a user-initiated change is detected in the value of the field.

\n

Parameters

Fires when the field's picker is collapsed. ...

Fires when the field's picker is collapsed.

\n

Parameters

Fires after a Component has been visually deactivated. ...

Fires after a Component has been visually deactivated.

\n

Parameters

Fires after the component is destroyed. ...

Fires after the component is destroyed.

\n

Parameters

Fires when a change in the field's isDirty state is detected. ...

Fires when a change in the field's isDirty state is detected.

\n

Parameters

Fires after the component is disabled. ...

Fires after the component is disabled.

\n

Parameters

Fires after the component is enabled. ...

Fires after the component is enabled.

\n

Parameters

Fires when the active error message is changed via setActiveError. ...

Fires when the active error message is changed via setActiveError.

\n

Parameters

Fires when the field's picker is expanded. ...

Fires when the field's picker is expanded.

\n

Parameters

Fires when this field receives input focus. ...

Fires when this field receives input focus.

\n

Parameters

Fires after the component is hidden. ...

Fires after the component is hidden. Fires after the component is hidden when calling the hide\nmethod.

\n

Parameters

Keydown input field event. ...

Keydown input field event. This event only fires if enableKeyEvents is set to true.

\n

Parameters

Keypress input field event. ...

Keypress input field event. This event only fires if enableKeyEvents is set to true.

\n

Parameters

Keyup input field event. ...

Keyup input field event. This event only fires if enableKeyEvents is set to true.

\n

Parameters

Fires after the component is moved. ...

Fires after the component is moved.

\n

Parameters

Fires when a component is removed from an Ext.container.Container ...

Fires when a component is removed from an Ext.container.Container

\n

Parameters

Fires after the component markup is rendered. ...

Fires after the component markup is rendered.

\n

Parameters

Fires after the component is resized. ...

Fires after the component is resized.

\n

Parameters

Fires when at least one list item is selected. ...

Fires when at least one list item is selected.

\n

Parameters

Fires after the component is shown when calling the show method. ...

Fires after the component is shown when calling the show method.

\n

Parameters

Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. ...

Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. To handle other keys\nsee Ext.util.KeyMap. You can check Ext.EventObject.getKey to determine which key was\npressed. For example:

\n\n
var form = new Ext.form.Panel({\n    ...\n    items: [{\n            fieldLabel: 'Field 1',\n            name: 'field1',\n            allowBlank: false\n        },{\n            fieldLabel: 'Field 2',\n            name: 'field2',\n            listeners: {\n                specialkey: function(field, e){\n                    // e.HOME, e.END, e.PAGE_UP, e.PAGE_DOWN,\n                    // e.TAB, e.ESC, arrow keys: e.LEFT, e.RIGHT, e.UP, e.DOWN\n                    if (e.getKey() == e.ENTER) {\n                        var form = field.up('form').getForm();\n                        form.submit();\n                    }\n                }\n            }\n        }\n    ],\n    ...\n});\n
\n

Parameters

Fires after the state of the object is restored. ...

Fires after the state of the object is restored.

\n

Parameters

  • this : Ext.state.Stateful
    \n
  • state : Object

    The hash of state values returned from the StateProvider. This is passed\nto applyState. By default, that simply copies property values into this\nobject. The method maybe overriden to provide custom state restoration.

    \n
  • eOpts : Object

    The options object passed to Ext.util.Observable.addListener.

    \n\n\n\n
Fires after the state of the object is saved to the configured state provider. ...

Fires after the state of the object is saved to the configured state provider.

\n

Parameters

Fires when a change in the field's validity is detected. ...

Fires when a change in the field's validity is detected.

\n

Parameters

","allMixins":["Ext.form.Labelable","Ext.form.field.Field","Ext.util.Floating","Ext.util.Observable","Ext.util.Animate","Ext.state.Stateful"],"meta":{"docauthor":["Jason Johnston "]},"requires":["Ext.util.DelayedTask","Ext.EventObject","Ext.view.BoundList","Ext.view.BoundListKeyNav","Ext.data.StoreManager"],"deprecated":null,"extends":"Ext.form.field.Picker","inheritable":false,"static":false,"superclasses":["Ext.Base","Ext.AbstractComponent","Ext.Component","Ext.form.field.Base","Ext.form.field.Text","Ext.form.field.Trigger","Ext.form.field.Picker","Ext.form.field.ComboBox"],"singleton":false,"code_type":"ext_define","alias":null,"statics":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"addStatics","id":"static-method-addStatics"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"borrow","id":"static-method-borrow"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"create","id":"static-method-create"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"createAlias","id":"static-method-createAlias"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"getName","id":"static-method-getName"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"implement","id":"static-method-implement"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"override","id":"static-method-override"}],"event":[]},"subclasses":[],"uses":[],"protected":false,"mixins":[],"members":{"property":[{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":null,"protected":false,"name":"bodyEl","id":"property-bodyEl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"draggable","id":"property-draggable"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":null,"protected":false,"name":"errorEl","id":"property-errorEl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"fieldSubTpl","id":"property-fieldSubTpl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":null,"protected":false,"name":"floatParent","id":"property-floatParent"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"frameSize","id":"property-frameSize"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":null,"protected":false,"name":"inputEl","id":"property-inputEl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":null,"protected":false,"name":"isExpanded","id":"property-isExpanded"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":null,"protected":false,"name":"isFieldLabelable","id":"property-isFieldLabelable"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":null,"protected":false,"name":"isFormField","id":"property-isFormField"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":null,"protected":false,"name":"labelEl","id":"property-labelEl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"lastQuery","id":"property-lastQuery"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"maskOnDisable","id":"property-maskOnDisable"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":null,"protected":false,"name":"originalValue","id":"property-originalValue"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"ownerCt","id":"property-ownerCt"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"rendered","id":"property-rendered"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.Base","template":null,"required":null,"protected":true,"name":"self","id":"property-self"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":null,"protected":false,"name":"triggerEl","id":"property-triggerEl"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":null,"protected":false,"name":"triggerWrap","id":"property-triggerWrap"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":null,"protected":false,"name":"zIndexManager","id":"property-zIndexManager"}],"css_var":[],"css_mixin":[],"cfg":[{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"activeError","id":"cfg-activeError"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"activeErrorsTpl","id":"cfg-activeErrorsTpl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"allQuery","id":"cfg-allQuery"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"allowBlank","id":"cfg-allowBlank"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"autoEl","id":"cfg-autoEl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"autoFitErrors","id":"cfg-autoFitErrors"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"autoRender","id":"cfg-autoRender"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"autoScroll","id":"cfg-autoScroll"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"autoSelect","id":"cfg-autoSelect"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"autoShow","id":"cfg-autoShow"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"baseBodyCls","id":"cfg-baseBodyCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"baseCls","id":"cfg-baseCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"blankText","id":"cfg-blankText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"border","id":"cfg-border"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"checkChangeBuffer","id":"cfg-checkChangeBuffer"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"checkChangeEvents","id":"cfg-checkChangeEvents"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"childEls","id":"cfg-childEls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"clearCls","id":"cfg-clearCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"cls","id":"cfg-cls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"componentCls","id":"cfg-componentCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"componentLayout","id":"cfg-componentLayout"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"contentEl","id":"cfg-contentEl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"data","id":"cfg-data"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"defaultListConfig","id":"cfg-defaultListConfig"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"delimiter","id":"cfg-delimiter"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"dirtyCls","id":"cfg-dirtyCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"disableKeyFilter","id":"cfg-disableKeyFilter"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":false,"protected":false,"name":"disabled","id":"cfg-disabled"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"disabledCls","id":"cfg-disabledCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"displayField","id":"cfg-displayField"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"draggable","id":"cfg-draggable"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":false,"protected":false,"name":"editable","id":"cfg-editable"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"emptyCls","id":"cfg-emptyCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"emptyText","id":"cfg-emptyText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"enableKeyEvents","id":"cfg-enableKeyEvents"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"enforceMaxLength","id":"cfg-enforceMaxLength"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"errorMsgCls","id":"cfg-errorMsgCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"fieldBodyCls","id":"cfg-fieldBodyCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"fieldCls","id":"cfg-fieldCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"fieldLabel","id":"cfg-fieldLabel"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"fieldStyle","id":"cfg-fieldStyle"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"fieldSubTpl","id":"cfg-fieldSubTpl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"floating","id":"cfg-floating"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"focusCls","id":"cfg-focusCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":null,"required":false,"protected":false,"name":"focusOnToFront","id":"cfg-focusOnToFront"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"forceSelection","id":"cfg-forceSelection"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"formItemCls","id":"cfg-formItemCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"frame","id":"cfg-frame"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"grow","id":"cfg-grow"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"growAppend","id":"cfg-growAppend"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"growMax","id":"cfg-growMax"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"growMin","id":"cfg-growMin"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"height","id":"cfg-height"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"hidden","id":"cfg-hidden"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"hideEmptyLabel","id":"cfg-hideEmptyLabel"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"hideLabel","id":"cfg-hideLabel"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"hideMode","id":"cfg-hideMode"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"hideTrigger","id":"cfg-hideTrigger"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"html","id":"cfg-html"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"id","id":"cfg-id"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"inputId","id":"cfg-inputId"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"inputType","id":"cfg-inputType"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"invalidCls","id":"cfg-invalidCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"invalidText","id":"cfg-invalidText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"itemId","id":"cfg-itemId"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelAlign","id":"cfg-labelAlign"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelCls","id":"cfg-labelCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelClsExtra","id":"cfg-labelClsExtra"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelPad","id":"cfg-labelPad"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelSeparator","id":"cfg-labelSeparator"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelStyle","id":"cfg-labelStyle"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelWidth","id":"cfg-labelWidth"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"labelableRenderTpl","id":"cfg-labelableRenderTpl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"listConfig","id":"cfg-listConfig"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":null,"required":false,"protected":false,"name":"listeners","id":"cfg-listeners"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"loader","id":"cfg-loader"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"maintainFlex","id":"cfg-maintainFlex"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"margin","id":"cfg-margin"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"maskRe","id":"cfg-maskRe"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":false,"protected":false,"name":"matchFieldWidth","id":"cfg-matchFieldWidth"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"maxHeight","id":"cfg-maxHeight"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"maxLength","id":"cfg-maxLength"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"maxLengthText","id":"cfg-maxLengthText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"maxWidth","id":"cfg-maxWidth"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"minChars","id":"cfg-minChars"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"minHeight","id":"cfg-minHeight"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"minLength","id":"cfg-minLength"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"minLengthText","id":"cfg-minLengthText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"minWidth","id":"cfg-minWidth"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"msgTarget","id":"cfg-msgTarget"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"multiSelect","id":"cfg-multiSelect"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"name","id":"cfg-name"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":false,"protected":false,"name":"openCls","id":"cfg-openCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"overCls","id":"cfg-overCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"padding","id":"cfg-padding"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"pageSize","id":"cfg-pageSize"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":false,"protected":false,"name":"pickerAlign","id":"cfg-pickerAlign"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":false,"protected":false,"name":"pickerOffset","id":"cfg-pickerOffset"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"plugins","id":"cfg-plugins"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":false,"protected":false,"name":"preventMark","id":"cfg-preventMark"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"queryDelay","id":"cfg-queryDelay"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"queryMode","id":"cfg-queryMode"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"queryParam","id":"cfg-queryParam"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"readOnly","id":"cfg-readOnly"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"readOnlyCls","id":"cfg-readOnlyCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"regex","id":"cfg-regex"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"regexText","id":"cfg-regexText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"renderData","id":"cfg-renderData"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"renderSelectors","id":"cfg-renderSelectors"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"renderTo","id":"cfg-renderTo"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"renderTpl","id":"cfg-renderTpl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"repeatTriggerClick","id":"cfg-repeatTriggerClick"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"resizable","id":"cfg-resizable"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"resizeHandles","id":"cfg-resizeHandles"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":false,"protected":false,"name":"saveDelay","id":"cfg-saveDelay"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"selectOnFocus","id":"cfg-selectOnFocus"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"selectOnTab","id":"cfg-selectOnTab"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":null,"required":false,"protected":false,"name":"shadow","id":"cfg-shadow"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"size","id":"cfg-size"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":false,"protected":false,"name":"stateEvents","id":"cfg-stateEvents"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":false,"protected":false,"name":"stateId","id":"cfg-stateId"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":false,"protected":false,"name":"stateful","id":"cfg-stateful"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"store","id":"cfg-store"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"stripCharsRe","id":"cfg-stripCharsRe"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"style","id":"cfg-style"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"styleHtmlCls","id":"cfg-styleHtmlCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"styleHtmlContent","id":"cfg-styleHtmlContent"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":false,"protected":false,"name":"submitValue","id":"cfg-submitValue"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"tabIndex","id":"cfg-tabIndex"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.Component","template":null,"required":false,"protected":false,"name":"toFrontOnShow","id":"cfg-toFrontOnShow"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"tpl","id":"cfg-tpl"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"tplWriteMode","id":"cfg-tplWriteMode"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"transform","id":"cfg-transform"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"triggerAction","id":"cfg-triggerAction"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"triggerBaseCls","id":"cfg-triggerBaseCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"triggerCls","id":"cfg-triggerCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":null,"required":false,"protected":false,"name":"triggerWrapCls","id":"cfg-triggerWrapCls"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"typeAhead","id":"cfg-typeAhead"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"typeAheadDelay","id":"cfg-typeAheadDelay"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"ui","id":"cfg-ui"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":false,"protected":false,"name":"validateOnBlur","id":"cfg-validateOnBlur"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":false,"protected":false,"name":"validateOnChange","id":"cfg-validateOnChange"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"validator","id":"cfg-validator"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":false,"protected":false,"name":"value","id":"cfg-value"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":true,"protected":false,"name":"valueField","id":"cfg-valueField"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":false,"protected":false,"name":"valueNotFoundText","id":"cfg-valueNotFoundText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"vtype","id":"cfg-vtype"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":false,"protected":false,"name":"vtypeText","id":"cfg-vtypeText"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"width","id":"cfg-width"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":false,"protected":false,"name":"xtype","id":"cfg-xtype"}],"method":[{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"constructor","id":"method-constructor"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"addChildEls","id":"method-addChildEls"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"addClass","id":"method-addClass"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"addCls","id":"method-addCls"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"addClsWithUI","id":"method-addClsWithUI"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"addEvents","id":"method-addEvents"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"addListener","id":"method-addListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"addManagedListener","id":"method-addManagedListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":false,"required":null,"protected":false,"name":"addStateEvents","id":"method-addStateEvents"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"addUIClsToElement","id":"method-addUIClsToElement"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"afterComponentLayout","id":"method-afterComponentLayout"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":true,"name":"alignPicker","id":"method-alignPicker"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"alignTo","id":"method-alignTo"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"animate","id":"method-animate"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":false,"required":null,"protected":false,"name":"applyState","id":"method-applyState"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"autoSize","id":"method-autoSize"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"batchChanges","id":"method-batchChanges"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"beforeComponentLayout","id":"method-beforeComponentLayout"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"bubble","id":"method-bubble"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callOverridden","id":"method-callOverridden"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callParent","id":"method-callParent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"center","id":"method-center"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"checkChange","id":"method-checkChange"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"checkDirty","id":"method-checkDirty"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"clearInvalid","id":"method-clearInvalid"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"clearListeners","id":"method-clearListeners"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"clearManagedListeners","id":"method-clearManagedListeners"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"clearValue","id":"method-clearValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"cloneConfig","id":"method-cloneConfig"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":false,"name":"collapse","id":"method-collapse"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"constructPlugins","id":"method-constructPlugins"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":false,"name":"createPicker","id":"method-createPicker"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"destroy","id":"method-destroy"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"disable","id":"method-disable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"doAutoRender","id":"method-doAutoRender"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"doComponentLayout","id":"method-doComponentLayout"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"doConstrain","id":"method-doConstrain"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"doQuery","id":"method-doQuery"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"enable","id":"method-enable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"enableBubble","id":"method-enableBubble"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":false,"name":"expand","id":"method-expand"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"extractFileInput","id":"method-extractFileInput"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"findLayoutController","id":"method-findLayoutController"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"findParentBy","id":"method-findParentBy"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"findParentByType","id":"method-findParentByType"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"findRecord","id":"method-findRecord"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"findRecordByDisplay","id":"method-findRecordByDisplay"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"findRecordByValue","id":"method-findRecordByValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"fireEvent","id":"method-fireEvent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"focus","id":"method-focus"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"forceComponentLayout","id":"method-forceComponentLayout"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"getActiveAnimation","id":"method-getActiveAnimation"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"getActiveError","id":"method-getActiveError"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"getActiveErrors","id":"method-getActiveErrors"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":true,"name":"getBodyNaturalWidth","id":"method-getBodyNaturalWidth"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"getBox","id":"method-getBox"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getBubbleTarget","id":"method-getBubbleTarget"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getEl","id":"method-getEl"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"getErrors","id":"method-getErrors"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"getFieldLabel","id":"method-getFieldLabel"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getHeight","id":"method-getHeight"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getId","id":"method-getId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"getInputId","id":"method-getInputId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getInsertPosition","id":"method-getInsertPosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":true,"name":"getLabelableRenderData","id":"method-getLabelableRenderData"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getLoader","id":"method-getLoader"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"getModelData","id":"method-getModelData"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"getName","id":"method-getName"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":false,"name":"getPicker","id":"method-getPicker"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getPlugin","id":"method-getPlugin"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"getPosition","id":"method-getPosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"getRawValue","id":"method-getRawValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getSize","id":"method-getSize"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getState","id":"method-getState"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":false,"required":null,"protected":false,"name":"getStateId","id":"method-getStateId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"getStore","id":"method-getStore"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":true,"required":null,"protected":false,"name":"getSubTplData","id":"method-getSubTplData"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"getSubTplMarkup","id":"method-getSubTplMarkup"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"getSubmitData","id":"method-getSubmitData"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"getSubmitValue","id":"method-getSubmitValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":false,"required":null,"protected":false,"name":"getTriggerWidth","id":"method-getTriggerWidth"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"getValue","id":"method-getValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getWidth","id":"method-getWidth"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"getXType","id":"method-getXType"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"getXTypes","id":"method-getXTypes"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"hasActiveError","id":"method-hasActiveError"},{"tagname":"method","deprecated":{"doc":null,"tagname":"deprecated","text":"

Replaced by getActiveAnimation

\n","version":"4.0"},"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"hasActiveFx","id":"method-hasActiveFx"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"hasListener","id":"method-hasListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"hasUICls","id":"method-hasUICls"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"hide","id":"method-hide"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":true,"required":null,"protected":false,"name":"initComponent","id":"method-initComponent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"initConfig","id":"method-initConfig"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"initField","id":"method-initField"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"initLabelable","id":"method-initLabelable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"initValue","id":"method-initValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"is","id":"method-is"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isDescendantOf","id":"method-isDescendantOf"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"isDirty","id":"method-isDirty"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isDisabled","id":"method-isDisabled"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isDraggable","id":"method-isDraggable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isDroppable","id":"method-isDroppable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"isEqual","id":"method-isEqual"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"isFileUpload","id":"method-isFileUpload"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isFloating","id":"method-isFloating"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isHidden","id":"method-isHidden"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"isValid","id":"method-isValid"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isVisible","id":"method-isVisible"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"isXType","id":"method-isXType"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"markInvalid","id":"method-markInvalid"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"mon","id":"method-mon"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"mun","id":"method-mun"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"nextNode","id":"method-nextNode"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"nextSibling","id":"method-nextSibling"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"on","id":"method-on"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":false,"required":null,"protected":true,"name":"onTriggerClick","id":"method-onTriggerClick"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"previousNode","id":"method-previousNode"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"previousSibling","id":"method-previousSibling"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"processRawValue","id":"method-processRawValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"rawToValue","id":"method-rawToValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"relayEvents","id":"method-relayEvents"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"removeChildEls","id":"method-removeChildEls"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"removeCls","id":"method-removeCls"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"removeClsWithUI","id":"method-removeClsWithUI"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"removeListener","id":"method-removeListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"removeManagedListener","id":"method-removeManagedListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"removeUIClsFromElement","id":"method-removeUIClsFromElement"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"reset","id":"method-reset"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"resetOriginalValue","id":"method-resetOriginalValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"resumeEvents","id":"method-resumeEvents"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":false,"required":null,"protected":false,"name":"savePropToState","id":"method-savePropToState"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"select","id":"method-select"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":false,"required":null,"protected":false,"name":"selectText","id":"method-selectText"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"sequenceFx","id":"method-sequenceFx"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"setActive","id":"method-setActive"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"setActiveError","id":"method-setActiveError"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"setActiveErrors","id":"method-setActiveErrors"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"setAutoScroll","id":"method-setAutoScroll"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setDisabled","id":"method-setDisabled"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setDocked","id":"method-setDocked"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":false,"required":null,"protected":false,"name":"setEditable","id":"method-setEditable"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"setFieldDefaults","id":"method-setFieldDefaults"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"setFieldStyle","id":"method-setFieldStyle"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setHeight","id":"method-setHeight"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setLoading","id":"method-setLoading"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"setPagePosition","id":"method-setPagePosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"setPosition","id":"method-setPosition"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"setRawValue","id":"method-setRawValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Trigger","template":false,"required":null,"protected":false,"name":"setReadOnly","id":"method-setReadOnly"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setSize","id":"method-setSize"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setUI","id":"method-setUI"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":false,"required":null,"protected":false,"name":"setValue","id":"method-setValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setVisible","id":"method-setVisible"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"setWidth","id":"method-setWidth"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"show","id":"method-show"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"showAt","id":"method-showAt"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"statics","id":"method-statics"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"stopAnimation","id":"method-stopAnimation"},{"tagname":"method","deprecated":{"doc":"Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.","tagname":"deprecated","text":"

Replaced by stopAnimation

\n","version":"4.0"},"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"stopFx","id":"method-stopFx"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"suspendEvents","id":"method-suspendEvents"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Animate","template":false,"required":null,"protected":false,"name":"syncFx","id":"method-syncFx"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"toBack","id":"method-toBack"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Floating","template":false,"required":null,"protected":false,"name":"toFront","id":"method-toFront"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.util.Observable","template":false,"required":null,"protected":false,"name":"un","id":"method-un"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":false,"required":null,"protected":false,"name":"unsetActiveError","id":"method-unsetActiveError"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"up","id":"method-up"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":false,"required":null,"protected":false,"name":"update","id":"method-update"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Component","template":false,"required":null,"protected":false,"name":"updateBox","id":"method-updateBox"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":false,"required":null,"protected":false,"name":"validate","id":"method-validate"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"validateValue","id":"method-validateValue"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":false,"required":null,"protected":false,"name":"valueToRaw","id":"method-valueToRaw"}],"event":[{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"activate","id":"event-activate"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"added","id":"event-added"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"afterrender","id":"event-afterrender"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":null,"protected":false,"name":"autosize","id":"event-autosize"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforeactivate","id":"event-beforeactivate"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforedeactivate","id":"event-beforedeactivate"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"beforedeselect","id":"event-beforedeselect"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforedestroy","id":"event-beforedestroy"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforehide","id":"event-beforehide"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"beforequery","id":"event-beforequery"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforerender","id":"event-beforerender"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"beforeselect","id":"event-beforeselect"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"beforeshow","id":"event-beforeshow"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":null,"protected":false,"name":"beforestaterestore","id":"event-beforestaterestore"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":null,"protected":false,"name":"beforestatesave","id":"event-beforestatesave"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":null,"protected":false,"name":"blur","id":"event-blur"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":null,"protected":false,"name":"change","id":"event-change"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":null,"protected":false,"name":"collapse","id":"event-collapse"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"deactivate","id":"event-deactivate"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"destroy","id":"event-destroy"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":null,"protected":false,"name":"dirtychange","id":"event-dirtychange"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"disable","id":"event-disable"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"enable","id":"event-enable"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.Labelable","template":null,"required":null,"protected":false,"name":"errorchange","id":"event-errorchange"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Picker","template":null,"required":null,"protected":false,"name":"expand","id":"event-expand"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":null,"protected":false,"name":"focus","id":"event-focus"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"hide","id":"event-hide"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":null,"protected":false,"name":"keydown","id":"event-keydown"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":null,"protected":false,"name":"keypress","id":"event-keypress"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Text","template":null,"required":null,"protected":false,"name":"keyup","id":"event-keyup"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"move","id":"event-move"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"removed","id":"event-removed"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"render","id":"event-render"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"resize","id":"event-resize"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.ComboBox","template":null,"required":null,"protected":false,"name":"select","id":"event-select"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.AbstractComponent","template":null,"required":null,"protected":false,"name":"show","id":"event-show"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Base","template":null,"required":null,"protected":false,"name":"specialkey","id":"event-specialkey"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":null,"protected":false,"name":"staterestore","id":"event-staterestore"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.state.Stateful","template":null,"required":null,"protected":false,"name":"statesave","id":"event-statesave"},{"tagname":"event","deprecated":null,"static":false,"owner":"Ext.form.field.Field","template":null,"required":null,"protected":false,"name":"validitychange","id":"event-validitychange"}]},"private":false,"component":true,"name":"Ext.form.field.ComboBox","alternateClassNames":["Ext.form.ComboBox"],"id":"class-Ext.form.field.ComboBox","mixedInto":[],"xtypes":{"widget":["combobox","combo"]},"files":[{"href":"ComboBox.html#Ext-form-field-ComboBox","filename":"ComboBox.js"}]}); \ No newline at end of file