Mercurial > lada > lada-client
comparison app/controller/Messungen.js @ 233:f60472df54e3 M1
Added Listener for save event in edit dialog.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 17 Jul 2013 12:14:57 +0200 |
parents | 6ac95f587e10 |
children | 12ef979e73ce |
comparison
equal
deleted
inserted
replaced
232:6ac95f587e10 | 233:f60472df54e3 |
---|---|
25 }, | 25 }, |
26 'messungenlist toolbar button[action=delete]': { | 26 'messungenlist toolbar button[action=delete]': { |
27 click: this.deleteMessung | 27 click: this.deleteMessung |
28 }, | 28 }, |
29 'messungencreate button[action=save]': { | 29 'messungencreate button[action=save]': { |
30 click: this.saveMessung | |
31 }, | |
32 'messungenedit button[action=save]': { | |
30 click: this.saveMessung | 33 click: this.saveMessung |
31 }, | 34 }, |
32 'messungencreate form': { | 35 'messungencreate form': { |
33 savesuccess: this.createSuccess, | 36 savesuccess: this.createSuccess, |
34 savefailure: this.createFailure | 37 savefailure: this.createFailure |