Ext.define('treps.model.Step', { extend: 'Ext.data.Model', fields: ['id','description','panel','controller'] });