Skip to content

Instantly share code, notes, and snippets.

View rdougan's full-sized avatar

Robert Dougan rdougan

View GitHub Profile
Ext.define('MyContainer', {
extend : 'Ext.Container',
config : {
layout : {
type : 'vbox',
align : 'stretch'
},
items: {
{
xtype : 'personlist',