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 : Ext JS 7.3.1-classic | Ext.layout.container.HBox
ExtAngular 7.1.0-modern | Ext.env.Browser
Ext JS 6.0.0-classic | Ext.picker.Time
ExtWebComponents 7.5.0-modern | Ext.picker.SelectPicker
ExtWebComponents 7.1.0-modern | Ext.slider.Slider
ExtReact 6.6.0-modern | Ext.parse.Parser
ExtAngular 7.1.0-modern | Ext.drag.proxy.None
Cmd 7.1.0 | Cmd
ExtReact 7.2.0-modern | Editor
ExtAngular 7.1.0-modern | Ext.pivot.feature.PivotStore
Ext JS 7.7.0-classic | Ext.util.TaskRunner.Task
ExtWebComponents 7.5.0-modern | Ext.behavior.Behavior
Ext JS 7.8.0 | no-existing-method-override
Ext JS 6.0.2 | Multiple Screen Sizes
ExtWebComponents 7.1.0-modern | Ext.pivot.plugin.configurator.PanelController
Ext JS 5.1.0 | Ext.chart.axis.Time3D
ExtReact 6.7.0-modern | Ext.util.SorterCollection
ExtReact 6.6.0-modern | Ext.dataview.BoundListNavigationModel
ExtReact 7.1.0-modern | Ext.grid.filters.Plugin
ExtWebComponents 7.1.0-modern | CheckboxField
ExtReact 7.1.0-modern | Ext.perf.Accumulator
Ext JS 7.3.0-classic | Ext.ProgressBase
Ext JS 5.1.0 | Ext.util.paintmonitor.CssAnimation
Ext JS 6.5.0-modern | Ext.util.InputBlocker
Ext JS 6.0.2-classic | Ext.fx.easing.Linear
ExtAngular 7.1.0-modern | Ext.grid.rowedit.Plugin
Ext JS 7.2.0 | no-existing-alias-override
Ext JS 6.2.1 | View Model Internals
Ext JS 5.1.1 | Ext.draw.sprite.Circle
ExtWebComponents 7.0.0-modern | Ext.util.Audio
ExtReact 7.5.0-modern | Ext.pivot.plugin.RangeEditor
Ext JS 7.6.0-classic | Ext.ux.colorpick.SliderController
Ext JS 7.7.0-classic | Ext.grid.plugin.grouping.Panel
Ext JS 6.2.1-modern | Ext.d3.hierarchy.Tree
Ext JS 6.2.1 | Data Binding
Ext JS 5.1.1 | Ext.form.field.Text
ExtAngular 7.1.0-modern | Ext.grid.plugin.HeaderReorder
Ext JS 5.1.1 | Ext.grid.column.Number
ExtAngular 7.1.0-modern | Ext.device.Geolocation
Ext JS 5.1.0 | Ext.draw.Color
ExtReact 7.2.0-modern | Ext.slider.Slider
ExtWebComponents 7.1.0-modern | Ext.ux.google.Api
ExtAngular 7.1.0-modern | Ext.mixin.ConfigProxy
ExtReact 6.6.0 | Configuring Webpack and Babel
ExtReact 7.0.0-modern | CheckColumn
ExtWebComponents 7.0.0-modern | Ext.chart.grid.CircularGrid

Ext JS 6.5.2 - Classic Toolkit


top
Guide applies to: classic

Diff between Ext JS 6.5.0 and Ext JS 6.5.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.

Removed Classes

  • Ext.chart.interactions.RotatePie3D (merged with Ext.chart.interactions.Rotate)

Modified Classes

Ext.calendar.form.CalendarPicker

  • Added Vars
    • $calendarpicker-icon-width

Ext.calendar.header.Days

  • Added Configs
    • format

Ext.calendar.header.Weeks

  • Added Configs
    • format

Ext.calendar.panel.Day

  • Modified Configs
    • visibleDays
      • value is 4 (was undefined)

Ext.calendar.panel.Panel

  • Added Configs
    • switcher

Ext.calendar.panel.Week

  • Modified Configs
    • visibleDays
      • value is 7 (was undefined)

Ext.calendar.view.Week

  • Added Configs
    • visibleDays

Ext.chart.axis.Axis

  • Removed Configs
    • increment
    • labelInSpan

Ext.chart.interactions.Rotate

  • alias is
    interaction.rotate,interaction.rotatePie3d
    was
    interaction.rotate
  • alternateClassNames is Ext.chart.interactions.RotatePie3D (was undefined)

