comparison app/controller/FilterResult.js @ 755:3637c453f67d

Enabled Creation of a Messprogramm, an empty Window is now shown. The save operation leads to a E 500
author Dustin Demuth <dustin@intevation.de>
date Wed, 06 May 2015 10:27:58 +0200
parents 6b0d0e62f7d7
children b7484c7da2d4
comparison
equal deleted inserted replaced
754:6b0d0e62f7d7 755:3637c453f67d
24 'filterresultgrid': { 24 'filterresultgrid': {
25 itemdblclick: this.editItem 25 itemdblclick: this.editItem
26 }, 26 },
27 'filterresultgrid toolbar button[action=addProbe]': { 27 'filterresultgrid toolbar button[action=addProbe]': {
28 click: this.addProbeItem 28 click: this.addProbeItem
29 },
30 'filterresultgrid toolbar button[action=addMessprogramm]': {
31 click: this.addMessprogrammItem
29 }, 32 },
30 'filterresultgrid toolbar button[action=import]': { 33 'filterresultgrid toolbar button[action=import]': {
31 click: this.uploadFile 34 click: this.uploadFile
32 }, 35 },
33 'filterresultgrid toolbar button[action=export]': { 36 'filterresultgrid toolbar button[action=export]': {
85 /** 88 /**
86 * This function opens a new window to create a Probe 89 * This function opens a new window to create a Probe
87 * {@link Lada.view.window.MessprogrammCreate} 90 * {@link Lada.view.window.MessprogrammCreate}
88 */ 91 */
89 addMessprogrammItem: function() { 92 addMessprogrammItem: function() {
90 // TODO 93 var win = Ext.create('Lada.view.window.MessprogrammCreate');
91 console.log('implement me.') 94 win.show();
95 win.initData();
92 }, 96 },
93 97
94 /** 98 /**
95 * This function opens a {@link Lada.view.window.FileUpload} 99 * This function opens a {@link Lada.view.window.FileUpload}
96 * window to upload a LAF-File 100 * window to upload a LAF-File

http://lada.wald.intevation.org