comparison app/view/sql/Variables.js @ 25:f964a50bfe57

Restructured the application. Fixed layouts etc.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 08 May 2013 12:20:06 +0200
parents
children
comparison
equal deleted inserted replaced
24:72778ac34dbb 25:f964a50bfe57
1 Ext.define('Lada.view.sql.Variables' ,{
2 extend: 'Ext.panel.Panel',
3 alias: 'widget.variables',
4 border: false,
5
6 initComponent: function() {
7 this.items = [
8 {
9 id: 'sqlVar1',
10 xtype: 'displayfield',
11 fieldLabel: 'Variables for SQL 1',
12 labelWidth: 300
13 },
14 {
15 id: 'sqlVar2',
16 xtype: 'displayfield',
17 fieldLabel: 'Variables for SQL 2',
18 labelWidth: 300
19 }
20 ];
21 this.callParent(arguments);
22 }
23 });

http://lada.wald.intevation.org