Mercurial > lada > lada-client
comparison app/view/window/MessungEdit.js @ 688:6a6d1b02a1a3
constrain windows to viewport
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 15:59:45 +0100 |
parents | aedf0709af92 |
children | e88381fb3bdb |
comparison
equal
deleted
inserted
replaced
687:aedf0709af92 | 688:6a6d1b02a1a3 |
---|---|
23 collapsible: true, | 23 collapsible: true, |
24 maximizable: true, | 24 maximizable: true, |
25 autoshow: true, | 25 autoshow: true, |
26 autoscroll: true, | 26 autoscroll: true, |
27 layout: 'fit', | 27 layout: 'fit', |
28 | 28 constrain: true, |
29 record: null, | 29 record: null, |
30 grid: null, | 30 grid: null, |
31 | 31 |
32 initComponent: function() { | 32 initComponent: function() { |
33 if (this.record === null) { | 33 if (this.record === null) { |