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


top

Contents

Ext Ext.Component Ext.ComponentManager Ext.ElementLoader Ext.FocusManager Ext.Widget Ext.ZIndexManager Ext.app.ViewModel Ext.button.Button Ext.button.Cycle Ext.button.Split Ext.chart.AbstractChart Ext.chart.Legend Ext.chart.interactions.CrossZoom Ext.chart.interactions.ItemHighlight Ext.chart.interactions.Rotate Ext.chart.series.Pie Ext.chart.series.Series Ext.chart.series.sprite.Bar3D Ext.chart.series.sprite.Cartesian Ext.chart.theme.Base Ext.container.Container Ext.dashboard.Dashboard Ext.dashboard.Panel Ext.data.AbstractStore Ext.data.BufferedStore Ext.data.Model Ext.data.NodeInterface Ext.data.ResultSet Ext.data.Store Ext.data.TreeStore Ext.data.reader.Reader Ext.dd.DragTracker Ext.dd.DropTarget Ext.direct.AmfRemotingProvider Ext.dom.Element Ext.draw.Animator Ext.draw.Path Ext.draw.Surface Ext.draw.gradient.Linear Ext.draw.sprite.Path Ext.draw.sprite.Tick Ext.enums.Plugin Ext.enums.Widget Ext.event.Event Ext.form.action.Action Ext.form.field.Checkbox Ext.form.field.ComboBox Ext.form.field.Tag Ext.form.trigger.Spinner Ext.form.trigger.Trigger Ext.fx.Anim Ext.fx.Easing Ext.grid.column.Action Ext.grid.column.Column Ext.grid.column.Widget Ext.grid.feature.Grouping Ext.grid.filters.filter.List Ext.grid.header.Container Ext.grid.plugin.DragDrop Ext.grid.plugin.HeaderResizer Ext.grid.property.Grid Ext.grid.selection.Rows Ext.layout.container.Center Ext.layout.container.Fit Ext.menu.CheckItem Ext.menu.Item Ext.menu.Menu Ext.panel.Header Ext.panel.Panel Ext.panel.Table Ext.panel.Tool Ext.picker.Color Ext.picker.Date Ext.plugin.Abstract Ext.plugin.Viewport Ext.resizer.Splitter Ext.scroll.Scroller Ext.sparkline.Bar Ext.sparkline.Base Ext.tab.Bar Ext.tab.Panel Ext.tab.Tab Ext.tip.QuickTip Ext.tip.ToolTip Ext.toolbar.Breadcrumb Ext.toolbar.Paging Ext.util.Focusable Ext.util.Format Ext.util.Observable Ext.util.TaskRunner Ext.ux.CellDragDrop Ext.ux.DataView.Draggable Ext.ux.event.Player Ext.view.MultiSelectorSearch Ext.view.Table Ext.window.MessageBox Ext.window.Toast Ext.window.Window

