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.

History : ExtReact 6.7.0-modern | Ext.os
Ext JS 5.1.1 | Ext.fx.easing.Linear
ExtReact 7.2.0-modern | Ext.util.Cache
Ext JS 5.1.1 | Ext.layout.container.Border
ExtWebComponents 7.0.0-modern | Ext.util.KeyNav
Ext JS 6.5.0-modern | Ext.parse.Tokenizer
ExtAngular 7.1.0-modern | Ext.ux.colorpick.SelectorController
Ext JS 7.3.0-classic | Ext.d3.hierarchy.TreeMap
ExtReact 6.6.0-modern | Ext.data.request.Ajax
ExtAngular 7.1.0-modern | Ext.util.TranslatableGroup
Ext JS 7.3.0-classic | Ext.d3.hierarchy.Hierarchy
ExtReact 6.6.0-modern | Ext.util.CSS
Ext JS 5.1.1 | Ext.perf.Accumulator
Ext JS 5.1.1 | Ext.util.Region
ExtAngular 7.1.0-modern | Ext.layout.Box
ExtWebComponents 7.0.0-modern | Ext.plugin.Abstract
ExtWebComponents 7.0.0-modern | MessageBox
ExtAngular 7.1.0-modern | TimePanel
ExtReact 6.7.0-modern | Ext.util.Collection
ExtWebComponents 7.0.0-modern | Ext.ComponentQuery
Ext JS 5.1.1 | Ext.grid.locking.HeaderContainer
ExtAngular 7.1.0-modern | Ext.layout.HBox
ExtAngular 7.1.0-modern | Ext.fx.easing.Abstract
ExtReact 7.2.0-modern | Function
ExtWebComponents 7.0.0-modern | Button
ExtReact 7.1.0-modern | Ext.pivot.matrix.Base
Ext JS 6.2.1-modern | Ext.data.request.Base
ExtWebComponents 7.1.0-modern | Ext.util.DelayedTask
ExtReact 7.1.0-modern | Ext.String
Ext JS 5.1.2 | Ext.window.MessageBox
Ext JS 5.1.1 | Ext.chart.LegendBase
ExtAngular 7.1.0-modern | Ext.ComponentManager
ExtReact 7.2.0-modern | Ext.Object
ExtReact 7.1.0-modern | Ext.Array
Ext JS 7.7.0-classic | Ext.layout.container.boxOverflow.Menu
ExtWebComponents 7.1.0-modern | Ext.Object
Ext JS 7.2.0 | Detailed UML
ExtReact 6.6.0 | Importing Components
ExtReact 7.1.0-modern | Ext.util.DelayedTask
ExtAngular 7.1.0-modern | Ext.util.SorterCollection
ExtAngular 7.1.0 | Charts
ExtAngular 7.1.0-modern | Ext.draw.TimingFunctions
ExtAngular 7.1.0 | Multiple Screens & Environments
ExtWebComponents 7.0.0-modern | Ext.dataview.pullrefresh.Bar
ExtWebComponents 7.0.0-modern | Ext.chart.sprite.BoxPlot
ExtWebComponents 7.0.0-modern | Ext.pivot.plugin.configurator.FormController
ExtWebComponents 7.1.0-modern | Function
ExtReact 7.1.0 | Release Notes
Ext JS 5.1.3 | Forms
ExtWebComponents 7.1.0-modern | Ext.String
Ext JS 5.1.1 | Ext.rtl.Component
Ext JS 5.1.2 | Ext.layout.container.Border
ExtAngular 7.1.0-modern | Ext.util.Base64
Cmd 6.6.0 | Ant Integration
Ext JS 5.1.1 | Ext.ElementLoader
ExtAngular 7.1.0-modern | Ext.chart.axis.segmenter.Names
ExtReact 7.0.0-modern | Ext.chart.AbstractChart
Ext JS 7.6.0-classic | Ext.util.FilterCollection
ExtAngular 7.1.0-modern | Ext.data.ErrorCollection
Ext JS 5.1.1 | Ext.scroll.Scroller
ExtAngular 7.1.0-modern | Ext.data.reader.Array
ExtReact 7.1.0-modern | Ext.dataview.pullrefresh.Item
Ext JS 5.1.1 | Ext.layout.Layout
ExtAngular 7.1.0-modern | Ext.util.Group
Ext JS 6.5.2-modern | Ext.data.request.Ajax
ExtReact 6.6.0-modern | Ext.util.CollectionKey
ExtReact 7.2.0-modern | Object
ExtWebComponents 7.0.0-modern | Ext.chart.axis.segmenter.Segmenter
ExtReact 7.1.0-modern | Ext.perf.Monitor
Ext JS 5.1.4 | Ext.rtl.Component
ExtWebComponents 7.0.0-modern | Ext.util.Scheduler
ExtAngular 7.1.0-modern | Ext.Factory
ExtAngular 7.1.0-modern | Ext.util.XTemplateParser
ExtAngular 7.1.0-modern | Editor
ExtReact 7.2.0-modern | Ext.Array
Ext JS 7.6.0-classic | Ext.util.BasicFilter
Ext JS 5.1.1 | Grids
Ext JS 7.6.0-classic | Ext.resizer.Resizer
Ext JS 6.0.2-classic | Ext.util.ElementContainer
ExtAngular 7.1.0-modern | Ext.field.Input
ExtReact 7.2.0 | Release Notes
ExtAngular 7.1.0-modern | Ext.util.Event
ExtWebComponents 7.1.0-modern | Ext.dataview.pullrefresh.Item
ExtReact 7.2.0-modern | Ext.util.DelayedTask
ExtReact 7.1.0 | Ext JS to Ext React
ExtReact 7.1.0-modern | Ext.util.GroupCollection
Ext JS 7.6.0-classic | Ext.ux.colorpick.ButtonController
Ext JS 5.1.2 | Ext.Class
ExtAngular 7.1.0-modern | Tool
ExtAngular 7.2.0 | Charts
ExtWebComponents 7.0.0-modern | Ext.AbstractManager

Ext JS 5.1.1

API

top

Contents

