Skip to content

Instantly share code, notes, and snippets.

View mkalafior's full-sized avatar

Sebastian Widelak mkalafior

View GitHub Profile
Ext.define('MyApp.view.Viewport', {
extend: 'Ext.container.Viewport',
requires: [
'Ext.tab.Panel',
'Ext.layout.container.Border',
'Ext.grid.Panel',
'Ext.form.Panel',
'Ext.form.field.Number',
'Ext.ux.container.Upload'
],