Ext.chart.legend.SpriteLegend

  • Added Configs
    • marker

Ext.chart.navigator.Navigator

  • Added Configs
    • span

Ext.chart.series.Bar3D

  • Added Properties
    • reversedSpriteZOrder

Ext.chart.series.Line

  • Modified Configs
    • selectionTolerance
      • value is 5 (was 20)

Ext.chart.series.sprite.Cartesian

  • extends is Ext.chart.series.sprite.Series (was Ext.draw.sprite.Sprite)

Ext.chart.series.sprite.Polar

  • extends is Ext.chart.series.sprite.Series (was Ext.draw.sprite.Sprite)

Ext.chart.Util

  • Modified Methods
    • validateRange
      • Modified Params
        • padding
          • value is 0.5 (was 1)

Ext.d3.hierarchy.TreeMap

  • Modified Configs
    • leafTile
      • Modified Properties
        • label
          • Added Properties
            • offset

Ext.data.AbstractStore

  • Added Configs
    • reloadOnClearSorters

Ext.data.field.Field

  • Modified Configs
    • serialize
      • Added Params
        • value
        • record

Ext.data.Types

  • Added Properties
    • BOOLEAN
    • INTEGER
    • NUMBER

Ext.data.validator.Range

  • Added Configs
    • bothMessage
    • maxOnlyMessage
    • minOnlyMessage

