comparison app/view/messungen/Create.js @ 509:4ac3eee22f96

Updated 'create messung' window.
author Raimund Renkert <raimund.renkert@intevation.de>
date Sat, 13 Dec 2014 14:12:52 +0100
parents 7c0653e8d9f7
children
comparison
equal deleted inserted replaced
508:ae8582b4f207 509:4ac3eee22f96
31 }, { 31 }, {
32 text: 'Abbrechen', 32 text: 'Abbrechen',
33 scope: this, 33 scope: this,
34 handler: this.close 34 handler: this.close
35 }]; 35 }];
36 this.width = Ext.getBody().getViewSize().width - 30; 36 this.items = [{
37 this.height = Ext.getBody().getViewSize().height - 30; 37 border: 0,
38 this.items = [form]; 38 autoScroll: true,
39 items: [form]
40 }];
39 this.callParent(arguments); 41 this.callParent(arguments);
40 } 42 }
41 }); 43 });

http://lada.wald.intevation.org