Mercurial > lada > lada-client
changeset 478:a07cf685606c
Added dependency to colum layout.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 21 Jan 2014 15:08:08 +0100 |
parents | 32ccce3b62a9 |
children | d00cc841a876 |
files | app/view/search/List.js app/view/zusatzwerte/CreateForm.js |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/search/List.js Tue Jan 21 15:07:16 2014 +0100 +++ b/app/view/search/List.js Tue Jan 21 15:08:08 2014 +0100 @@ -13,6 +13,7 @@ extend: 'Ext.form.FieldSet', title: 'SQL-Auswahl', alias: 'widget.queryselector', + require: ['Ext.layout.container.Column'], initComponent: function() { this.layout = 'column', this.items = [
--- a/app/view/zusatzwerte/CreateForm.js Tue Jan 21 15:07:16 2014 +0100 +++ b/app/view/zusatzwerte/CreateForm.js Tue Jan 21 15:08:08 2014 +0100 @@ -12,7 +12,8 @@ Ext.define('Lada.view.zusatzwerte.CreateForm', { extend: 'Lada.view.widgets.LadaForm', requires : [ - 'Lada.view.widgets.Probenzusatzwert' + 'Lada.view.widgets.Probenzusatzwert', + 'Ext.layout.container.Column' ], model: 'Lada.model.Zusatzwert', initComponent: function() {