extjs4 - Strange failures in ExtJS MVC -
extjs4 - Strange failures in ExtJS MVC - using extjs v4.1 mvc, have application class includes next code: ext.application({ name: 'shop', appfolder: 'shop', ... and main viewport has next code , items: requires: ['shop.view.categorykey'], requires: ['shop.view.productlister'], ... layout: { type: 'border', padding: 3 }, items: [{ region: 'west', title: 'test1', xtype: 'categorykey' },{ region: 'center', title: 'test2', border: false }] note viewport not using productlister object (yet. please bear me). for completeness, below code productlister. note basic stuff intended set view application. ext.define('shop.view.productlister', { extend: 'ext.view.view', alias: 'widget.productimages', title: 'list test...