Added Ext.app.Profile Ext.chart.axis.Axis3D Ext.chart.grid.HorizontalGrid3D Ext.chart.grid.VerticalGrid3D Ext.chart.plugin.ItemEvents Ext.chart.series.Bar3D Ext.chart.series.sprite.Bar3D Ext.chart.series.sprite.Box Ext.data.schema.ManyToOne Ext.draw.plugin.SpriteEvents Ext.draw.sprite.Arrow Ext.draw.sprite.Cross Ext.draw.sprite.Diamond Ext.draw.sprite.Line Ext.draw.sprite.Plus Ext.draw.sprite.Square Ext.draw.sprite.Tick Ext.draw.sprite.Triangle Ext.grid.plugin.Clipboard Ext.grid.selection.Cells Ext.grid.selection.Columns Ext.grid.selection.Rows Ext.grid.selection.Selection Ext.grid.selection.SpreadsheetModel Ext.plugin.AbstractClipboard Ext.util.CSV Ext.util.DelimitedValue Ext.util.TSV Ext.ux.grid.SubTable Modified Ext Ext.Array Ext.Component Ext.Editor Ext.Factory Ext.Img Ext.LoadMask Ext.Number Ext.Object Ext.ProgressBarWidget Ext.Widget Ext.app.Application Ext.app.BaseController Ext.app.Controller Ext.button.Segmented Ext.chart.AbstractChart Ext.chart.axis.Axis Ext.chart.series.Area Ext.chart.series.Series Ext.chart.series.StackedCartesian Ext.chart.series.sprite.Line Ext.chart.series.sprite.Pie3DPart Ext.chart.theme.Base Ext.container.Container Ext.dashboard.Column Ext.dashboard.Dashboard Ext.data.AbstractStore Ext.data.ChainedStore Ext.data.NodeInterface Ext.data.Session Ext.data.SortTypes Ext.data.Store Ext.data.TreeStore Ext.data.field.Date Ext.data.field.Field Ext.data.field.Number Ext.data.proxy.Direct Ext.data.writer.Xml Ext.direct.Manager Ext.direct.PollingProvider Ext.direct.Provider Ext.direct.RemotingProvider Ext.dom.Element Ext.dom.Helper Ext.dom.Layer Ext.draw.Color Ext.draw.Container Ext.draw.Draw Ext.draw.Path Ext.draw.Surface Ext.draw.engine.Canvas Ext.draw.gradient.Gradient Ext.draw.sprite.Composite Ext.draw.sprite.Image Ext.draw.sprite.Rect Ext.draw.sprite.Sprite Ext.enums.Plugin Ext.enums.Widget Ext.form.Basic Ext.form.field.Base Ext.form.field.ComboBox Ext.form.field.Date Ext.form.field.File Ext.form.field.Picker Ext.form.field.Tag Ext.grid.Panel Ext.grid.column.Column Ext.grid.column.Widget Ext.grid.feature.AbstractSummary Ext.grid.filters.Filters Ext.grid.filters.filter.Base Ext.grid.filters.filter.Boolean Ext.grid.filters.filter.Date Ext.menu.Item Ext.menu.Menu Ext.mixin.Observable Ext.panel.Panel Ext.panel.Table Ext.scroll.Indicator Ext.scroll.Scroller Ext.selection.CellModel Ext.selection.CheckboxModel Ext.selection.Model Ext.selection.RowModel Ext.selection.TreeModel Ext.slider.Multi Ext.slider.Widget Ext.supports Ext.tab.Bar Ext.tip.Tip Ext.toolbar.Breadcrumb Ext.toolbar.Paging Ext.toolbar.TextItem Ext.tree.Panel Ext.view.AbstractView Ext.util.Filter Ext.util.Floating Ext.util.Focusable Ext.util.KeyNav Ext.util.Observable Ext.ux.DataView.Draggable Ext.ux.DataView.LabelEditor Ext.form.field.Picker Ext.ux.desktop.StartMenu Ext.view.BoundList Ext.view.Table Ext.view.View Ext.window.Toast Removed Ext.Shadow Ext.data.proxy.Sql Ext.grid.feature.RowWrap Ext.layout.ClassList

Contents

Added Ext.app.Profile Ext.chart.axis.Axis3D Ext.chart.grid.HorizontalGrid3D Ext.chart.grid.VerticalGrid3D Ext.chart.plugin.ItemEvents Ext.chart.series.Bar3D Ext.chart.series.sprite.Bar3D Ext.chart.series.sprite.Box Ext.data.schema.ManyToOne Ext.draw.plugin.SpriteEvents Ext.draw.sprite.Arrow Ext.draw.sprite.Cross Ext.draw.sprite.Diamond Ext.draw.sprite.Line Ext.draw.sprite.Plus Ext.draw.sprite.Square Ext.draw.sprite.Tick Ext.draw.sprite.Triangle Ext.grid.plugin.Clipboard Ext.grid.selection.Cells Ext.grid.selection.Columns Ext.grid.selection.Rows Ext.grid.selection.Selection Ext.grid.selection.SpreadsheetModel Ext.plugin.AbstractClipboard Ext.util.CSV Ext.util.DelimitedValue Ext.util.TSV Ext.ux.grid.SubTable Modified Ext Ext.Array Ext.Component Ext.Editor Ext.Factory Ext.Img Ext.LoadMask Ext.Number Ext.Object Ext.ProgressBarWidget Ext.Widget Ext.app.Application Ext.app.BaseController Ext.app.Controller Ext.button.Segmented Ext.chart.AbstractChart Ext.chart.axis.Axis Ext.chart.series.Area Ext.chart.series.Series Ext.chart.series.StackedCartesian Ext.chart.series.sprite.Line Ext.chart.series.sprite.Pie3DPart Ext.chart.theme.Base Ext.container.Container Ext.dashboard.Column Ext.dashboard.Dashboard Ext.data.AbstractStore Ext.data.ChainedStore Ext.data.NodeInterface Ext.data.Session Ext.data.SortTypes Ext.data.Store Ext.data.TreeStore Ext.data.field.Date Ext.data.field.Field Ext.data.field.Number Ext.data.proxy.Direct Ext.data.writer.Xml Ext.direct.Manager Ext.direct.PollingProvider Ext.direct.Provider Ext.direct.RemotingProvider Ext.dom.Element Ext.dom.Helper Ext.dom.Layer Ext.draw.Color Ext.draw.Container Ext.draw.Draw Ext.draw.Path Ext.draw.Surface Ext.draw.engine.Canvas Ext.draw.gradient.Gradient Ext.draw.sprite.Composite Ext.draw.sprite.Image Ext.draw.sprite.Rect Ext.draw.sprite.Sprite Ext.enums.Plugin Ext.enums.Widget Ext.form.Basic Ext.form.field.Base Ext.form.field.ComboBox Ext.form.field.Date Ext.form.field.File Ext.form.field.Picker Ext.form.field.Tag Ext.grid.Panel Ext.grid.column.Column Ext.grid.column.Widget Ext.grid.feature.AbstractSummary Ext.grid.filters.Filters Ext.grid.filters.filter.Base Ext.grid.filters.filter.Boolean Ext.grid.filters.filter.Date Ext.menu.Item Ext.menu.Menu Ext.mixin.Observable Ext.panel.Panel Ext.panel.Table Ext.scroll.Indicator Ext.scroll.Scroller Ext.selection.CellModel Ext.selection.CheckboxModel Ext.selection.Model Ext.selection.RowModel Ext.selection.TreeModel Ext.slider.Multi Ext.slider.Widget Ext.supports Ext.tab.Bar Ext.tip.Tip Ext.toolbar.Breadcrumb Ext.toolbar.Paging Ext.toolbar.TextItem Ext.tree.Panel Ext.view.AbstractView Ext.util.Filter Ext.util.Floating Ext.util.Focusable Ext.util.KeyNav Ext.util.Observable Ext.ux.DataView.Draggable Ext.ux.DataView.LabelEditor Ext.form.field.Picker Ext.ux.desktop.StartMenu Ext.view.BoundList Ext.view.Table Ext.view.View Ext.window.Toast Removed Ext.Shadow Ext.data.proxy.Sql Ext.grid.feature.RowWrap Ext.layout.ClassList

