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 7.0.0


top

Release Notes for ExtGen 7.0.1

  • OTOOLS-28 Live Reload Not Working for App Folder

ext-gen

If you don't have ext-gen already installed, then following any of our guides will ensure you have [email protected] installed. You will automatically have the benefits of this patch in your application.

npm i -g @sencha/ext-gen

If ext-gen is already installed, you will want to explicitly install 7.0.1 like this

npm i -g @sencha/[email protected]

Once ext-gen is installed, follow the getting started guide to build your new ext-gen app.

ext-movetolatest

Existing applications will require an update to the webpack configuration file. In order to remove the guess work, the ext-movetolatest utility will take care of the necessary changes for your existing application!

To read all of the details on ext-movetolatest, expore the guide.

Steps

IMPORTANT: the ext-movetolatest utility will create backups of all configuration files that are updated. If you have added custom configurations to your webpack.config.js, etc you will want to grab those changes and update the newly generated webpack.config.js, etc. with your needed configuration. The backup folder is ./extBackup in the root directory of your application.

1) install: npm i -g @sencha/ext-movetolatest, make sure to grab [email protected] if the tool has been previously installed. 2) execute: run ext-movetolatest from the application root directory. 3) install: following the CLI output, run npm install. 4) verify: run npm start and view your running application.

Now, enjoy a better development experience with live reloading while you write and save your code!

Release Notes for Ext JS 7.0.0.156

  • EXTJS-22276 When have more than 16 tabs reordering doesn't work properly

  • EXTJS-24592 Ext.grid.selection.Rows getLastRowIndex method

  • EXTJS-26974 Issue with card layout that requires CSS in some browsers

  • EXTJS-27205 Grid reconfigure doesn't destroy cell editors

  • EXTJS-27235 Locking grid with no initially locked columns throws error on scroll

  • EXTJS-27951 Theme viewer_Grid panel : Pagination text cutoff issue

  • EXTJS-28126 Incomplete documentation for ExtJS 6.7

  • EXTJS-28494 Save Event for New Event creation in calendar is not working

  • EXTJS-28536 Grouped Grid headers should be removed when all children are dragged away

  • EXTJS-28552 Modern_ Froala Editor > Insert table : Horizontal align buttons padding is missing

  • EXTJS-26889 Font Awesome 5+ support with in ExtJS framework

  • EXTJS-28441 userSelectable config documentation has a broken link to MDN user-select

  • EXTJS-28612 Ext.tab.Panel onItemRemove may fail when being destroyed

