ExtReact Docs Help

Introduction

The documentation for the ExtReact product diverges somewhat from the documentation of other Sencha products. The sections below describe documentation for all products except where indicated as unique to ExtReact.

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.

ExtReact component classes list the configurable name prominently at the top of the API class doc followed by the fully-qualified class name.

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

Or in the case of an ExtReact component class this indicates a member of type prop

- 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.

ExtReact component classes do not hoist the getter / setter methods into the prop. All methods will be described in the Methods section

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.

ExtWebComponents 7.0.0


top

ExtWebComponents Packages

Repository Dashboard

Repository Login

  • Run npm login --registry=https://npm.sencha.com --scope=@sencha

Note: Existing customers use your support portal credentials, replacing @ character in your email address with '..' (two periods). This will be your 'username'. Your username would look something like this after it's converted: name..gmail.com.

Web Components Packages

These packages come with ExtWebComponents 7+ All of them use the same @sencha scope.

Component Import
ext-web-components-modern
ext-web-components-classic
ext-web-components-kitchensink
ext-web-components-gen
ext-web-components-boilerplate
ext-accordion import '@sencha/ext-web-components/dist/ext-accordion.component'
ext-actionsheet import '@sencha/ext-web-components/dist/ext-actionsheet.component'
ext-audio import '@sencha/ext-web-components/dist/ext-audio.component'
ext-booleancell import '@sencha/ext-web-components/dist/ext-booleancell.component'
ext-booleancolumn import '@sencha/ext-web-components/dist/ext-booleancolumn.component'
ext-boundlist import '@sencha/ext-web-components/dist/ext-boundlist.component'
ext-breadcrumbbar import '@sencha/ext-web-components/dist/ext-breadcrumbbar.component'
ext-button import '@sencha/ext-web-components/dist/ext-button.component'
ext-calendar-calendar-picker import '@sencha/ext-web-components/dist/ext-calendar-calendar-picker.component'
ext-calendar-day import '@sencha/ext-web-components/dist/ext-calendar-day.component'
ext-calendar-days import '@sencha/ext-web-components/dist/ext-calendar-days.component'
ext-calendar-daysheader import '@sencha/ext-web-components/dist/ext-calendar-daysheader.component'
ext-calendar-daysview import '@sencha/ext-web-components/dist/ext-calendar-daysview.component'
ext-calendar-dayview import '@sencha/ext-web-components/dist/ext-calendar-dayview.component'
ext-calendar-event import '@sencha/ext-web-components/dist/ext-calendar-event.component'
ext-calendar-form-add import '@sencha/ext-web-components/dist/ext-calendar-form-add.component'
ext-calendar-form-edit import '@sencha/ext-web-components/dist/ext-calendar-form-edit.component'
ext-calendar-list import '@sencha/ext-web-components/dist/ext-calendar-list.component'
ext-calendar-month import '@sencha/ext-web-components/dist/ext-calendar-month.component'
ext-calendar-monthview import '@sencha/ext-web-components/dist/ext-calendar-monthview.component'
ext-calendar-multiview import '@sencha/ext-web-components/dist/ext-calendar-multiview.component'
ext-calendar-timefield import '@sencha/ext-web-components/dist/ext-calendar-timefield.component'
ext-calendar-week import '@sencha/ext-web-components/dist/ext-calendar-week.component'
ext-calendar-weeks import '@sencha/ext-web-components/dist/ext-calendar-weeks.component'
ext-calendar-weeksheader import '@sencha/ext-web-components/dist/ext-calendar-weeksheader.component'
ext-calendar-weeksview import '@sencha/ext-web-components/dist/ext-calendar-weeksview.component'
ext-calendar-weekview import '@sencha/ext-web-components/dist/ext-calendar-weekview.component'
ext-calendar import '@sencha/ext-web-components/dist/ext-calendar.component'
ext-carousel import '@sencha/ext-web-components/dist/ext-carousel.component'
ext-cartesian import '@sencha/ext-web-components/dist/ext-cartesian.component'
ext-celleditor import '@sencha/ext-web-components/dist/ext-celleditor.component'
ext-chart import '@sencha/ext-web-components/dist/ext-chart.component'
ext-chartnavigator import '@sencha/ext-web-components/dist/ext-chartnavigator.component'
ext-checkbox import '@sencha/ext-web-components/dist/ext-checkbox.component'
ext-checkboxfield import '@sencha/ext-web-components/dist/ext-checkboxfield.component'
ext-checkboxgroup import '@sencha/ext-web-components/dist/ext-checkboxgroup.component'
ext-checkcell import '@sencha/ext-web-components/dist/ext-checkcell.component'
ext-checkcolumn import '@sencha/ext-web-components/dist/ext-checkcolumn.component'
ext-chip import '@sencha/ext-web-components/dist/ext-chip.component'
ext-chipview import '@sencha/ext-web-components/dist/ext-chipview.component'
ext-cleartrigger import '@sencha/ext-web-components/dist/ext-cleartrigger.component'
ext-colorbutton import '@sencha/ext-web-components/dist/ext-colorbutton.component'
ext-colorfield import '@sencha/ext-web-components/dist/ext-colorfield.component'
ext-colorpickercolorpreview import '@sencha/ext-web-components/dist/ext-colorpickercolorpreview.component'
ext-colorselector import '@sencha/ext-web-components/dist/ext-colorselector.component'
ext-column import '@sencha/ext-web-components/dist/ext-column.component'
ext-combobox import '@sencha/ext-web-components/dist/ext-combobox.component'
ext-comboboxfield import '@sencha/ext-web-components/dist/ext-comboboxfield.component'
ext-component import '@sencha/ext-web-components/dist/ext-component.component'
ext-componentdataview import '@sencha/ext-web-components/dist/ext-componentdataview.component'
ext-container import '@sencha/ext-web-components/dist/ext-container.component'
ext-containerfield import '@sencha/ext-web-components/dist/ext-containerfield.component'
ext-d3-canvas import '@sencha/ext-web-components/dist/ext-d3-canvas.component'
ext-d3-heatmap import '@sencha/ext-web-components/dist/ext-d3-heatmap.component'
ext-d3-horizontal-tree import '@sencha/ext-web-components/dist/ext-d3-horizontal-tree.component'
ext-d3-pack import '@sencha/ext-web-components/dist/ext-d3-pack.component'
ext-d3-partition import '@sencha/ext-web-components/dist/ext-d3-partition.component'
ext-d3-sunburst import '@sencha/ext-web-components/dist/ext-d3-sunburst.component'
ext-d3-svg import '@sencha/ext-web-components/dist/ext-d3-svg.component'
ext-d3-tree import '@sencha/ext-web-components/dist/ext-d3-tree.component'
ext-d3-treemap import '@sencha/ext-web-components/dist/ext-d3-treemap.component'
ext-d3 import '@sencha/ext-web-components/dist/ext-d3.component'
ext-dataitem import '@sencha/ext-web-components/dist/ext-dataitem.component'
ext-dataview import '@sencha/ext-web-components/dist/ext-dataview.component'
ext-datecell import '@sencha/ext-web-components/dist/ext-datecell.component'
ext-datecolumn import '@sencha/ext-web-components/dist/ext-datecolumn.component'
ext-datefield import '@sencha/ext-web-components/dist/ext-datefield.component'
ext-datepanel import '@sencha/ext-web-components/dist/ext-datepanel.component'
ext-datepicker import '@sencha/ext-web-components/dist/ext-datepicker.component'
ext-datepickerfield import '@sencha/ext-web-components/dist/ext-datepickerfield.component'
ext-datepickernativefield import '@sencha/ext-web-components/dist/ext-datepickernativefield.component'
ext-datetitle import '@sencha/ext-web-components/dist/ext-datetitle.component'
ext-datetrigger import '@sencha/ext-web-components/dist/ext-datetrigger.component'
ext-dialog import '@sencha/ext-web-components/dist/ext-dialog.component'
ext-displayfield import '@sencha/ext-web-components/dist/ext-displayfield.component'
ext-dragcolumn import '@sencha/ext-web-components/dist/ext-dragcolumn.component'
ext-draw import '@sencha/ext-web-components/dist/ext-draw.component'
ext-editor import '@sencha/ext-web-components/dist/ext-editor.component'
ext-emailfield import '@sencha/ext-web-components/dist/ext-emailfield.component'
ext-emptytext import '@sencha/ext-web-components/dist/ext-emptytext.component'
ext-expandtrigger import '@sencha/ext-web-components/dist/ext-expandtrigger.component'
ext-field import '@sencha/ext-web-components/dist/ext-field.component'
ext-fieldcontainer import '@sencha/ext-web-components/dist/ext-fieldcontainer.component'
ext-fieldpanel import '@sencha/ext-web-components/dist/ext-fieldpanel.component'
ext-fieldset import '@sencha/ext-web-components/dist/ext-fieldset.component'
ext-filebutton import '@sencha/ext-web-components/dist/ext-filebutton.component'
ext-filefield import '@sencha/ext-web-components/dist/ext-filefield.component'
ext-formpanel import '@sencha/ext-web-components/dist/ext-formpanel.component'
ext-froalaeditor import '@sencha/ext-web-components/dist/ext-froalaeditor.component'
ext-froalaeditorfield import '@sencha/ext-web-components/dist/ext-froalaeditorfield.component'
ext-gauge import '@sencha/ext-web-components/dist/ext-gauge.component'
ext-google-map import '@sencha/ext-web-components/dist/ext-google-map.component'
ext-grid import '@sencha/ext-web-components/dist/ext-grid.component'
ext-gridcell import '@sencha/ext-web-components/dist/ext-gridcell.component'
ext-gridcellbase import '@sencha/ext-web-components/dist/ext-gridcellbase.component'
ext-gridcolumn import '@sencha/ext-web-components/dist/ext-gridcolumn.component'
ext-gridcolumnsmenu import '@sencha/ext-web-components/dist/ext-gridcolumnsmenu.component'
ext-gridgroupbythismenuitem import '@sencha/ext-web-components/dist/ext-gridgroupbythismenuitem.component'
ext-gridrow import '@sencha/ext-web-components/dist/ext-gridrow.component'
ext-gridshowingroupsmenuitem import '@sencha/ext-web-components/dist/ext-gridshowingroupsmenuitem.component'
ext-gridsortascmenuitem import '@sencha/ext-web-components/dist/ext-gridsortascmenuitem.component'
ext-gridsortdescmenuitem import '@sencha/ext-web-components/dist/ext-gridsortdescmenuitem.component'
ext-gridsummaryrow import '@sencha/ext-web-components/dist/ext-gridsummaryrow.component'
ext-groupcontainer import '@sencha/ext-web-components/dist/ext-groupcontainer.component'
ext-headercontainer import '@sencha/ext-web-components/dist/ext-headercontainer.component'
ext-hiddenfield import '@sencha/ext-web-components/dist/ext-hiddenfield.component'
ext-image import '@sencha/ext-web-components/dist/ext-image.component'
ext-img import '@sencha/ext-web-components/dist/ext-img.component'
ext-indexbar import '@sencha/ext-web-components/dist/ext-indexbar.component'
ext-indicator import '@sencha/ext-web-components/dist/ext-indicator.component'
ext-inputfield import '@sencha/ext-web-components/dist/ext-inputfield.component'
ext-itemheader import '@sencha/ext-web-components/dist/ext-itemheader.component'
ext-label import '@sencha/ext-web-components/dist/ext-label.component'
ext-legend import '@sencha/ext-web-components/dist/ext-legend.component'
ext-list import '@sencha/ext-web-components/dist/ext-list.component'
ext-listitem import '@sencha/ext-web-components/dist/ext-listitem.component'
ext-listitemplaceholder import '@sencha/ext-web-components/dist/ext-listitemplaceholder.component'
ext-listswiperitem import '@sencha/ext-web-components/dist/ext-listswiperitem.component'
ext-listswiperstepper import '@sencha/ext-web-components/dist/ext-listswiperstepper.component'
ext-loadmask import '@sencha/ext-web-components/dist/ext-loadmask.component'
ext-lockedgrid import '@sencha/ext-web-components/dist/ext-lockedgrid.component'
ext-lockedgridregion import '@sencha/ext-web-components/dist/ext-lockedgridregion.component'
ext-map import '@sencha/ext-web-components/dist/ext-map.component'
ext-mask import '@sencha/ext-web-components/dist/ext-mask.component'
ext-media import '@sencha/ext-web-components/dist/ext-media.component'
ext-menu import '@sencha/ext-web-components/dist/ext-menu.component'
ext-menucheckitem import '@sencha/ext-web-components/dist/ext-menucheckitem.component'
ext-menuitem import '@sencha/ext-web-components/dist/ext-menuitem.component'
ext-menuradioitem import '@sencha/ext-web-components/dist/ext-menuradioitem.component'
ext-menuseparator import '@sencha/ext-web-components/dist/ext-menuseparator.component'
ext-menutrigger import '@sencha/ext-web-components/dist/ext-menutrigger.component'
ext-messagebox import '@sencha/ext-web-components/dist/ext-messagebox.component'
ext-navigationview import '@sencha/ext-web-components/dist/ext-navigationview.component'
ext-nestedlist import '@sencha/ext-web-components/dist/ext-nestedlist.component'
ext-numbercell import '@sencha/ext-web-components/dist/ext-numbercell.component'
ext-numbercolumn import '@sencha/ext-web-components/dist/ext-numbercolumn.component'
ext-numberfield import '@sencha/ext-web-components/dist/ext-numberfield.component'
ext-pagingtoolbar import '@sencha/ext-web-components/dist/ext-pagingtoolbar.component'
ext-panel import '@sencha/ext-web-components/dist/ext-panel.component'
ext-panelheader import '@sencha/ext-web-components/dist/ext-panelheader.component'
ext-paneltitle import '@sencha/ext-web-components/dist/ext-paneltitle.component'
ext-paneltool import '@sencha/ext-web-components/dist/ext-paneltool.component'
ext-passwordfield import '@sencha/ext-web-components/dist/ext-passwordfield.component'
ext-picker import '@sencha/ext-web-components/dist/ext-picker.component'
ext-pickerfield import '@sencha/ext-web-components/dist/ext-pickerfield.component'
ext-pickerslot import '@sencha/ext-web-components/dist/ext-pickerslot.component'
ext-pivotconfigcontainer import '@sencha/ext-web-components/dist/ext-pivotconfigcontainer.component'
ext-pivotconfigfield import '@sencha/ext-web-components/dist/ext-pivotconfigfield.component'
ext-pivotconfigform import '@sencha/ext-web-components/dist/ext-pivotconfigform.component'
ext-pivotconfigpanel import '@sencha/ext-web-components/dist/ext-pivotconfigpanel.component'
ext-pivotd3container import '@sencha/ext-web-components/dist/ext-pivotd3container.component'
ext-pivotgrid import '@sencha/ext-web-components/dist/ext-pivotgrid.component'
ext-pivotgridcell import '@sencha/ext-web-components/dist/ext-pivotgridcell.component'
ext-pivotgridgroupcell import '@sencha/ext-web-components/dist/ext-pivotgridgroupcell.component'
ext-pivotgridrow import '@sencha/ext-web-components/dist/ext-pivotgridrow.component'
ext-pivotheatmap import '@sencha/ext-web-components/dist/ext-pivotheatmap.component'
ext-pivotrangeeditor import '@sencha/ext-web-components/dist/ext-pivotrangeeditor.component'
ext-pivotsettings import '@sencha/ext-web-components/dist/ext-pivotsettings.component'
ext-pivottreemap import '@sencha/ext-web-components/dist/ext-pivottreemap.component'
ext-polar import '@sencha/ext-web-components/dist/ext-polar.component'
ext-progress import '@sencha/ext-web-components/dist/ext-progress.component'
ext-progressbarwidget import '@sencha/ext-web-components/dist/ext-progressbarwidget.component'
ext-pullrefreshbar import '@sencha/ext-web-components/dist/ext-pullrefreshbar.component'
ext-pullrefreshspinner import '@sencha/ext-web-components/dist/ext-pullrefreshspinner.component'
ext-radio import '@sencha/ext-web-components/dist/ext-radio.component'
ext-radiofield import '@sencha/ext-web-components/dist/ext-radiofield.component'
ext-radiogroup import '@sencha/ext-web-components/dist/ext-radiogroup.component'
ext-rating import '@sencha/ext-web-components/dist/ext-rating.component'
ext-revealtrigger import '@sencha/ext-web-components/dist/ext-revealtrigger.component'
ext-router import '@sencha/ext-web-components/dist/ext-router.component'
ext-rowbody import '@sencha/ext-web-components/dist/ext-rowbody.component'
ext-roweditor import '@sencha/ext-web-components/dist/ext-roweditor.component'
ext-roweditorbar import '@sencha/ext-web-components/dist/ext-roweditorbar.component'
ext-roweditorcell import '@sencha/ext-web-components/dist/ext-roweditorcell.component'
ext-roweditorgap import '@sencha/ext-web-components/dist/ext-roweditorgap.component'
ext-rowheader import '@sencha/ext-web-components/dist/ext-rowheader.component'
ext-rownumberer import '@sencha/ext-web-components/dist/ext-rownumberer.component'
ext-rownumberercell import '@sencha/ext-web-components/dist/ext-rownumberercell.component'
ext-searchfield import '@sencha/ext-web-components/dist/ext-searchfield.component'
ext-segmentedbutton import '@sencha/ext-web-components/dist/ext-segmentedbutton.component'
ext-selectfield import '@sencha/ext-web-components/dist/ext-selectfield.component'
ext-selectioncolumn import '@sencha/ext-web-components/dist/ext-selectioncolumn.component'
ext-selectpicker import '@sencha/ext-web-components/dist/ext-selectpicker.component'
ext-sheet import '@sencha/ext-web-components/dist/ext-sheet.component'
ext-simplelistitem import '@sencha/ext-web-components/dist/ext-simplelistitem.component'
ext-singlesliderfield import '@sencha/ext-web-components/dist/ext-singlesliderfield.component'
ext-slider import '@sencha/ext-web-components/dist/ext-slider.component'
ext-sliderfield import '@sencha/ext-web-components/dist/ext-sliderfield.component'
ext-spacefilling import '@sencha/ext-web-components/dist/ext-spacefilling.component'
ext-spacer import '@sencha/ext-web-components/dist/ext-spacer.component'
ext-sparkline import '@sencha/ext-web-components/dist/ext-sparkline.component'
ext-sparklinebar import '@sencha/ext-web-components/dist/ext-sparklinebar.component'
ext-sparklinebox import '@sencha/ext-web-components/dist/ext-sparklinebox.component'
ext-sparklinebullet import '@sencha/ext-web-components/dist/ext-sparklinebullet.component'
ext-sparklinediscrete import '@sencha/ext-web-components/dist/ext-sparklinediscrete.component'
ext-sparklineline import '@sencha/ext-web-components/dist/ext-sparklineline.component'
ext-sparklinepie import '@sencha/ext-web-components/dist/ext-sparklinepie.component'
ext-sparklinetristate import '@sencha/ext-web-components/dist/ext-sparklinetristate.component'
ext-spindowntrigger import '@sencha/ext-web-components/dist/ext-spindowntrigger.component'
ext-spinnerfield import '@sencha/ext-web-components/dist/ext-spinnerfield.component'
ext-spinuptrigger import '@sencha/ext-web-components/dist/ext-spinuptrigger.component'
ext-splitbutton import '@sencha/ext-web-components/dist/ext-splitbutton.component'
ext-surface import '@sencha/ext-web-components/dist/ext-surface.component'
ext-tab import '@sencha/ext-web-components/dist/ext-tab.component'
ext-tabbar import '@sencha/ext-web-components/dist/ext-tabbar.component'
ext-tabletpicker import '@sencha/ext-web-components/dist/ext-tabletpicker.component'
ext-tabpanel import '@sencha/ext-web-components/dist/ext-tabpanel.component'
ext-templatecolumn import '@sencha/ext-web-components/dist/ext-templatecolumn.component'
ext-textareafield import '@sencha/ext-web-components/dist/ext-textareafield.component'
ext-textcell import '@sencha/ext-web-components/dist/ext-textcell.component'
ext-textcolumn import '@sencha/ext-web-components/dist/ext-textcolumn.component'
ext-textfield import '@sencha/ext-web-components/dist/ext-textfield.component'
ext-thumb import '@sencha/ext-web-components/dist/ext-thumb.component'
ext-timefield import '@sencha/ext-web-components/dist/ext-timefield.component'
ext-timepanel import '@sencha/ext-web-components/dist/ext-timepanel.component'
ext-timetrigger import '@sencha/ext-web-components/dist/ext-timetrigger.component'
ext-title import '@sencha/ext-web-components/dist/ext-title.component'
ext-titlebar import '@sencha/ext-web-components/dist/ext-titlebar.component'
ext-togglefield import '@sencha/ext-web-components/dist/ext-togglefield.component'
ext-toggleslider import '@sencha/ext-web-components/dist/ext-toggleslider.component'
ext-tool import '@sencha/ext-web-components/dist/ext-tool.component'
ext-toolbar import '@sencha/ext-web-components/dist/ext-toolbar.component'
ext-tooltip import '@sencha/ext-web-components/dist/ext-tooltip.component'
ext-tree import '@sencha/ext-web-components/dist/ext-tree.component'
ext-treecell import '@sencha/ext-web-components/dist/ext-treecell.component'
ext-treecolumn import '@sencha/ext-web-components/dist/ext-treecolumn.component'
ext-treelist import '@sencha/ext-web-components/dist/ext-treelist.component'
ext-treelistitem import '@sencha/ext-web-components/dist/ext-treelistitem.component'
ext-trigger import '@sencha/ext-web-components/dist/ext-trigger.component'
ext-urlfield import '@sencha/ext-web-components/dist/ext-urlfield.component'
ext-video import '@sencha/ext-web-components/dist/ext-video.component'
ext-viewport import '@sencha/ext-web-components/dist/ext-viewport.component'
ext-widget import '@sencha/ext-web-components/dist/ext-widget.component'
ext-widgetcell import '@sencha/ext-web-components/dist/ext-widgetcell.component'
ext-window import '@sencha/ext-web-components/dist/ext-window.component'
ext-yearpicker import '@sencha/ext-web-components/dist/ext-yearpicker.component'

ExtWebComponents 7.0.0