Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created January 23, 2016 19:52
Show Gist options
  • Save xenophy/e98f6af58f248cb19def to your computer and use it in GitHub Desktop.
Save xenophy/e98f6af58f248cb19def to your computer and use it in GitHub Desktop.
Class Aliases in Ext JS 6.0.2
{
widget: {
loadmask: 'Ext.LoadMask',
button: 'Ext.button.Button',
cycle: 'Ext.button.Cycle',
splitbutton: 'Ext.button.Split',
buttongroup: 'Ext.container.ButtonGroup',
viewport: 'Ext.container.Viewport',
flash: 'Ext.flash.Component',
checkboxgroup: 'Ext.form.CheckboxGroup',
fieldcontainer: 'Ext.form.FieldContainer',
fieldset: 'Ext.form.FieldSet',
label: 'Ext.form.Label',
form: 'Ext.form.Panel',
radiogroup: 'Ext.form.RadioGroup',
datefield: 'Ext.form.field.Date',
displayfield: 'Ext.form.field.Display',
filebutton: 'Ext.form.field.FileButton',
htmleditor: 'Ext.form.field.HtmlEditor',
numberfield: 'Ext.form.field.Number',
pickerfield: 'Ext.form.field.Picker',
spinnerfield: 'Ext.form.field.Spinner',
textfield: 'Ext.form.field.Text',
timefield: 'Ext.form.field.Time',
roweditor: 'Ext.grid.RowEditor',
roweditorbuttons: 'Ext.grid.RowEditorButtons',
checkcolumn: 'Ext.grid.column.Check',
rownumberer: 'Ext.grid.column.RowNumberer',
widgetcolumn: 'Ext.grid.column.Widget',
headercontainer: 'Ext.grid.header.Container',
propertygrid: 'Ext.grid.property.Grid',
menucheckitem: 'Ext.menu.CheckItem',
colormenu: 'Ext.menu.ColorPicker',
datemenu: 'Ext.menu.DatePicker',
menuitem: 'Ext.menu.Item',
menu: 'Ext.menu.Menu',
menuseparator: 'Ext.menu.Separator',
panel: 'Ext.panel.Panel',
tablepanel: 'Ext.panel.Table',
colorpicker: 'Ext.picker.Color',
datepicker: 'Ext.picker.Date',
monthpicker: 'Ext.picker.Month',
timepicker: 'Ext.picker.Time',
bordersplitter: 'Ext.resizer.BorderSplitter',
multislider: 'Ext.slider.Multi',
slidertip: 'Ext.slider.Tip',
sliderwidget: 'Ext.slider.Widget',
sparklinebar: 'Ext.sparkline.Bar',
sparklinebox: 'Ext.sparkline.Box',
sparklinebullet: 'Ext.sparkline.Bullet',
sparklinediscrete: 'Ext.sparkline.Discrete',
sparklineline: 'Ext.sparkline.Line',
sparklinepie: 'Ext.sparkline.Pie',
sparklinetristate: 'Ext.sparkline.TriState',
tabpanel: 'Ext.tab.Panel',
tab: 'Ext.tab.Tab',
quicktip: 'Ext.tip.QuickTip',
tip: 'Ext.tip.Tip',
tooltip: 'Ext.tip.ToolTip',
tbfill: 'Ext.toolbar.Fill',
tbitem: 'Ext.toolbar.Item',
tbseparator: 'Ext.toolbar.Separator',
tbspacer: 'Ext.toolbar.Spacer',
tbtext: 'Ext.toolbar.TextItem',
toolbar: 'Ext.toolbar.Toolbar',
treecolumn: 'Ext.tree.Column',
treepanel: 'Ext.tree.Panel',
treeview: 'Ext.tree.View',
boundlist: 'Ext.view.BoundList',
dataview: 'Ext.view.View',
messagebox: 'Ext.window.MessageBox',
window: 'Ext.window.Window',
actionsheet: 'Ext.ActionSheet',
spacer: 'Ext.Spacer',
gridheadergroup: 'Ext.grid.HeaderGroup',
picker: 'Ext.picker.Picker'
},
controller: {
myviewport: 'Chabashira.view.MyViewportViewController'
},
viewmodel: {
myviewport: 'Chabashira.view.MyViewportViewModel'
},
part: {
part: 'Ext.dashboard.Part'
},
formaction: {
directload: 'Ext.form.action.DirectLoad',
directsubmit: 'Ext.form.action.DirectSubmit',
load: 'Ext.form.action.Load',
standardsubmit: 'Ext.form.action.StandardSubmit',
submit: 'Ext.form.action.Submit'
},
trigger: {
component: 'Ext.form.trigger.Component',
spinner: 'Ext.form.trigger.Spinner',
trigger: 'Ext.form.trigger.Trigger'
},
layout: {
columncomponent: 'Ext.grid.ColumnComponentLayout',
gridcolumn: 'Ext.grid.ColumnLayout',
autocomponent: 'Ext.layout.component.Auto',
boundlist: 'Ext.layout.component.BoundList',
dock: 'Ext.layout.component.Dock',
fieldcontainer: 'Ext.layout.component.field.FieldContainer',
absolute: 'Ext.layout.container.Absolute',
accordion: 'Ext.layout.container.Accordion',
anchor: 'Ext.layout.container.Anchor',
border: 'Ext.layout.container.Border',
box: 'Ext.layout.FlexBox',
card: 'Ext.layout.Card',
container: 'Ext.layout.container.Container',
dashboard: 'Ext.layout.container.Dashboard',
editor: 'Ext.layout.container.Editor',
fit: 'Ext.layout.Fit',
form: 'Ext.layout.container.Form',
hbox: 'Ext.layout.HBox',
segmentedbutton: 'Ext.layout.container.SegmentedButton',
vbox: 'Ext.layout.VBox',
tableview: 'Ext.view.TableLayout',
tablebox: 'Ext.layout.Box',
float: 'Ext.layout.Float'
},
view: {
'navigation.grid': 'Ext.grid.NavigationModel',
'navigation.tree': 'Ext.tree.NavigationModel',
'navigation.boundlist': 'Ext.view.BoundListKeyNav',
'navigation.default': 'Ext.view.NavigationModel'
},
feature: {
abstractsummary: 'Ext.grid.feature.AbstractSummary',
feature: 'Ext.grid.feature.Feature',
grouping: 'Ext.grid.feature.Grouping',
groupingsummary: 'Ext.grid.feature.GroupingSummary',
rowbody: 'Ext.grid.feature.RowBody',
summary: 'Ext.grid.feature.Summary'
},
plugin: {
gridfilters: 'Ext.grid.filters.Filters',
bufferedrenderer: 'Ext.grid.plugin.BufferedRenderer',
cellediting: 'Ext.grid.plugin.CellEditing',
clipboard: 'Ext.grid.plugin.Clipboard',
gridviewdragdrop: 'Ext.grid.plugin.DragDrop',
gridheaderreorderer: 'Ext.grid.plugin.HeaderReorderer',
gridheaderresizer: 'Ext.grid.plugin.HeaderResizer',
rowediting: 'Ext.grid.plugin.RowEditing',
rowexpander: 'Ext.grid.plugin.RowExpander',
selectionreplicator: 'Ext.grid.selection.Replicator',
responsive: 'Ext.plugin.Responsive',
viewport: 'Ext.plugin.Viewport',
treeviewdragdrop: 'Ext.tree.plugin.TreeViewDragDrop',
gridcolumnresizing: 'Ext.grid.plugin.ColumnResizing',
grideditable: 'Ext.grid.plugin.Editable',
gridmultiselection: 'Ext.grid.plugin.MultiSelection',
gridpagingtoolbar: 'Ext.grid.plugin.PagingToolbar',
gridsummaryrow: 'Ext.grid.plugin.SummaryRow',
gridviewoptions: 'Ext.grid.plugin.ViewOptions',
listpaging: 'Ext.plugin.ListPaging',
pullrefresh: 'Ext.plugin.PullRefresh',
sortablelist: 'Ext.plugin.SortableList',
placeholderlabel: 'Ext.plugin.field.PlaceHolderLabel'
},
grid: {
'filter.boolean': 'Ext.grid.filters.filter.Boolean',
'filter.date': 'Ext.grid.filters.filter.Date',
'filter.list': 'Ext.grid.filters.filter.List',
'filter.string': 'Ext.grid.filters.filter.String'
},
editing: {
editing: 'Ext.grid.plugin.Editing'
},
selection: {
spreadsheet: 'Ext.grid.selection.SpreadsheetModel',
cellmodel: 'Ext.selection.CellModel',
checkboxmodel: 'Ext.selection.CheckboxModel',
dataviewmodel: 'Ext.selection.DataViewModel',
abstract: 'Ext.selection.Model',
rowmodel: 'Ext.selection.RowModel',
treemodel: 'Ext.selection.TreeModel'
},
state: {
localstorage: 'Ext.state.LocalStorageProvider'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment