comparison app/controller/FilterResult.js @ 895:2b7bcb778f0a

Jsduck debug
author Dustin Demuth <dustin@intevation.de>
date Thu, 23 Jul 2015 17:14:05 +0200
parents 786c8b7e5ecc
children f220ba587c89
comparison
equal deleted inserted replaced
894:a1d72228af00 895:2b7bcb778f0a
46 /** 46 /**
47 * This function is called after a Row in the 47 * This function is called after a Row in the
48 * {@link Lada.view.grid.FilterResult} 48 * {@link Lada.view.grid.FilterResult}
49 * was double-clicked. 49 * was double-clicked.
50 * The function opens a {@link Lada.view.window.ProbeEdit} 50 * The function opens a {@link Lada.view.window.ProbeEdit}
51 * or a {@link Lada.view.window.MessprogrammEdit}. 51 * or a {@link Lada.view.window.Messprogramm}.
52 * To determine which window has to be opened, the function 52 * To determine which window has to be opened, the function
53 * analyse the records modelname. 53 * analyse the records modelname.
54 */ 54 */
55 editItem: function(grid, record) { 55 editItem: function(grid, record) {
56 var mname = record.store.model.modelName || ''; 56 var mname = record.store.model.modelName || '';
89 win.initData(); 89 win.initData();
90 }, 90 },
91 91
92 /** 92 /**
93 * This function opens a new window to create a Probe 93 * This function opens a new window to create a Probe
94 * {@link Lada.view.window.MessprogrammCreate} 94 * {@link Lada.view.window.Messprogramm}
95 */ 95 */
96 addMessprogrammItem: function() { 96 addMessprogrammItem: function() {
97 var win = Ext.create('Lada.view.window.Messprogramm'); 97 var win = Ext.create('Lada.view.window.Messprogramm');
98 win.show(); 98 win.show();
99 win.initData(); 99 win.initData();

http://lada.wald.intevation.org