diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/view/sql/Variables.js	Wed May 08 12:20:06 2013 +0200
@@ -0,0 +1,23 @@
+Ext.define('Lada.view.sql.Variables' ,{
+    extend: 'Ext.panel.Panel',
+    alias: 'widget.variables',
+    border: false,
+
+    initComponent: function() {
+        this.items = [
+            {
+                id: 'sqlVar1',
+                xtype: 'displayfield',
+                fieldLabel: 'Variables for SQL 1',
+                labelWidth: 300
+            },
+            {
+                id: 'sqlVar2',
+                xtype: 'displayfield',
+                fieldLabel: 'Variables for SQL 2',
+                labelWidth: 300
+            }
+        ];
+        this.callParent(arguments);
+    }
+});

http://lada.wald.intevation.org