comparison app/controller/form/Messprogramm.js @ 774:afc9076db490

Added Offset field
author Dustin Demuth <dustin@intevation.de>
date Tue, 12 May 2015 16:11:05 +0200
parents b7484c7da2d4
children 311c39a64064
comparison
equal deleted inserted replaced
768:380edfecac67 774:afc9076db490
24 click: this.discard 24 click: this.discard
25 }, 25 },
26 'messprogrammform': { 26 'messprogrammform': {
27 dirtychange: this.dirtyForm 27 dirtychange: this.dirtyForm
28 }, 28 },
29 'messprogrammform [xtype="numberfield"]': { 29 'messprogrammform numberfield[name=teilintervallBis]': {
30 change: this.synchronizeSlider,
31 blur: this.checkPeriod
32 },
33 'messprogrammform numberfield[name=teilintervallVon]': {
30 change: this.synchronizeSlider, 34 change: this.synchronizeSlider,
31 blur: this.checkPeriod 35 blur: this.checkPeriod
32 }, 36 },
33 'messprogrammform probenintervall combobox': { 37 'messprogrammform probenintervall combobox': {
34 select: this.updateIntervalls 38 select: this.updateIntervalls

http://lada.wald.intevation.org