How to get application from view?
问题 How can I get my application from a view? For example consider I have an application Boo and there's a view that named Boo.view.Foo.List and I want to get Boo in the view List . Edit: See this code, and look at the line 20. Ext.define('Boo.view.Foo.List', { extend: 'Ext.panel.Panel', model: 'Boo.model.FooModel', alias: 'widget.foolist', store: 'FooListStore', initComponent: function () { this.columns = [ { text: "Hello world", dataIndex: 'Time', flex: 1 }, { xtype: 'actioncolumn', width: 50,