Modern

  • Grid EXTJS-27569 Cannot deselect grid row when deselect is enabled

  • Grid EXTJS-26914 Selectable (cell/column) cause lost selection and header click sorting

  • Grid EXTJS-26425 Cellediting should relay events through the grid

  • EXTJS-27558 Add title collapse

  • Date Panel EXTJS-27548 floated date picker throws error when current date is "after" date change to/from DST

  • Date Panel EXTJS-27622 Problem with daylight saving using locale / Brazil

  • Treelist EXTJS-27536 Exception when you click on treelist sub menu in micro mode

  • Time Panel EXTJS-27468 Support for displaying 24hr format

  • EXTJS-26911 Tapping in modern textfield produces scroll in Android

  • Calendar EXTJS-26815 Update Calendar to highlight the current date

  • EXTJS-26767 Setting panel background transparent via bodyStyle does not work

  • Calendar EXTJS-26815 Update Calendar to highlight the current date

  • EXTJS-26762 - Virtual Store is not firing events like beforeload

  • EXTJS-26598 Datefield does not have submitFormat

  • EXTJS-26496 Number field should support decimal separator

  • EXTJS-26392 Placeholder does not move up when fields autofilled

  • EXTJS-26360 Cannot disable decimals in number field

  • EXTJS-25939 Tree cells should supported checked/unchecked state

  • EXTJS-25742 FormPanel, ContainerField, and FieldSet should have a fieldDefaults config

  • EXTJS-24522 Application not responding inside an Iframe on iOS

  • EXTJS-24084 Add keydown event listener to textfield

  • EXT-468 / EXTJS-23525 Support form dirtychange event

  • EXTJS-23486 Modern Ext.field.Field should support rawValue methods like Ext.form.field.Base does in Classic

  • EXTJS-22743 Add Form -> jsonSubmit functionality and documentation

  • Tab Panel EXTJS-20205 Ext.tabpanel should have ability to dock left and rotate text like classic

  • EXT-734 Support autosize for a column

  • EXT-12/EXT-750 altFormats should be implemented in Ext.field.Date

  • EXTJS-27397 No events are fired on a virtual store

  • EXTJS-27395 Load and Reload methods of the virtual store only load the first page instead of the currently active page

  • EXTJS-27390 Data binding to a Virtual Store breaks in grid.selection

  • EXTJS-27316 Grid navigation with virtual store and using arrow keys selects rows after scrolling past a few pages

  • EXTJS-27063 Virtual store throws error when reloading with 0 records

  • EXTJS-28075 multi selection model behaviour either not correct or not clearly defined for users

  • EXTJS-27571 Stateful grid can apply incorrect state when adding new columns

  • EXTJS-27369 datepickerfield does not come up the second time

  • EXTJS-27272 Modern List with selectable: 'multi' doesn't trigger 'deselect' event

  • EXTJS-21043 Unable to scroll List component horizontally on Android and iPhone devices

  • EXTJS-20717 Simple combo box wrapped with config throws error

  • EXTJS-28371 Popup information is not disappearing

  • EXTJS-28394 UI issue while navigating to the child components in Breadcrumb Mobile View [ Andoid and IPAD ]

  • EXTJS-28417 First header column under grids won't support for drag and drop into last column position

  • EXTJS-28442 Mandatory field icon is overlapping with texts on ipad in Checkbox and Radio Groups

  • EXTJS-28443 Multiple rows are inserted into grouped grid when collapse and expand icon is clicked on continuous basis

  • EXTJS-28444 CSS overlapping in the tree group

  • EXTJS-28449 Accordion layout is not present under Layouts in Modern toolkit

  • EXTJS-28467 Locking grid on row editor component results in row overlapping causing mismatch of rows compared to other rows in the grid

  • EXTJS-28474 Editor missing when entered more sentenceS

  • EXTJS-28484 Row editing is not working in mobile and iOS as per design

  • EXTJS-28491 Filter values in infinite grid are not working

  • EXTJS-28503 Last Name column throwing error on Infinite Grid

  • EXTJS-28504 API Docs correction

  • EXTJS-28521 Error message for Multi-Column "You must fill out the form with valid values" is not shown without clicking the Mandatory column in Mobile Device

  • EXTJS-28531 Grid Row editing options are not displayed on ios theme

  • EXTJS-28532 UI of Modern Form panel is not good in Android mobile

  • EXTJS-28533 Froala modifications to make doxi happy

  • EXTJS-28551 UI is not displayed properly while data loads for Infinite Grid

  • EXTJS-28598 EWC - Following components are not loading on all browsers

  • EXTJS-16513 Modern toolkit should support box overflow menu

  • EXTJS-27528 Implement keyboard/focus management from classic toolkit

Classic

  • Calendar EXTJS-26815 Update Calendar to highlight the current date

  • EXTJS-28060 Uncaught TypeError: groupMenuItem[groupMenuMeth] is not a function

  • EXTJS-27666 Date.add should default preventDSTAdjust = true

  • EXTJS-27440 Neptune based themes does not have right border for checkcolumn with headerCheckbox

  • EXTJS-27376 Locked grid scrolling behaviour erratic when grid is scrolled rapidly

  • EXTJS-26409 Ext.util.TSV#decode does not handle quotes correctly

  • EXTJS-18284 Open Sans font is failing permission checks on IE

  • Grid EXTJS-26076 If a grid is scrolled down and loaded again, empty view results

  • Tree EXTJS-24520 Loading an expanded child node causes data to be appended to wrong location within tree

  • EXTJS-21006 Cannot unmask component when using load mask and disable on a single panel

  • EXTJS-27286 Animated modal window problems

  • EXTJS-28301 Spacing required between text labels and buttons

  • EXTJS-28314 Text is not visible under Status bar

  • EXTJS-28620 Ext.ux.TabCloseMenu.closeOthersTabs: should be closeOtherTabs

Ext JS 7.0.0