Mercurial > lada > lada-client
comparison app/view/kommentare/CreateForm.js @ 498:c1b77fb96b01
Have consistent requires in classes.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 10:59:03 +0100 |
parents | 7c0653e8d9f7 |
children |
comparison
equal
deleted
inserted
replaced
497:7c0653e8d9f7 | 498:c1b77fb96b01 |
---|---|
9 /* | 9 /* |
10 * Formular to create and edit a Kommentar | 10 * Formular to create and edit a Kommentar |
11 */ | 11 */ |
12 Ext.define('Lada.view.kommentare.CreateForm', { | 12 Ext.define('Lada.view.kommentare.CreateForm', { |
13 extend: 'Lada.view.widgets.LadaForm', | 13 extend: 'Lada.view.widgets.LadaForm', |
14 requires: [ | |
15 'Lada.view.widgets.Mst', | |
16 'Lada.view.widgets.Datetime', | |
17 'Ext.form.field.TextArea' | |
18 ], | |
19 | |
14 model: 'Lada.model.Kommentar', | 20 model: 'Lada.model.Kommentar', |
15 | 21 |
16 initComponent: function() { | 22 initComponent: function() { |
17 this.items = [{ | 23 this.items = [{ |
18 xtype: 'mst', | 24 xtype: 'mst', |