Mercurial > lada > lada-client
comparison app/view/search/List.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 |
---|---|
11 */ | 11 */ |
12 Ext.define('Lada.view.search.List' ,{ | 12 Ext.define('Lada.view.search.List' ,{ |
13 extend: 'Ext.form.FieldSet', | 13 extend: 'Ext.form.FieldSet', |
14 title: 'SQL-Auswahl', | 14 title: 'SQL-Auswahl', |
15 alias: 'widget.queryselector', | 15 alias: 'widget.queryselector', |
16 require: ['Ext.layout.container.Column'], | |
16 initComponent: function() { | 17 initComponent: function() { |
17 this.layout = 'column', | 18 this.layout = 'column', |
18 this.items = [ | 19 this.items = [ |
19 { | 20 { |
20 id: 'search', | 21 id: 'search', |