Differences Between Ext JS 5.1.1 and Ext JS 6 Classic Toolkit

Added

  • Ext.Deferred
  • Ext.Promise
  • Ext.chart.interactions.ItemEdit
  • Ext.chart.series.sprite.Series
  • Ext.data.request.Ajax
  • Ext.data.request.Base
  • Ext.data.request.Form
  • Ext.draw.Point
  • Ext.exporter.Base
  • Ext.exporter.Excel
  • Ext.exporter.File
  • Ext.exporter.file.Base
  • Ext.exporter.file.excel.Cell
  • Ext.exporter.file.excel.Column
  • Ext.exporter.file.excel.Row
  • Ext.exporter.file.excel.Style
  • Ext.exporter.file.excel.Table
  • Ext.exporter.file.excel.Workbook
  • Ext.exporter.file.excel.Worksheet
  • Ext.grid.plugin.Exporter
  • Ext.grid.selection.Replicator
  • Ext.grid.selection.SelectionExtender
  • Ext.list.AbstractTreeItem
  • Ext.list.RootTreeItem
  • Ext.list.Tree
  • Ext.list.TreeItem
  • Ext.pivot.Aggregators
  • Ext.pivot.Grid
  • Ext.pivot.axis.Base
  • Ext.pivot.axis.Item
  • Ext.pivot.axis.Local
  • Ext.pivot.dimension.Item
  • Ext.pivot.filter.Base
  • Ext.pivot.filter.Label
  • Ext.pivot.filter.Value
  • Ext.pivot.matrix.Base
  • Ext.pivot.matrix.Local
  • Ext.pivot.matrix.Remote
  • Ext.pivot.plugin.Configurator
  • Ext.pivot.plugin.DrillDown
  • Ext.pivot.plugin.Exporter
  • Ext.pivot.plugin.RangeEditor
  • Ext.pivot.result.Base
  • Ext.pivot.result.Collection
  • Ext.pivot.result.Local
  • Ext.promise.Promise
  • Ext.ux.ajax.PivotSimlet
  • Ext.ux.colorpick.Button
  • Ext.ux.colorpick.ColorPreview
  • Ext.ux.colorpick.Field
  • Ext.ux.colorpick.Selector
  • Ext.ux.colorpick.SelectorModel
  • Ext.ux.desktop.Video
  • Ext.ux.layout.ResponsiveColumn
  • Ext.ux.rating.Picker