Ext.direct.PollingProvider

  • Modified Configs
    • url
      • deprecatedMessage
        Using Function `{@link #cfg!url url}` is deprecated, please use {@link #cfg!pollFn #pollFn} instead

Ext.dom.Helper

  • Modified Methods
    • createDom
      • Added Params
        • parentNode
    • createHtml
      • deprecatedMessage
        Please use {@link #method!markup #markup} instead.

Ext.draw.Matrix

  • Modified Methods
    • equals
      • deprecatedMessage
        This method is deprecated.

Ext.event.Event

  • Added Methods
    • getClipboardData

Ext.EventManager

  • Modified Methods
    • getId
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • getPageX
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • getPageXY
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • getPageY
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • getRelatedTarget
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • getTarget
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • onWindowUnload
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • preventDefault
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • purgeElement
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • removeAll
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • removeResizeListener
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • removeUnloadListener
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • resolveTextNode
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • stopEvent
      • deprecatedMessage
        undefined
        This method is deprecated.
              
    • stopPropagation
      • deprecatedMessage
        undefined
        This method is deprecated.
              

Ext.exporter.data.Base

  • Added Configs
    • autoGenerateKey

Ext.exporter.data.Cell

  • Added Configs
    • style

Ext.exporter.data.Table

  • extends is Ext.exporter.data.Group (was Ext.exporter.data.Base)

  • Added Configs

    • rows
    • summaries

Ext.form.field.Base

  • Modified Configs
    • formatText
      • deprecatedMessage
        undefined
        This config is deprecated.
              

Ext.form.field.Text

  • Modified Configs
    • size
      • deprecatedMessage
        use {@link #cfg!width #width} instead.
        
        Please use {@link #cfg!width #width} instead.
              

Ext.GlobalEvents

  • Added Events
    • routereject

Ext.grid.locking.View

  • Modified Methods
    • setActionableMode
      • Added Params
        • position

Ext.grid.selection.Cells

  • Modified Methods
    • setRangeStart
      • Added Params
        • endCell

Ext.list.Tree

  • Added Configs
    • floatLeafItems

Ext.menu.Menu

  • Added Configs
    • focusOnToFront

Ext.mixin.Inheritable

  • Added Methods
    • bubble
  • Modified Methods
    • onInheritedAdd
      • Added Params
        • parent

Ext.mixin.ItemRippler

  • Modified Configs
    • itemRipple
      • Added Properties
        • color

Ext.Number

  • Added Methods
    • parseFloat
    • parseInt
    • roundToPrecision
    • truncateToPrecision

Ext.panel.Panel

  • Added Configs
    • maintainTitlePosition
    • titlePosition

Ext.panel.Table

  • Added Configs
    • preciseHeight

Ext.picker.Date

  • Added Configs
    • defaultValue

Ext.pivot.Aggregators

  • Added Methods
    • countNumbers

Ext.pivot.filter.Base

  • Modified Configs
    • operator
      • required
        undefined
        true      

Ext.pivot.matrix.Base

  • Added Configs
    • calculateAsExcel

Ext.plugin.Manager

  • Modified Methods
    • create
      • Added Params
        • host

Ext.selection.RowModel

  • Added Configs
    • deselectOnContainerClick

Ext.supports

  • Added Properties
    • accessibility
  • Removed Properties
    • HighContrastMode

Ext.tab.Bar

  • Modified Configs
    • maxTabWidth
      • deprecatedMessage
        This config is deprecated. It is much easier to use the {@link Ext.tab.Panel#cfg!maxTabWidth maxTabWidth} config on the TabPanel.
        
        This config is deprecated. Please use the
        {@link Ext.tab.Panel#cfg!maxTabWidth maxTabWidth} config on the TabPanel.
              
    • minTabWidth
      • deprecatedMessage
        This config is deprecated. It is much easier to use the {@link Ext.tab.Panel#cfg!minTabWidth minTabWidth} config on the TabPanel.
        
        This config is deprecated. Please use the
        {@link Ext.tab.Panel#cfg!minTabWidth minTabWidth} config on the TabPanel.
              

Ext.window.Window

  • Added Configs
    • closeToolText

SDK Totals

  • 1,147 Classes
  • 3,918 Configs
  • 1,364 Properties
  • 71 Static Properties
  • 6,028 Methods
  • 200 Static Methods
  • 873 Events
  • 2,052 Vars
  • 42 Sass Mixins

Ext JS 6.5.2 - Classic Toolkit

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.layout.container.HBox
Ext JS 7.3.1-classic
Ext.env.Browser
ExtAngular 7.1.0-modern
Ext.picker.Time
Ext JS 6.0.0-classic
Ext.picker.SelectPicker
ExtWebComponents 7.5.0-modern
Ext.slider.Slider
ExtWebComponents 7.1.0-modern
Ext.parse.Parser
ExtReact 6.6.0-modern
Ext.drag.proxy.None
ExtAngular 7.1.0-modern
Cmd
Cmd 7.1.0
Editor
ExtReact 7.2.0-modern
Ext.pivot.feature.PivotStore
ExtAngular 7.1.0-modern
Ext.util.TaskRunner.Task
Ext JS 7.7.0-classic
Ext.behavior.Behavior
ExtWebComponents 7.5.0-modern
no-existing-method-override
Ext JS 7.8.0-classic
Multiple Screen Sizes
Ext JS 6.0.2-classic
Ext.pivot.plugin.configurator.PanelController
ExtWebComponents 7.1.0-modern
Ext.chart.axis.Time3D
Ext JS 5.1.0
Ext.util.SorterCollection
ExtReact 6.7.0-modern
Ext.dataview.BoundListNavigationModel
ExtReact 6.6.0-modern
Ext.grid.filters.Plugin
ExtReact 7.1.0-modern
CheckboxField
ExtWebComponents 7.1.0-modern
Ext.perf.Accumulator
ExtReact 7.1.0-modern
Ext.ProgressBase
Ext JS 7.3.0-classic
Ext.util.paintmonitor.CssAnimation
Ext JS 5.1.0
Ext.util.InputBlocker
Ext JS 6.5.0-modern
Ext.fx.easing.Linear
Ext JS 6.0.2-classic
Ext.grid.rowedit.Plugin
ExtAngular 7.1.0-modern
no-existing-alias-override
Ext JS 7.2.0-classic
View Model Internals
Ext JS 6.2.1-classic
Ext.draw.sprite.Circle
Ext JS 5.1.1
Ext.util.Audio
ExtWebComponents 7.0.0-modern
Ext.pivot.plugin.RangeEditor
ExtReact 7.5.0-modern
Ext.ux.colorpick.SliderController
Ext JS 7.6.0-classic
Ext.grid.plugin.grouping.Panel
Ext JS 7.7.0-classic
Ext.d3.hierarchy.Tree
Ext JS 6.2.1-modern
Data Binding
Ext JS 6.2.1-classic
Ext.form.field.Text
Ext JS 5.1.1
Ext.grid.plugin.HeaderReorder
ExtAngular 7.1.0-modern
Ext.grid.column.Number
Ext JS 5.1.1
Ext.device.Geolocation
ExtAngular 7.1.0-modern
Ext.draw.Color
Ext JS 5.1.0
Ext.slider.Slider
ExtReact 7.2.0-modern
Ext.ux.google.Api
ExtWebComponents 7.1.0-modern
Ext.mixin.ConfigProxy
ExtAngular 7.1.0-modern
Configuring Webpack and Babel
ExtReact 6.6.0-modern
CheckColumn
ExtReact 7.0.0-modern
Ext.chart.grid.CircularGrid
ExtWebComponents 7.0.0-modern