Docs Help

Terms, Icons, and Labels

Many classes have shortcut names used when creating (instantiating) a class with a configuration object. The shortcut name is referred to as an alias (or xtype if the class extends Ext.Component). The alias/xtype is listed next to the class name of applicable classes for quick reference.

Access Levels

Framework classes or their members may be specified as private or protected. Else, the class / member is public. Public, protected, and private are access descriptors used to convey how and when the class or class member should be used.

Member Types

Member Syntax

Below is an example class member that we can disect to show the syntax of a class member (the lookupComponent method as viewed from the Ext.button.Button class in this case).

lookupComponent ( item ) : Ext.Component
protected

Called when a raw config object is added to this container either during initialization of the items config, or when new items are added), or {@link #insert inserted.

This method converts the passed object into an instanced child component.

This may be overridden in subclasses when special processing needs to be applied to child creation.

Parameters

item :  Object

The config object being added.

Returns
Ext.Component

The component to be added.

Let's look at each part of the member row:

Member Flags

The API documentation uses a number of flags to further commnicate the class member's function and intent. The label may be represented by a text label, an abbreviation, or an icon.

Class Icons

- Indicates a framework class

- A singleton framework class. *See the singleton flag for more information

- A component-type framework class (any class within the Ext JS framework that extends Ext.Component)

- Indicates that the class, member, or guide is new in the currently viewed version

Member Icons

- Indicates a class member of type config

- Indicates a class member of type property

- Indicates a class member of type method

- Indicates a class member of type event

- Indicates a class member of type theme variable

- Indicates a class member of type theme mixin

- Indicates that the class, member, or guide is new in the currently viewed version

Class Member Quick-Nav Menu

Just below the class name on an API doc page is a row of buttons corresponding to the types of members owned by the current class. Each button shows a count of members by type (this count is updated as filters are applied). Clicking the button will navigate you to that member section. Hovering over the member-type button will reveal a popup menu of all members of that type for quick navigation.

Getter and Setter Methods

Getting and setter methods that correlate to a class config option will show up in the methods section as well as in the configs section of both the API doc and the member-type menus just beneath the config they work with. The getter and setter method documentation will be found in the config row for easy reference.

History Bar

Your page history is kept in localstorage and displayed (using the available real estate) just below the top title bar. By default, the only search results shown are the pages matching the product / version you're currently viewing. You can expand what is displayed by clicking on the button on the right-hand side of the history bar and choosing the "All" radio option. This will show all recent pages in the history bar for all products / versions.

Within the history config menu you will also see a listing of your recent page visits. The results are filtered by the "Current Product / Version" and "All" radio options. Clicking on the button will clear the history bar as well as the history kept in local storage.

If "All" is selected in the history config menu the checkbox option for "Show product details in the history bar" will be enabled. When checked, the product/version for each historic page will show alongside the page name in the history bar. Hovering the cursor over the page names in the history bar will also show the product/version as a tooltip.

Search and Filters

Both API docs and guides can be searched for using the search field at the top of the page.

On API doc pages there is also a filter input field that filters the member rows using the filter string. In addition to filtering by string you can filter the class members by access level, inheritance, and read only. This is done using the checkboxes at the top of the page.

The checkbox at the bottom of the API class navigation tree filters the class list to include or exclude private classes.

Clicking on an empty search field will show your last 10 searches for quick navigation.

API Doc Class Metadata

Each API doc page (with the exception of Javascript primitives pages) has a menu view of metadata relating to that class. This metadata view will have one or more of the following:

Expanding and Collapsing Examples and Class Members

Runnable examples (Fiddles) are expanded on a page by default. You can collapse and expand example code blocks individually using the arrow on the top-left of the code block. You can also toggle the collapse state of all examples using the toggle button on the top-right of the page. The toggle-all state will be remembered between page loads.

Class members are collapsed on a page by default. You can expand and collapse members using the arrow icon on the left of the member row or globally using the expand / collapse all toggle button top-right.

Desktop -vs- Mobile View

Viewing the docs on narrower screens or browsers will result in a view optimized for a smaller form factor. The primary differences between the desktop and "mobile" view are:

Viewing the Class Source

The class source can be viewed by clicking on the class name at the top of an API doc page. The source for class members can be viewed by clicking on the "view source" link on the right-hand side of the member row.

Ext JS 5.0.0


top

Contents

Added

Differences Between Ext JS 4 and Ext JS 5

  • Added

    • Ext.Assert

    • Ext.Factory

    • Ext.GlobalEvents

    • Ext.Mixin

    • Ext.ProgressBarWidget

    • Ext.Widget

    • Ext.app.BaseController

    • Ext.app.ViewController

    • Ext.app.ViewModel

    • Ext.app.bind.Binding

    • Ext.app.bind.Formula

    • Ext.app.bind.Multi

    • Ext.app.bind.TemplateBinding

    • Ext.app.domain.View

    • Ext.browser

    • Ext.button.Segmented

    • Ext.cell.Button

    • Ext.dashboard.Column

    • Ext.dashboard.Dashboard

    • Ext.dashboard.Panel

    • Ext.dashboard.Part

    • Ext.data.BufferedStore

    • Ext.data.ChainedStore

    • Ext.data.Error

    • Ext.data.ErrorCollection

    • Ext.data.ModelManager

    • Ext.data.ProxyStore

    • Ext.data.Session

    • Ext.data.field.Boolean

    • Ext.data.field.Date

    • Ext.data.field.Field

    • Ext.data.field.Integer

    • Ext.data.field.Number

    • Ext.data.field.String

    • Ext.data.identifier.Generator

    • Ext.data.identifier.Negative

    • Ext.data.identifier.Sequential

    • Ext.data.identifier.Uuid

    • Ext.data.operation.Create

    • Ext.data.operation.Destroy

    • Ext.data.operation.Operation

    • Ext.data.operation.Read

    • Ext.data.operation.Update

    • Ext.data.proxy.Sql

    • Ext.data.schema.Association

    • Ext.data.schema.ManyToMany

    • Ext.data.schema.ManyToOne

    • Ext.data.schema.Namer

    • Ext.data.schema.OneToOne

    • Ext.data.schema.Schema

    • Ext.data.session.BatchVisitor

    • Ext.data.session.ChangesVisitor

    • Ext.data.session.ChildChangesVisitor

    • Ext.data.validator.Bound

    • Ext.data.validator.Email

    • Ext.data.validator.Exclusion

    • Ext.data.validator.Format

    • Ext.data.validator.Inclusion

    • Ext.data.validator.Length

    • Ext.data.validator.Presence

    • Ext.data.validator.Range

    • Ext.data.validator.Validator

    • Ext.dom.Fly

    • Ext.event.Event

    • Ext.event.gesture.DoubleTap

    • Ext.event.gesture.Drag

    • Ext.event.gesture.EdgeSwipe

    • Ext.event.gesture.LongPress

    • Ext.event.gesture.Pinch

    • Ext.event.gesture.Rotate

    • Ext.event.gesture.Swipe

    • Ext.event.gesture.Tap

    • Ext.feature

    • Ext.form.field.Tag

    • Ext.form.trigger.Spinner

    • Ext.form.trigger.Trigger

    • Ext.grid.column.Widget

    • Ext.layout.container.Center

    • Ext.layout.container.ColumnSplitter

    • Ext.layout.container.ColumnSplitterTracker

    • Ext.layout.container.SplitColumn

    • Ext.mixin.Factoryable

    • Ext.mixin.Mashup

    • Ext.mixin.Observable

    • Ext.mixin.Responsive

    • Ext.mixin.Templatable

    • Ext.os

    • Ext.panel.Pinnable

    • Ext.panel.Title

    • Ext.plugin.Abstract

    • Ext.plugin.Responsive

    • Ext.plugin.Viewport

    • Ext.scroll.Scroller

    • Ext.slider.Widget

    • Ext.toolbar.Breadcrumb

    • Ext.util.Base64

    • Ext.util.Collection

    • Ext.util.CollectionKey

    • Ext.util.Group

    • Ext.util.ObjectTemplate

    • Ext.util.PaintMonitor

    • Ext.util.SizeMonitor

    • Ext.ux.Explorer

    • Ext.ux.dashboard.GoogleRssPart

    • Ext.ux.dashboard.GoogleRssView

    • Ext.ux.desktop.App

    • Ext.ux.desktop.Desktop

    • Ext.ux.desktop.ShortcutModel

    • Ext.ux.desktop.StartMenu

    • Ext.ux.desktop.TaskBar

    • Ext.ux.desktop.TrayClock

    • Ext.ux.desktop.Wallpaper

    • Ext.ux.google.Api

    • Ext.ux.google.Feeds

    • Ext.view.MultiSelector

    • Ext.view.MultiSelectorSearch

    • Ext.window.Toast

    • global

  • Modified

    • Ext

      • Added
        • config
          • debugConfig
          • manifest
        • method
          • factory
          • getWin
          • isDebugEnabled
          • isMSDate
          • now
          • returnId
          • returnTrue
        • property
          • frameStartTime
          • identityFn
          • isDomReady
          • privateFn
      • Modified
        • method
          • createWidget
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • deprecate
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • fly
            • 4.2.2
              • return type is Ext.dom.Element.Fly
            • 5.0.0
              • return type is Ext.dom.Element
          • getBody
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getDoc
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getDom
            • 4.2.2
              • return type is Object
            • 5.0.0
              • return type is HTMLElement
          • getHead
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • onDocumentReady
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • query
            • 4.2.2
              • return type is HTMLElement[]
            • 5.0.0
              • return type is HTMLElement[]/Ext.dom.Element[]
          • select
            • 4.2.2
              • return type is Ext.CompositeElement
            • 5.0.0
              • return type is void
        • property
          • BLANK_IMAGE_URL
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 'data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
          • enableFx
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is true
          • enableGarbageCollector
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is false
          • isReady
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is null
      • Removed
        • method
          • addBehaviors
          • addNamespaces
          • escapeRe
          • getNamespace
          • getOrientation
          • getScrollBarWidth
          • identityFn
          • invoke
          • partition
          • preg
          • regModel
          • toSentence
          • type
          • value
          • zip
        • property
          • chromeVersion
          • enableNestedListenerRemoval
          • firefoxVersion
          • globalEvents
          • ieVersion
          • isChrome
          • isFF10
          • isFF3_0
          • isFF3_5
          • isFF3_6
          • isFF4
          • isFF5
          • isGecko
          • isGecko10
          • isGecko3
          • isGecko4
          • isGecko5
          • isIE
          • isIE10
          • isIE10m
          • isIE10p
          • isIE11
          • isIE11m
          • isIE11p
          • isIE6
          • isIE7
          • isIE7m
          • isIE7p
          • isIE8
          • isIE8m
          • isIE8p
          • isIE9
          • isIE9m
          • isIE9p
          • isIEQuirks
          • isLinux
          • isMac
          • isOpera
          • isOpera10_5
          • isSafari
          • isSafari2
          • isSafari3
          • isSafari4
          • isSafari5
          • isSafari5_0
          • isWebKit
          • isWindows
          • operaVersion
          • safariVersion
          • useShims
          • webKitVersion
    • Ext.Array

      • Added
        • method
          • binarySearch
          • numericSortFn
    • Ext.Base

      • Added
        • method
          • callParent
          • callSuper
        • property
          • isConfiguring
          • isFirstInstance
      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getConfig
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Object
          • setConfig
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
        • property
          • isInstance
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • method
          • implement
    • Ext.Class

      • Modified
        • config
          • alias
            • 4.2.2
              • type is String[]
            • 5.0.0
              • type is String/String[]
    • Ext.ClassManager

      • Added
        • config
          • debugHooks
          • deprecated
      • Modified
        • method
          • addNameAliasMappings
            • 4.2.2
              • return type is Ext.ClassManager
            • 5.0.0
              • return type is void
          • addNameAlternateMappings
            • 4.2.2
              • return type is Ext.ClassManager
            • 5.0.0
              • return type is void
          • create
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • instantiate
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Object
      • Removed
        • method
          • getAliasesByName
          • getNameByAlias
          • getNameByAlternate
          • getNamesByExpression
          • setAlias
    • Ext.Component

      • 4.2.2
        • alternateClassNames is []
        • mixins is [Ext.util.Floating]
        • superclass is Ext.AbstractComponent
      • 5.0.0
        • alternateClassNames is [Ext.AbstractComponent]
        • mixins is [Ext.mixin.Inheritable, Ext.util.Positionable, Ext.util.Observable, Ext.mixin.Bindable, Ext.util.Animate, Ext.util.ElementContainer, Ext.util.Renderable, Ext.state.Stateful, Ext.util.Floating]
        • superclass is Ext.Base
      • Added
        • config
          • modelValidation
        • cssVar
          • $scroll-indicator-background-color
          • $scroll-indicator-border-radius
          • $scroll-indicator-margin
          • $scroll-indicator-opacity
          • $scroll-indicator-size
        • method
          • cancelLayout
          • flushLayouts
          • getData
          • getParent
          • getScrollX
          • getScrollY
          • hasParent
          • initInheritedState
          • resumeLayouts
          • scrollTo
          • setData
          • setDock
          • setHidden
          • setScrollX
          • setScrollY
          • setStyle
          • setWeight
          • suspendLayouts
          • updateLayout
        • property
          • defaultBindProperty
      • Modified
        • config
          • autoRender
            • 4.2.2
              • type is Boolean/String/HTMLElement/Ext.Element
            • 5.0.0
              • type is Boolean/String/HTMLElement/Ext.dom.Element
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • constrainTo
            • 4.2.2
              • type is Ext.util.Region/Ext.Element
            • 5.0.0
              • type is Ext.util.Region/Ext.dom.Element
          • plugins
            • 4.2.2
              • type is Ext.AbstractPlugin[]/Ext.AbstractPlugin/Object[]/Object/Ext.enums.Plugin[]/Ext.enums.Plugin
            • 5.0.0
              • type is Ext.plugin.Abstract[]/Ext.plugin.Abstract/Object[]/Object/Ext.enums.Plugin[]/Ext.enums.Plugin
          • renderTo
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
          • renderTpl
            • 4.2.2
              • default value is '{%this.renderContent(out,values)%}'
            • 5.0.0
              • default value is ['<tpl if="renderScroller">', '<div class="{scrollerCls}" style="{%this.renderPadding(out, values)%}">', '</tpl>', '{%this.renderContent(out,values)%}', '<tpl if="renderScroller"></div></tpl>']
          • weight
            • 4.2.2
              • default value is 0
            • 5.0.0
              • default value is null
        • method
          • addUIClsToElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • destroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • doComponentLayout
            • 4.2.2
              • return type is Ext.container.Container
            • 5.0.0
              • return type is Ext.Component
          • findPlugin
            • 4.2.2
              • return type is Ext.AbstractPlugin
            • 5.0.0
              • return type is Ext.plugin.Abstract
          • getPlugin
            • 4.2.2
              • return type is Ext.AbstractPlugin
            • 5.0.0
              • return type is Ext.plugin.Abstract
          • getSizeModel
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • removeClass
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.Component
          • removeUIClsFromElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • setRegion
            • 4.2.2
              • return type is Ext.util.Positionable
            • 5.0.0
              • return type is String
      • Removed
        • method
          • setBorderRegion
          • setRegionWeight
    • Ext.ComponentManager

      • 4.2.2
        • superclass is Ext.AbstractManager
      • 5.0.0
        • superclass is Ext.Base
      • Added
        • method
          • getAll
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.AbstractManager
            • 5.0.0
              • return type is Ext.ComponentManager
    • Ext.Date

      • Added
        • method
          • align
          • diff
      • Modified
        • method
          • parse
            • 4.2.2
              • return type is Date
            • 5.0.0
              • return type is Date/null
      • Removed
        • method
          • now
    • Ext.Editor

      • Modified
        • config
          • parentEl
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
        • method
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ElementLoader

      • Added
        • config
          • rendererScope
      • Modified
        • config
          • target
            • 4.2.2
              • type is HTMLElement/Ext.Element/String
            • 5.0.0
              • type is HTMLElement/Ext.dom.Element/String
      • Removed
        • method
          • constructor
    • Ext.Error

      • Removed
        • method
          • constructor
          • toString
        • property
          • notify
    • Ext.EventManager

      • 4.2.2
        • mixins is null
        • superclass is null
      • 5.0.0
        • mixins is []
        • superclass is Ext.Base
      • Removed
        • method
          • getKeyEvent
          • onDocumentReady
          • pollScroll
        • property
          • idleEvent
    • Ext.FocusManager

      • Removed
        • method
          • constructor
    • Ext.Function

      • 4.2.2
        • alternateClassNames is [Ext.util.Functions]
      • 5.0.0
        • alternateClassNames is []
      • Added
        • method
          • bindCallback
          • createBarrier
    • Ext.LoadMask

      • 4.2.2
        • mixins is [Ext.util.Bindable]
      • 5.0.0
        • mixins is [Ext.util.StoreHolder]
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<div id="{id}-msgEl" role="{role}"', '<tpl if="ariaAttr"> {ariaAttr}</tpl>', ' class="{[values.$comp.msgCls]} ', Ext.baseCSSPrefix, 'mask-msg-inner {childElCls}">', '<div id="{id}-msgTextEl" class="', Ext.baseCSSPrefix, 'mask-msg-text', '{childElCls}">{msg}</div>', '</div>']
            • 5.0.0
              • default value is ['<div id="{id}-msgEl" data-ref="msgEl" role="{role}"', '<tpl if="ariaAttr"> {ariaAttr}</tpl>', ' class="{[values.$comp.msgCls]} ', Ext.baseCSSPrefix, 'mask-msg-inner {childElCls}">', '<div id="{id}-msgTextEl" data-ref="msgTextEl" class="', Ext.baseCSSPrefix, 'mask-msg-text', '{childElCls}">{msg}</div>', '</div>']
        • cssVar
          • $loadmask-msg-inner-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
    • Ext.Loader

      • Added
        • method
          • addBaseUrlClassPathMappings
      • Modified
        • config
          • disableCachingParam
            • 4.2.2
              • default value is '_dc'
            • 5.0.0
              • default value is "_dc"
          • enabled
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is true
          • paths
            • 4.2.2
              • default value is {'Ext': '.'}
            • 5.0.0
              • default value is null
      • Removed
        • config
          • garbageCollect
        • method
          • exclude
          • require
          • syncRequire
    • Ext.Number

      • Added
        • method
          • clipIndices
    • Ext.Object

      • Added
        • method
          • eachValue
          • freeze
    • Ext.ProgressBar

      • Added
        • config
          • textTpl
        • method
          • getTextTpl
          • getValue
          • setTextTpl
          • setValue
        • property
          • defaultBindProperty
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<tpl if="internalText">', '<div class="{baseCls}-text {baseCls}-text-back">{text}</div>', '</tpl>', '<div id="{id}-bar" class="{baseCls}-bar {baseCls}-bar-{ui}" role="presentation" style="width:{percentage}%">', '<tpl if="internalText">', '<div class="{baseCls}-text">', '<div>{text}</div>', '</div>', '</tpl>', '</div>']
            • 5.0.0
              • default value is ['<tpl if="internalText">', '<div class="{baseCls}-text {baseCls}-text-back">{text}</div>', '</tpl>', '<div id="{id}-bar" data-ref="bar" class="{baseCls}-bar {baseCls}-bar-{ui}" role="presentation" style="width:{percentage}%">', '<tpl if="internalText">', '<div class="{baseCls}-text">', '<div>{text}</div>', '</div>', '</tpl>', '</div>']
          • textEl
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
        • cssVar
          • $progress-text-font-weight
            • 4.2.2
              • default value is bold
            • 5.0.0
              • default value is $font-weight-bold
    • Ext.String

      • Added
        • method
          • createRegex
    • Ext.Template

      • Modified
        • method
          • append
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertAfter
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertBefore
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertFirst
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • overwrite
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
        • property
          • re
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
    • Ext.Version

      • Removed
        • method
          • constructor
    • Ext.XTemplate

      • Added
        • config
          • strict
    • Ext.ZIndexManager

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.app.Application

      • Added
        • config
          • defaultToken
          • glyphFontFamily
        • method
          • createController
          • destroyController
          • getAppProperty
          • getAutoCreateViewport
          • getDefaultToken
          • getEnableQuickTips
          • getGlyphFontFamily
          • getName
          • setAppProperty
          • setAutoCreateViewport
          • setDefaultToken
          • setEnableQuickTips
          • setGlyphFontFamily
          • setName
      • Modified
        • config
          • autoCreateViewport
            • 4.2.2
              • type is Boolean
            • 5.0.0
              • type is Boolean/String
          • name
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getModuleClassName
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Object
    • Ext.app.Controller

      • 4.2.2
        • mixins is [Ext.util.Observable]
        • superclass is Ext.Base
      • 5.0.0
        • mixins is []
        • superclass is Ext.app.BaseController
      • Added
        • config
          • application
        • method
          • activate
          • deactivate
          • getActive
          • getModuleClassName
          • getRefs
          • isActive
          • setActive
          • setApplication
          • setModuleClassName
          • setRefs
      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getModel
            • 4.2.2
              • return type is Ext.data.Model
            • 5.0.0
              • return type is Ext.Class
      • Removed
        • property
          • application
    • Ext.app.EventDomain

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
        • property
          • isInstance
            • 4.2.2
              • default value is true
              • private is true
            • 5.0.0
              • default value is false
              • private is false
    • Ext.button.Button

      • 4.2.2
        • mixins is [Ext.Queryable]
      • 5.0.0
        • mixins is [Ext.mixin.Queryable]
      • Added
        • config
          • arrowVisible
          • publishes
          • value
        • cssVar
          • $button-large-icon-spacing
          • $button-large-line-height
          • $button-medium-icon-spacing
          • $button-medium-line-height
          • $button-small-icon-spacing
          • $button-small-line-height
          • $include-button-grid-cell-ui
          • $line-height
        • method
          • getArrowVisible
          • getIconAlign
          • getMenu
          • getTextAlign
          • isWithinTrigger
          • setArrowVisible
          • setIconAlign
          • setPressed
        • property
          • defaultBindProperty
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • componentLayout
            • 4.2.2
              • default value is 'button'
            • 5.0.0
              • default value is 'autocomponent'
          • overCls
            • 4.2.2
              • default value is 'over'
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'btn-over'
          • renderTpl
            • 4.2.2
              • default value is ['<span id="{id}-btnWrap" role="presentation" class="{baseCls}-wrap', '<tpl if="splitCls"> {splitCls}</tpl>', '{childElCls}" unselectable="on">', '<span id="{id}-btnEl" class="{baseCls}-button" role="presentation">', '<span id="{id}-btnInnerEl" class="{baseCls}-inner {innerCls}', '{childElCls}" unselectable="on">', '{text}', '</span>', '<span role="presentation" id="{id}-btnIconEl" class="{baseCls}-icon-el {iconCls}', '{childElCls} {glyphCls}" unselectable="on" style="', '<tpl if="iconUrl">background-image:url({iconUrl});</tpl>', '<tpl if="glyph && glyphFontFamily">font-family:{glyphFontFamily};</tpl>">', '<tpl if="glyph">&#{glyph};</tpl><tpl if="iconCls || iconUrl">&#160;</tpl>', '</span>', '</span>', '</span>', '<tpl if="closable">', '<span id="{id}-closeEl" role="presentation"', ' class="{baseCls}-close-btn"', '<tpl if="closeText">', ' title="{closeText}" aria-label="{closeText}"', '</tpl>', '>', '</span>', '</tpl>']
            • 5.0.0
              • default value is '<span id="{id}-btnWrap" data-ref="btnWrap" role="presentation" unselectable="on" style="{btnWrapStyle}" ' + 'class="{btnWrapCls} {btnWrapCls}-{ui} {splitCls}{childElCls}">' + '<span id="{id}-btnEl" data-ref="btnEl" role="presentation" unselectable="on" style="{btnElStyle}" ' + 'class="{btnCls} {btnCls}-{ui} {textCls} {noTextCls} {hasIconCls} ' + '{iconAlignCls} {textAlignCls} {btnElAutoHeightCls}{childElCls}">' + '<tpl if="iconBeforeText">{[values.$comp.renderIcon(values)]}</tpl>' + '<span id="{id}-btnInnerEl" data-ref="btnInnerEl" role="presentation" unselectable="on" ' + 'class="{innerCls} {innerCls}-{ui}{childElCls}">{text}</span>' + '<tpl if="!iconBeforeText">{[values.$comp.renderIcon(values)]}</tpl>' + '</span>' + '</span>' + '{[values.$comp.getAfterMarkup ? values.$comp.getAfterMarkup(values) : ""]}' + '<tpl if="closable">' + '<span id="{id}-closeEl" data-ref="closeEl" role="presentation"' + ' class="{baseCls}-close-btn"' + '<tpl if="closeText">' + ' title="{closeText}" aria-label="{closeText}"' + '</tpl>' + '>' + '</span>' + '</tpl>'
        • cssVar
          • $button-arrow-height
            • 4.2.2
              • default value is 12px
            • 5.0.0
              • default value is 8px
          • $button-arrow-width
            • 4.2.2
              • default value is 12px
            • 5.0.0
              • default value is 8px
          • $button-default-glyph-opacity
            • 4.2.2
              • default value is .5
            • 5.0.0
              • default value is 0.5
          • $button-large-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $button-large-text-padding
            • 4.2.2
              • default value is 3px
            • 5.0.0
              • default value is 4px
          • $button-medium-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $button-medium-text-padding
            • 4.2.2
              • default value is 3px
            • 5.0.0
              • default value is 4px
          • $button-opacity-disabled
            • 4.2.2
              • default value is .5
            • 5.0.0
              • default value is 0.5
          • $button-small-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $button-toolbar-opacity-disabled
            • 4.2.2
              • default value is .5
            • 5.0.0
              • default value is 0.5
        • method
          • setText
            • 4.2.2
              • return type is Ext.button.Button
            • 5.0.0
              • return type is void
      • Removed
        • config
          • focusCls
          • menuActiveCls
          • pressedCls
        • cssMixin
          • extjs-button-large-ui
          • extjs-button-medium-ui
          • extjs-button-small-ui
          • extjs-button-toolbar-large-ui
          • extjs-button-toolbar-medium-ui
          • extjs-button-toolbar-small-ui
          • extjs-button-ui
        • property
          • isAction
    • Ext.chart.Chart

      • 4.2.2
        • mixins is [Ext.chart.theme.Theme, Ext.chart.Mask, Ext.chart.Navigation, Ext.util.Bindable, Ext.util.Observable]
      • 5.0.0
        • mixins is [Ext.chart.theme.Theme, Ext.chart.Mask, Ext.chart.Navigation, Ext.util.StoreHolder, Ext.util.Observable]
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.chart.Chart
            • 5.0.0
              • return type is Ext.chart.Mask
    • Ext.chart.series.Series

      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.chart.series.Series
            • 5.0.0
              • return type is Ext.chart.Callout
      • Removed
        • event
          • titlechange
    • Ext.container.ButtonGroup

      • Modified
        • config
          • titleAlign
            • 4.2.2
              • default value is 'center'
            • 5.0.0
              • default value is 'left'
        • cssVar
          • $btn-group-header-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.container.Container

      • 4.2.2
        • alternateClassNames is [Ext.Container]
        • mixins is []
        • superclass is Ext.container.AbstractContainer
      • 5.0.0
        • alternateClassNames is [Ext.Container, Ext.AbstractContainer]
        • mixins is [Ext.mixin.Queryable]
        • superclass is Ext.Component
      • Added
        • config
          • referenceHolder
        • method
          • getReferences
          • initInheritedState
          • lookupReference
          • moveAfter
          • moveBefore
          • setActiveItem
      • Modified
        • method
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • disable
            • 4.2.2
              • return type is Ext.container.AbstractContainer
            • 5.0.0
              • return type is Ext.container.Container
          • enable
            • 4.2.2
              • return type is Ext.container.AbstractContainer
            • 5.0.0
              • return type is Ext.container.Container
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initItems
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • setLayout
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.container.Viewport

      • Added
        • config
          • maxUserScale
      • Modified
        • property
          • isViewport
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is null
    • Ext.data.AbstractStore

      • 4.2.2
        • mixins is [Ext.util.Observable, Ext.util.Sortable]
      • 5.0.0
        • mixins is [Ext.mixin.Observable, Ext.mixin.Factoryable]
      • Added
        • config
          • autoDestroy
          • groupDir
          • groupField
          • grouper
          • pageSize
        • event
          • beginupdate
          • endupdate
        • method
          • addFilter
          • beginUpdate
          • clearGrouping
          • contains
          • endUpdate
          • find
          • findBy
          • findExact
          • findRecord
          • getAt
          • getAutoDestroy
          • getFilters
          • getGroupDir
          • getGroups
          • getId
          • getPageSize
          • getRange
          • getRemoteFilter
          • getRemoteSort
          • getStatefulFilters
          • getStoreId
          • group
          • isGrouped
          • isSorted
          • removeFilter
          • setAutoDestroy
          • setFilters
          • setGroupDir
          • setGroupField
          • setGrouper
          • setPageSize
          • setRemoteFilter
          • setRemoteSort
          • setSorters
          • setStatefulFilters
          • setStoreId
        • property
          • currentPage
          • factoryConfig
          • updating
      • Modified
        • method
          • clearFilter
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • create
            • 4.2.2
              • return type is Ext.data.AbstractStore
            • 5.0.0
              • return type is Object
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • filterBy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • getById
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.data.Model
          • getCount
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Number
          • getSorters
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.util.Sorter[]/Object[]
          • isFiltered
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Boolean
      • Removed
        • config
          • autoLoad
          • autoSync
          • batchUpdateMode
          • fields
          • filterOnLoad
          • model
          • proxy
          • sortOnLoad
        • event
          • beforeload
          • beforesync
          • bulkremove
          • load
          • metachange
          • write
        • method
          • getModifiedRecords
          • getNewRecords
          • getProxy
          • getRemovedRecords
          • getUpdatedRecords
          • load
          • reload
          • removeAll
          • resumeAutoSync
          • save
          • setProxy
          • suspendAutoSync
          • sync
        • property
          • defaultProxyType
          • filters
          • lastOptions
          • removed
    • Ext.data.ArrayStore

      • 4.2.2
        • alternateClassNames is []
      • 5.0.0
        • alternateClassNames is [Ext.data.SimpleStore]
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.data.ArrayStore
            • 5.0.0
              • return type is Ext.data.Store
          • getProxy
            • 4.2.2
              • return type is Ext.data.proxy.Proxy
            • 5.0.0
              • return type is Object
    • Ext.data.Batch

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is [Ext.mixin.Observable]
      • Added
        • method
          • getCurrent
          • getExceptions
          • getOperations
          • getPauseOnException
          • getTotal
          • hasException
          • isComplete
          • isRunning
          • setPauseOnException
          • sort
      • Modified
        • method
          • runOperation
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
        • property
          • current
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • exceptions
            • 4.2.2
              • type is Ext.data.Operation[]
            • 5.0.0
              • type is Ext.data.operation.Operation[]
          • operations
            • 4.2.2
              • private is false
              • type is Ext.data.Operation[]
            • 5.0.0
              • private is true
              • type is Ext.data.operation.Operation[]
          • total
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
      • Removed
        • config
          • autoStart
        • property
          • hasException
          • isComplete
          • isRunning
    • Ext.data.Connection

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is [Ext.mixin.Observable]
      • Added
        • config
          • async
          • defaultPostHeader
          • defaultXhrHeader
          • password
          • url
          • useDefaultXhrHeader
          • username
        • method
          • getAsync
          • getAutoAbort
          • getBinary
          • getCors
          • getDefaultHeaders
          • getDefaultPostHeader
          • getDefaultXdrContentType
          • getDefaultXhrHeader
          • getDisableCaching
          • getDisableCachingParam
          • getExtraParams
          • getIsXdr
          • getMethod
          • getPassword
          • getTimeout
          • getUrl
          • getUseDefaultXhrHeader
          • getUsername
          • getWithCredentials
          • setAsync
          • setAutoAbort
          • setBinary
          • setCors
          • setDefaultHeaders
          • setDefaultPostHeader
          • setDefaultXdrContentType
          • setDefaultXhrHeader
          • setDisableCaching
          • setDisableCachingParam
          • setExtraParams
          • setIsXdr
          • setMethod
          • setPassword
          • setTimeout
          • setUrl
          • setUseDefaultXhrHeader
          • setUsername
          • setWithCredentials
    • Ext.data.Model

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is []
      • Added
        • config
          • convertOnSet
          • identifier
          • schema
          • validationSeparator
          • validators
          • versionProperty
        • method
          • abort
          • addFields
          • clone
          • drop
          • erase
          • getCriticalFields
          • getFields
          • getIdProperty
          • getModified
          • getPrevious
          • getTransientFields
          • getValidation
          • isLoading
          • load
          • onLoad
          • removeFields
          • replaceFields
          • setSession
        • property
          • dropped
          • entityName
          • erased
          • generation
          • isEntity
          • schema
          • session
      • Modified
        • config
          • idProperty
            • 4.2.2
              • type is String/Object/Ext.data.Field
            • 5.0.0
              • type is String
        • method
          • destroy
            • 4.2.2
              • protected is false
              • return type is Ext.data.Model
            • 5.0.0
              • protected is true
              • return type is void
          • getFields
            • 4.2.2
              • private is false
              • return type is Ext.data.Field[]
            • 5.0.0
              • private is true
              • return type is void
          • getObservableId
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • load
            • 4.2.2
              • return type is void
            • 5.0.0
              • return type is Ext.data.Model
          • save
            • 4.2.2
              • return type is Ext.data.Model
            • 5.0.0
              • return type is Ext.data.operation.Operation
          • validate
            • 4.2.2
              • return type is Ext.data.Errors
            • 5.0.0
              • return type is Ext.data.ErrorCollection
        • property
          • COMMIT
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • EDIT
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • REJECT
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • fields
            • 4.2.2
              • private is false
              • type is Ext.util.MixedCollection
            • 5.0.0
              • private is true
              • type is Ext.data.field.Field[]
          • modified
            • 4.2.2
              • default value is {}
            • 5.0.0
              • default value is null
      • Removed
        • config
          • defaultProxyType
          • idgen
          • persistenceProperty
          • validations
        • event
          • idchanged
        • method
          • id
          • setDirty
          • setFields
          • setProxy
        • property
          • raw
          • stores
    • Ext.data.NodeInterface

      • Added
        • method
          • erase
          • fireEvent
      • Modified
        • method
          • destroy
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
    • Ext.data.Request

      • Added
        • config
          • binary
          • callbackKey
          • disableCaching
          • headers
          • jsonData
          • operation
          • password
          • proxy
          • username
          • withCredentials
          • xmlData
        • method
          • getAction
          • getArgs
          • getBinary
          • getCallback
          • getCallbackKey
          • getDirectFn
          • getDisableCaching
          • getHeaders
          • getJsonData
          • getMethod
          • getOperation
          • getParam
          • getParams
          • getPassword
          • getProxy
          • getRecords
          • getScope
          • getTimeout
          • getUrl
          • getUseDefaultXhrHeader
          • getUsername
          • getWithCredentials
          • getXmlData
          • setAction
          • setArgs
          • setBinary
          • setCallback
          • setCallbackKey
          • setDirectFn
          • setDisableCaching
          • setHeaders
          • setJsonData
          • setMethod
          • setOperation
          • setParam
          • setParams
          • setPassword
          • setProxy
          • setRecords
          • setScope
          • setTimeout
          • setUrl
          • setUseDefaultXhrHeader
          • setUsername
          • setWithCredentials
          • setXmlData
    • Ext.data.ResultSet

      • Added
        • config
          • message
          • rootExists
        • method
          • getCount
          • getLoaded
          • getMessage
          • getRecords
          • getSuccess
          • getTotal
          • setCount
          • setLoaded
          • setMessage
          • setRecords
          • setSuccess
          • setTotal
        • property
          • isResultSet
      • Modified
        • config
          • count
            • 4.2.2
              • default value is 0
            • 5.0.0
              • default value is null
          • records
            • 4.2.2
              • type is Ext.data.Model[]
            • 5.0.0
              • type is Ext.data.Model[]/Object[]
          • total
            • 4.2.2
              • default value is 0
            • 5.0.0
              • default value is null
      • Removed
        • property
          • totalRecords
    • Ext.data.Store

      • 4.2.2
        • mixins is []
        • superclass is Ext.data.AbstractStore
      • 5.0.0
        • mixins is [Ext.data.LocalStore]
        • superclass is Ext.data.ProxyStore
      • Added
        • config
          • role
        • method
          • getClearOnPageLoad
          • getClearRemovedOnLoad
          • getData
          • getRole
          • setClearOnPageLoad
          • setClearRemovedOnLoad
          • setData
          • setRole
        • property
          • loadCount
      • Modified
        • config
          • data
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 0
          • pageSize
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 25
        • method
          • filter
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • getByInternalId
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • getGroups
            • 4.2.2
              • return type is Object/Object[]
            • 5.0.0
              • return type is Ext.util.GroupCollection
          • loadRawData
            • 4.2.2
              • return type is void
            • 5.0.0
              • return type is Boolean
          • query
            • 4.2.2
              • return type is Ext.util.MixedCollection
            • 5.0.0
              • return type is Ext.util.Collection
          • queryBy
            • 4.2.2
              • return type is Ext.util.MixedCollection
            • 5.0.0
              • return type is Ext.util.Collection
        • property
          • data
            • 4.2.2
              • private is false
              • type is Ext.util.MixedCollection/Ext.data.PageMap
            • 5.0.0
              • private is true
              • type is Ext.util.Collection
      • Removed
        • config
          • buffered
          • groupers
          • leadingBufferZone
          • purgePageCount
          • remoteGroup
          • sortOnFilter
          • trailingBufferZone
        • method
          • getGroupString
          • getPageFromRecordIndex
          • guaranteeRange
          • indexOfTotal
          • prefetch
          • prefetchPage
          • prefetchRange
        • property
          • snapshot
    • Ext.data.TreeModel

      • 4.2.2
        • mixins is [Ext.Queryable]
      • 5.0.0
        • mixins is [Ext.mixin.Queryable]
      • Added
        • config
          • childType
    • Ext.data.TreeStore

      • 4.2.2
        • superclass is Ext.data.AbstractStore
      • 5.0.0
        • superclass is Ext.data.NodeStore
      • Added
        • config
          • recursive
          • rootVisible
        • method
          • getDefaultRootProperty
          • getRecursive
          • getRoot
          • getRootVisible
          • isVisible
          • setDefaultRootProperty
          • setRecursive
          • setRoot
          • setRootVisible
        • property
          • isTreeStore
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.data.TreeStore
            • 5.0.0
              • return type is Ext.data.Store
          • filter
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • setProxy
            • 4.2.2
              • return type is Ext.data.proxy.Proxy
            • 5.0.0
              • return type is void
    • Ext.data.proxy.Ajax

      • Added
        • config
          • actionMethods
          • password
          • useDefaultXhrHeader
          • username
          • withCredentials
        • method
          • abort
          • getActionMethods
          • getBinary
          • getHeaders
          • getParamsAsJson
          • getPassword
          • getUseDefaultXhrHeader
          • getUsername
          • getWithCredentials
          • setActionMethods
          • setBinary
          • setHeaders
          • setParamsAsJson
          • setPassword
          • setUseDefaultXhrHeader
          • setUsername
          • setWithCredentials
      • Removed
        • property
          • actionMethods
    • Ext.data.proxy.Direct

      • Added
        • method
          • getApi
          • getDirectFn
          • getParamOrder
          • getParamsAsHash
          • setApi
          • setDirectFn
          • setParamOrder
          • setParamsAsHash
      • Modified
        • config
          • extraParams
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is {}
        • method
          • constructor
            • 4.2.2
              • return type is Ext.data.proxy.Direct
            • 5.0.0
              • return type is Ext.data.proxy.Proxy
          • extractResponseData
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • setException
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
        • property
          • applyEncoding
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.data.proxy.JsonP

      • Added
        • method
          • getAutoAppendParams
          • getCallbackKey
          • getRecordParam
          • setAutoAppendParams
          • setCallbackKey
          • setRecordParam
      • Modified
        • config
          • recordParam
            • 4.2.2
              • default value is records
            • 5.0.0
              • default value is 'records'
        • method
          • constructor
            • 4.2.2
              • return type is Ext.data.proxy.JsonP
            • 5.0.0
              • return type is Ext.data.proxy.Proxy
    • Ext.data.proxy.Memory

      • Added
        • method
          • erase
          • getData
          • getEnablePaging
          • setData
          • setEnablePaging
      • Modified
        • method
          • destroy
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
    • Ext.data.proxy.Proxy

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is [Ext.mixin.Factoryable, Ext.mixin.Observable]
      • Added
        • method
          • erase
          • getBatchActions
          • getBatchOrder
          • setBatchActions
          • setBatchOrder
      • Modified
        • config
          • reader
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is {type: 'json'}
          • writer
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is {type: 'json'}
        • method
          • destroy
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • getModel
            • 4.2.2
              • return type is Ext.data.Model
            • 5.0.0
              • return type is String/Ext.data.Model
          • getReader
            • 4.2.2
              • return type is Ext.data.reader.Reader
            • 5.0.0
              • return type is Object/String/Ext.data.reader.Reader
          • getWriter
            • 4.2.2
              • return type is Ext.data.writer.Writer
            • 5.0.0
              • return type is Object/String/Ext.data.writer.Writer
          • setReader
            • 4.2.2
              • return type is Ext.data.reader.Reader
            • 5.0.0
              • return type is void
          • setWriter
            • 4.2.2
              • return type is Ext.data.writer.Writer
            • 5.0.0
              • return type is void
    • Ext.data.proxy.Rest

      • Added
        • config
          • actionMethods
        • method
          • getActionMethods
          • getAppendId
          • getBatchActions
          • getFormat
          • setActionMethods
          • setAppendId
          • setBatchActions
          • setFormat
      • Modified
        • property
          • actionMethods
            • 4.2.2
              • default value is {create: 'POST', read: 'GET', update: 'PUT', destroy: 'DELETE'}
            • 5.0.0
              • default value is null
    • Ext.data.proxy.Server

      • Added
        • method
          • erase
          • getApi
          • getCacheString
          • getDirectionParam
          • getExtraParams
          • getFilterParam
          • getGroupDirectionParam
          • getGroupParam
          • getIdParam
          • getLimitParam
          • getNoCache
          • getPageParam
          • getSimpleGroupMode
          • getSimpleSortMode
          • getSortParam
          • getStartParam
          • getTimeout
          • setApi
          • setCacheString
          • setDirectionParam
          • setExtraParams
          • setFilterParam
          • setGroupDirectionParam
          • setGroupParam
          • setIdParam
          • setLimitParam
          • setNoCache
          • setPageParam
          • setSimpleGroupMode
          • setSimpleSortMode
          • setSortParam
          • setStartParam
          • setTimeout
          • setUrl
      • Modified
        • method
          • applyEncoding
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.data.reader.Array

      • Added
        • method
          • getSuccessProperty
          • getTotalProperty
          • setSuccessProperty
          • setTotalProperty
      • Modified
        • config
          • successProperty
            • 4.2.2
              • default value is "success"
            • 5.0.0
              • default value is null
          • totalProperty
            • 4.2.2
              • default value is "total"
            • 5.0.0
              • default value is null
    • Ext.data.reader.Json

      • Added
        • config
          • preserveRawData
        • method
          • getMetaProperty
          • getPreserveRawData
          • getRecord
          • getUseSimpleAccessors
          • setMetaProperty
          • setPreserveRawData
          • setRecord
          • setUseSimpleAccessors
      • Modified
        • config
          • metaProperty
            • 4.2.2
              • default value is "metaData"
            • 5.0.0
              • default value is 'metaData'
        • method
          • getResponseData
            • 4.2.2
              • return type is Ext.data.ResultSet
            • 5.0.0
              • return type is Object
      • Removed
        • config
          • root
        • property
          • jsonData
    • Ext.data.reader.Reader

      • 4.2.2
        • aliases is {}
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • aliases is {reader=[base]}
        • mixins is [Ext.mixin.Observable, Ext.mixin.Factoryable]
      • Added
        • config
          • model
          • rootProperty
          • transform
          • typeProperty
        • method
          • getImplicitIncludes
          • getMessageProperty
          • getModel
          • getReadRecordsOnFailure
          • getRootProperty
          • getSuccessProperty
          • getTotalProperty
          • getTransform
          • getTypeProperty
          • setImplicitIncludes
          • setMessageProperty
          • setReadRecordsOnFailure
          • setRootProperty
          • setSuccessProperty
          • setTotalProperty
          • setTransform
          • setTypeProperty
        • property
          • factoryConfig
      • Modified
        • config
          • messageProperty
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
          • successProperty
            • 4.2.2
              • default value is "success"
            • 5.0.0
              • default value is 'success'
          • totalProperty
            • 4.2.2
              • default value is "total"
            • 5.0.0
              • default value is 'total'
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getResponseData
            • 4.2.2
              • return type is Ext.data.ResultSet
            • 5.0.0
              • return type is Object
          • setModel
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
        • property
          • isReader
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • config
          • idProperty
          • root
    • Ext.data.reader.Xml

      • Added
        • method
          • getNamespace
          • getRecord
          • setNamespace
          • setRecord
      • Modified
        • config
          • namespace
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
          • record
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
        • method
          • getResponseData
            • 4.2.2
              • return type is Ext.data.ResultSet
            • 5.0.0
              • return type is Object
    • Ext.data.soap.Proxy

      • Added
        • method
          • getCreateBodyTpl
          • getDestroyBodyTpl
          • getEnvelopeTpl
          • getOperationParam
          • getReadBodyTpl
          • getSoapAction
          • getTargetNamespace
          • getUpdateBodyTpl
          • getWriteBodyTpl
          • setCreateBodyTpl
          • setDestroyBodyTpl
          • setEnvelopeTpl
          • setOperationParam
          • setReadBodyTpl
          • setSoapAction
          • setTargetNamespace
          • setUpdateBodyTpl
          • setUrl
          • setWriteBodyTpl
      • Modified
        • config
          • soapAction
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is {}
          • targetNamespace
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
          • url
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is ''
        • method
          • getReader
            • 4.2.2
              • return type is Ext.data.reader.Reader
            • 5.0.0
              • return type is Object/String/Ext.data.soap.Reader
          • getUrl
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.data.writer.Json

      • Added
        • config
          • rootProperty
        • method
          • getAllowSingle
          • getEncode
          • getExpandData
          • getRootProperty
          • setAllowSingle
          • setEncode
          • setExpandData
          • setRootProperty
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.data.writer.Writer
            • 5.0.0
              • return type is Ext.data.writer.Json
          • writeRecords
            • 4.2.2
              • private is true
              • protected is false
              • return type is void
            • 5.0.0
              • private is false
              • protected is true
              • return type is Ext.data.Request
      • Removed
        • config
          • root
    • Ext.data.writer.Writer

      • 4.2.2
        • mixins is []
      • 5.0.0
        • mixins is [Ext.mixin.Factoryable]
      • Added
        • config
          • allDataOptions
          • clientIdProperty
          • partialDataOptions
          • transform
        • method
          • getAllDataOptions
          • getClientIdProperty
          • getDateFormat
          • getNameProperty
          • getPartialDataOptions
          • getTransform
          • getWriteAllFields
          • getWriteRecordId
          • setAllDataOptions
          • setClientIdProperty
          • setDateFormat
          • setNameProperty
          • setPartialDataOptions
          • setTransform
          • setWriteAllFields
          • setWriteRecordId
          • writeRecords
        • property
          • factoryConfig
      • Modified
        • config
          • writeAllFields
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is false
        • property
          • isWriter
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.data.writer.Xml

      • Added
        • method
          • getDefaultDocumentRoot
          • getDocumentRoot
          • getHeader
          • getRecord
          • setDefaultDocumentRoot
          • setDocumentRoot
          • setHeader
          • setRecord
      • Modified
        • method
          • writeRecords
            • 4.2.2
              • private is true
              • protected is false
              • return type is void
            • 5.0.0
              • private is false
              • protected is true
              • return type is Ext.data.Request
    • Ext.dd.DragDropManager

      • Modified
        • property
          • clickPixelThresh
            • 4.2.2
              • default value is 3
            • 5.0.0
              • default value is 8
      • Removed
        • property
          • clickTimeThresh
    • Ext.dd.DragTracker

      • Modified
        • config
          • constrainTo
            • 4.2.2
              • type is Ext.util.Region/Ext.Element
            • 5.0.0
              • type is Ext.util.Region/Ext.dom.Element
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getDragTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
    • Ext.dd.ScrollManager

      • Modified
        • property
          • hthresh
            • 4.2.2
              • default value is 25
              • type is Number
            • 5.0.0
              • default value is null
              • type is Object
          • vthresh
            • 4.2.2
              • default value is 25
              • type is Number
            • 5.0.0
              • default value is null
              • type is Object
    • Ext.dd.StatusProxy

      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<div class="' + Ext.baseCSSPrefix + 'dd-drop-icon" role="presentation"></div>' + '<div id="{id}-ghost" class="' + Ext.baseCSSPrefix + 'dd-drag-ghost" role="presentation"></div>']
            • 5.0.0
              • default value is ['<div class="' + Ext.baseCSSPrefix + 'dd-drop-icon" role="presentation"></div>' + '<div id="{id}-ghost" data-ref="ghost" class="' + Ext.baseCSSPrefix + 'dd-drag-ghost" role="presentation"></div>']
        • method
          • getGhost
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
    • Ext.direct.Manager

      • Removed
        • method
          • constructor
    • Ext.dom.CompositeElementLite

      • 4.2.2
        • mixins is []
      • 5.0.0
        • mixins is [Ext.dom.Element]
      • Modified
        • method
          • add
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
          • destroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • each
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
          • fill
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
          • filter
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
          • removeElement
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
          • replaceElement
            • 4.2.2
              • return type is Ext.dom.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite
        • property
          • elements
            • 4.2.2
              • default value is []
            • 5.0.0
              • default value is null
    • Ext.dom.Element

      • 4.2.2
        • alternateClassNames is [Ext.Element, Ext.core.Element]
        • mixins is []
        • superclass is Ext.dom.AbstractElement
      • 5.0.0
        • alternateClassNames is [Ext.Element]
        • mixins is [Ext.util.Positionable, Ext.mixin.Observable]
        • superclass is Ext.Base
      • Added
        • event
          • doubletap
          • longpress
          • painted
          • pinch
          • pinchend
          • pinchstart
          • rotate
          • rotateend
          • rotatestart
          • singletap
          • swipe
          • taphold
        • method
          • cssTranslate
          • fly
          • getHtml
          • getOuterHeight
          • getOuterWidth
          • getScrollParent
          • id
          • isDescendent
          • query
          • selectNode
          • setCls
          • setHtml
          • setMaxHeight
          • setMaxWidth
          • setMinHeight
          • setMinWidth
          • setTopLeft
          • setX
          • setY
          • updateText
        • property
          • component
          • empty
      • Modified
        • method
          • addListener
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • appendChild
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • appendTo
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • clearListeners
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • constructor
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • createChild
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • fadeIn
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • fadeOut
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getColor
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • getHTML
            • 4.2.2
              • return type is void
            • 5.0.0
              • return type is String
          • getLocalXY
            • 4.2.2
              • return type is Array
            • 5.0.0
              • return type is Number[]
          • insertAfter
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • insertBefore
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • insertFirst
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • insertHtml
            • 4.2.2
              • return type is HTMLElement/Ext.dom.AbstractElement
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertSibling
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • isAncestor
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Boolean
          • on
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • pause
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • purgeAllListeners
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • query
            • 4.2.2
              • return type is HTMLElement[]
            • 5.0.0
              • return type is HTMLElement[]/Ext.dom.Element[]
          • relayEvent
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
          • removeAllListeners
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • removeListener
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • replace
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • replaceWith
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • scale
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • scrollBy
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • scrollTo
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • select
            • 4.2.2
              • return type is Ext.CompositeElement
            • 5.0.0
              • return type is Ext.dom.CompositeElementLite/Ext.dom.CompositeElement
          • selectable
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • serializeForm
            • 4.2.2
              • static is false
            • 5.0.0
              • static is true
          • setVisibilityMode
            • 4.2.2
              • return type is Ext.dom.AbstractElement
            • 5.0.0
              • return type is Ext.dom.Element
          • setXY
            • 4.2.2
              • private is true
              • return type is void
              • static is true
            • 5.0.0
              • private is false
              • return type is Ext.dom.Element
              • static is false
          • shift
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • un
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • up
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • update
            • 4.2.2
              • return type is Ext.dom.Element
            • 5.0.0
              • return type is void
          • wrap
            • 4.2.2
              • return type is HTMLElement/Ext.dom.AbstractElement
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
      • Removed
        • event
          • DOMActivate
          • DOMAttrModified
          • DOMCharacterDataModified
          • DOMFocusIn
          • DOMFocusOut
          • DOMNodeInserted
          • DOMNodeInsertedIntoDocument
          • DOMNodeRemoved
          • DOMNodeRemovedFromDocument
          • DOMSubtreeModified
          • abort
          • blur
          • change
          • click
          • contextmenu
          • dblclick
          • error
          • focus
          • keydown
          • keypress
          • keyup
          • load
          • mousedown
          • mouseenter
          • mouseleave
          • mousemove
          • mouseout
          • mouseover
          • mouseup
          • reset
          • scroll
          • select
          • submit
          • unload
        • method
          • enableDisplayMode
          • getFrameWidth
          • select
        • property
          • autoBoxAdjust
          • originalDisplay
    • Ext.dom.Helper

      • 4.2.2
        • alternateClassNames is []
        • superclass is Ext.dom.AbstractHelper
      • 5.0.0
        • alternateClassNames is [Ext.DomHelper]
        • superclass is Ext.Base
      • Modified
        • method
          • append
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertAfter
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertBefore
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • insertFirst
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
          • overwrite
            • 4.2.2
              • return type is HTMLElement/Ext.Element
            • 5.0.0
              • return type is HTMLElement/Ext.dom.Element
    • Ext.dom.Layer

      • Modified
        • method
          • setLocalX
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.util.Positionable
          • setLocalXY
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.util.Positionable
          • setLocalY
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.util.Positionable
          • setX
            • 4.2.2
              • private is true
              • return type is Ext.dom.Layer
            • 5.0.0
              • private is false
              • return type is Ext.dom.Element
          • setXY
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.dom.Element
          • setY
            • 4.2.2
              • private is true
              • return type is Ext.dom.Layer
            • 5.0.0
              • private is false
              • return type is Ext.dom.Element
      • Removed
        • config
          • shim
    • Ext.dom.Query

      • 4.2.2
        • mixins is null
        • superclass is null
      • 5.0.0
        • mixins is []
        • superclass is Ext.Base
      • Added
        • method
          • getNodeValue
    • Ext.draw.Component

      • Added
        • event
      • Removed
        • event
          • click
          • dblclick
          • mousedown
          • mouseenter
          • mouseleave
          • mousemove
          • mouseup
    • Ext.draw.CompositeSprite

      • Added
        • event
          • constructor
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.draw.CompositeSprite
            • 5.0.0
              • return type is Ext.util.MixedCollection
      • Removed
        • event
          • click
          • mousedown
          • mouseout
          • mouseover
          • mouseup
    • Ext.draw.Sprite

      • Added
        • event
          • constructor
      • Removed
        • event
          • beforedestroy
          • click
          • destroy
          • mousedown
          • mousemove
          • mouseout
          • mouseover
          • mouseup
          • render
        • method
          • constructor
    • Ext.draw.Surface

      • Added
        • event
      • Removed
        • event
          • click
          • dblclick
          • mousedown
          • mouseenter
          • mouseleave
          • mousemove
          • mouseout
          • mouseover
          • mouseup
    • Ext.enums.Layout

      • Added
        • property
          • center
          • split-column
    • Ext.enums.Plugin

      • Added
        • property
          • fieldreplicator
          • responsive
          • tabreorderer
          • viewport
      • Removed
        • property
          • bufferedrenderer
    • Ext.enums.Widget

      • Added
        • property
          • breadcrumb
          • columnsplitter
          • dashboard
          • dashboard-column
          • dashboard-panel
          • desktop
          • explorer
          • multiselector
          • multiselector-search
          • progressbarwidget
          • segmentedbutton
          • sliderwidget
          • tagfield
          • taskbar
          • title
          • toast
          • trayclock
          • wallpaper
          • widget
          • widgetcolumn
    • Ext.flash.Component

      • Modified
        • property
          • swf
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
    • Ext.form.Basic

      • Modified
        • config
          • waitMsgTarget
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
    • Ext.form.CheckboxGroup

      • Added
        • cssMixin
          • extjs-checkboxgroup-ui
        • cssVar
          • $form-checkboxgroup-body-invalid-background-image
          • $form-checkboxgroup-body-invalid-background-position
          • $form-checkboxgroup-body-invalid-background-repeat
          • $form-checkboxgroup-body-invalid-border-color
          • $form-checkboxgroup-body-invalid-border-style
          • $form-checkboxgroup-body-invalid-border-width
          • $include-checkboxgroup-default-ui
      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • cssVar
          • $form-checkboxgroup-label-border-color
          • $form-checkboxgroup-label-border-style
          • $form-checkboxgroup-label-border-width
          • $form-checkboxgroup-label-color
          • $form-checkboxgroup-label-margin
          • $form-checkboxgroup-label-padding
    • Ext.form.FieldAncestor

      • 4.2.2
        • superclass is Ext.Base
      • 5.0.0
        • superclass is Ext.Mixin
    • Ext.form.FieldContainer

      • Modified
        • config
          • shrinkWrap
            • 4.2.2
              • default value is 2
            • 5.0.0
              • default value is true
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.form.FieldSet

      • Added
        • config
          • checkboxUI
        • cssMixin
          • extjs-fieldset-ui
        • cssVar
          • $fieldset-collapse-tool-opacity
          • $fieldset-collapse-tool-opacity-over
          • $fieldset-collapse-tool-opacity-pressed
          • $include-fieldset-default-ui
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['{%this.renderLegend(out,values);%}', '<div id="{id}-body" class="{baseCls}-body {bodyTargetCls}" role="presentation"<tpl if="bodyStyle"> style="{bodyStyle}"</tpl>>', '{%this.renderContainer(out,values);%}', '</div>']
            • 5.0.0
              • default value is ['{%this.renderLegend(out,values);%}', '<div id="{id}-body" data-ref="body" class="{baseCls}-body {baseCls}-body-{ui} {bodyTargetCls}" ', 'role="presentation"<tpl if="bodyStyle"> style="{bodyStyle}"</tpl>>', '{%this.renderContainer(out,values);%}', '</div>']
        • cssVar
          • $fieldset-header-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.form.Labelable

      • 4.2.2
        • superclass is Ext.Base
      • 5.0.0
        • superclass is Ext.Mixin
      • Added
        • cssMixin
          • extjs-label-ui
        • cssVar
          • $form-error-icon-background-image
          • $form-field-disabled-opacity
          • $form-label-horizontal-spacing
          • $form-label-vertical-spacing
          • $form-toolbar-error-icon-background-image
          • $form-toolbar-error-icon-height
          • $form-toolbar-error-icon-side-margin
          • $form-toolbar-error-icon-width
          • $form-toolbar-error-msg-color
          • $form-toolbar-error-msg-font-family
          • $form-toolbar-error-msg-font-size
          • $form-toolbar-error-msg-font-weight
          • $form-toolbar-error-msg-line-height
          • $form-toolbar-error-under-icon-spacing
          • $form-toolbar-error-under-padding
          • $form-toolbar-field-disabled-opacity
          • $form-toolbar-label-font-color
          • $form-toolbar-label-horizontal-spacing
          • $form-toolbar-label-vertical-spacing
          • $include-label-default-ui
          • $include-label-toolbar-ui
        • method
          • getChildEls
          • setChildEls
      • Modified
        • cssVar
          • $form-error-msg-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $form-label-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $form-toolbar-label-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
        • property
          • bodyEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
          • errorEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
          • labelEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
      • Removed
        • config
          • clearCls
        • cssVar
          • $form-toolbar-label-color
        • method
          • getLabelWidth
        • property
          • labelCell
    • Ext.form.Panel

      • Added
        • method
          • reset
      • Modified
        • config
          • waitMsgTarget
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initItems
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.form.RadioGroup

      • Modified
        • method
          • setValue
            • 4.2.2
              • return type is Ext.form.CheckboxGroup
            • 5.0.0
              • return type is Ext.form.RadioGroup
    • Ext.form.field.Base

      • Added
        • cssVar
          • $grid-cell-field-color
          • $grid-cell-field-font-family
          • $grid-cell-field-font-size
          • $grid-cell-field-font-weight
          • $grid-cell-field-height
          • $grid-cell-field-padding
          • $include-field-default-ui
          • $include-field-toolbar-ui
          • $include-grid-cell-field-ui
        • method
          • destroyTip
          • initTip
        • property
          • defaultBindProperty
      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'field'
            • 5.0.0
              • default value is 'autocomponent'
          • fieldBodyCls
            • 4.2.2
              • default value is ''
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'field-body'
          • shrinkWrap
            • 4.2.2
              • default value is 2
            • 5.0.0
              • default value is true
        • cssVar
          • $form-field-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $form-field-height
            • 4.2.2
              • default value is 22px
            • 5.0.0
              • default value is 24px
        • method
          • doComponentLayout
            • 4.2.2
              • return type is Ext.container.Container
            • 5.0.0
              • return type is Ext.Component
          • getSubTplMarkup
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
        • property
          • inputEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
      • Removed
        • cssVar
          • $form-field-font
          • $form-toolbar-field-font
    • Ext.form.field.Checkbox

      • Added
        • config
          • publishes
        • cssMixin
          • extjs-checkbox-ui
        • cssVar
          • $form-checkbox-background-image
          • $form-checkbox-label-color
          • $form-checkbox-label-font-family
          • $form-checkbox-label-font-size
          • $form-checkbox-label-font-weight
          • $form-checkbox-label-line-height
          • $form-radio-background-image
          • $form-toolbar-checkbox-background-image
          • $form-toolbar-checkbox-label-color
          • $form-toolbar-checkbox-label-font-family
          • $form-toolbar-checkbox-label-font-size
          • $form-toolbar-checkbox-label-font-weight
          • $form-toolbar-checkbox-label-line-height
          • $form-toolbar-checkbox-label-spacing
          • $form-toolbar-checkbox-size
          • $form-toolbar-radio-background-image
          • $include-checkbox-default-ui
          • $include-checkbox-toolbar-ui
      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'field'
            • 5.0.0
              • default value is 'autocomponent'
          • fieldBodyCls
            • 4.2.2
              • default value is ''
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'form-cb-wrap'
        • property
          • boxLabelEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
    • Ext.form.field.ComboBox

      • 4.2.2
        • mixins is [Ext.util.Bindable]
      • 5.0.0
        • mixins is [Ext.util.StoreHolder]
      • Added
        • config
          • autoLoadOnValue
        • method
          • getFilters
          • setFilters
      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'combobox'
            • 5.0.0
              • default value is 'autocomponent'
          • fieldSubTpl
            • 4.2.2
              • default value is ['<div class="{hiddenDataCls}" role="presentation"></div>', '<input id="{id}" type="{type}" role="{role}" {inputAttrTpl} class="{fieldCls} {typeCls} {editableCls}" autocomplete="off"', '<tpl if="value"> value="{[Ext.util.Format.htmlEncode(values.value)]}"</tpl>', '<tpl if="name"> name="{name}"</tpl>', '<tpl if="placeholder"> placeholder="{placeholder}"</tpl>', '<tpl if="size"> size="{size}"</tpl>', '<tpl if="maxLength !== undefined"> maxlength="{maxLength}"</tpl>', '<tpl if="readOnly"> readonly="readonly"</tpl>', '<tpl if="disabled"> disabled="disabled"</tpl>', '<tpl if="tabIdx"> tabIndex="{tabIdx}"</tpl>', '<tpl if="fieldStyle"> style="{fieldStyle}"</tpl>', '/>', {compiled: true, disableFormats: true}]
              • private is false
            • 5.0.0
              • default value is ['<input id="{id}" data-ref="inputEl" type="{type}" role="{role}" {inputAttrTpl}', ' size="1"', '<tpl if="name"> name="{name}"</tpl>', '<tpl if="value"> value="{[Ext.util.Format.htmlEncode(values.value)]}"</tpl>', '<tpl if="placeholder"> placeholder="{placeholder}"</tpl>', '{%if (values.maxLength !== undefined){%} maxlength="{maxLength}"{%}%}', '<tpl if="readOnly"> readonly="readonly"</tpl>', '<tpl if="disabled"> disabled="disabled"</tpl>', '<tpl if="tabIdx"> tabIndex="{tabIdx}"</tpl>', '<tpl if="fieldStyle"> style="{fieldStyle}"</tpl>', ' class="{fieldCls} {typeCls} {typeCls}-{ui} {editableCls} {inputCls}" autocomplete="off"/>', {disableFormats: true}]
              • private is true
          • transform
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
        • method
          • getSubTplMarkup
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • onDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.form.field.Display

      • Added
        • cssMixin
          • extjs-display-field-ui
        • cssVar
          • $form-toolbar-display-field-color
          • $grid-cell-display-field-color
          • $grid-cell-display-field-font-family
          • $grid-cell-display-field-font-size
          • $grid-cell-display-field-font-weight
          • $grid-cell-display-field-line-height
          • $include-display-field-default-ui
          • $include-display-field-grid-ui
          • $include-display-field-toolbar-ui
    • Ext.form.field.Field

      • Added
        • config
          • validation
        • method
          • getValidation
          • setValidation
      • Removed
        • method
          • transformOriginalValue
    • Ext.form.field.File

      • 4.2.2
        • superclass is Ext.form.field.Trigger
      • 5.0.0
        • superclass is Ext.form.field.Text
      • Added
        • config
          • triggers
      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'triggerfield'
            • 5.0.0
              • default value is 'autocomponent'
          • editable
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is false
        • method
          • onDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • onRender
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
        • property
          • fileInputEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
    • Ext.form.field.FileButton

      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<span id="{id}-btnWrap" role="presentation" class="{baseCls}-wrap', '<tpl if="splitCls"> {splitCls}</tpl>', '{childElCls}" unselectable="on">', '<span id="{id}-btnEl" class="{baseCls}-button" role="button">', '<span id="{id}-btnInnerEl" class="{baseCls}-inner {innerCls}', '{childElCls}" unselectable="on">', '{text}', '</span>', '<span role="presentation" id="{id}-btnIconEl" class="{baseCls}-icon-el {iconCls}', '{childElCls} {glyphCls}" unselectable="on" style="', '<tpl if="iconUrl">background-image:url({iconUrl});</tpl>', '<tpl if="glyph && glyphFontFamily">font-family:{glyphFontFamily};</tpl>">', '<tpl if="glyph">&#{glyph};</tpl><tpl if="iconCls || iconUrl">&#160;</tpl>', '</span>', '</span>', '</span>', '<input id="{id}-fileInputEl" class="{childElCls} {inputCls}" type="file" size="1" name="{inputName}" role="{role}" tabIndex="{tabIndex}">']
            • 5.0.0
              • default value is '<span id="{id}-btnWrap" data-ref="btnWrap" role="presentation" unselectable="on" style="{btnWrapStyle}" ' + 'class="{btnWrapCls} {btnWrapCls}-{ui} {splitCls}{childElCls}">' + '<span id="{id}-btnEl" data-ref="btnEl" role="presentation" unselectable="on" style="{btnElStyle}" ' + 'class="{btnCls} {btnCls}-{ui} {textCls} {noTextCls} {hasIconCls} ' + '{iconAlignCls} {textAlignCls} {btnElAutoHeightCls}{childElCls}">' + '<tpl if="iconBeforeText">{[values.$comp.renderIcon(values)]}</tpl>' + '<span id="{id}-btnInnerEl" data-ref="btnInnerEl" role="presentation" unselectable="on" ' + 'class="{innerCls} {innerCls}-{ui}{childElCls}">{text}</span>' + '<tpl if="!iconBeforeText">{[values.$comp.renderIcon(values)]}</tpl>' + '</span>' + '</span>' + '{[values.$comp.getAfterMarkup ? values.$comp.getAfterMarkup(values) : ""]}' + '<tpl if="closable">' + '<span id="{id}-closeEl" data-ref="closeEl" role="presentation"' + ' class="{baseCls}-close-btn"' + '<tpl if="closeText">' + ' title="{closeText}" aria-label="{closeText}"' + '</tpl>' + '>' + '</span>' + '</tpl>'
    • Ext.form.field.HtmlEditor

      • Modified
        • config
          • defaultButtonUI
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 'default-toolbar'
    • Ext.form.field.Picker

      • 4.2.2
        • superclass is Ext.form.field.Trigger
      • 5.0.0
        • superclass is Ext.form.field.Text
      • Added
        • config
          • triggers
        • method
          • getTriggers
          • setTriggers
    • Ext.form.field.Radio

      • Modified
        • config
          • focusCls
            • 4.2.2
              • default value is 'x-form-radio-focus'
            • 5.0.0
              • default value is 'x-form-checkbox-focus'
      • Removed
        • cssVar
          • $form-radio-size
    • Ext.form.field.Spinner

      • 4.2.2
        • superclass is Ext.form.field.Trigger
      • 5.0.0
        • superclass is Ext.form.field.Text
      • Added
        • config
          • triggers
        • cssMixin
          • extjs-spinner-trigger-ui
        • cssVar
          • $grid-cell-checkbox-background-image
          • $grid-cell-checkbox-size
          • $grid-cell-radio-background-image
          • $grid-cell-spinner-trigger-down-background-image
          • $grid-cell-spinner-trigger-up-background-image
          • $grid-cell-spinner-trigger-vertical
          • $grid-cell-spinner-trigger-vertical-background-image
          • $include-checkbox-grid-ui
          • $include-spinner-trigger-default-ui
          • $include-spinner-trigger-grid-ui
          • $include-spinner-trigger-toolbar-ui
          • $spinner-toolbar-trigger-down-background-image
          • $spinner-toolbar-trigger-up-background-image
          • $spinner-toolbar-trigger-vertical
          • $spinner-toolbar-trigger-vertical-background-image
          • $spinner-trigger-down-background-image
          • $spinner-trigger-up-background-image
          • $spinner-trigger-vertical
          • $spinner-trigger-vertical-background-image
        • method
          • getTriggers
          • setTriggers
      • Modified
        • method
          • getSubTplMarkup
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • onDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • cssVar
          • $spinner-btn-height
          • $spinner-toolbar-btn-height
        • property
          • spinDownEl
          • spinUpEl
    • Ext.form.field.Text

      • Added
        • config
          • editable
          • hideTrigger
          • inputWrapCls
          • repeatTriggerClick
          • triggerWrapCls
          • triggers
        • cssMixin
          • extjs-text-field-ui
        • cssVar
          • $form-file-field-color
          • $form-text-field-background-color
          • $form-text-field-background-image
          • $form-text-field-body-width
          • $form-text-field-border-color
          • $form-text-field-border-radius
          • $form-text-field-border-style
          • $form-text-field-border-width
          • $form-text-field-classic-border
          • $form-text-field-color
          • $form-text-field-empty-color
          • $form-text-field-focus-border-color
          • $form-text-field-font-family
          • $form-text-field-font-size
          • $form-text-field-font-weight
          • $form-text-field-height
          • $form-text-field-invalid-background-color
          • $form-text-field-invalid-background-image
          • $form-text-field-invalid-background-position
          • $form-text-field-invalid-background-repeat
          • $form-text-field-invalid-border-color
          • $form-text-field-padding
          • $form-textarea-body-height
          • $form-textarea-line-height
          • $form-toolbar-file-field-color
          • $form-toolbar-text-field-background-color
          • $form-toolbar-text-field-background-image
          • $form-toolbar-text-field-body-width
          • $form-toolbar-text-field-border-color
          • $form-toolbar-text-field-border-radius
          • $form-toolbar-text-field-border-style
          • $form-toolbar-text-field-border-width
          • $form-toolbar-text-field-classic-border
          • $form-toolbar-text-field-color
          • $form-toolbar-text-field-empty-color
          • $form-toolbar-text-field-focus-border-color
          • $form-toolbar-text-field-font-family
          • $form-toolbar-text-field-font-size
          • $form-toolbar-text-field-font-weight
          • $form-toolbar-text-field-height
          • $form-toolbar-text-field-invalid-background-color
          • $form-toolbar-text-field-invalid-background-image
          • $form-toolbar-text-field-invalid-background-position
          • $form-toolbar-text-field-invalid-background-repeat
          • $form-toolbar-text-field-padding
          • $form-toolbar-textarea-body-height
          • $form-toolbar-textarea-line-height
          • $form-toolbar-trigger-background-color
          • $form-toolbar-trigger-background-image
          • $form-toolbar-trigger-border-color
          • $form-toolbar-trigger-border-color-focus
          • $form-toolbar-trigger-border-color-over
          • $form-toolbar-trigger-border-color-pressed
          • $form-toolbar-trigger-border-style
          • $form-toolbar-trigger-border-width
          • $form-toolbar-trigger-width
          • $form-trigger-background-color
          • $form-trigger-background-image
          • $form-trigger-border-color
          • $form-trigger-border-color-focus
          • $form-trigger-border-color-over
          • $form-trigger-border-color-pressed
          • $form-trigger-border-style
          • $form-trigger-border-width
          • $form-trigger-width
          • $grid-cell-field-trigger-background-color
          • $grid-cell-field-trigger-background-image
          • $grid-cell-field-trigger-border-color
          • $grid-cell-field-trigger-border-color-focus
          • $grid-cell-field-trigger-border-color-over
          • $grid-cell-field-trigger-border-color-pressed
          • $grid-cell-field-trigger-border-style
          • $grid-cell-field-trigger-border-width
          • $grid-cell-field-trigger-width
          • $grid-cell-file-field-color
          • $grid-cell-text-field-background-color
          • $grid-cell-text-field-background-image
          • $grid-cell-text-field-border-color
          • $grid-cell-text-field-border-radius
          • $grid-cell-text-field-border-style
          • $grid-cell-text-field-border-width
          • $grid-cell-text-field-classic-border
          • $grid-cell-text-field-color
          • $grid-cell-text-field-empty-color
          • $grid-cell-text-field-focus-border-color
          • $grid-cell-text-field-font-family
          • $grid-cell-text-field-font-size
          • $grid-cell-text-field-font-weight
          • $grid-cell-text-field-height
          • $grid-cell-text-field-invalid-background-color
          • $grid-cell-text-field-invalid-background-image
          • $grid-cell-text-field-invalid-background-position
          • $grid-cell-text-field-invalid-background-repeat
          • $grid-cell-text-field-invalid-border-color
          • $grid-cell-text-field-padding
          • $grid-cell-textarea-body-height
          • $grid-cell-textarea-line-height
          • $include-text-field-default-ui
          • $include-text-field-grid-ui
          • $include-text-field-toolbar-ui
        • method
          • getHideTrigger
          • getTrigger
          • getTriggerWidth
          • getTriggers
          • setEditable
          • setHideTrigger
          • setTriggers
        • property
          • inputCell
          • inputWrap
          • triggerEl
          • triggerWrap
      • Modified
        • config
          • fieldBodyCls
            • 4.2.2
              • default value is ''
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'form-text-field-body'
          • readOnly
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is null
          • size
            • 4.2.2
              • default value is 20
            • 5.0.0
              • default value is null
        • cssVar
          • $form-field-invalid-border-color
            • 4.2.2
              • default value is #c30
            • 5.0.0
              • default value is null
    • Ext.form.field.TextArea

      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'textareafield'
            • 5.0.0
              • default value is 'autocomponent'
        • cssVar
          • $form-textarea-line-height
            • 4.2.2
              • default value is normal
              • type is number/string
            • 5.0.0
              • default value is round ( $form-text-field-font-size * 1.15 )
              • type is number
        • method
          • constructor
            • 4.2.2
              • return type is Ext.Component
            • 5.0.0
              • return type is Ext.form.field.TextArea
      • Removed
        • config
          • cols
          • rows
        • method
          • transformOriginalValue
    • Ext.form.field.Trigger

      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'triggerfield'
            • 5.0.0
              • default value is 'autocomponent'
          • triggerCls
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'form-arrow-trigger'
        • cssVar
          • $form-trigger-border-color
            • 4.2.2
              • type is color
            • 5.0.0
              • type is color/list
          • $form-trigger-border-style
            • 4.2.2
              • type is string
            • 5.0.0
              • type is string/list
        • method
          • constructor
            • 4.2.2
              • return type is Ext.Component
            • 5.0.0
              • return type is Ext.form.field.Trigger
          • getSubTplMarkup
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • onTriggerClick
            • 4.2.2
              • private is false
              • protected is true
            • 5.0.0
              • private is true
              • protected is false
        • property
          • inputCell
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
          • triggerWrap
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
      • Removed
        • config
          • triggerBaseCls
          • triggerNoEditCls
    • Ext.grid.column.Action

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.grid.column.Check

      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.grid.column.Check
            • 5.0.0
              • return type is Ext.Component
    • Ext.grid.column.Column

      • Added
        • config
          • cellWrap
          • formatter
          • summaryRenderer
          • updater
        • method
          • getTriggerVisible
          • setTriggerVisible
        • property
          • producesHTML
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • editRenderer
            • 4.2.2
              • default value is false
              • type is Function
            • 5.0.0
              • default value is null
              • type is Function/String
          • renderTpl
            • 4.2.2
              • default value is ['<div id="{id}-titleEl" role="presentation" {tipMarkup}class="', Ext.baseCSSPrefix, 'column-header-inner', '<tpl if="empty"> ', Ext.baseCSSPrefix, 'column-header-inner-empty</tpl>">', '<span id="{id}-textEl" class="', Ext.baseCSSPrefix, 'column-header-text', '{childElCls}">', '{text}', '</span>', '<tpl if="!menuDisabled">', '<div id="{id}-triggerEl" role="presentation" class="', Ext.baseCSSPrefix, 'column-header-trigger', '{childElCls}"></div>', '</tpl>', '</div>', '{%this.renderContainer(out,values)%}']
            • 5.0.0
              • default value is ['<div id="{id}-titleEl" data-ref="titleEl" role="presentation" {tipMarkup}class="', Ext.baseCSSPrefix, 'column-header-inner', '<tpl if="empty"> ', Ext.baseCSSPrefix, 'column-header-inner-empty</tpl>">', '<span id="{id}-textEl" data-ref="textEl" class="', Ext.baseCSSPrefix, 'column-header-text', '{childElCls}">', '{text}', '</span>', '<tpl if="!menuDisabled">', '<div id="{id}-triggerEl" data-ref="triggerEl" role="presentation" class="', Ext.baseCSSPrefix, 'column-header-trigger', '{childElCls}" style="{triggerStyle}"></div>', '</tpl>', '</div>', '{%this.renderContainer(out,values)%}']
        • cssVar
          • $grid-column-header-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initItems
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
        • property
          • textEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
          • triggerEl
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
    • Ext.grid.column.Date

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.grid.column.RowNumberer

      • Added
        • property
          • producesHTML
    • Ext.grid.feature.Feature

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.grid.feature.Grouping

      • Modified
        • cssVar
          • $grid-grouped-title-font-weight
            • 4.2.2
              • default value is bold
            • 5.0.0
              • default value is $font-weight-bold
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.grid.feature.RowBody

      • 4.2.2
        • superclass is Ext.grid.feature.RowWrap
      • 5.0.0
        • superclass is Ext.grid.feature.Feature
    • Ext.grid.feature.RowWrap

      • 4.2.2
        • aliases is {feature=[rowwrap]}
        • mixins is []
        • superclass is Ext.grid.feature.Feature
      • 5.0.0
        • aliases is {}
        • mixins is null
        • superclass is null
      • Modified
        • cssVar
          • $grid-row-wrap-border-color
            • 4.2.2
              • default value is $grid-row-cell-border-color
            • 5.0.0
              • default value is $grid-row-border-color
    • Ext.grid.plugin.BufferedRenderer

      • 4.2.2
        • aliases is {plugin=[bufferedrenderer]}
      • 5.0.0
        • aliases is {}
      • Modified
        • config
          • numFromEdge
            • 4.2.2
              • default value is 8
            • 5.0.0
              • default value is 2
        • method
          • refreshView
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
      • Removed
        • config
          • percentageFromEdge
          • variableRowHeight
    • Ext.grid.plugin.DragDrop

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.grid.plugin.Editing

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
      • Added
        • config
          • default
        • method
          • resolveListenerScope
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.grid.plugin.Editing
            • 5.0.0
              • return type is Ext.plugin.Abstract
      • Removed
        • cssVar
          • $grid-editor-font-family
          • $grid-editor-font-size
          • $grid-editor-font-weight
          • $grid-editor-height
          • $grid-editor-padding
    • Ext.grid.plugin.HeaderResizer

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.grid.plugin.RowExpander

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
      • Added
        • config
          • headerWidth
        • method
          • getFeatureConfig
    • Ext.grid.property.Grid

      • Modified
        • method
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • getConfig
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Object
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • setConfig
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.Base
    • Ext.grid.property.Property

      • Modified
        • config
          • idProperty
            • 4.2.2
              • type is String/Object/Ext.data.Field
            • 5.0.0
              • type is String
        • property
          • fields
            • 4.2.2
              • private is false
              • type is Ext.util.MixedCollection
            • 5.0.0
              • private is true
              • type is Ext.data.field.Field[]
    • Ext.grid.property.Store

      • Modified
        • config
          • remoteSort
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is true
          • sortOnLoad
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is true
        • method
          • getProxy
            • 4.2.2
              • return type is Ext.data.proxy.Proxy
            • 5.0.0
              • return type is String/Ext.data.proxy.Proxy/Object
    • Ext.layout.Layout

      • 4.2.2
        • mixins is []
      • 5.0.0
        • mixins is [Ext.mixin.Factoryable]
      • Added
        • property
          • factoryConfig
    • Ext.layout.container.Accordion

      • Added
        • config
          • enableSplitters
        • cssVar
          • $accordion-header-border-color
          • $accordion-header-over-background-color
      • Modified
        • cssVar
          • $accordion-header-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
    • Ext.layout.container.Auto

      • Added
        • config
          • childEls
      • Modified
        • method
          • getElementTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getRenderTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
    • Ext.layout.container.Box

      • Added
        • config
          • align
          • alignRoundingMethod
          • childEls
          • constrainAlign
          • enableSplitters
          • overflowHandler
          • vertical
        • method
          • getAlign
          • getAlignRoundingMethod
          • getConstrainAlign
          • getEnableSplitters
          • getOverflowHandler
          • getPack
          • getPadding
          • getStretchMaxPartner
          • getVertical
          • setAlign
          • setAlignRoundingMethod
          • setConstrainAlign
          • setEnableSplitters
          • setOverflowHandler
          • setPack
          • setPadding
          • setStretchMaxPartner
          • setVertical
      • Modified
        • method
          • getElementTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getRenderTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
      • Removed
        • config
          • defaultMargins
    • Ext.layout.container.CheckboxGroup

      • Added
        • config
          • childEls
    • Ext.layout.container.Container

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getElementTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getRenderTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
      • Removed
        • property
          • overflowPadderEl
    • Ext.layout.container.Fit

      • Removed
        • config
          • defaultMargins
    • Ext.layout.container.Form

      • 4.2.2
        • superclass is Ext.layout.container.Container
      • 5.0.0
        • superclass is Ext.layout.container.Auto
      • Added
        • config
          • itemSpacing
          • labelWidth
      • Modified
        • method
          • calculateOverflow
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • getRenderTarget
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
      • Removed
        • method
          • doRenderPadder
        • property
          • getScrollRangeFlags
    • Ext.layout.container.HBox

      • Added
        • config
          • vertical
      • Modified
        • config
          • align
            • 4.2.2
              • default value is 'top'
            • 5.0.0
              • default value is "begin"
    • Ext.layout.container.VBox

      • Added
        • config
          • vertical
      • Modified
        • config
          • align
            • 4.2.2
              • default value is 'left'
            • 5.0.0
              • default value is "begin"
    • Ext.menu.CheckItem

      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
    • Ext.menu.Item

      • 4.2.2
        • mixins is [Ext.Queryable]
      • 5.0.0
        • mixins is [Ext.mixin.Queryable]
      • Modified
        • config
          • baseCls
            • 4.2.2
              • default value is 'x-component'
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'menu-item'
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<tpl if="plain">', '{text}', '<tpl else>', '<a id="{id}-itemEl"', ' class="{linkCls} {childElCls}"', ' href="{href}" role="presentation" ', '<tpl if="hrefTarget"> target="{hrefTarget}"</tpl>', ' hidefocus="true"', ' unselectable="on"', '<tpl if="tabIndex">', ' tabIndex="{tabIndex}"', '</tpl>', '>', '<span id="{id}-textEl" class="{textCls} {indentCls}{childElCls}" unselectable="on">{text}</span>', '<tpl if="hasIcon">', '<div role="presentation" id="{id}-iconEl" class="{baseIconCls}', '{[values.rightIcon ? "-right" : ""]} {iconCls}', '{childElCls} {glyphCls}" style="<tpl if="icon">background-image:url({icon});</tpl>', '<tpl if="glyph && glyphFontFamily">font-family:{glyphFontFamily};</tpl>">', '<tpl if="glyph">&#{glyph};</tpl>', '</div>', '</tpl>', '<tpl if="showCheckbox">', '<div role="presentation" id="{id}-checkEl" class="{baseIconCls}', '{[(values.hasIcon && !values.rightIcon) ? "-right" : ""]} ', '{groupCls} {checkboxCls}{childElCls}">', '</div>', '</tpl>', '<tpl if="hasMenu">', '<div role="presentation" id="{id}-arrowEl" class="{arrowCls}{childElCls}"></div>', '</tpl>', '</a>', '</tpl>']
            • 5.0.0
              • default value is '<tpl if="plain">' + '{text}' + '<tpl else>' + '<a id="{id}-itemEl" data-ref="itemEl"' + ' class="{linkCls}<tpl if="hasHref"> {linkHrefCls}</tpl>{childElCls}"' + ' href="{href}" role="menuitem" ' + '<tpl if="hrefTarget"> target="{hrefTarget}"</tpl>' + ' hidefocus="true"' + ' unselectable="on"' + '<tpl if="tabIndex">' + ' tabIndex="{tabIndex}"' + '</tpl>' + '>' + '<span id="{id}-textEl" data-ref="textEl" class="{textCls} {textCls}-{ui} {indentCls}{childElCls}" unselectable="on">{text}</span>' + '<tpl if="hasIcon">' + '<div role="presentation" id="{id}-iconEl" data-ref="iconEl" class="{baseIconCls}-{ui} {baseIconCls}' + '{[values.rightIcon ? "-right" : ""]} {iconCls}' + '{childElCls} {glyphCls}" style="<tpl if="icon">background-image:url({icon});</tpl>' + '<tpl if="glyph && glyphFontFamily">font-family:{glyphFontFamily};</tpl>">' + '<tpl if="glyph">&#{glyph};</tpl>' + '</div>' + '</tpl>' + '<tpl if="showCheckbox">' + '<div role="presentation" id="{id}-checkEl" data-ref="checkEl" class="{baseIconCls}-{ui} {baseIconCls}' + '{[(values.hasIcon && !values.rightIcon) ? "-right" : ""]} ' + '{groupCls} {checkboxCls}{childElCls}">' + '</div>' + '</tpl>' + '<tpl if="hasMenu">' + '<div role="presentation" id="{id}-arrowEl" data-ref="arrowEl" class="{arrowCls} {arrowCls}-{ui}{childElCls}"></div>' + '</tpl>' + '</a>' + '</tpl>'
    • Ext.menu.Menu

      • Added
        • cssVar
          • $include-menu-default-ui
          • $menu-classic-scrollers
          • $menu-item-checkbox-size
          • $menu-scroller-border-color
          • $menu-scroller-border-width
          • $menu-scroller-bottom-margin
          • $menu-scroller-cursor
          • $menu-scroller-cursor-disabled
          • $menu-scroller-opacity-disabled
          • $menu-scroller-top-margin
          • $menu-scroller-width
        • method
          • getInherited
      • Modified
        • config
          • baseCls
            • 4.2.2
              • default value is x-panel
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'menu'
        • cssVar
          • $menu-border-width
            • 4.2.2
              • default value is 0
            • 5.0.0
              • default value is 1px
          • $menu-scroller-height
            • 4.2.2
              • default value is 8px
            • 5.0.0
              • default value is 16px
          • $menu-scroller-opacity
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.5
          • $menu-scroller-opacity-over
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.6
          • $menu-scroller-opacity-pressed
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.7
        • method
          • getRefOwner
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • setActiveItem
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.Component
    • Ext.panel.Header

      • 4.2.2
        • superclass is Ext.container.Container
      • 5.0.0
        • superclass is Ext.panel.Bar
      • Added
        • config
          • iconAlign
          • titleRotation
        • method
          • setDock
      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'body'
            • 5.0.0
              • default value is 'autocomponent'
          • renderTpl
            • 4.2.2
              • default value is ['<div id="{id}-body" class="{headerCls}-body {baseCls}-body {bodyCls} {bodyTargetCls}', '<tpl for="uiCls"> {parent.baseCls}-body-{parent.ui}-{.}</tpl>"', '<tpl if="bodyStyle"> style="{bodyStyle}"</tpl> role="presentation">', '{%this.renderContainer(out,values)%}', '</div>']
            • 5.0.0
              • default value is '{%this.renderContainer(out,values)%}'
          • title
            • 4.2.2
              • type is String
            • 5.0.0
              • type is String/Ext.panel.Title
          • titleAlign
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 'left'
          • weight
            • 4.2.2
              • default value is 0
            • 5.0.0
              • default value is null
        • method
          • addUIClsToElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • removeUIClsFromElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
      • Removed
        • method
          • setGlyph
          • setIcon
          • setIconCls
          • setTitle
          • setTitlePosition
    • Ext.panel.Panel

      • 4.2.2
        • mixins is []
        • superclass is Ext.panel.AbstractPanel
      • 5.0.0
        • mixins is [Ext.container.DockingContainer]
        • superclass is Ext.container.Container
      • Added
        • config
          • iconAlign
          • titleRotation
        • cssVar
          • $include-panel-light-framed-ui
          • $include-panel-light-ui
          • $panel-header-noborder-adjust
          • $panel-header-text-margin
          • $panel-ignore-frame-padding
        • method
          • updateIconCls
        • property
          • defaultBindProperty
      • Modified
        • config
          • baseCls
            • 4.2.2
              • default value is x-panel
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'panel'
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • placeholderCollapseHideMode
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is Ext.Element.VISIBILITY
          • renderTpl
            • 4.2.2
              • default value is '{%this.renderContent(out,values)%}'
            • 5.0.0
              • default value is ['{% this.renderDockedItems(out,values,0); %}', '<div id="{id}-body" data-ref="body" class="{baseCls}-body<tpl if="bodyCls"> {bodyCls}</tpl>', ' {baseCls}-body-{ui}<tpl if="uiCls">', '<tpl for="uiCls"> {parent.baseCls}-body-{parent.ui}-{.}</tpl>', '</tpl>{childElCls}"', '<tpl if="bodyRole"> role="{bodyRole}"<tpl else> role="presentation"</tpl>', '<tpl if="bodyStyle"> style="{bodyStyle}"</tpl>>', '{%this.renderContainer(out,values);%}', '</div>', '{% this.renderDockedItems(out,values,1); %}']
          • title
            • 4.2.2
              • default value is ''
            • 5.0.0
              • default value is null
          • titleAlign
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 'left'
        • cssVar
          • $panel-body-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $panel-header-font-weight
            • 4.2.2
              • default value is bold
            • 5.0.0
              • default value is $font-weight-bold
          • $panel-header-padding
            • 4.2.2
              • default value is 4px 5px
            • 5.0.0
              • default value is 5px
        • method
          • addUIClsToElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • initItems
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • removeUIClsFromElement
            • 4.2.2
              • protected is false
            • 5.0.0
              • protected is true
      • Removed
        • method
          • setGlyph
          • setIcon
          • setIconCls
          • setTitle
    • Ext.panel.Table

      • Added
        • config
          • leadingBufferZone
          • numFromEdge
          • reserveScrollbar
          • trailingBufferZone
          • variableRowHeight
        • event
          • rowclick
          • rowcontextmenu
          • rowdblclick
          • rowkeydown
          • rowmousedown
          • rowmouseup
        • method
          • getSelection
          • setSelection
        • property
          • defaultBindProperty
      • Modified
        • config
          • deferRowRender
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is null
        • method
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
      • Removed
        • config
          • verticalScroller
        • cssVar
          • $grid-body-background-color
          • $grid-body-border-color
          • $grid-body-border-style
          • $grid-body-border-width
          • $grid-cell-inner-padding
          • $grid-cell-inner-text-overflow
          • $grid-cell-selected-background-color
          • $grid-cell-selected-color
          • $grid-cell-special-background-color
          • $grid-cell-special-background-gradient
          • $grid-cell-special-border-color
          • $grid-cell-special-border-style
          • $grid-cell-special-border-width
          • $grid-cell-special-over-background-color
          • $grid-cell-special-selected-border-color
          • $grid-empty-background-color
          • $grid-empty-color
          • $grid-empty-font-family
          • $grid-empty-font-size
          • $grid-empty-font-weight
          • $grid-empty-padding
          • $grid-no-row-lines-show-focus-border
          • $grid-resize-marker-background-color
          • $grid-row-cell-alt-background-color
          • $grid-row-cell-background-color
          • $grid-row-cell-border-color
          • $grid-row-cell-border-style
          • $grid-row-cell-border-width
          • $grid-row-cell-color
          • $grid-row-cell-focus-background-color
          • $grid-row-cell-focus-border-color
          • $grid-row-cell-focus-border-style
          • $grid-row-cell-focus-color
          • $grid-row-cell-font-family
          • $grid-row-cell-font-size
          • $grid-row-cell-font-weight
          • $grid-row-cell-line-height
          • $grid-row-cell-over-background-color
          • $grid-row-cell-over-border-color
          • $grid-row-cell-over-border-style
          • $grid-row-cell-over-color
          • $grid-row-cell-selected-background-color
          • $grid-row-cell-selected-border-color
          • $grid-row-cell-selected-border-style
          • $grid-row-cell-selected-color
        • method
          • determineScrollbars
          • invalidateScroller
    • Ext.panel.Tool

      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is ['<img id="{id}-toolEl" src="{blank}" class="{baseCls}-img {baseCls}-{type}' + '{childElCls}" role="presentation"/>']
            • 5.0.0
              • default value is ['<img id="{id}-toolEl" data-ref="toolEl" src="{blank}" class="{baseCls}-img {baseCls}-{type}' + '{childElCls}" role="presentation"/>']
    • Ext.picker.Date

      • Added
        • cssVar
          • $datepicker-next-background-position
          • $datepicker-prev-background-position
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is '{%this.renderContent(out,values)%}'
            • 5.0.0
              • default value is ['<tpl if="renderScroller">', '<div class="{scrollerCls}" style="{%this.renderPadding(out, values)%}">', '</tpl>', '{%this.renderContent(out,values)%}', '<tpl if="renderScroller"></div></tpl>']
        • cssVar
          • $datepicker-item-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $datepicker-item-selected-font-weight
            • 4.2.2
              • default value is bold
            • 5.0.0
              • default value is $font-weight-bold
        • method
          • getRefOwner
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.resizer.Resizer

      • Modified
        • config
          • constrainTo
            • 4.2.2
              • type is Ext.Element/Ext.util.Region
            • 5.0.0
              • type is Ext.dom.Element/Ext.util.Region
          • target
            • 4.2.2
              • type is Ext.Element/Ext.Component
            • 5.0.0
              • type is Ext.dom.Element/Ext.Component
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
          • getEl
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • getTarget
            • 4.2.2
              • return type is Ext.Element/Ext.Component
            • 5.0.0
              • return type is Ext.dom.Element/Ext.Component
        • property
          • el
            • 4.2.2
              • type is Ext.Element
            • 5.0.0
              • type is Ext.dom.Element
          • originalTarget
            • 4.2.2
              • type is Ext.Element/Ext.Component
            • 5.0.0
              • type is Ext.dom.Element/Ext.Component
      • Removed
        • method
          • constructor
    • Ext.resizer.Splitter

      • Added
        • cssVar
          • $collapse-tool-opacity
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • collapsible
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is null
          • renderTpl
            • 4.2.2
              • default value is ['<tpl if="collapsible===true">', '<div id="{id}-collapseEl" role="presentation" class="', Ext.baseCSSPrefix, 'collapse-el ', Ext.baseCSSPrefix, 'layout-split-{collapseDir}{childElCls}">&#160;', '</div>', '</tpl>']
            • 5.0.0
              • default value is ['<tpl if="collapsible===true">', '<div id="{id}-collapseEl" data-ref="collapseEl" role="presentation" class="', Ext.baseCSSPrefix, 'collapse-el ', Ext.baseCSSPrefix, 'layout-split-{collapseDir}{childElCls}">&#160;', '</div>', '</tpl>']
    • Ext.selection.CellModel

      • Removed
        • method
          • constructor
    • Ext.selection.Model

      • 4.2.2
        • mixins is [Ext.util.Bindable]
      • 5.0.0
        • mixins is [Ext.util.StoreHolder]
      • Added
        • method
          • resolveListenerScope
      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
      • Removed
        • method
          • constructor
    • Ext.slider.Multi

      • Modified
        • config
          • componentLayout
            • 4.2.2
              • default value is 'sliderfield'
            • 5.0.0
              • default value is 'autocomponent'
    • Ext.slider.Single

      • Added
        • config
          • publishOnComplete
    • Ext.state.Provider

      • Removed
        • method
          • constructor
    • Ext.state.Stateful

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is []
      • Removed
        • method
          • constructor
    • Ext.supports

      • 4.2.2
        • mixins is null
      • 5.0.0
        • mixins is []
      • Added
        • method
          • addBehaviors
        • property
          • Audio
          • CSSPointerEvents
          • Css3DTransforms
          • EmulatedMouseOver
          • Geolocation
          • NumericInputPlaceHolder
          • Orientation
          • TouchEvents
          • Video
          • XHR2
          • XHRUploadProgress
          • matchesSelector
      • Modified
        • property
          • LocalStorage
            • 4.2.2
              • type is Object
            • 5.0.0
              • type is Boolean
      • Removed
        • property
          • ArraySort
          • CSS3DTransform
          • PointerEvents
          • WindowOnError
    • Ext.tab.Bar

      • 4.2.2
        • superclass is Ext.panel.Header
      • 5.0.0
        • superclass is Ext.panel.Bar
      • Added
        • config
          • tabRotation
          • tabStretchMax
        • cssVar
          • $tabbar-classic-scrollers
          • $tabbar-scroller-bottom-margin
          • $tabbar-scroller-height
          • $tabbar-scroller-left-margin
          • $tabbar-scroller-right-margin
          • $tabbar-scroller-top-margin
        • method
          • getTabRotation
          • getTabStretchMax
          • setDock
          • setTabRotation
          • setTabStretchMax
      • Modified
        • config
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
        • cssVar
          • $tabbar-scroller-opacity
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.5
          • $tabbar-scroller-opacity-disabled
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.25
          • $tabbar-scroller-opacity-over
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.6
          • $tabbar-scroller-opacity-pressed
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.7
          • $tabbar-scroller-width
            • 4.2.2
              • default value is 18px
            • 5.0.0
              • default value is 24px
        • method
          • initRenderData
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
      • Removed
        • cssVar
          • $tabbar-plain-border-width
          • $tabbar-plain-padding
          • $tabbar-scroller-include-hover-background-position
          • $tabbar-strip-plain-border-width
    • Ext.tab.Panel

      • Added
        • config
          • tabBarHeaderPosition
          • tabRotation
          • tabStretchMax
        • method
          • getTabPosition
          • getTabRotation
          • getTabStretchMax
          • setActiveItem
          • setTabBar
          • setTabPosition
          • setTabRotation
          • setTabStretchMax
      • Modified
        • method
          • getTabBar
            • 4.2.2
              • return type is Ext.tab.Bar
            • 5.0.0
              • return type is Object
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • property
          • tabBar
    • Ext.tab.Tab

      • Added
        • config
          • rotation
          • tabPosition
        • method
          • getRotation
          • getTabPosition
          • setRotation
          • setTabPosition
      • Modified
        • config
          • disabledCls
            • 4.2.2
              • default value is 'x-tab-disabled'
            • 5.0.0
              • default value is 'x-item-disabled'
          • overCls
            • 4.2.2
              • default value is 'over'
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'tab-over'
        • cssVar
          • $tab-border-width
            • 4.2.2
              • type is number
            • 5.0.0
              • type is number/list
          • $tab-font-weight
            • 4.2.2
              • default value is bold
            • 5.0.0
              • default value is $font-weight-bold
          • $tab-line-height
            • 4.2.2
              • default value is 13px
            • 5.0.0
              • default value is $tab-icon-height
          • $tab-text-padding
            • 4.2.2
              • type is number/list
            • 5.0.0
              • type is number
      • Removed
        • config
          • activeCls
          • closableCls
        • cssVar
          • $tab-left-rotate-direction
          • $tab-right-rotate-direction
    • Ext.tip.QuickTip

      • Modified
        • config
          • target
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
    • Ext.tip.Tip

      • Added
        • cssVar
          • $tip-header-padding
      • Modified
        • config
          • autoRender
            • 4.2.2
              • type is Boolean/String/HTMLElement/Ext.Element
            • 5.0.0
              • type is Boolean/String/HTMLElement/Ext.dom.Element
        • cssVar
          • $tip-body-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • cssVar
          • $tip-header-body-padding
    • Ext.tip.ToolTip

      • Added
        • config
          • fadeOutDuration
          • hideAction
      • Modified
        • config
          • target
            • 4.2.2
              • type is HTMLElement/Ext.Element/String
            • 5.0.0
              • type is HTMLElement/Ext.dom.Element/String
        • method
          • beforeDestroy
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.toolbar.Paging

      • 4.2.2
        • mixins is [Ext.util.Bindable]
      • 5.0.0
        • mixins is [Ext.util.StoreHolder]
      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • method
          • bind
          • unbind
    • Ext.toolbar.Toolbar

      • Added
        • config
          • defaultFieldUI
          • defaultFooterButtonUI
          • defaultFooterFieldUI
          • overflowHandler
        • cssVar
          • $include-toolbar-footer-ui
          • $toolbar-classic-scrollers
          • $toolbar-scroller-bottom-margin
          • $toolbar-scroller-left-margin
          • $toolbar-scroller-opacity
          • $toolbar-scroller-opacity-over
          • $toolbar-scroller-opacity-pressed
          • $toolbar-scroller-right-margin
          • $toolbar-scroller-top-margin
          • $toolbar-scroller-vertical-border-color
          • $toolbar-scroller-vertical-border-width
          • $toolbar-scroller-vertical-height
          • $toolbar-scroller-vertical-width
      • Modified
        • config
          • defaultButtonUI
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is 'default-toolbar'
        • cssVar
          • $toolbar-footer-vertical-spacing
            • 4.2.2
              • default value is 2px
            • 5.0.0
              • default value is 4px
          • $toolbar-scroller-opacity-disabled
            • 4.2.2
              • default value is 1
            • 5.0.0
              • default value is 0.25
          • $toolbar-text-font-size
            • 4.2.2
              • default value is ceil ( $font-size * .9 )
            • 5.0.0
              • default value is $toolbar-font-size
          • $toolbar-text-font-weight
            • 4.2.2
              • default value is normal
            • 5.0.0
              • default value is $font-weight
          • $toolbar-text-padding
            • 4.2.2
              • default value is 3px 4px 0 4px
            • 5.0.0
              • default value is 0 4px
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • onAdd
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • onBeforeAdd
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
          • onRemove
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • config
          • menuTriggerCls
        • cssVar
          • $toolbar-footer-margin
          • $toolbar-text-margin
    • Ext.tree.Column

      • Modified
        • config
          • draggable
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is false
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • property
          • draggable
    • Ext.tree.Panel

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • cssVar
          • $tree-cell-inner-padding
          • $tree-checkbox-spacing
          • $tree-elbow-spacing
          • $tree-elbow-width
          • $tree-expander-cursor
          • $tree-icon-spacing
          • $tree-icon-width
    • Ext.tree.View

      • Added
        • cssVar
          • $tree-cell-inner-padding
          • $tree-checkbox-spacing
          • $tree-elbow-spacing
          • $tree-elbow-width
          • $tree-expander-cursor
          • $tree-icon-spacing
          • $tree-icon-width
      • Modified
        • method
          • afterRender
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
      • Removed
        • method
          • getTreeStore
    • Ext.tree.plugin.TreeViewDragDrop

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.util.Animate

      • Modified
        • method
          • stopAnimation
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
          • stopFx
            • 4.2.2
              • return type is Ext.Element
            • 5.0.0
              • return type is Ext.dom.Element
    • Ext.util.ClickRepeater

      • Modified
        • config
          • el
            • 4.2.2
              • type is String/HTMLElement/Ext.Element
            • 5.0.0
              • type is String/HTMLElement/Ext.dom.Element
    • Ext.util.ComponentDragger

      • Modified
        • config
          • delegate
            • 4.2.2
              • type is String/Ext.Element
            • 5.0.0
              • type is String/Ext.dom.Element
    • Ext.util.Filter

      • Added
        • config
          • scope
        • method
          • getAnyMatch
          • getCaseSensitive
          • getExactMatch
          • getOperator
          • getProperty
          • getValue
          • setAnyMatch
          • setCaseSensitive
          • setExactMatch
          • setId
          • setOperator
          • setProperty
          • setRoot
      • Modified
        • config
          • property
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is null
          • root
            • 4.2.2
              • default value is null
            • 5.0.0
              • default value is null
          • value
            • 4.2.2
              • default value is null
              • type is Mixed
            • 5.0.0
              • default value is null
              • type is RegExp/Mixed
        • method
          • getRoot
            • 4.2.2
              • private is true
              • return type is Object
            • 5.0.0
              • private is false
              • return type is String
    • Ext.util.Format

      • 4.2.2
        • mixins is null
        • superclass is null
      • 5.0.0
        • mixins is []
        • superclass is Ext.Base
      • Added
        • method
          • escape
          • hex
          • or
          • percent
          • pick
          • toggle
          • uncapitalize
        • property
          • defaultDateFormat
          • percentSign
    • Ext.util.Grouper

      • Added
        • config
          • groupFn
          • sortProperty
        • method
          • getGroupFn
          • getSortProperty
          • setGroupFn
          • setSortProperty
      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.util.Sorter
            • 5.0.0
              • return type is Ext.util.Grouper
    • Ext.util.HashMap

      • 4.2.2
        • mixins is [Ext.util.Observable]
      • 5.0.0
        • mixins is [Ext.mixin.Observable]
      • Added
        • method
          • getKeyFn
          • setKeyFn
    • Ext.util.History

      • Modified
        • property
          • useTopWindow
            • 4.2.2
              • default value is true
            • 5.0.0
              • default value is false
      • Removed
        • method
          • constructor
        • property
          • iframeId
    • Ext.util.KeyMap

      • Modified
        • config
          • target
            • 4.2.2
              • type is Ext.Component/Ext.Element/HTMLElement/String
            • 5.0.0
              • type is Ext.Component/Ext.dom.Element/HTMLElement/String
    • Ext.util.KeyNav

      • Modified
        • config
          • target
            • 4.2.2
              • type is Ext.Component/Ext.Element/HTMLElement/String
            • 5.0.0
              • type is Ext.Component/Ext.dom.Element/HTMLElement/String
    • Ext.util.Observable

      • Added
        • method
          • resolveListenerScope
      • Removed
        • method
          • addEvents
    • Ext.util.Point

      • Added
        • method
          • clone
          • from
          • fromTouch
          • isCloseTo
      • Modified
        • method
          • copy
            • 4.2.2
              • return type is Ext.util.Region
            • 5.0.0
              • return type is Ext.util.Point
          • copyFrom
            • 4.2.2
              • return type is Ext.util.Region
            • 5.0.0
              • return type is Ext.util.Point
    • Ext.util.Positionable

      • Modified
        • method
          • calculateConstrainedPosition
            • 4.2.2
              • private is false
            • 5.0.0
              • private is true
      • Removed
        • method
          • setRegion
    • Ext.util.Sortable

      • Added
        • method
          • setSorters
      • Modified
        • method
          • getSorters
            • 4.2.2
              • private is true
              • return type is void
            • 5.0.0
              • private is false
              • return type is Ext.util.Sorter[]/Object[]
      • Removed
        • method
          • initSortable
        • property
          • sorters
    • Ext.util.Sorter

      • Added
        • config
          • id
        • method
          • createComparator
          • getDirection
          • getProperty
          • getSorterFn
          • getTransform
          • setId
          • setProperty
          • setRoot
          • setSorterFn
          • setTransform
      • Modified
        • method
          • getRoot
            • 4.2.2
              • private is true
              • return type is Object
            • 5.0.0
              • private is false
              • return type is String
      • Removed
        • method
          • updateSortFunction
    • Ext.ux.BoxReorderer

      • Removed
        • method
          • constructor
    • Ext.ux.CellDragDrop

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.ux.FieldReplicator

      • 4.2.2
        • aliases is {}
        • singleton is true
      • 5.0.0
        • aliases is {plugin=[fieldreplicator]}
        • singleton is false
    • Ext.ux.GMapPanel

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ux.GroupTabRenderer

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.ux.LiveSearchGridPanel

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ux.PreviewPlugin

      • 4.2.2
        • superclass is Ext.AbstractPlugin
      • 5.0.0
        • superclass is Ext.plugin.Abstract
    • Ext.ux.TabReorderer

      • 4.2.2
        • aliases is {}
      • 5.0.0
        • aliases is {plugin=[tabreorderer]}
      • Modified
        • config
          • itemSelector
            • 4.2.2
              • default value is '.x-tab'
            • 5.0.0
              • default value is '.' + Ext.baseCSSPrefix + 'tab'
    • Ext.ux.TabScrollerMenu

      • Modified
        • method
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.ux.event.Driver

      • Removed
        • method
          • constructor
    • Ext.ux.event.RecorderManager

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ux.form.ItemSelector

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ux.form.MultiSelect

      • 4.2.2
        • mixins is [Ext.util.Bindable, Ext.form.field.Field]
      • 5.0.0
        • mixins is [Ext.util.StoreHolder, Ext.form.field.Field]
      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.ux.grid.filter.Filter

      • Removed
        • method
          • constructor
    • Ext.ux.grid.menu.ListMenu

      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.ux.grid.menu.ListMenu
            • 5.0.0
              • return type is Ext.Component
          • destroy
            • 4.2.2
              • private is true
              • protected is false
            • 5.0.0
              • private is false
              • protected is true
    • Ext.ux.grid.menu.RangeMenu

      • Modified
        • method
          • constructor
            • 4.2.2
              • return type is Ext.ux.grid.menu.RangeMenu
            • 5.0.0
              • return type is Ext.Component
    • Ext.ux.statusbar.StatusBar

      • Modified
        • method
          • initComponent
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.view.BoundList

      • 4.2.2
        • mixins is [Ext.Queryable]
      • 5.0.0
        • mixins is [Ext.mixin.Queryable]
      • Modified
        • config
          • autoScroll
            • 4.2.2
              • default value is false
            • 5.0.0
              • default value is true
          • childEls
            • 4.2.2
              • type is Object[]
            • 5.0.0
              • type is Object/String[]/Object[]
          • renderTpl
            • 4.2.2
              • default value is '{%this.renderContent(out,values)%}'
            • 5.0.0
              • default value is ['<tpl if="renderScroller">', '<div class="{scrollerCls}" style="{%this.renderPadding(out, values)%}">', '</tpl>', '{%this.renderContent(out,values)%}', '<tpl if="renderScroller"></div></tpl>']
        • method
          • getRefOwner
            • 4.2.2
              • private is true
            • 5.0.0
              • private is false
    • Ext.view.Table

      • Added
        • cssVar
          • $grid-body-background-color
          • $grid-body-border-color
          • $grid-body-border-style
          • $grid-body-border-width
          • $grid-cell-inner-padding
          • $grid-cell-inner-text-overflow
          • $grid-cell-selected-background-color
          • $grid-cell-selected-color
          • $grid-cell-special-background-color
          • $grid-cell-special-background-gradient
          • $grid-cell-special-border-color
          • $grid-cell-special-border-style
          • $grid-cell-special-border-width
          • $grid-cell-special-over-background-color
          • $grid-cell-special-selected-border-color
          • $grid-empty-background-color
          • $grid-empty-color
          • $grid-empty-font-family
          • $grid-empty-font-size
          • $grid-empty-font-weight
          • $grid-empty-padding
          • $grid-no-row-lines-show-focus-border
          • $grid-resize-marker-background-color
          • $grid-row-cell-alt-background-color
          • $grid-row-cell-background-color
          • $grid-row-cell-border-color
          • $grid-row-cell-border-style
          • $grid-row-cell-border-width
          • $grid-row-cell-color
          • $grid-row-cell-focus-background-color
          • $grid-row-cell-focus-border-color
          • $grid-row-cell-focus-border-style
          • $grid-row-cell-focus-color
          • $grid-row-cell-font-family
          • $grid-row-cell-font-size
          • $grid-row-cell-font-weight
          • $grid-row-cell-line-height
          • $grid-row-cell-over-background-color
          • $grid-row-cell-over-border-color
          • $grid-row-cell-over-border-style
          • $grid-row-cell-over-color
          • $grid-row-cell-selected-background-color
          • $grid-row-cell-selected-border-color
          • $grid-row-cell-selected-border-style
          • $grid-row-cell-selected-color
        • event
          • rowclick
          • rowcontextmenu
          • rowdblclick
          • rowkeydown
          • rowmousedown
          • rowmouseup
        • method
          • getRow
      • Modified
        • config
          • itemSelector
            • 4.2.2
              • default value is 'tr.' + Ext.baseCSSPrefix + 'grid-row'
            • 5.0.0
              • default value is 'table.' + Ext.baseCSSPrefix + 'grid-item'
          • overItemCls
            • 4.2.2
              • default value is Ext.baseCSSPrefix + 'grid-row-over'
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'grid-item-over'
          • selectedItemCls
            • 4.2.2
              • default value is Ext.baseCSSPrefix + 'grid-row-selected'
            • 5.0.0
              • default value is Ext.baseCSSPrefix + 'grid-item-selected'
        • method
          • constructor
            • 4.2.2
              • return type is Ext.view.Table
            • 5.0.0
              • return type is Ext.Component
      • Removed
        • method
          • getDataRowSelector
    • Ext.view.View

      • Removed
        • config
          • mouseOverOutBuffer
    • Ext.window.MessageBox

      • Added
        • cssVar
          • $messagebox-icon-size
          • $messagebox-icon-spacing
      • Modified
        • config
          • cls
            • 4.2.2
              • default value is [Ext.baseCSSPrefix + 'message-box', Ext.baseCSSPrefix + 'hide-offsets']
            • 5.0.0
              • default value is [Ext.baseCSSPrefix + 'message-box', Ext.baseCSSPrefix + 'hidden-offsets']
    • Ext.window.Window

      • Added
        • cssVar
          • $window-ignore-frame-padding
      • Modified
        • config
          • animateTarget
            • 4.2.2
              • type is String/Ext.Element
            • 5.0.0
              • type is String/Ext.dom.Element
    • Global_CSS

      • Added
        • cssMixin
          • google-webfont
        • cssVar
          • $enable-font-smoothing
          • $font-weight
          • $font-weight-bold
          • $line-height
      • Modified
        • cssVar
          • $slicer-image-extension
            • 4.2.2
              • default value is 'gif'
            • 5.0.0
              • default value is 'png'
      • Removed
        • cssVar
          • $include-content-box
  • Removed

    • Ext.AbstractPlugin

    • Ext.DomHelper

    • Ext.EventObject

    • Ext.ModelManager

    • Ext.PluginManager

    • Ext.data.Errors

    • Ext.data.Field

    • Ext.data.Group

    • Ext.data.IdGenerator

    • Ext.data.Operation

    • Ext.data.SequentialIdGenerator

    • Ext.data.Tree

    • Ext.data.UuidGenerator

    • Ext.data.association.Association

    • Ext.data.association.BelongsTo

    • Ext.data.association.HasMany

    • Ext.data.association.HasOne

    • Ext.data.validations

    • Ext.dom.Element.Fly

    • Ext.is

    • Ext.util.Bindable

    • Ext.ux.layout.Center

Ext JS 5.0.0