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 6.5.0 - Classic Toolkit


top
Guide applies to: classic

Differences Between Ext JS 6.5.0 Classic and Ext JS 6.2.1 Classic

While we believe these guides are extremely helpful to developers planning to upgrade their applications, please be aware that the content is generated from documentation and may not always perfectly describe the actual code changes in the release. Incorrect changes may be indicated due to comment updates, formatting omissions, etc..

If you see anything suspicious or inaccurate in this report, please report the problem on the Forums or to Sencha Support.

Added

  • Ext.chart.Caption
  • Ext.chart.modifier.Callout
  • Ext.chart.navigator.*
  • Ext.chart.series.BoxPlot
  • Ext.chart.series.sprite.BoxPlot
  • Ext.chart.sprite.Bar3D
  • Ext.chart.sprite.BoxPlot
  • Ext.chart.theme.*
  • Ext.d3.svg.Export
  • Ext.data.Group
  • Ext.data.Range
  • Ext.data.summary.*
  • Ext.data.validator.*
  • Ext.data.virtual.*
  • Ext.exporter.excel.PivotXlsx
  • Ext.exporter.file.ooxml.excel.*
  • Ext.field.InputMask

Removed

  • Ext.chart.label.Callout
  • Ext.chart.series.sprite.Box
  • Ext.ux.dashboard.GoogleRssPart
  • Ext.ux.dashboard.GoogleRssView
  • Ext.ux.google.Feeds
  • Ext.ux.GroupTabPanel
  • Ext.ux.GroupTabRenderer

Modified

Ext

  • Added Methods
    • getApplication
    • getViewportHeight
    • getViewportWidth

Ext.app.bind.Binding

  • Added Methods
    • isAvailable

Ext.app.ViewController

  • Added Methods
    • setBind

Ext.app.ViewModel

  • Added Methods
    • setData

Ext.Base

  • Added Methods
    • destroyMembers
  • Modified Methods
    • getConfig
      • Added ifInitialized param

Ext.chart.AbstractChart

  • Added Configs
    • captions

Ext.chart.axis.Time

  • Removed Configs
    • calculateByLabelSize

Ext.chart.axis.Time3D

  • Removed Configs
    • calculateByLabelSize

Ext.chart.interactions.PanZoom

  • Added Configs
    • doubleTapReset

Ext.chart.series.Line

  • Added Configs
    • curve

Ext.chart.series.Pie3D

  • Removed Configs
    • angleField

Ext.chart.series.Series

  • Removed Configs
    • highlightItem

Ext.chart.series.sprite.Line

  • Added Configs
    • curve
  • Removed Configs
    • smooth
    • step

Ext.chart.series.sprite.Series

  • Added Configs
    • labelOverflowPadding
    • labels

Ext.chart.sprite.Label

  • Added Configs
    • field
    • hideLessThan

Ext.Component

  • Added Configs
    • maskDefaults
  • Added Static-methods
    • from

Ext.d3.axis.Axis

  • Modified Configs
    • scale
      • type is Object (was Object/Function)

Ext.d3.Component

  • Added Configs
    • transitions
  • Added Methods
    • createTransition
  • Modified Properties
    • panZoom
      • access is public (was protected)

Ext.d3.hierarchy.Hierarchy

  • Added Configs
    • linkKey
    • noParentValue
  • Added Properties
    • layoutTransition
  • Added Methods
    • addLinks
      • addNodes
      • nodeFromRecord
      • removeLinks
      • removeNodes
      • selectionFromRecord
      • updateLinks
      • updateNodes
  • Modified Methods
    • onNodeDeselect
      • Added record param
      • Added selection param
      • Removed node param
      • Removed element param
    • onNodeSelect
      • Added record param
      • Added selection param
      • Removed node param
      • Removed element param
  • Removed Methods
    • selectNode

Ext.d3.hierarchy.partition.Sunburst

  • Removed Configs
    • nodeSelectTransition
    • nodeZoomTransition

Ext.d3.hierarchy.tree.Tree

  • Removed Configs
    • diagonal

Ext.d3.hierarchy.TreeMap

  • Added Configs
    • scaleLabels
  • Removed Configs
    • sticky

Ext.d3.svg.Svg

  • Added Methods
    • alignContent

Ext.data.AbstractStore

  • Added Methods
    • createActiveRange

Ext.data.BufferedStore

  • Added Methods
    • contains

Ext.data.field.Field

  • Added Configs
    • summary
  • Added Methods
    • getSummary
  • Modified Methods
    • validate
      • Modified errors param
        • type is Ext.data.ErrorCollection/Ext.util.Collection/Array (was Ext.data.ErrorCollection)

Ext.data.LocalStore

  • Added Methods
    • getSummaryRecord

Ext.data.Model

  • Added Configs
    • summary
  • Added Methods
    • calculateSummary
    • mergeData
  • Added Static-methods
    • getSummaryModel
    • loadData
  • Modified Methods
    • getData
      • Modified options param
        • Modified associated property
          • type is Boolean/Object (was Boolean)

Ext.data.proxy.Memory

  • Added Configs
    • clearOnRead

