Skip to content

Instantly share code, notes, and snippets.

@nsams
Last active August 29, 2015 13:56
Show Gist options
  • Save nsams/8882116 to your computer and use it in GitHub Desktop.
Save nsams/8882116 to your computer and use it in GitHub Desktop.
Ext4 Controller.Grid example
var grid = this.mainPanel.down('grid');
Kwf.Ext4.Controller.Grid({
grid: grid
});
Ext4.define('App.view.Example', {
extends. 'Ext.panel.Panel',
layout: 'border'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment