Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/controller/form/Messprogramm.js Tue May 12 15:07:23 2015 +0200 +++ b/app/controller/form/Messprogramm.js Tue May 12 16:11:05 2015 +0200 @@ -26,7 +26,11 @@ 'messprogrammform': { dirtychange: this.dirtyForm }, - 'messprogrammform [xtype="numberfield"]': { + 'messprogrammform numberfield[name=teilintervallBis]': { + change: this.synchronizeSlider, + blur: this.checkPeriod + }, + 'messprogrammform numberfield[name=teilintervallVon]': { change: this.synchronizeSlider, blur: this.checkPeriod },