Modified

  • Ext
    • Added
    • method
      • all
      • asap
      • asapCancel
      • raise
    • property
      • enableAria
      • enableAriaButtons
      • enableAriaPanels
  • Ext.Array
    • Added
    • method
      • reduce
  • Ext.Base
    • Added
    • property
      • destroyed
  • Ext.Component
    • Added
    • event
      • afterlayoutanimation
  • Ext.ComponentQuery
    • Added
    • method
      • first
  • Ext.Img
    • Modified
    • property
      • maskOnDisable
        • 5.1.1
          • default value is false
        • 6.0.0
          • default value is true
  • Ext.LoadMask
    • Added
    • cssVar
      • $loadmask-page-background-color
      • $loadmask-page-opacity
  • Ext.Widget
    • Added
    • config
      • style
    • method
      • applyStyle
      • getStyle
      • setStyle
      • toggleCls
  • Ext.app.Application
    • Added
    • method
      • onAppUpdate
  • Ext.button.Button
    • Added
    • cssVar
      • $button-default-arrow-glyph-color
      • $button-default-split-line-color
      • $button-grid-cell-arrow-glyph
      • $button-grid-cell-arrow-glyph-color
      • $button-grid-cell-glyph-font-size
      • $button-grid-cell-split-line-color
      • $button-grid-cell-split-line-width
      • $button-large-arrow-glyph
      • $button-large-glyph-font-size
      • $button-large-split-line-width
      • $button-medium-arrow-glyph
      • $button-medium-glyph-font-size
      • $button-medium-split-line-width
      • $button-small-arrow-glyph
      • $button-small-glyph-font-size
      • $button-small-split-line-width
      • $button-split-line-width
      • $button-toolbar-arrow-glyph-color
      • $button-toolbar-split-line-color
    • event
      • beforetoggle
    • method
      • click
  • Ext.button.Segmented
    • Added
    • config
      • forceSelection
    • event
      • change
    • method
      • getForceSelection
      • setForceSelection
  • Ext.chart.AbstractChart
    • Added
    • event
      • storechange
    • method
      • cancelChartLayout
      • getInteraction
    • Removed
    • method
      • cancelLayout
    • property
      • version
  • Ext.chart.CartesianChart
    • Removed
    • method
      • onPlaceWatermark
  • Ext.chart.MarkerHolder
    • Added
    • method
      • getMarker
    • Modified
    • method
      • getBoundMarker
        • 5.1.1
          • private is true
          • return type is void
        • 6.0.0
          • deprecated
          • private is false
          • return type is Ext.chart.Markers[]
  • Ext.chart.interactions.ItemHighlight
    • Added
    • config
      • sticky
    • method
      • getSticky
      • setSticky
  • Ext.chart.series.Gauge
    • Removed
    • config
      • field
    • method
      • getField
      • setField
  • Ext.chart.series.Pie
    • Added
    • config
      • radiusField
    • method
      • getRadiusField
      • setRadiusField
    • Modified
    • config
      • highlightCfg
        • 5.1.1
          • type is Object
        • 6.0.0
          • type is Ext.chart.series.sprite.PieSlice/Object
    • method
      • getHighlightCfg
        • 5.1.1
          • return type is Object
        • 6.0.0
          • return type is Ext.chart.series.sprite.PieSlice/Object
    • Removed
    • config
      • field
      • labelField
      • lengthField
    • method
      • getLabelField
      • getLengthField
      • setLabelField
      • setLengthField
  • Ext.chart.series.Pie3D
    • Modified
    • config
      • hidden
        • 5.1.1
          • default value is false
          • type is Boolean|Array
        • 6.0.0
          • default value is []
          • type is Array
    • method
      • getHidden
        • 5.1.1
          • return type is Boolean|Array
        • 6.0.0
          • return type is Array
    • Removed
    • config
      • field
  • Ext.chart.series.Polar
    • Added
    • config
      • radiusField
    • method
      • getRadiusField
      • setRadiusField
    • Modified
    • method
      • getAngleField
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
      • getXField
        • 5.1.1
          • private is false
        • 6.0.0
          • private is true
      • getYField
        • 5.1.1
          • private is false
        • 6.0.0
          • private is true
      • setAngleField
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
      • setXField
        • 5.1.1
          • private is false
        • 6.0.0
          • private is true
      • setYField
        • 5.1.1
          • private is false
        • 6.0.0
          • private is true
    • Removed
    • config
      • lengthField
  • Ext.chart.series.Series
    • Added
    • event
      • storechange
    • Modified
    • method
      • getItemByIndex
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
    • Removed
    • config
      • labelField
    • method
      • getLabelField
      • setLabelField
  • Ext.chart.series.sprite.Bar3D
    • Added
    • attribute
      • colorSpread
  • Ext.chart.series.sprite.Box
    • Added
    • attribute
      • colorSpread
  • Ext.chart.series.sprite.Cartesian
    • 5.1.1
    • extends Ext.draw.sprite.Sprite
    • 6.0.0
    • extends Ext.chart.series.sprite.Series
  • Ext.chart.series.sprite.Pie3DPart
    • Added
    • attribute
      • bevelWidth
      • colorSpread
      • label
  • Ext.chart.series.sprite.PieSlice
    • Added
    • method
      • getSeries
      • setSeries
  • Ext.chart.series.sprite.Polar
    • 5.1.1
    • extends Ext.draw.sprite.Sprite
    • 6.0.0
    • extends Ext.chart.series.sprite.Series
  • Ext.container.Container
    • Removed
    • method
      • doLayout
  • Ext.data.Connection
    • Modified
    • method
      • request
        • 5.1.1
          • return type is Object
        • 6.0.0
          • return type is Ext.data.request.Base
  • Ext.data.Model
    • Added
    • property
      • defaultProxy
  • Ext.data.TreeStore
    • 5.1.1
    • superclass is Ext.data.NodeStore
    • 6.0.0
    • superclass is Ext.data.Store
    • Removed
    • config
      • recursive
    • method
      • getRecursive
      • setRecursive
  • Ext.data.reader.Reader
    • Modified
    • config
      • keepRawData
        • 5.1.1
          • default value is true
        • 6.0.0
          • default value is null
  • Ext.dom.Element
    • Added
    • event
      • focusmove
    • method
      • clone
    • property
      • CLIP
  • Ext.draw.Container
    • Added
    • event
      • bodyresize
    • Removed
    • method
      • onPlaceWatermark
  • Ext.draw.Surface
    • Modified
    • method
      • add
        • 5.1.1
          • return type is void
        • 6.0.0
          • return type is Ext.draw.sprite.Sprite/Ext.draw.sprite.Sprite[]
      • remove
        • 5.1.1
          • return type is void
        • 6.0.0
          • return type is Ext.draw.sprite.Sprite/null
  • Ext.draw.engine.Svg
    • Modified
    • method
      • remove
        • 5.1.1
          • return type is void
        • 6.0.0
          • return type is Ext.draw.sprite.Sprite/null
  • Ext.draw.sprite.Sprite
    • Added
    • method
      • remove
    • Modified
    • config
      • parent
        • 5.1.1
          • private is true
          • type is Object
        • 6.0.0
          • private is false
          • type is Ext.draw.Surface/Ext.draw.sprite.Instancing/Ext.draw.sprite.Composite
    • method
      • getParent
        • 5.1.1
          • return type is Object
        • 6.0.0
          • return type is Ext.draw.Surface/Ext.draw.sprite.Instancing/Ext.draw.sprite.Composite
  • Ext.event.Event
    • Added
    • method
      • getKeyName
  • Ext.form.FieldSet
    • Added
    • config
      • descriptionText
      • expandText
    • cssVar
      • $fieldset-tool-collapse-glyph
      • $fieldset-tool-expand-glyph
      • $fieldset-tool-glyph-color
      • $fieldset-tool-glyph-font-size
  • Ext.form.field.Base
    • Added
    • config
      • formatText
  • Ext.form.field.Checkbox
    • Added
    • cssVar
      • $form-checkbox-checked-glyph
      • $form-checkbox-glyph
      • $form-checkbox-glyph-color
      • $form-checkbox-glyph-focus-color
      • $form-radio-checked-glyph
      • $form-radio-glyph
      • $form-radio-glyph-color
      • $form-radio-glyph-focus-color
  • Ext.form.field.Date
    • Added
    • config
      • ariaDisabledDatesText
      • ariaDisabledDaysText
      • ariaFormat
      • ariaMaxText
      • ariaMinText
      • formatText
    • cssVar
      • $form-date-trigger-glyph
      • $form-date-trigger-glyph-color
    • Modified
    • property
      • ariaRole
        • 5.1.1
          • default value is ‘textbox’
        • 6.0.0
          • default value is ‘combobox’
  • Ext.form.field.Display
    • Modified
    • property
      • ariaRole
        • 5.1.1
          • default value is ‘textbox’
        • 6.0.0
          • default value is null
  • Ext.form.field.Hidden
    • Removed
    • method
      • clearInvalid
      • markInvalid
      • setHeight
      • setPagePosition
      • setPosition
      • setSize
      • setWidth
  • Ext.form.field.HtmlEditor
    • Added
    • cssVar
      • $html-editor-aligncenter-glyph
      • $html-editor-alignleft-glyph
      • $html-editor-alignright-glyph
      • $html-editor-backcolor-glyph
      • $html-editor-bold-glyph
      • $html-editor-bulletlist-glyph
      • $html-editor-forecolor-glyph
      • $html-editor-glyph-color
      • $html-editor-glyph-font-size
      • $html-editor-growtext-glyph
      • $html-editor-hyperlink-glyph
      • $html-editor-italic-glyph
      • $html-editor-numberedlist-glyph
      • $html-editor-shrinktext-glyph
      • $html-editor-sourceedit-glyph
      • $html-editor-underline-glyph
  • Ext.form.field.Spinner
    • Added
    • cssVar
      • $spinner-toolbar-trigger-down-glyph
      • $spinner-toolbar-trigger-glyph-color
      • $spinner-toolbar-trigger-up-glyph
      • $spinner-trigger-down-glyph
      • $spinner-trigger-glyph-color
      • $spinner-trigger-up-glyph
  • Ext.form.field.Tag
    • Added
    • cssMixin
      • extjs-tag-field-ui
    • cssVar
      • $include-tag-field-default-ui
      • $tag-field-item-background-color
      • $tag-field-item-border-color
      • $tag-field-item-border-radius
      • $tag-field-item-border-style
      • $tag-field-item-border-width
      • $tag-field-item-close-icon-glyph
      • $tag-field-item-close-icon-glyph-color
      • $tag-field-item-close-icon-opacity
      • $tag-field-item-close-icon-opacity-over
      • $tag-field-item-close-icon-opacity-pressed
      • $tag-field-item-close-icon-right
      • $tag-field-item-close-icon-size
      • $tag-field-item-close-icon-spacing
      • $tag-field-item-close-icon-top
      • $tag-field-item-color
      • $tag-field-item-height
      • $tag-field-item-margin
      • $tag-field-item-over-background-color
      • $tag-field-item-over-border-color
      • $tag-field-item-over-close-icon-glyph-color
      • $tag-field-item-over-color
      • $tag-field-item-padding
      • $tag-field-item-selected-background-color
      • $tag-field-item-selected-border-color
      • $tag-field-item-selected-close-icon-glyph-color
      • $tag-field-item-selected-color
      • $tag-field-item-selected-over-close-icon-glyph-color
      • $tag-field-padding
  • Ext.form.field.Text
    • Added
    • cssVar
      • $form-clear-trigger-glyph
      • $form-clear-trigger-glyph-color
      • $form-search-trigger-glyph
      • $form-search-trigger-glyph-color
      • $form-toolbar-trigger-glyph
      • $form-toolbar-trigger-glyph-color
      • $form-trigger-glyph
      • $form-trigger-glyph-color
  • Ext.form.field.Time
    • Added
    • config
      • formatText
  • Ext.grid.CellContext
    • Added
    • method
      • getCell
      • getNode
      • getRow
    • property
      • colIdx
      • column
      • record
      • rowIdx
    • Modified
    • method
      • clone
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
          • return type is Ext.grid.CellContext
      • isEqual
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
          • return type is Boolean
      • setPosition
        • 5.1.1
          • private is true
        • 6.0.0
          • private is false
          • return type is Ext.grid.CellContext
  • Ext.grid.column.Action
    • Added
    • cssVar
      • $grid-actioncolumn-icon-glyph-color
  • Ext.grid.column.Check
    • Added
    • cssVar
      • $grid-checkcolumn-checked-glyph
      • $grid-checkcolumn-glyph
      • $grid-checkcolumn-glyph-color
  • Ext.grid.column.Column
    • Added
    • config
      • ignoreExport
  • Ext.grid.column.RowNumberer
    • Added
    • property
      • isRowNumberer
  • Ext.grid.feature.Grouping
    • Added
    • cssVar
      • $grid-grouped-menu-group-by-glyph
      • $grid-grouped-title-collapse-glyph
      • $grid-grouped-title-expand-glyph
      • $grid-grouped-title-glyph-color
      • $grid-grouped-title-glyph-font-size
  • Ext.grid.filters.Filters
    • Added
    • cssVar
      • $grid-filters-header-menu-equals-glyph
      • $grid-filters-header-menu-find-glyph
      • $grid-filters-header-menu-greater-than-glyph
      • $grid-filters-header-menu-less-than-glyph
  • Ext.grid.header.Container
    • Added
    • cssVar
      • $grid-header-menu-columns-glyph
      • $grid-header-menu-glyph-color
      • $grid-header-menu-glyph-font-size
      • $grid-header-menu-sort-asc-glyph
      • $grid-header-menu-sort-desc-glyph
      • $grid-header-sort-asc-glyph
      • $grid-header-sort-desc-glyph
      • $grid-header-sort-glyph-color
      • $grid-header-sort-glyph-font-size
      • $grid-header-sorted-background-color
      • $grid-header-sorted-background-gradient
      • $grid-header-trigger-background-image
      • $grid-header-trigger-glyph
      • $grid-header-trigger-glyph-color
      • $grid-header-trigger-glyph-font-size
  • Ext.grid.plugin.CellEditing
    • Added
    • method
      • activateCell
    • Modified
    • method
      • startEdit
        • 5.1.1
          • return type is Boolean
        • 6.0.0
          • return type is void
    • Removed
    • method
      • onSpecialKey
  • Ext.grid.plugin.Clipboard
    • Added
    • method
      • getTarget
  • Ext.grid.plugin.Editing
    • Removed
    • method
      • startEdit
  • Ext.grid.plugin.RowEditing
    • Added
    • method
      • activateCell
  • Ext.grid.plugin.RowExpander
    • Added
    • cssVar
      • $row-expander-collapse-glyph
      • $row-expander-expand-glyph
      • $row-expander-glyph-color
      • $row-expander-glyph-font-size
    • Removed
    • config
      • expandOnEnter
  • Ext.grid.selection.Rows

    • Added
    • method
      • getFirstRowIndex
      • getLastRowIndex
  • Ext.grid.selection.SpreadsheetModel
    • Added
    • config
      • extensible
    • method
      • getExtensible
      • setExtensible
  • Ext.layout.container.Accordion
    • Added
    • config
      • wrapOver
    • cssVar
      • $accordion-tool-collapse-glyph
      • $accordion-tool-expand-glyph
      • $accordion-tool-glyph-color
      • $accordion-tool-glyph-font-size
  • Ext.menu.CheckItem
    • Added
    • config
      • submenuText
  • Ext.menu.Menu
    • Added
    • cssVar
      • $menu-glyph-font-size
      • $menu-item-active-arrow-glyph-color
      • $menu-item-active-checkbox-glyph-color
      • $menu-item-active-checkbox-group-glyph-color
      • $menu-item-active-glyph-color
      • $menu-item-active-text-color
      • $menu-item-arrow-glyph
      • $menu-item-arrow-glyph-color
      • $menu-item-arrow-glyph-font-size
      • $menu-item-arrow-margin
      • $menu-item-checkbox-checked-glyph
      • $menu-item-checkbox-glyph
      • $menu-item-checkbox-glyph-color
      • $menu-item-checkbox-glyph-font-size
      • $menu-item-checkbox-group-checked-glyph
      • $menu-item-checkbox-group-glyph
      • $menu-item-checkbox-group-glyph-color
      • $menu-scroller-bottom-glyph
      • $menu-scroller-glyph-color
      • $menu-scroller-glyph-font-size
      • $menu-scroller-top-glyph
  • Ext.mixin.Observable
    • Added
    • method
      • fireEventedAction
  • Ext.panel.Panel
    • Added
    • config
      • closeToolText
      • collapseToolText
      • defaultButton
      • defaultButtonTarget
      • expandToolText
    • cssVar
      • $panel-tool-focus-outline-color
      • $panel-tool-focus-outline-offset
      • $panel-tool-focus-outline-style
      • $panel-tool-focus-outline-width
  • Ext.panel.Table
    • Added
    • config
      • headerBorders
    • event
      • beforeselectionextend
      • headermenucreate
      • selectionextenderdrag
    • method
      • getHeaderBorders
      • registerActionable
      • setHeaderBorders
    • property
      • actionables
  • Ext.panel.Tool
    • Added
    • cssVar
      • $tool-close-glyph
      • $tool-collapse-bottom-glyph
      • $tool-collapse-glyph
      • $tool-collapse-left-glyph
      • $tool-collapse-right-glyph
      • $tool-collapse-top-glyph
      • $tool-down-glyph
      • $tool-expand-bottom-glyph
      • $tool-expand-glyph
      • $tool-expand-left-glyph
      • $tool-expand-right-glyph
      • $tool-expand-top-glyph
      • $tool-gear-glyph
      • $tool-glyph-color
      • $tool-glyph-font-size
      • $tool-help-glyph
      • $tool-left-glyph
      • $tool-maximize-glyph
      • $tool-minimize-glyph
      • $tool-minus-glyph
      • $tool-move-glyph
      • $tool-next-glyph
      • $tool-pin-glyph
      • $tool-plus-glyph
      • $tool-prev-glyph
      • $tool-print-glyph
      • $tool-refresh-glyph
      • $tool-resize-glyph
      • $tool-restore-glyph
      • $tool-right-glyph
      • $tool-save-glyph
      • $tool-search-glyph
      • $tool-toggle-down-glyph
      • $tool-toggle-up-glyph
      • $tool-unpin-glyph
      • $tool-up-glyph
  • Ext.picker.Date
    • Added
    • config
      • ariaDisabledDatesText
      • ariaDisabledDaysText
      • ariaMaxText
      • ariaMinText
      • footerButtonUI
    • cssVar
      • $datepicker-arrow-glyph-color
      • $datepicker-item-hover-background-color
      • $datepicker-item-selected-background-color
      • $datepicker-item-selected-border-color
      • $datepicker-item-selected-color
      • $datepicker-item-today-background-color
      • $datepicker-month-button-arrow-glyph
      • $datepicker-month-button-arrow-glyph-color
      • $datepicker-month-button-background-color
      • $datepicker-month-button-font-size
      • $datepicker-month-button-over-background-color
      • $datepicker-month-button-padding
      • $datepicker-month-button-pressed-background-color
      • $datepicker-monthpicker-arrow-glyph-color
      • $datepicker-monthpicker-item-selected-color
      • $datepicker-monthpicker-next-glyph
      • $datepicker-monthpicker-prev-glyph
      • $datepicker-next-glyph
      • $datepicker-prev-glyph
    • Removed
    • cssVar
      • $datepicker-use-transparent-month-button
  • Ext.picker.Month
    • Added
    • config
      • footerButtonUI
  • Ext.plugin.AbstractClipboard
    • Added
    • method
      • getTarget
  • Ext.resizer.Splitter
    • Added
    • cssVar
      • $splitter-collapse-tool-background-color
      • $splitter-collapse-tool-border-color
      • $splitter-collapse-tool-border-style
      • $splitter-collapse-tool-border-width
      • $splitter-collapse-tool-bottom-glyph
      • $splitter-collapse-tool-bottom-glyph-padding
      • $splitter-collapse-tool-glyph-color
      • $splitter-collapse-tool-glyph-font-size
      • $splitter-collapse-tool-left-glyph
      • $splitter-collapse-tool-left-glyph-padding
      • $splitter-collapse-tool-right-glyph
      • $splitter-collapse-tool-right-glyph-padding
      • $splitter-collapse-tool-top-glyph
      • $splitter-collapse-tool-top-glyph-padding
  • Ext.scroll.Scroller
    • Added
    • config
      • slotSnapSize
    • method
      • getClientSize
      • getSlotSnapSize
      • isInView
      • setSlotSnapSize
  • Ext.selection.CheckboxModel
    • Added
    • cssVar
      • $checkbox-selection-model-checked-glyph
      • $checkbox-selection-model-glyph
      • $checkbox-selection-model-glyph-color
  • Ext.slider.Multi
    • Added
    • config
      • pageSize
    • cssVar
      • $horizontal-slider-thumb-glyph
      • $slider-imageless
      • $slider-thumb-background-color
      • $slider-thumb-background-color-drag
      • $slider-thumb-background-color-focus
      • $slider-thumb-background-color-over
      • $slider-thumb-border-color
      • $slider-thumb-border-color-drag
      • $slider-thumb-border-color-focus
      • $slider-thumb-border-color-over
      • $slider-thumb-border-radius
      • $slider-thumb-border-style
      • $slider-thumb-border-width
      • $slider-thumb-glyph-color
      • $slider-thumb-glyph-color-drag
      • $slider-thumb-glyph-color-focus
      • $slider-thumb-glyph-color-over
      • $slider-thumb-glyph-font-size
      • $slider-track-background-color
      • $slider-track-border-color
      • $slider-track-border-radius
      • $slider-track-border-style
      • $slider-track-border-width
      • $slider-track-size
      • $vertical-slider-thumb-glyph
  • Ext.supports
    • Added
    • property
      • CloneNodeCopiesExpando
      • HighContrastMode
  • Ext.tab.Bar
    • Added
    • cssVar
      • $tabbar-plain-padding
      • $tabbar-plain-scroller-glyph-color
      • $tabbar-scroller-bottom-glyph
      • $tabbar-scroller-glyph-color
      • $tabbar-scroller-glyph-font-size
      • $tabbar-scroller-left-glyph
      • $tabbar-scroller-right-glyph
      • $tabbar-scroller-top-glyph
  • Ext.tab.Tab
    • Added
    • cssVar
      • $tab-background-opacity
      • $tab-background-opacity-active
      • $tab-background-opacity-disabled
      • $tab-background-opacity-focus
      • $tab-background-opacity-focus-active
      • $tab-background-opacity-focus-over
      • $tab-background-opacity-over
      • $tab-closable-icon-glyph
      • $tab-closable-icon-glyph-color
      • $tab-closable-icon-glyph-color-active
      • $tab-closable-icon-glyph-color-disabled
      • $tab-closable-icon-glyph-color-focus
      • $tab-closable-icon-glyph-color-focus-active
      • $tab-closable-icon-glyph-color-focus-over
      • $tab-closable-icon-glyph-color-over
      • $tab-opacity
      • $tab-opacity-active
      • $tab-opacity-focus
      • $tab-opacity-focus-active
      • $tab-opacity-focus-over
      • $tab-opacity-over
      • $tab-outline-color-focus
      • $tab-outline-offset-focus
      • $tab-outline-style-focus
      • $tab-outline-width-focus
      • $tab-plain-background-color
      • $tab-plain-background-color-active
      • $tab-plain-background-color-disabled
      • $tab-plain-background-color-focus
      • $tab-plain-background-color-focus-active
      • $tab-plain-background-color-focus-over
      • $tab-plain-background-color-over
      • $tab-plain-border-color
      • $tab-plain-border-color-active
      • $tab-plain-border-color-disabled
      • $tab-plain-border-color-focus
      • $tab-plain-border-color-focus-active
      • $tab-plain-border-color-focus-over
      • $tab-plain-border-color-over
      • $tab-plain-closable-icon-glyph-color
      • $tab-plain-closable-icon-glyph-color-active
      • $tab-plain-closable-icon-glyph-color-disabled
      • $tab-plain-closable-icon-glyph-color-focus
      • $tab-plain-closable-icon-glyph-color-focus-active
      • $tab-plain-closable-icon-glyph-color-focus-over
      • $tab-plain-closable-icon-glyph-color-over
      • $tab-plain-color
      • $tab-plain-color-active
      • $tab-plain-color-disabled
      • $tab-plain-color-focus
      • $tab-plain-color-focus-active
      • $tab-plain-color-focus-over
      • $tab-plain-color-over
      • $tab-plain-glyph-color
      • $tab-plain-glyph-color-active
      • $tab-plain-glyph-color-disabled
      • $tab-plain-glyph-color-focus
      • $tab-plain-glyph-color-focus-active
      • $tab-plain-glyph-color-focus-over
      • $tab-plain-glyph-color-over
    • Modified
    • config
      • tabIndex
        • 5.1.1
          • default value is null
        • 6.0.0
          • default value is 0
  • Ext.tip.Tip
    • Modified
    • property
      • maskOnDisable
        • 5.1.1
          • default value is true
        • 6.0.0
          • default value is false
  • Ext.toolbar.Breadcrumb
    • Added
    • cssVar
      • $breadcrumb-arrow-expanded-glyph
      • $breadcrumb-arrow-expanded-glyph-color
      • $breadcrumb-arrow-glyph
      • $breadcrumb-arrow-glyph-color
      • $breadcrumb-folder-glyph
      • $breadcrumb-folder-glyph-color
      • $breadcrumb-folder-open-glyph
      • $breadcrumb-folder-open-glyph-color
      • $breadcrumb-folder-open-icon
      • $breadcrumb-glyph-color
      • $breadcrumb-glyph-font-size
      • $breadcrumb-leaf-glyph
      • $breadcrumb-leaf-glyph-color
    • event
      • change
  • Ext.toolbar.Paging
    • Added
    • cssVar
      • $grid-paging-toolbar-first-glyph
      • $grid-paging-toolbar-glyph-color
      • $grid-paging-toolbar-glyph-font-size
      • $grid-paging-toolbar-last-glyph
      • $grid-paging-toolbar-next-glyph
      • $grid-paging-toolbar-prev-glyph
      • $grid-paging-toolbar-refresh-glyph
  • Ext.toolbar.Toolbar
    • Added
    • cssVar
      • $toolbar-menu-overflow-glyph
      • $toolbar-menu-overflow-glyph-color
      • $toolbar-scroller-bottom-glyph
      • $toolbar-scroller-glyph-color
      • $toolbar-scroller-glyph-font-size
      • $toolbar-scroller-left-glyph
      • $toolbar-scroller-right-glyph
      • $toolbar-scroller-top-glyph
      • $toolbar-tool-glyph-color
  • Ext.tree.View
    • Added
    • cssVar
      • $tree-arrow-expanded-glyph
      • $tree-arrow-expanded-glyph-color
      • $tree-arrow-glyph
      • $tree-arrow-glyph-color
      • $tree-checkbox-checked-glyph
      • $tree-checkbox-glyph
      • $tree-checkbox-glyph-color
      • $tree-collapse-glyph
      • $tree-collapse-glyph-color
      • $tree-expand-glyph
      • $tree-expand-glyph-color
      • $tree-folder-glyph
      • $tree-folder-glyph-color
      • $tree-folder-open-glyph
      • $tree-folder-open-glyph-color
      • $tree-glyph-color
      • $tree-glyph-font-size
      • $tree-leaf-glyph
      • $tree-leaf-glyph-color
  • Ext.util.HashMap
    • Added
    • method
      • removeByKey
  • Ext.util.KeyMap
    • Added
    • config
      • priority
  • Ext.util.KeyNav
    • Added
    • config
      • priority
  • Ext.ux.form.MultiSelect
    • Added
    • config
      • pageSize
  • Ext.view.BoundList
    • Added
    • cssVar
      • $boundlist-item-over-text-color
      • $boundlist-item-selected-text-color
      • $boundlist-item-text-color
  • Ext.view.Table
    • Added
    • property
      • actionRow
      • actionableMode
  • Ext.window.MessageBox
    • Added
    • cssVar
      • $messagebox-error-glyph
      • $messagebox-error-glyph-color
      • $messagebox-glyph-font-size
      • $messagebox-info-glyph
      • $messagebox-info-glyph-color
      • $messagebox-question-glyph
      • $messagebox-question-glyph-color
      • $messagebox-warning-glyph
      • $messagebox-warning-glyph-color
  • Ext.window.Toast
    • Modified
    • config
      • closable
        • 5.1.1
          • default value is true
        • 6.0.0
          • default value is false
  • Ext.window.Window
    • Added
    • cssVar
      • $window-tool-focus-outline-color
      • $window-tool-focus-outline-offset
      • $window-tool-focus-outline-style
      • $window-tool-focus-outline-width
  • Global_CSS
    • Added
    • cssVar
      • $enable-font-icons

Removed

  • Ext.data.amf.Encoder
  • Ext.data.amf.Packet
  • Ext.data.amf.Proxy
  • Ext.data.amf.Reader
  • Ext.data.amf.RemotingMessage
  • Ext.data.amf.XmlDecoder
  • Ext.data.amf.XmlEncoder
  • Ext.direct.AmfRemotingProvider
Last updated