Ext.QuickTips.init(); Ext.define('erp.controller.pm.make.LoadingParts', { extend: 'Ext.app.Controller', FormUtil: Ext.create('erp.util.FormUtil'), BaseUtil: Ext.create('erp.util.BaseUtil'), GridUtil: Ext.create('erp.util.GridUtil'), views:[ 'pm.make.LoadingParts.LoadingParts','pm.make.LoadingParts.Viewport' ], init:function(){ var me = this; this.control({}); } });