Ext.data.reader.Reader

  • Added Configs
    • groupRootProperty
    • summaryRootProperty
  • Modified Configs
    • messageProperty
      • type is String/Function (was String)

Ext.Date

  • Added Properties
    • defaultTimeFormat

Ext.Deferred

  • Added Static-methods
    • race

Ext.dom.Element

  • Added Methods
    • getClassMap
    • getTextSelection
    • indexOf
    • ripple
    • selectText
    • setClassMap
  • Added Static-methods
    • isRelativeUnit
  • Modified Methods
    • hide
      • Removed animate param
    • isFocusable
      • Added skipVisibility param
    • isVisible
      • Added mode param
    • removeCls
      • Removed this return
    • replaceCls
      • Added remove param
      • Added add param
      • Modified prefix param
        • value is undefined (was '')
      • Modified suffix param
        • value is undefined (was '')
      • Removed oldName param
      • Removed newName param
    • setHeight
      • Removed animate param
    • setHtml
      • Removed loadScripts param
      • Removed callback param
      • Removed scope param
    • setOpacity
      • Removed animate param
    • setSize
      • Removed animate param
    • setVisibilityMode
      • Modified mode param
        • type is Ext.dom.Element.VISIBILITY/Ext.dom.Element.DISPLAY/Ext.dom.Element.OFFSETS/Ext.dom.Element.CLIP/Ext.dom.Element.OPACITY (was Ext.dom.Element.VISIBILITY/Ext.dom.Element.DISPLAY/Ext.dom.Element.OFFSETS/Ext.dom.Element.CLIP)
    • setVisible
      • Removed animate param
    • setWidth
      • Removed animate param
    • show
      • Removed animate param
    • swallowEvent
      • Modified undefined return
        • type is Object (was Ext.dom.Element)
          • Added destroy property
    • toggle
      • Removed animate param

Ext.drag.proxy.Placeholder

  • Modified Methods
    • getElement
      • Added info param
      • Removed source param

Ext.drag.Target

  • Added Configs
    • validCls

Ext.draw.Container

  • Added Configs
    • downloadServerUrl
  • Modified Methods
    • download
      • Modified config param
        • Modified url property
          • optional is undefined (was true)

Ext.draw.Draw

  • Added Methods
    • naturalSpline

Ext.draw.modifier.Highlight

  • Added Configs
    • style
  • Removed Configs
    • highlightStyle

Ext.draw.sprite.Composite

  • Added Methods
    • addSprite
  • Modified Methods
    • add
      • Modified sprite param
        • type is undefined (was Ext.draw.sprite.Sprite/Object)

Ext.event.Event

  • Added Methods
    • key

Ext.Factory

  • Added Configs
    • creator
    • typeProperty
  • Added Methods
    • update

Ext.form.field.Text

  • Added Configs
    • autoHideInputMask
    • inputMask
  • Added Methods
    • getTextSelection
  • Modified Methods
    • selectText
      • Added direction param
      • Added undefined return

Ext.GlobalEvents

  • Added Events
    • beforeroute
    • beforeroutes
    • mouseup

Ext.grid.column.Action

  • Added Configs
    • isActionDisabled

Ext.grid.column.Column

  • Added Configs
    • exportRenderer
    • exportSummaryRenderer

Ext.grid.feature.Grouping

  • Added Configs
    • collapseTip
    • expandTip

Ext.grid.header.Container

  • Added Methods
    • isSealed

Ext.grid.plugin.BufferedRenderer

  • Added Methods
    • getNewFocusTarget

