Mercurial > lada > lada-client
view app/view/search/Variables.js @ 29:1fdef170d5a5
Changed MLP to MPL. It seems that this one was a typo.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 May 2013 18:24:09 +0200 |
parents | 4d60b9ebce15 |
children | 897e3100c6da |
line wrap: on
line source
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); } });