Mercurial > lada > lada-client
comparison app/view/messungen/Edit.js @ 517:89e3725211ca
Removed save and cancel button from edit messung dialog.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 16:55:16 +0100 |
parents | 8818becb8cde |
children |
comparison
equal
deleted
inserted
replaced
516:4e6040f8557d | 517:89e3725211ca |
---|---|
24 | 24 |
25 initComponent: function() { | 25 initComponent: function() { |
26 var form = Ext.create('Lada.view.messungen.EditForm', | 26 var form = Ext.create('Lada.view.messungen.EditForm', |
27 this.initialConfig); | 27 this.initialConfig); |
28 this.buttons = [{ | 28 this.buttons = [{ |
29 text: 'Speichern', | 29 text: 'Schließen', |
30 scope: form, | |
31 action: 'save' | |
32 }, { | |
33 text: 'Abbrechen', | |
34 scope: this, | 30 scope: this, |
35 handler: this.close | 31 handler: this.close |
36 }]; | 32 }]; |
37 this.width = 700; | 33 this.width = 700; |
38 this.maxHeight = Ext.getBody().getViewSize().height - 57; | 34 this.maxHeight = Ext.getBody().getViewSize().height - 57; |