comparison app.js @ 6:8e79bda4d55b

Added a list to select predefined SQL Statement for the Proben list.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Apr 2013 15:18:26 +0200
parents b8e56e880f02
children 54f95ab2f375
comparison
equal deleted inserted replaced
5:039584709fa7 6:8e79bda4d55b
6 console.log('Launching the application'); 6 console.log('Launching the application');
7 Ext.create('Ext.container.Viewport', { 7 Ext.create('Ext.container.Viewport', {
8 layout: 'fit', 8 layout: 'fit',
9 items: [ 9 items: [
10 { 10 {
11 xtype: 'probenlist', 11 xtype: 'sqllist',
12 title: 'Probenauswahlmaske' 12 title: 'Probenauswahlmaske'
13 } 13 }
14 ] 14 ]
15 }); 15 });
16 }, 16 },
17 // Define the controllers of the application. They will be initialized 17 // Define the controllers of the application. They will be initialized
18 // first before the application "launch" function is called. 18 // first before the application "launch" function is called.
19 controllers: [ 19 controllers: [
20 'Proben' 20 'Proben',
21 'Sql'
21 ] 22 ]
22 }); 23 });

http://lada.wald.intevation.org