Guide applies to: modern

Diff between Ext JS 7.3.0 and Ext JS 7.4.0 (modern)

Added Classes

  • Ext.data.summary.StdDev
  • Ext.data.summary.StdDevP
  • Ext.data.summary.Variance
  • Ext.data.summary.VarianceP
  • Ext.field.trigger.Operator
  • Ext.grid.AdvancedGroupStore (private)
  • Ext.grid.cell.Group (private)
  • Ext.grid.column.Groups (private)
  • Ext.grid.grouped.NavigationModel (private)
  • Ext.grid.grouped.selection.Model (private)
  • Ext.grid.grouped.selection.Records (private)
  • Ext.grid.grouped.selection.Rows (private)
  • Ext.grid.menu.AddGroup
  • Ext.grid.menu.Groups
  • Ext.grid.menu.RemoveGroup
  • Ext.grid.mixin.Menus (private)
  • Ext.grid.plugin.BaseFilterBar (private)
  • Ext.grid.plugin.BaseGroupingPanel (private)
  • Ext.grid.plugin.BaseSummaries (private)
  • Ext.grid.plugin.filterbar.FilterBar
  • Ext.grid.plugin.filterbar.filters.Base
  • Ext.grid.plugin.filterbar.filters.Boolean
  • Ext.grid.plugin.filterbar.filters.Date
  • Ext.grid.plugin.filterbar.filters.List
  • Ext.grid.plugin.filterbar.filters.None
  • Ext.grid.plugin.filterbar.filters.Number
  • Ext.grid.plugin.filterbar.filters.SingleFilter (private)
  • Ext.grid.plugin.filterbar.filters.String
  • Ext.grid.plugin.filterbar.Operator
  • Ext.grid.plugin.grouping.Column (private)
  • Ext.grid.plugin.grouping.DragZone (private)
  • Ext.grid.plugin.grouping.DropZone (private)
  • Ext.grid.plugin.grouping.Panel
  • Ext.grid.plugin.GroupingPanel
  • Ext.grid.plugin.header.DragZone (private)
  • Ext.grid.plugin.header.DropZone (private)
  • Ext.grid.plugin.Summaries
  • Ext.grid.row.Group (private)
  • Ext.grid.row.Summary (private)
  • Ext.grid.TreeGrouped
  • Ext.util.GrouperCollection

Modified Classes

Ext.data.AbstractStore

  • Added Configs
    • groupers
    • remoteSummary

Ext.data.Group

  • Added Methods
    • collapse
    • expand
    • getGroupRecord
    • toggleCollapsed

Ext.data.operation.Read

  • Added Configs
    • groupers
    • summaries

Ext.data.proxy.Server (protected)

  • Added Configs
    • summaryParam

Ext.data.summary.Average

  • Added Properties
    • text

Ext.data.summary.Count

  • Added Properties
    • text

Ext.data.summary.Max

  • Added Properties
    • text

Ext.data.summary.Min

  • Added Properties
    • text

Ext.data.summary.Sum

  • Added Properties
    • text

Ext.Dialog

  • Modified Configs

    • draggable

      • value

        1. {
        2. handle: '.' + Ext.baseCSSPrefix + 'draggable',
        3. listeners: {
        4. beforedragstart: 'onBeforeDragDialog',
        5. dragend: 'onDragEnd',
        6. scope: 'this'
        7. }
        8. }

Ext.field.FieldGroupContainer

  • Added Configs
    • publishes

Ext.grid.column.Column

  • Added Configs
    • filterType
    • groupFormatter
    • summaries

Ext.util.Collection

  • Added Configs
    • groupers

Ext.util.Group

  • Added Configs
    • data
    • grouper
    • groupKey
    • label
    • level
    • parent
    • path

Ext.util.GroupCollection (private)

  • Added Methods
    • getByPath
    • getGroupsByItem

Ext.util.Grouper

  • Added Configs
    • blankValue
    • formatter

SDK Totals

  • 1,243 Classes
  • 3,715 Configs
  • 1,339 Properties
  • 61 Static Properties
  • 4,768 Methods
  • 195 Static Methods
  • 730 Events
  • 2,550 Vars
  • 98 Sass Mixins