Ext.define('TM.store.Tasks',{ extend: 'Ext.data.Store', autoLoad: true, model: 'TM.model.Task' });