Differences Between Ext JS 5.0.1 and Ext JS 5.1

  • Added

    • Ext.app.Profile

    • Ext.chart.axis.Axis3D

    • Ext.chart.grid.HorizontalGrid3D

    • Ext.chart.grid.VerticalGrid3D

    • Ext.chart.plugin.ItemEvents

    • Ext.chart.series.Bar3D

    • Ext.chart.series.sprite.Bar3D

    • Ext.chart.series.sprite.Box

    • Ext.data.schema.ManyToOne

    • Ext.draw.plugin.SpriteEvents

    • Ext.draw.sprite.Arrow

    • Ext.draw.sprite.Cross

    • Ext.draw.sprite.Diamond

    • Ext.draw.sprite.Line

    • Ext.draw.sprite.Plus

    • Ext.draw.sprite.Square

    • Ext.draw.sprite.Tick

    • Ext.draw.sprite.Triangle

    • Ext.grid.plugin.Clipboard

    • Ext.grid.selection.Cells

    • Ext.grid.selection.Columns

    • Ext.grid.selection.Rows

    • Ext.grid.selection.Selection

    • Ext.grid.selection.SpreadsheetModel

    • Ext.plugin.AbstractClipboard

    • Ext.util.CSV

    • Ext.util.DelimitedValue

    • Ext.util.TSV

    • Ext.ux.grid.SubTable

  • Modified

    • Ext

      • Added
        • method
          • copyToIf
          • getNamespace
        • property
          • platformTags
          • useShims
    • Ext.Array

      • Added
        • method
          • removeAt
    • Ext.Component

      • Added
        • config
          • liquidLayout
          • scrollable
        • method
          • getScrollable
          • isAncestor
          • onScrollEnd
          • onScrollMove
          • onScrollStart
          • setScrollable
      • Modified
        • config
          • cls
            • 5.0.1
              • type is String
            • 5.1.0
              • type is String/String[]
        • method
          • addPropertyToState
            • 5.0.1
              • return type is Boolean
            • 5.1.0
              • return type is Object
        • property
          • scrollFlags
            • 5.0.1
              • private is false
            • 5.1.0
              • private is true
    • Ext.Editor

      • Added
        • property
          • editing
      • Modified
        • config
          • baseCls
            • 5.0.1
              • default value is Ext.baseCSSPrefix + 'editor'
            • 5.1.0
              • default value is Ext.baseCSSPrefix + 'container'
          • hidden
            • 5.0.1
              • default value is true
            • 5.1.0
              • default value is false
    • Ext.Factory

      • Added
        • method
          • dataIdentifier
    • Ext.Img

      • Modified
        • method
          • setGlyph
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
    • Ext.LoadMask

      • Added
        • config
          • shim
        • cssVar
          • $loadmask-border-color-focus
          • $loadmask-border-style-focus
          • $loadmask-border-width-focus
      • Modified
        • config
          • childEls
            • 5.0.1
              • default value is ['msgEl', 'msgTextEl']
            • 5.1.0
              • default value is ['msgWrapEl', 'msgEl', 'msgTextEl']
          • cls
            • 5.0.1
              • default value is Ext.baseCSSPrefix + 'mask-msg'
              • private is false
              • type is String
            • 5.1.0
              • default value is Ext.baseCSSPrefix + 'mask'
              • private is true
              • type is String/String[]
          • renderTpl
            • 5.0.1
              • 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>']
            • 5.1.0
              • default value is ['<div id="{id}-msgWrapEl" data-ref="msgWrapEl" class="{[values.$comp.msgWrapCls]}">', '<div id="{id}-msgEl" data-ref="msgEl" 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>', '</div>']
        • property
          • focusable
            • 5.0.1
              • default value is false
              • private is true
            • 5.1.0
              • default value is true
              • private is false
      • Removed
        • config
          • maskCls
          • msgCls
    • Ext.Number

      • Added
        • method
          • sign
    • Ext.Object

      • Added
        • method
          • getAllKeys
    • Ext.ProgressBarWidget

      • Modified
        • property
          • template
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
    • Ext.Widget

      • Added
        • method
          • getItemId
      • Modified
        • method
          • doSetHeight
            • 5.0.1
              • private is true
              • protected is false
            • 5.1.0
              • private is false
              • protected is true
          • doSetWidth
            • 5.0.1
              • private is true
              • protected is false
            • 5.1.0
              • private is false
              • protected is true
          • getElementConfig
            • 5.0.1
              • private is true
              • protected is false
            • 5.1.0
              • private is false
              • protected is true
          • initElement
            • 5.0.1
              • private is true
              • protected is false
            • 5.1.0
              • private is false
              • protected is true
        • property
          • element
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
          • template
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
    • Ext.app.Application

      • Added
        • config
          • mainView
          • profiles
        • method
          • getCurrentProfile
          • getMainView
          • getProfiles
          • setCurrentProfile
          • setMainView
          • setProfiles
    • Ext.app.BaseController

      • 5.0.1
        • mixins is [Ext.util.Observable]
      • 5.1.0
        • mixins is [Ext.mixin.Observable]
    • Ext.app.Controller

      • Added
        • method
          • getProfile
    • Ext.button.Segmented

      • Modified
        • config
          • twoWayBindable
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
        • property
          • defaultBindProperty
            • 5.0.1
              • default value is 'html'
            • 5.1.0
              • default value is 'value'
    • Ext.chart.AbstractChart

      • Added
        • event
          • itemdblclick
    • Ext.chart.axis.Axis

      • Added
        • event
          • rangechange
          • visiblerangechange
    • Ext.chart.series.Area

      • Added
        • config
          • splitStacks
        • method
          • getSplitStacks
          • setSplitStacks
    • Ext.chart.series.Series

      • Added
        • event
          • itemclick
          • itemdblclick
          • itemmousedown
          • itemmousemove
          • itemmouseout
          • itemmouseover
          • itemmouseup
          • itemtap
      • Modified
        • config
          • marker
            • 5.0.1
              • type is Object
            • 5.1.0
              • type is Object|Boolean
        • method
          • getMarker
            • 5.0.1
              • return type is Object
            • 5.1.0
              • return type is Object|Boolean
    • Ext.chart.series.StackedCartesian

      • Added
        • config
          • fullStack
          • fullStackTotal
          • splitStacks
        • method
          • getFullStack
          • getFullStackTotal
          • getSplitStacks
          • setFullStack
          • setFullStackTotal
          • setSplitStacks
    • Ext.chart.series.sprite.Line

      • Added
        • config
          • yCap
    • Ext.chart.series.sprite.Pie3DPart

      • Modified
        • config
          • part
            • 5.0.1
              • default value is 0
            • 5.1.0
              • default value is 'top'
    • Ext.chart.theme.Base

      • Added
        • config
          • colors
          • gradients
        • method
          • getColors
          • getGradients
          • setColors
          • setGradients
    • Ext.container.Container

      • Added
        • config
          • defaultFocus
        • event
          • childmove
        • method
          • getDefaultFocus
    • Ext.dashboard.Column

      • Modified
        • config
          • cls
            • 5.0.1
              • type is String
            • 5.1.0
              • type is String/String[]
    • Ext.dashboard.Dashboard

      • Modified
        • config
          • autoScroll
            • 5.0.1
              • default value is true
            • 5.1.0
              • default value is false
    • Ext.data.AbstractStore

      • Added
        • method
          • isLoaded
      • Removed
        • method
          • getId
    • Ext.data.ChainedStore

      • Added
        • method
          • insert
          • isLoaded
      • Modified
        • method
          • add
            • 5.0.1
              • private is true
              • return type is void
            • 5.1.0
              • private is false
              • return type is Ext.data.Model[]
    • Ext.data.NodeInterface

      • Added
        • method
          • isBranchLoaded
    • Ext.data.Session

      • Modified
        • method
          • commit
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
    • Ext.data.SortTypes

      • Added
        • property
          • stripCommasRe
    • Ext.data.Store

      • Added
        • method
          • isMoving
    • Ext.data.TreeStore

      • Added
        • method
          • findNode
          • getClearOnLoad
          • getDefaultRootId
          • getDefaultRootText
          • getNodeParam
          • setClearOnLoad
          • setDefaultRootId
          • setDefaultRootText
          • setNodeParam
      • Modified
        • method
          • constructor
            • 5.0.1
              • return type is Ext.data.Store
            • 5.1.0
              • return type is Ext.data.TreeStore
    • Ext.data.field.Date

      • Modified
        • method
          • compare
            • 5.0.1
              • private is true
              • return type is void
            • 5.1.0
              • private is false
              • return type is Number
    • Ext.data.field.Field

      • Modified
        • method
          • collate
            • 5.0.1
              • private is true
              • return type is void
            • 5.1.0
              • private is false
              • return type is Number
          • compare
            • 5.0.1
              • private is true
              • return type is void
            • 5.1.0
              • private is false
              • return type is Number
          • isEqual
            • 5.0.1
              • private is true
              • return type is void
            • 5.1.0
              • private is false
              • return type is Boolean
    • Ext.data.field.Number

      • 5.0.1
        • superclass is Ext.data.field.Field
      • 5.1.0
        • superclass is Ext.data.field.Integer
    • Ext.data.proxy.Direct

      • Added
        • config
          • metadata
        • method
          • getMetadata
          • setMetadata
      • Modified
        • method
          • applyEncoding
            • 5.0.1
              • protected is true
            • 5.1.0
              • protected is false
      • Removed
        • property
          • applyEncoding
    • Ext.data.writer.Xml

      • Added
        • method
          • objectToElement
    • Ext.direct.Manager

      • 5.0.1
        • mixins is [Ext.util.Observable]
      • 5.1.0
        • mixins is [Ext.mixin.Observable]
      • Added
        • event
          • providerload
          • providerloaderror
        • method
          • loadProvider
      • Modified
        • method
          • parseMethod
            • 5.0.1
              • protected is true
            • 5.1.0
              • protected is false
    • Ext.direct.PollingProvider

      • Added
        • config
          • pollFn
        • method
          • checkConfig
          • doConnect
          • doDisconnect
    • Ext.direct.Provider

      • Added
        • method
          • checkConfig
          • constructor
          • doConnect
          • doDisconnect
    • Ext.direct.RemotingProvider

      • Added
        • method
          • checkConfig
          • doConnect
    • Ext.dom.Element

      • Added
        • method
          • addBehaviors
          • getAttributes
          • getCommonAncestor
          • getZIndex
          • isInputField
          • setZIndex
      • Modified
        • method
          • isTabbable
            • 5.0.1
              • private is true
            • 5.1.0
              • private is false
          • needsTabIndex
            • 5.0.1
              • private is false
            • 5.1.0
              • private is true
          • setHTML
            • 5.0.1
              • return type is void
            • 5.1.0
              • return type is Ext.dom.Element
          • setHtml
            • 5.0.1
              • return type is void
            • 5.1.0
              • return type is Ext.dom.Element
          • update
            • 5.0.1
              • return type is void
            • 5.1.0
              • return type is Ext.dom.Element
      • Removed
        • method
          • createShim
    • Ext.dom.Helper

      • 5.0.1
        • singleton is false
      • 5.1.0
        • singleton is true
    • Ext.dom.Layer

      • Added
        • config
          • shim
    • Ext.draw.Color

      • Added
        • method
          • fromHSV
          • getHSV
          • setHSV
      • Modified
        • method
          • getHSL
            • 5.0.1
              • return type is Array
            • 5.1.0
              • return type is Number[]
          • setHSL
            • 5.0.1
              • return type is Object
            • 5.1.0
              • return type is Ext.draw.Color
    • Ext.draw.Container

      • Added
        • config
          • engine
        • event
          • spriteclick
          • spritedblclick
          • spritemousedown
          • spritemousemove
          • spritemouseout
          • spritemouseover
          • spritemouseup
          • spritetap
      • Modified
        • config
          • sprites
            • 5.0.1
              • private is true
              • type is Object
            • 5.1.0
              • private is false
              • type is Object[]
        • method
          • getSprites
            • 5.0.1
              • return type is Object
            • 5.1.0
              • return type is Object[]
    • Ext.draw.Draw

      • Added
        • method
          • isPointInBBox
    • Ext.draw.Path

      • Added
        • method
          • isPointOnPath
    • Ext.draw.Surface

      • Modified
        • method
          • stableSort
            • 5.0.1
              • return type is void
              • static is true
            • 5.1.0
              • return type is Array
              • static is false
    • Ext.draw.engine.Canvas

      • Added
        • method
          • setLineDash
      • Modified
        • property
          • element
            • 5.0.1
              • default value is {reference: 'element'}
              • private is true
            • 5.1.0
              • default value is {reference: 'element', style: {position: 'absolute'}, children: [{reference: 'innerElement', style: {width: '100%', height: '100%', position: 'relative'}}]}
              • private is false
    • Ext.draw.gradient.Gradient

      • Added
        • config
          • stops
        • method
          • getStops
          • setStops
      • Removed
        • config
          • Defines
    • Ext.draw.sprite.Composite

      • Added
        • method
          • getSprites
          • setSprites
    • Ext.draw.sprite.Image

      • Modified
        • config
          • height
            • 5.0.1
              • default value is 1
            • 5.1.0
              • default value is null
          • width
            • 5.0.1
              • default value is 1
            • 5.1.0
              • default value is null
    • Ext.draw.sprite.Rect

      • Modified
        • config
          • height
            • 5.0.1
              • default value is 1
            • 5.1.0
              • default value is 8
          • width
            • 5.0.1
              • default value is 1
            • 5.1.0
              • default value is 8
    • Ext.draw.sprite.Sprite

      • Added
        • config
          • lineDash
          • lineDashOffset
        • method
          • hitTest
    • Ext.enums.Plugin

      • Added
        • property
          • chartitemevents
          • clipboard
          • spriteevents
          • subtable
    • Ext.enums.Widget

      • Added
        • property
          • axis3d
          • scrollindicator
    • Ext.form.Basic

      • Added
        • config
          • metadata
    • Ext.form.field.Base

      • Added
        • method
          • completeEdit
    • Ext.form.field.ComboBox

      • Added
        • config
          • collapseOnSelect
          • pinList
        • method
          • addValue
          • completeEdit
          • getValueNotFoundText
          • setValueNotFoundText
      • Modified
        • config
          • selection
            • 5.0.1
              • private is true
              • type is Object
            • 5.1.0
              • private is false
              • type is Ext.data.Model
    • Ext.form.field.Date

      • Modified
        • config
          • valuePublishEvent
            • 5.0.1
              • default value is 'change'
            • 5.1.0
              • default value is ['select', 'blur']
    • Ext.form.field.File

      • Modified
        • config
          • triggers
            • 5.0.1
              • default value is {filebutton: {type: 'component', hideOnReadOnly: false}}
            • 5.1.0
              • default value is {filebutton: {type: 'component', hideOnReadOnly: false, preventMouseDown: false}}
    • Ext.form.field.Picker

      • Added
        • property
          • isPickerField
      • Modified
        • property
          • isExpanded
            • 5.0.1
              • default value is null
            • 5.1.0
              • default value is false
    • Ext.form.field.Tag

      • Modified
        • config
          • delimiter
            • 5.0.1
              • default value is ', '
            • 5.1.0
              • default value is ','
        • method
          • createPicker
            • 5.0.1
              • protected is true
            • 5.1.0
              • protected is false
          • doRawQuery
            • 5.0.1
              • private is false
              • protected is true
            • 5.1.0
              • private is true
              • protected is false
          • findRecord
            • 5.0.1
              • protected is true
              • return type is void
            • 5.1.0
              • protected is false
              • return type is Ext.data.Model
          • getSubTplData
            • 5.0.1
              • protected is true
              • return type is void
            • 5.1.0
              • protected is false
              • return type is Object
          • onLoad
            • 5.0.1
              • private is false
              • protected is true
            • 5.1.0
              • private is true
              • protected is false
      • Removed
        • method
          • mimicBlur
          • onBeforeListRefresh
          • onListRefresh
          • onPaste
    • Ext.grid.Panel

      • Modified
        • config
          • viewType
            • 5.0.1
              • default value is 'gridview'
            • 5.1.0
              • default value is 'tableview'
    • Ext.grid.column.Column

      • Modified
        • config
          • renderTpl
            • 5.0.1
              • default value is ['<div id="{id}-titleEl" data-ref="titleEl" {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)%}']
            • 5.1.0
              • default value is ['<div id="{id}-titleEl" data-ref="titleEl" {tipMarkup}class="', Ext.baseCSSPrefix, 'column-header-inner<tpl if="!$comp.isContainer"> ', Ext.baseCSSPrefix, 'leaf-column-header</tpl>', '<tpl if="empty"> ', Ext.baseCSSPrefix, 'column-header-inner-empty</tpl>">', '<span class="', Ext.baseCSSPrefix, 'column-header-text-container">', '<span class="', Ext.baseCSSPrefix, 'column-header-text-wrapper">', '<span id="{id}-textEl" data-ref="textEl" class="', Ext.baseCSSPrefix, 'column-header-text', '{childElCls}">', '{text}', '</span>', '</span>', '</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)%}']
    • Ext.grid.column.Widget

      • Added
        • config
          • onWidgetAttach
      • Modified
        • config
          • sortable
            • 5.0.1
              • default value is true
            • 5.1.0
              • default value is false
    • Ext.grid.feature.AbstractSummary

      • Removed
        • config
          • remoteRoot
    • Ext.grid.filters.Filters

      • Added
        • method
          • onGridDestroy
      • Modified
        • method
        • destroy
          • 5.0.1
            • protected is false
          • 5.1.0
            • protected is true
  • Ext.grid.filters.filter.Base

    • Added
      • method
        • getUpdateBuffer
        • setUpdateBuffer
  • Ext.grid.filters.filter.Boolean

    • Modified
      • config
        • updateBuffer
          • 5.0.1
            • default value is 500
          • 5.1.0
            • default value is 0
  • Ext.grid.filters.filter.Date

    • Added
      • method
        • getDateFormat
        • getUpdateBuffer
        • setDateFormat
        • setUpdateBuffer
    • Modified
      • config
        • updateBuffer
          • 5.0.1
            • default value is 500
          • 5.1.0
            • default value is 0
  • Ext.menu.Item

    • Modified
      • config
        • canActivate
          • 5.0.1
            • default value is true
          • 5.1.0
            • default value is null
  • Ext.menu.Menu

    • 5.0.1
      • mixins is []
    • 5.1.0
      • mixins is [Ext.util.FocusableContainer]
    • Modified
      • config
        • hidden
          • 5.0.1
            • default value is undefined
          • 5.1.0
            • default value is true
  • Ext.mixin.Observable

    • 5.0.1
      • mixins is [Ext.mixin.Identifiable]
      • superclass is Ext.Mixin
    • 5.1.0
      • mixins is []
      • superclass is Ext.Base
    • Added
      • method
        • capture
        • observe
        • releaseCapture
    • Modified
      • method
        • addListener
          • 5.0.1
            • return type is void
          • 5.1.0
            • return type is Object
        • addManagedListener
          • 5.0.1
            • return type is void
          • 5.1.0
            • return type is Object
        • clearManagedListeners
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • fireAction
          • 5.0.1
            • return type is Object
          • 5.1.0
            • return type is void
        • mon
          • 5.0.1
            • return type is void
          • 5.1.0
            • return type is Object
        • on
          • 5.0.1
            • return type is void
          • 5.1.0
            • return type is Object
        • relayEvents
          • 5.0.1
            • return type is Ext.mixin.Observable
          • 5.1.0
            • return type is Object
      • property
        • isObservable
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
    • Removed
      • method
        • addEvents
        • constructor
        • getBubbleEvents
        • getListeners
        • setBubbleEvents
  • Ext.panel.Panel

    • Modified
      • method
        • getHeader
          • 5.0.1
            • return type is void
          • 5.1.0
            • return type is Ext.panel.Header
  • Ext.panel.Table

    • Added
      • event
        • beforecontainerkeypress
        • beforecontainerkeyup
        • beforeitemkeypress
        • beforeitemkeyup
        • containerkeypress
        • containerkeyup
        • itemkeypress
        • itemkeyup
      • method
        • disableColumnHeaders
        • enableColumnHeaders
        • ensureVisible
        • getScrollable
    • Modified
      • config
        • selModel
          • 5.0.1
            • default value is null
            • type is Ext.selection.Model/Object
          • 5.1.0
            • default value is rowmodel
            • type is Ext.selection.Model/Object/String
        • selection
          • 5.0.1
            • private is true
            • type is Object
          • 5.1.0
            • private is false
            • type is Ext.data.Model
      • method
        • setStore
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
  • Ext.scroll.Indicator

    • 5.0.1
      • aliases is {}
      • superclass is Ext.Base
    • 5.1.0
      • aliases is {widget=[scrollindicator]}
      • superclass is Ext.Widget
    • Added
      • config
        • hideDelay
      • method
        • getHideDelay
        • setHideDelay
    • Modified
      • method
        • hide
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • show
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
  • Ext.scroll.Scroller

    • 5.0.1
      • aliases is {}
      • mixins is []
    • 5.1.0
      • aliases is {scroller=[scroller]}
      • mixins is [Ext.mixin.Factoryable]
    • Added
      • config
        • indicators
        • x
        • y
      • method
        • addPartner
        • getIndicators
        • getMaxUserPosition
        • getScroller
        • getX
        • getY
        • setIndicators
        • setX
        • setY
    • Modified
      • config
        • direction
          • 5.0.1
            • type is String
          • 5.1.0
            • type is 'auto'/'vertical'/'horizontal'/'both'
        • element
          • 5.0.1
            • private is true
            • type is Object
          • 5.1.0
            • private is false
            • type is String/HTMLElement/Ext.dom.Element
        • momentumEasing
          • 5.0.1
            • default value is {momentum: {acceleration: 30, friction: 0.5}, bounce: {acceleration: 30, springTension: 0.3}, minVelocity: 1}
          • 5.1.0
            • default value is null
      • method
        • constructor
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • create
          • 5.0.1
            • return type is Object
          • 5.1.0
            • return type is Ext.scroll.Scroller
        • getDirection
          • 5.0.1
            • return type is String
          • 5.1.0
            • return type is 'auto'/'vertical'/'horizontal'/'both'
        • getElement
          • 5.0.1
            • private is true
            • return type is Object
          • 5.1.0
            • private is false
            • return type is String/HTMLElement/Ext.dom.Element
        • getMaxPosition
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • getPosition
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • getSize
          • 5.0.1
            • private is true
            • return type is String
          • 5.1.0
            • private is false
            • return type is Object
        • refresh
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • scrollBy
          • 5.0.1
            • return type is Ext.scroll.Scroller
          • 5.1.0
            • return type is void
        • scrollToEnd
          • 5.0.1
            • private is false
          • 5.1.0
            • private is true
        • setElement
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
    • Removed
      • config
        • acceleration
        • friction
        • initialOffset
        • slotSnapSize
      • event
        • maxpositionchange
      • method
        • getInitialOffset
        • getSlotSnapEasing
        • getSlotSnapSize
        • getTranslatable
        • isAxisEnabled
        • setInitialOffset
        • setOffset
        • setSlotSnapEasing
        • setSlotSnapSize
        • setTranslatable
        • updateBoundary
  • Ext.selection.CellModel

    • Modified
      • property
        • deselectOnContainerClick
          • 5.0.1
            • default value is true
            • private is true
          • 5.1.0
            • default value is false
            • private is false
  • Ext.selection.CheckboxModel

    • Modified
      • method
        • beforeViewRender
          • 5.0.1
            • private is true
            • protected is false
          • 5.1.0
            • private is false
            • protected is true
  • Ext.selection.Model

    • 5.0.1
      • mixins is [Ext.util.StoreHolder]
      • superclass is Ext.util.Observable
    • 5.1.0
      • mixins is [Ext.util.StoreHolder, Ext.mixin.Factoryable]
      • superclass is Ext.mixin.Observable
    • Added
      • method
        • onHeaderClick
      • property
        • isSelectionModel
    • Modified
      • method
        • beforeViewRender
          • 5.0.1
            • private is true
            • protected is false
          • 5.1.0
            • private is false
            • protected is true
        • getLastSelected
          • 5.0.1
            • private is false
          • 5.1.0
            • private is true
      • property
        • selected
          • 5.0.1
            • private is false
            • type is Ext.util.MixedCollection
          • 5.1.0
            • private is true
            • type is Ext.util.Collection
  • Ext.selection.RowModel

    • Modified
      • property
        • deselectOnContainerClick
          • 5.0.1
            • default value is true
            • private is true
          • 5.1.0
            • default value is false
            • private is false
  • Ext.selection.TreeModel

    • Added
      • config
        • selectOnExpanderClick
      • method
        • constructor
  • Ext.slider.Multi

    • Modified
      • config
        • animate
          • 5.0.1
            • type is Boolean
          • 5.1.0
            • type is Object/Boolean
      • property
        • defaultBindProperty
          • 5.0.1
            • default value is 'value'
          • 5.1.0
            • default value is 'values'
  • Ext.slider.Widget

    • Modified
      • config
        • maxValue
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • minValue
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
        • value
          • 5.0.1
            • private is true
            • type is Number
          • 5.1.0
            • private is false
            • type is Number/Number[]
        • vertical
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
  • Ext.supports

    • Added
      • property
        • ChildContentClearedWhenSettingInnerHTML
    • Removed
      • method
        • addBehaviors
  • Ext.tab.Bar

    • Added
      • method
        • getActivateOnFocus
        • setActivateOnFocus
  • Ext.tip.Tip

    • Modified
      • config
        • floating
          • 5.0.1
            • default value is {shadow: true, shim: true}
          • 5.1.0
            • default value is false
  • Ext.toolbar.Breadcrumb

    • Added
      • config
        • displayField
        • showMenuIcons
      • method
        • getDisplayField
        • getShowMenuIcons
        • setDisplayField
        • setShowMenuIcons
    • Removed
      • config
        • displayFieldName
  • Ext.toolbar.Paging

    • Modified
      • property
        • defaultBindProperty
          • 5.0.1
            • default value is 'html'
          • 5.1.0
            • default value is 'store'
  • Ext.toolbar.TextItem

    • Modified
      • config
        • renderTpl
          • 5.0.1
            • default value is '{text}'
          • 5.1.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
        • constructor
          • 5.0.1
            • return type is Ext.toolbar.TextItem
          • 5.1.0
            • return type is Ext.Component
  • Ext.tree.Panel

    • Added
      • method
        • ensureVisible
  • Ext.view.AbstractView

    • Added
      • config
        • selectionModel
      • method
        • setSelectionModel
    • Modified
      • method
        • getSelectionModel
          • 5.0.1
            • return type is Ext.selection.Model
          • 5.1.0
            • return type is Object
  • Ext.util.Filter

    • Added
      • config
        • disableOnEmpty
      • method
        • getDisableOnEmpty
        • getDisabled
        • setDisableOnEmpty
        • setDisabled
  • Ext.util.Floating

    • Added
      • config
        • animateShadow
        • shim
    • Modified
      • config
        • shadow
          • 5.0.1
            • default value is true
          • 5.1.0
            • default value is 'sides'
  • Ext.util.Focusable

    • Added
      • method
        • onFocusEnter
        • onFocusLeave
    • Modified
      • method
        • isFocusable
          • 5.0.1
            • private is true
            • return type is void
          • 5.1.0
            • private is false
            • return type is Boolean
      • property
        • focusable
          • 5.0.1
            • private is true
          • 5.1.0
            • private is false
  • Ext.util.KeyNav

    • Modified
      • config
        • defaultEventAction
          • 5.0.1
            • default value is "stopEvent"
          • 5.1.0
            • default value is false
  • Ext.util.Observable

    • 5.0.1
      • superclass is Ext.Base
    • 5.1.0
      • superclass is Ext.mixin.Observable
    • Removed
      • method
        • capture
        • observe
        • releaseCapture
  • Ext.ux.DataView.Draggable

    • Modified
      • method
        • prepareGhost
          • 5.0.1
            • return type is Ext.view.View
          • 5.1.0
            • return type is HtmlElement
  • Ext.ux.DataView.LabelEditor

    • Added
      • config
        • shim
  • Ext.form.field.Picker

    • Modified
      • method
        • alignPicker
          • 5.0.1
            • protected is false
          • 5.1.0
            • protected is true
  • Ext.ux.desktop.StartMenu

    • 5.0.1
      • superclass is Ext.panel.Panel
    • 5.1.0
      • superclass is Ext.menu.Menu
  • Ext.view.BoundList

    • Added
      • config
        • scrollable
    • Modified
      • config
        • autoScroll
          • 5.0.1
            • default value is true
          • 5.1.0
            • default value is false
        • focusOnToFront
          • 5.0.1
            • default value is true
          • 5.1.0
            • default value is false
  • Ext.view.Table

    • 5.0.1
      • aliases is {widget=[tableview]}
      • alternateClassNames is []
    • 5.1.0
      • aliases is {widget=[tableview, gridview]}
      • alternateClassNames is [Ext.grid.View]
  • Ext.view.View

    • Added
      • event
        • beforecontainerkeypress
        • beforecontainerkeyup
        • beforeitemkeypress
        • beforeitemkeyup
        • containerkeypress
        • containerkeyup
        • itemkeypress
        • itemkeyup
  • Ext.window.Toast

    • Added
      • config
        • animate
  • Removed

    • Ext.Shadow

    • Ext.data.proxy.Sql

    • Ext.grid.feature.RowWrap

    • Ext.layout.ClassList

  • Ext JS 5.1.1

    Ext JS
    ExtAngular
    ExtReact
    ExtWebComponents
    Sencha Test
    Cmd
    Architect
    Themer
    IDE Plugins
    Sencha Inspector
    Fiddle
    GXT
    Sencha Touch
    WebTestIt
    Sencha GRUI
    Rapid Ext JS
    ReExt


    Ext.os
    ExtReact 6.7.0-modern
    Ext.fx.easing.Linear
    Ext JS 5.1.1
    Ext.util.Cache
    ExtReact 7.2.0-modern
    Ext.layout.container.Border
    Ext JS 5.1.1
    Ext.util.KeyNav
    ExtWebComponents 7.0.0-modern
    Ext.parse.Tokenizer
    Ext JS 6.5.0-modern
    Ext.ux.colorpick.SelectorController
    ExtAngular 7.1.0-modern
    Ext.d3.hierarchy.TreeMap
    Ext JS 7.3.0-classic
    Ext.data.request.Ajax
    ExtReact 6.6.0-modern
    Ext.util.TranslatableGroup
    ExtAngular 7.1.0-modern
    Ext.d3.hierarchy.Hierarchy
    Ext JS 7.3.0-classic
    Ext.util.CSS
    ExtReact 6.6.0-modern
    Ext.perf.Accumulator
    Ext JS 5.1.1
    Ext.util.Region
    Ext JS 5.1.1
    Ext.layout.Box
    ExtAngular 7.1.0-modern
    Ext.plugin.Abstract
    ExtWebComponents 7.0.0-modern
    MessageBox
    ExtWebComponents 7.0.0-modern
    TimePanel
    ExtAngular 7.1.0-modern
    Ext.util.Collection
    ExtReact 6.7.0-modern
    Ext.ComponentQuery
    ExtWebComponents 7.0.0-modern
    Ext.grid.locking.HeaderContainer
    Ext JS 5.1.1
    Ext.layout.HBox
    ExtAngular 7.1.0-modern
    Ext.fx.easing.Abstract
    ExtAngular 7.1.0-modern
    Function
    ExtReact 7.2.0-modern
    Button
    ExtWebComponents 7.0.0-modern
    Ext.pivot.matrix.Base
    ExtReact 7.1.0-modern
    Ext.data.request.Base
    Ext JS 6.2.1-modern
    Ext.util.DelayedTask
    ExtWebComponents 7.1.0-modern
    Ext.String
    ExtReact 7.1.0-modern
    Ext.window.MessageBox
    Ext JS 5.1.2
    Ext.chart.LegendBase
    Ext JS 5.1.1
    Ext.ComponentManager
    ExtAngular 7.1.0-modern
    Ext.Object
    ExtReact 7.2.0-modern
    Ext.Array
    ExtReact 7.1.0-modern
    Ext.layout.container.boxOverflow.Menu
    Ext JS 7.7.0-classic
    Ext.Object
    ExtWebComponents 7.1.0-modern
    Detailed UML
    Ext JS 7.2.0-classic
    Importing Components
    ExtReact 6.6.0-modern
    Ext.util.DelayedTask
    ExtReact 7.1.0-modern
    Ext.util.SorterCollection
    ExtAngular 7.1.0-modern
    Charts
    ExtAngular 7.1.0-modern
    Ext.draw.TimingFunctions
    ExtAngular 7.1.0-modern
    Multiple Screens & Environments
    ExtAngular 7.1.0-modern
    Ext.dataview.pullrefresh.Bar
    ExtWebComponents 7.0.0-modern
    Ext.chart.sprite.BoxPlot
    ExtWebComponents 7.0.0-modern
    Ext.pivot.plugin.configurator.FormController
    ExtWebComponents 7.0.0-modern
    Function
    ExtWebComponents 7.1.0-modern
    Release Notes
    ExtReact 7.1.0-modern
    Forms
    Ext JS 5.1.3
    Ext.String
    ExtWebComponents 7.1.0-modern
    Ext.rtl.Component
    Ext JS 5.1.1
    Ext.layout.container.Border
    Ext JS 5.1.2
    Ext.util.Base64
    ExtAngular 7.1.0-modern
    Ant Integration
    Cmd 6.6.0
    Ext.ElementLoader
    Ext JS 5.1.1
    Ext.chart.axis.segmenter.Names
    ExtAngular 7.1.0-modern
    Ext.chart.AbstractChart
    ExtReact 7.0.0-modern
    Ext.util.FilterCollection
    Ext JS 7.6.0-classic
    Ext.data.ErrorCollection
    ExtAngular 7.1.0-modern
    Ext.scroll.Scroller
    Ext JS 5.1.1
    Ext.data.reader.Array
    ExtAngular 7.1.0-modern
    Ext.dataview.pullrefresh.Item
    ExtReact 7.1.0-modern
    Ext.layout.Layout
    Ext JS 5.1.1
    Ext.util.Group
    ExtAngular 7.1.0-modern
    Ext.data.request.Ajax
    Ext JS 6.5.2-modern
    Ext.util.CollectionKey
    ExtReact 6.6.0-modern
    Object
    ExtReact 7.2.0-modern
    Ext.chart.axis.segmenter.Segmenter
    ExtWebComponents 7.0.0-modern
    Ext.perf.Monitor
    ExtReact 7.1.0-modern
    Ext.rtl.Component
    Ext JS 5.1.4
    Ext.util.Scheduler
    ExtWebComponents 7.0.0-modern
    Ext.Factory
    ExtAngular 7.1.0-modern
    Ext.util.XTemplateParser
    ExtAngular 7.1.0-modern
    Editor
    ExtAngular 7.1.0-modern
    Ext.Array
    ExtReact 7.2.0-modern
    Ext.util.BasicFilter
    Ext JS 7.6.0-classic
    Grids
    Ext JS 5.1.1
    Ext.resizer.Resizer
    Ext JS 7.6.0-classic
    Ext.util.ElementContainer
    Ext JS 6.0.2-classic
    Ext.field.Input
    ExtAngular 7.1.0-modern
    Release Notes
    ExtReact 7.2.0-modern
    Ext.util.Event
    ExtAngular 7.1.0-modern
    Ext.dataview.pullrefresh.Item
    ExtWebComponents 7.1.0-modern
    Ext.util.DelayedTask
    ExtReact 7.2.0-modern
    Ext JS to Ext React
    ExtReact 7.1.0-modern
    Ext.util.GroupCollection
    ExtReact 7.1.0-modern
    Ext.ux.colorpick.ButtonController
    Ext JS 7.6.0-classic
    Ext.Class
    Ext JS 5.1.2
    Tool
    ExtAngular 7.1.0-modern
    Charts
    ExtAngular 7.2.0-modern
    Ext.AbstractManager
    ExtWebComponents 7.0.0-modern