Differences Between Ext JS 5.1.0 and Ext JS 5.1.1

  • Ext

    • Modified
      • method
        • select
          • 5.1.0
            • return type is void
          • 5.1.1
            • return type is Ext.dom.CompositeElementLite/Ext.dom.CompositeElement
  • Ext.Component

    • 5.1.0
      • 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, Ext.util.Focusable]
    • 5.1.1
      • mixins is [Ext.mixin.Inheritable, Ext.util.Floating, Ext.util.Positionable, Ext.util.Observable, Ext.mixin.Bindable, Ext.util.Animate, Ext.util.ElementContainer, Ext.util.Renderable, Ext.state.Stateful, Ext.util.Focusable]
    • Added
      • method
        • fromElement
      • property
        • initialConfig
    • Modified
      • config
        • columnWidth
          • 5.1.0
            • default value is undefined
            • type is Number/String
          • 5.1.1
            • default value is null
            • type is Number
  • Ext.ComponentManager

    • Modified
      • method
        • constructor
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
  • Ext.ElementLoader

    • Modified
      • config
        • callback
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
        • failure
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
        • success
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.FocusManager

    • 5.1.0
      • mixins is [Ext.util.Observable]
    • 5.1.1
      • mixins is []
    • Modified
      • method
        • disable
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • enable
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
      • property
        • enabled
          • 5.1.0
            • default value is false
          • 5.1.1
            • default value is true
    • Removed
      • event
        • beforecomponentfocus
        • componentfocus
        • disable
        • enable
      • method
        • addXTypeToWhitelist
        • removeXTypeFromWhitelist
      • property
        • focusedCmp
        • whitelist
  • Ext.Widget

    • Added
      • method
        • getBaseCls
        • getRenderTo
        • setBaseCls
        • setRenderTo
  • Ext.ZIndexManager

    • Modified
      • method
        • constructor
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
  • Ext.app.ViewModel

    • Modified
      • method
        • notify
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
    • Removed
      • method
        • getStores
  • Ext.button.Button

    • Added
      • cssVar
        • $button-grid-cell-inner-opacity-disabled
        • $button-grid-cell-opacity-disabled
    • Modified
      • config
        • handler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
        • toggleHandler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
      • cssVar
        • $button-grid-cell-icon-spacing
          • 5.1.0
            • default value is $button-small-icon-spacing
          • 5.1.1
            • default value is $button-icon-spacing
        • $button-inner-opacity-disabled
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is 1
        • $button-opacity-disabled
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is 0.5
  • Ext.button.Cycle

    • Modified
      • config
        • changeHandler
          • 5.1.0
            • default value is null
            • type is Function
          • 5.1.1
            • default value is undefined
            • type is Function/String
  • Ext.button.Split

    • Modified
      • config
        • arrowHandler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.chart.AbstractChart

    • Added
      • method
        • addSeries
        • removeSeries
    • Modified
      • config
        • store
          • 5.1.0
            • type is Ext.data.Store
          • 5.1.1
            • type is Ext.data.Store/String/Object
      • method
        • getAxis
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Ext.chart.axis.Axis
        • getStore
          • 5.1.0
            • return type is Ext.data.Store
          • 5.1.1
            • return type is Ext.data.Store/String/Object
    • Removed
      • config
        • shadow
      • method
        • getShadow
        • setShadow
  • Ext.chart.Legend

    • Modified
      • config
        • baseCls
          • 5.1.0
            • default value is 'x-legend'
          • 5.1.1
            • default value is Ext.baseCSSPrefix + 'legend'
        • toggleable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.chart.interactions.CrossZoom

    • Modified
      • config
        • gestures
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.chart.interactions.ItemHighlight

    • Modified
      • config
        • gestures
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.chart.interactions.Rotate

    • Modified
      • config
        • gestures
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.chart.series.Pie

    • Modified
      • config
        • highlightCfg
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
      • method
        • getHighlightCfg
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
        • setHighlightCfg
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
    • Removed
      • config
        • Default
  • Ext.chart.series.Series

    • 5.1.0
      • mixins is [Ext.mixin.Observable]
    • 5.1.1
      • mixins is [Ext.mixin.Observable, Ext.mixin.Bindable]
    • Added
      • method
        • lookupViewModel
      • property
        • defaultBindProperty
  • Ext.chart.series.sprite.Bar3D

    • Added
      • config
        • brightnessFactor
        • saturationFactor
  • Ext.chart.series.sprite.Cartesian

    • Added
      • config
        • flipXY
  • Ext.chart.theme.Base

    • Modified
      • method
        • getSeriesThemes
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • setSeriesThemes
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
  • Ext.container.Container

    • Modified
      • method
        • disable
          • 5.1.0
            • return type is Ext.container.Container
          • 5.1.1
            • return type is void
        • enable
          • 5.1.0
            • return type is Ext.container.Container
          • 5.1.1
            • return type is void
        • getFocusEl
          • 5.1.0
            • private is true
            • protected is false
          • 5.1.1
            • private is false
            • protected is true
        • onRemoved
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
  • Ext.dashboard.Dashboard

    • Added
      • config
        • columnWidths
        • defaultContent
    • Modified
      • config
        • maxColumns
          • 5.1.0
            • type is Object
          • 5.1.1
            • type is Number
  • Ext.dashboard.Panel

    • Added
      • config
        • anchor
  • Ext.data.AbstractStore

    • Modified
      • method
        • filter
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Ext.util.Filter[]
        • getFilters
          • 5.1.0
            • return type is Object[]/Function[]
          • 5.1.1
            • return type is Ext.util.Collection
        • getGrouper
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Object/Ext.util.Grouper
        • getGroups
          • 5.1.0
            • return type is Ext.util.GroupCollection
          • 5.1.1
            • return type is Ext.util.Collection
        • getSorters
          • 5.1.0
            • return type is Ext.util.Sorter[]/Object[]
          • 5.1.1
            • return type is Ext.util.Collection
  • Ext.data.BufferedStore

    • Modified
      • config
        • trackRemoved
          • 5.1.0
            • default value is true
          • 5.1.1
            • default value is false
      • method
        • filter
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Ext.util.Filter[]
        • getGrouper
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Object/Ext.util.Grouper
  • Ext.data.Model

    • Modified
      • method
        • erase
          • 5.1.0
            • return type is Ext.data.operation.Operation
          • 5.1.1
            • return type is Ext.data.operation.Destroy
        • load
          • 5.1.0
            • return type is Ext.data.Operation
          • 5.1.1
            • return type is Ext.data.operation.Read
        • save
          • 5.1.0
            • return type is Ext.data.operation.Operation
          • 5.1.1
            • return type is Ext.data.operation.Create/Ext.data.operation.Update/Ext.data.operation.Destroy
  • Ext.data.NodeInterface

    • Modified
      • config
        • depth
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • expandable
          • 5.1.0
            • default value is false
          • 5.1.1
            • default value is true
        • index
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • isFirst
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • isLast
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • loaded
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • loading
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • parentId
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
        • root
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
      • method
        • updateInfo
          • 5.1.0
            • protected is false
          • 5.1.1
            • protected is true
  • Ext.data.ResultSet

    • Modified
      • method
        • getCount
          • 5.1.0
            • private is false
            • return type is Number
          • 5.1.1
            • private is true
            • return type is void
  • Ext.data.Store

    • Modified
      • method
        • getData
          • 5.1.0
            • return type is Object[]/Ext.data.Model[]
          • 5.1.1
            • return type is Ext.util.Collection
        • isMoving
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
  • Ext.data.TreeStore

    • Added
      • config
        • lazyFill
      • event
        • rootchange
  • Ext.data.reader.Reader

    • Added
      • config
        • keepRawData
      • method
        • getKeepRawData
        • setKeepRawData
  • Ext.dd.DragTracker

    • Added
      • config
        • el
  • Ext.dd.DropTarget

    • Added
      • config
        • containerScroll
  • Ext.direct.AmfRemotingProvider

    • Modified
      • method
        • constructor
          • 5.1.0
            • return type is Ext.direct.AmfRemotingProvider
          • 5.1.1
            • return type is Ext.direct.Provider
  • Ext.dom.Element

    • Added
      • method
        • select
    • Modified
      • method
        • addCls
          • 5.1.0
            • return type is void
          • 5.1.1
            • return type is Ext.dom.Element
        • appendChild
          • 5.1.0
            • return type is Ext.dom.Element
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
        • center
          • 5.1.0
            • return type is void
          • 5.1.1
            • return type is Ext.dom.Element
        • createChild
          • 5.1.0
            • return type is Ext.dom.Element
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
        • findParent
          • 5.1.0
            • return type is HTMLElement
          • 5.1.1
            • return type is HTMLElement/Ext.dom.Element
        • findParentNode
          • 5.1.0
            • return type is HTMLElement
          • 5.1.1
            • return type is HTMLElement/Ext.dom.Element
        • getActiveElement
          • 5.1.0
            • static is false
          • 5.1.1
            • static is true
        • getById
          • 5.1.0
            • return type is void
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
        • getCommonAncestor
          • 5.1.0
            • return type is Ext.dom.Element/HtmlElement
            • static is false
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
            • static is true
        • insertFirst
          • 5.1.0
            • return type is Ext.dom.Element
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
        • insertSibling
          • 5.1.0
            • return type is Ext.dom.Element
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
        • selectNode
          • 5.1.0
            • return type is HTMLElement
          • 5.1.1
            • return type is HTMLElement/Ext.dom.Element
        • up
          • 5.1.0
            • return type is Ext.dom.Element
          • 5.1.1
            • return type is Ext.dom.Element/HTMLElement
  • Ext.draw.Animator

    • Added
      • method
        • scheduleIf
  • Ext.draw.Path

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

    • Added
      • method
        • hitTest
        • hitTestEvent
  • Ext.draw.gradient.Linear

    • Added
      • config
        • degrees
        • radians
      • method
        • getDegrees
        • getRadians
        • setDegrees
        • setRadians
  • Ext.draw.sprite.Path

    • Added
      • method
        • getIntersections
        • isPointInPath
        • isPointOnPath
  • Ext.draw.sprite.Tick

    • Added
      • config
        • x
        • y
  • Ext.enums.Plugin

    • Added
      • property
        • lazyitems
  • Ext.enums.Widget

    • Modified
      • property
        • monthpicker
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.event.Event

    • Added
      • property
        • defaultPrevented
  • Ext.form.action.Action

    • Modified
      • config
        • failure
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
        • success
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.form.field.Checkbox

    • Modified
      • config
        • handler
          • 5.1.0
            • default value is null
            • type is Function
          • 5.1.1
            • default value is undefined
            • type is Function/String
  • Ext.form.field.ComboBox

    • Added
      • method
        • getDelimiter
        • getDisplayField
        • getDisplayTpl
        • getRecordDisplayData
        • setDelimiter
        • setDisplayField
        • setDisplayTpl
    • Modified
      • config
        • displayTpl
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is false
        • store
          • 5.1.0
            • type is Ext.data.Store/String/Array
          • 5.1.1
            • type is Ext.data.Store/String/Array/Object
      • method
        • getSelection
          • 5.1.0
            • private is true
            • return type is void
          • 5.1.1
            • private is false
            • return type is Ext.data.Model
        • getStore
          • 5.1.0
            • return type is Ext.data.Store
          • 5.1.1
            • return type is Ext.data.AbstractStore
  • Ext.form.field.Tag

    • Added
      • config
        • tipTpl
  • Ext.form.trigger.Spinner

    • Added
      • config
        • vertical
    • Modified
      • config
        • downHandler
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is undefined
        • upHandler
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is undefined
  • Ext.form.trigger.Trigger

    • Modified
      • config
        • handler
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is undefined
  • Ext.fx.Anim

    • Modified
      • config
        • callback
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
        • scope
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Object
  • Ext.fx.Easing

    • 5.1.0
      • mixins is null
      • superclass is null
    • 5.1.1
      • mixins is []
      • superclass is Ext.Base
  • Ext.grid.column.Action

    • Modified
      • config
        • handler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.grid.column.Column

    • Modified
      • config
        • childEls
          • 5.1.0
            • default value is ['titleEl', 'triggerEl', 'textEl']
          • 5.1.1
            • default value is ['titleEl', 'triggerEl', 'textEl', 'textContainerEl']
        • renderTpl
          • 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)%}']
          • 5.1.1
            • 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 id="{id}-textContainerEl" data-ref="textContainerEl" 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)%}']
      • method
        • getEditor
          • 5.1.0
            • return type is Ext.form.field.Field
          • 5.1.1
            • return type is Ext.form.field.Field/Boolean
  • Ext.grid.column.Widget

    • Added
      • config
        • defaultWidgetUI
      • method
        • getDefaultWidgetUI
        • setDefaultWidgetUI
    • Modified
      • config
        • onWidgetAttach
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
      • method
        • onRemoved
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
    • Removed
      • config
        • defaultCellUI
  • Ext.grid.feature.Grouping

    • Added
      • config
        • groupers
    • Modified
      • method
        • constructor
          • 5.1.0
            • return type is Ext.grid.feature.Grouping
          • 5.1.1
            • return type is Ext.grid.feature.Feature
  • Ext.grid.filters.filter.List

    • Added
      • config
        • loadingText
    • Modified
      • config
        • itemDefaults
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is {checked: false, hideOnClick: false}
    • Removed
      • config
        • paramPrefix
  • Ext.grid.header.Container

    • Added
      • config
        • dock
    • Modified
      • method
        • getGridColumns
          • 5.1.0
            • return type is Array
          • 5.1.1
            • return type is Ext.grid.column.Column[]
        • getVisibleGridColumns
          • 5.1.0
            • return type is Array
          • 5.1.1
            • return type is Ext.grid.column.Column[]
  • Ext.grid.plugin.DragDrop

    • Modified
      • method
        • disable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • enable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.grid.plugin.HeaderResizer

    • Modified
      • method
        • disable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • enable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.grid.property.Grid

    • Added
      • method
        • getProperty
  • Ext.grid.selection.Rows

    • Added
      • method
        • beginUpdate
        • endUpdate
  • Ext.layout.container.Center

    • Added
      • property
        • itemCls
  • Ext.layout.container.Fit

    • Added
      • property
        • itemCls
  • Ext.menu.CheckItem

    • Modified
      • config
        • checkHandler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.menu.Item

    • Added
      • method
        • getMenu
    • Modified
      • config
        • handler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
      • property
        • activated
          • 5.1.0
            • default value is null
          • 5.1.1
            • default value is false
  • Ext.menu.Menu

    • Added
      • cssMixin
        • extjs-menu-ui
      • cssVar
        • $menu-item-disabled-cursor
  • Ext.panel.Header

    • Added
      • config
        • itemPosition
    • Modified
      • method
        • onRemoved
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
  • Ext.panel.Panel

    • Modified
      • config
        • draggable
          • 5.1.0
            • default value is false
          • 5.1.1
            • default value is null
      • method
        • addUIClsToElement
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
        • onRemoved
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
        • setTitle
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.panel.Table

    • 5.1.0
      • mixins is []
    • 5.1.1
      • mixins is [Ext.grid.locking.Lockable]
    • Added
      • method
        • getColumns
        • getHeaderContainer
        • getVisibleColumns
    • Modified
      • config
        • layout
          • 5.1.0
            • type is Ext.enums.Layout/Object
          • 5.1.1
            • type is Object
        • store
          • 5.1.0
            • type is Ext.data.Store
          • 5.1.1
            • type is Ext.data.Store/String/Object
  • Ext.panel.Tool

    • Modified
      • config
        • callback
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.picker.Color

    • Modified
      • config
        • handler
          • 5.1.0
            • type is Function
          • 5.1.1
            • type is Function/String
  • Ext.picker.Date

    • Modified
      • config
        • renderTpl
          • 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>']
            • protected is true
          • 5.1.1
            • default value is null
            • protected is false
  • Ext.plugin.Abstract

    • Added
      • config
        • stateEvents
      • method
        • applyState
        • disable
        • enable
        • getState
  • Ext.plugin.Viewport

    • Removed
      • config
        • maxUserScale
  • Ext.resizer.Splitter

    • Added
      • cssVar
        • $splitter-focus-outline-color
        • $splitter-focus-outline-offset
        • $splitter-focus-outline-style
        • $splitter-focus-outline-width
    • Modified
      • property
        • focusable
          • 5.1.0
            • default value is false
          • 5.1.1
            • default value is true
  • Ext.scroll.Scroller

    • Added
      • config
        • rtl
  • Ext.sparkline.Bar

    • Modified
      • config
        • colorMap
          • 5.1.0
            • type is
          • 5.1.1
            • type is Object
      • method
        • getColorMap
          • 5.1.0
            • return type is
          • 5.1.1
            • return type is Object
  • Ext.sparkline.Base

    • Added
      • method
        • getTooltipSuffix
        • setTooltipSuffix
    • Modified
      • config
        • tooltipPrefix
          • 5.1.0
            • default value is null
            • private is false
          • 5.1.1
            • default value is ''
            • private is true
  • Ext.tab.Bar

    • Added
      • config
        • ensureActiveVisibleOnChange
      • method
        • ensureTabVisible
    • Modified
      • config
        • activateOnFocus
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
      • method
        • onRemoved
          • 5.1.0
            • protected is true
          • 5.1.1
            • protected is false
  • Ext.tab.Panel

    • Modified
      • method
        • getTabBar
          • 5.1.0
            • return type is Object
          • 5.1.1
            • return type is Ext.tab.Bar
    • Removed
      • method
        • setTabBar
  • Ext.tab.Tab

    • Modified
      • config
        • tabIndex
          • 5.1.0
            • default value is 0
          • 5.1.1
            • default value is null
  • Ext.tip.QuickTip

    • Added
      • config
        • text
    • Modified
      • config
        • title
          • 5.1.0
            • type is String
          • 5.1.1
            • type is String/Ext.panel.Title
      • method
        • initComponent
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.tip.ToolTip

    • Modified
      • method
        • afterSetPosition
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • initComponent
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • onDestroy
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • onDisable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • onHide
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • onRender
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • onShow
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.toolbar.Breadcrumb

    • Added
      • cssMixin
        • extjs-breadcrumb-ui
      • method
        • getSelection
        • setSelection
  • Ext.toolbar.Paging

    • Modified
      • config
        • store
          • 5.1.0
            • type is Ext.data.Store
          • 5.1.1
            • type is Ext.data.Store/String
  • Ext.util.Focusable

    • Modified
      • method
        • getFocusClsEl
          • 5.1.0
            • private is true
            • protected is false
          • 5.1.1
            • private is false
            • protected is true
        • getFocusEl
          • 5.1.0
            • private is true
            • protected is false
          • 5.1.1
            • private is false
            • protected is true
  • Ext.util.Format

    • Modified
      • method
        • plural
          • 5.1.0
            • return type is void
          • 5.1.1
            • return type is String
  • Ext.util.Observable

    • Added
      • method
        • capture
        • observe
        • releaseCapture
  • Ext.util.TaskRunner

    • Modified
      • method
        • start
          • 5.1.0
            • return type is Object
          • 5.1.1
            • return type is void
  • Ext.ux.CellDragDrop

    • Modified
      • method
        • disable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
        • enable
          • 5.1.0
            • private is true
          • 5.1.1
            • private is false
  • Ext.ux.DataView.Draggable

    • Modified
      • method
        • prepareGhost
          • 5.1.0
            • return type is HtmlElement
          • 5.1.1
            • return type is HTMLElement
  • Ext.ux.event.Player

    • 5.1.0
      • superclass is Ext.Base
    • 5.1.1
      • superclass is Ext.ux.event.Driver
  • Ext.view.MultiSelectorSearch

    • Added
      • config
        • field
        • store
    • Modified
      • config
        • floating
          • 5.1.0
            • default value is true
          • 5.1.1
            • default value is false
  • Ext.view.Table

    • Added
      • cssVar
        • $include-grid-cell-field-ui
  • Ext.window.MessageBox

    • Modified
      • method
        • constructor
          • 5.1.0
            • private is false
          • 5.1.1
            • private is true
  • Ext.window.Toast

    • Modified
      • method
        • getFocusEl
          • 5.1.0
            • private is true
            • protected is false
          • 5.1.1
            • private is false
            • protected is true
  • Ext.window.Window

    • Modified
      • config
        • floating
          • 5.1.0
            • default value is true
          • 5.1.1
            • default value is false
      • method
        • getFocusEl
          • 5.1.0
            • private is true
            • protected is false
          • 5.1.1
            • private is false
            • protected is true

Ext JS 5.1.2