Ext.define('saas.view.money.othspendings.QueryPanelController', { extend: 'saas.view.core.query.QueryPanelController', alias: 'controller.money-othspendings-querypanel', init: function (form) { var me = this; this.control({ }); } });