Mercurial > lada > lada-client
changeset 32:162552e878e7
Removed unused file.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 21 May 2013 17:55:15 +0200 |
parents | 897e3100c6da |
children | a35119566841 |
files | app/view/search/Variables.js |
diffstat | 1 files changed, 0 insertions(+), 40 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/search/Variables.js Tue May 21 17:53:51 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -Ext.define('Lada.view.search.Variables' ,{ - extend: 'Ext.panel.Panel', - alias: 'widget.variables1', - border: false, - initComponent: function() { - this.items = [ - { - id: 'sqlVar1', - xtype: 'queryselector', - fieldLabel: 'Variables for SQL 1', - labelWidth: 300 - } - ]; - this.callParent(arguments); - } -}); - -//Ext.define('Lada.view.search.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); -// } -//});