comparison app/view/zusatzwerte/CreateForm.js @ 478:a07cf685606c

Added dependency to colum layout.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 21 Jan 2014 15:08:08 +0100
parents debfcc7713e3
children 850ccfe5f3c4
comparison
equal deleted inserted replaced
477:32ccce3b62a9 478:a07cf685606c
10 * Formular to create and edit a Probenzusatzwert 10 * Formular to create and edit a Probenzusatzwert
11 */ 11 */
12 Ext.define('Lada.view.zusatzwerte.CreateForm', { 12 Ext.define('Lada.view.zusatzwerte.CreateForm', {
13 extend: 'Lada.view.widgets.LadaForm', 13 extend: 'Lada.view.widgets.LadaForm',
14 requires : [ 14 requires : [
15 'Lada.view.widgets.Probenzusatzwert' 15 'Lada.view.widgets.Probenzusatzwert',
16 'Ext.layout.container.Column'
16 ], 17 ],
17 model: 'Lada.model.Zusatzwert', 18 model: 'Lada.model.Zusatzwert',
18 initComponent: function() { 19 initComponent: function() {
19 this.items = [ 20 this.items = [
20 { 21 {

http://lada.wald.intevation.org