Ext.layout.container.Accordion

  • Added Vars
    • $accordion-header-focus-background-color
    • $accordion-header-focus-color
    • $accordion-header-focus-outline-color
    • $accordion-header-focus-outline-offset
    • $accordion-header-focus-outline-style
    • $accordion-header-focus-outline-width
    • $accordion-tool-focus-background-color
    • $accordion-tool-focus-background-image
    • $accordion-tool-focus-color
    • $accordion-tool-focus-outline-color
    • $accordion-tool-focus-outline-offset
    • $accordion-tool-focus-outline-style
    • $accordion-tool-focus-outline-width
  • Modified Vars
    • $accordion-header-color
      • value is $panel-header-color (was #000)
    • $accordion-tool-glyph-color
      • value is $tool-glyph-color (was $base-color)

Ext.layout.container.boxOverflow.Scroller

  • Modified Events
    • scroll
      • Removed animate param

Ext.list.Tree

  • Added Configs
    • expanderFirst

Ext.list.TreeItem

  • Added Vars
    • $treelist-nav-ui

Ext.mixin.Bindable

  • Added Configs
    • nameable
    • shareableName
  • Added Methods
    • isBound

Ext.mixin.Container

  • Added Configs
    • nameHolder
  • Added Methods
    • getNamedItems
    • lookupName

Ext.mixin.Inheritable

  • Added Methods
    • isAncestor
    • isDescendantOf

Ext.mixin.Traversable

  • Added Methods
    • is
    • nextNode
    • nextSibling
    • previousNode
    • previousSibling

Ext.panel.Panel

  • Added Vars
    • $panel-header-focus-background-color
    • $panel-header-focus-color
    • $panel-header-focus-outline-color
    • $panel-header-focus-outline-offset
    • $panel-header-focus-outline-style
    • $panel-header-focus-outline-width
    • $panel-tool-focus-background-color
    • $panel-tool-focus-background-image
    • $panel-tool-focus-color

Ext.panel.Table

  • Added Methods
    • setSelection
  • Added Events
    • filteractivate
    • filterdeactivate
  • Modified Methods
    • ensureVisible
      • Modified options param
        • Added column property

Ext.pivot.dimension.Item

  • Added Configs
    • column
  • Added Methods
    • getConfiguration

Ext.pivot.Grid

  • Added Vars
    • $pivot-grid-grand-total-background-color
    • $pivot-grid-group-total-background-color
  • Modified Vars
    • $pivot-grid-group-header-background-color
      • value is transparent (was mix(#fff, $neutral-color, 68%))

Ext.pivot.matrix.Base

  • Added Configs
    • collapsibleColumns
    • collapsibleRows
    • useNaturalSorting

Ext.pivot.plugin.Configurator

  • Added Events
    • applypivotsettings
    • beforeapplypivotsettings
    • beforeshowpivotsettings
    • showpivotsettings
  • Modified Events
    • applyconfigfieldsettings
      • Modified config param
        • Added container property
        • Removed window property

Ext.Promise

  • Added Static-methods
    • race

Ext.promise.Promise

  • Added Methods
    • catch

Ext.scroll.Scroller

  • Modified Methods
    • scrollBy
      • Modified undefined return
        • type is Ext.Promise (was Ext.scroll.Scroller)
    • scrollIntoView
      • Modified undefined return
        • type is Ext.Promise (was Ext.scroll.Scroller)
    • scrollTo
      • Modified undefined return
        • type is Ext.Promise (was Ext.scroll.Scroller)
  • Modified Events
    • scroll
      • Added deltaX param
      • Added deltaY param
    • scrollend
      • Added deltaX param
      • Added deltaY param

Ext.slider.Multi

  • Added Configs
    • thumbPerValue
  • Added Methods
    • removeThumb
  • Modified Properties
    • defaultBindProperty
      • value is 'value' (was 'values')
  • Modified Events
    • beforechange
      • Modified newValue param
        • type is Number/null (was Number)
      • Modified oldValue param
        • type is Number/null (was Number)
      • Added thumb param
      • Added type param
    • change
      • Modified newValue param
        • type is Number/null (was Number)
      • Modified thumb param
        • type is Ext.slider.Thumb/null (was Ext.slider.Thumb)
      • Added type param

Ext.supports

  • Added Properties
    • CannotScrollExactHeight
    • XmlQuerySelector

Ext.toolbar.Toolbar

  • Added Configs
    • trackMenus

Ext.util.Cache

  • Removed Methods
    • each

Ext.util.ClickRepeater

  • Added Configs
    • handler
    • scope
    • target
  • Modified Configs
    • el
      • optional is true
  • Modified Methods
    • constructor
      • Removed el param
  • Removed Methods
    • disable
    • enable
    • setDisabled

Ext.util.FilterCollection

  • Added Methods
    • getFilterCount

Ext.util.Format

  • Added Methods
    • resource

Ext.util.History

  • Added Properties
    • hashbang
  • Added Methods
    • replace

Ext.util.Positionable

  • Modified Methods
    • alignTo
      • Added element param
      • Added position param
      • Removed anchorToEl param
      • Removed alignment param
      • Removed animate param
    • getRegion
      • Added local param
    • move
      • Removed animate param
    • setBox
      • Removed animate param
    • setX
      • Removed animate param
    • setXY
      • Removed animate param
    • setY
      • Removed animate param

Ext.ux.rating.Picker

  • Added Configs
    • tip
  • Removed Configs
    • tooltip

Ext.view.AbstractView

  • Added Methods
    • setSelection

Ext.Widget

  • Added Configs
    • disabled
    • hideMode
    • name
    • renderTo
    • ripple
  • Added Properties
    • baseCls
  • Added Methods
    • addCls
    • disable
    • enable
    • hasCls
    • isAncestor
    • isDescendantOf
    • isDisabled
    • isEnabled
    • removeCls
    • replaceCls
  • Added Events
    • beforedisabledchange
    • disabledchange
  • Modified Methods
    • toggleCls
      • Added this return
  • Removed Configs
    • baseCls

Ext.window.Window

  • Added Properties
    • closeToolText

Global_CSS

  • Added Vars
    • $ripple-background-color
    • $ripple-confirm-background-color
    • $ripple-decline-background-color
    • $ripple-transition

Summary

  • 1,228 Classes
  • 3,590 Class Configs
  • 1,582 Class Properties
  • 67 Class Static Properties
  • 10,511 Class Methods
  • 198 Class Static Methods
  • 857 Class Events
  • 2,044 Class Vars

Ext JS 6.5.0 - Classic Toolkit