Mercurial > lada > lada-client
comparison app/view/orte/Create.js @ 154:16ba7e2465fd
Implemented creating and editing new l_ort. Created editing orte.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 02 Jul 2013 15:28:41 +0200 |
parents | 26ac4c99f8c4 |
children | 11f8a2c1b610 |
comparison
equal
deleted
inserted
replaced
153:e9fb4814153a | 154:16ba7e2465fd |
---|---|
9 | 9 |
10 requires: [ | 10 requires: [ |
11 'Lada.view.orte.CreateForm' | 11 'Lada.view.orte.CreateForm' |
12 ], | 12 ], |
13 initComponent: function() { | 13 initComponent: function() { |
14 var form = Ext.create('Lada.view.orte.CreateForm'); | 14 var form = Ext.create('Lada.view.orte.CreateForm', this.initialConfig); |
15 this.items = [form]; | 15 this.items = [form]; |
16 this.buttons = [ | 16 this.buttons = [ |
17 { | 17 { |
18 text: 'Speichern', | 18 text: 'Speichern', |
19 scope: form, | 19 scope: form, |