Mercurial > lada > lada-client
comparison app/view/grid/Messmethoden.js @ 768:380edfecac67
changes on the margins, erratic behaviour is not fixed
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 12 May 2015 15:07:23 +0200 |
parents | 5ee59111b188 |
children | a85069813d43 |
comparison
equal
deleted
inserted
replaced
767:5ee59111b188 | 768:380edfecac67 |
---|---|
20 maxHeight: 150, | 20 maxHeight: 150, |
21 minHeight: 150, | 21 minHeight: 150, |
22 viewConfig: { | 22 viewConfig: { |
23 deferEmptyText: false | 23 deferEmptyText: false |
24 }, | 24 }, |
25 //margin: '0, 0, 5, 5', | 25 margin: '0, 5, 5, 0', |
26 | 26 |
27 recordId: null, | 27 recordId: null, |
28 allowDeselect: true, | |
28 | 29 |
29 initComponent: function() { | 30 initComponent: function() { |
30 var i18n = Lada.getApplication().bundle; | 31 var i18n = Lada.getApplication().bundle; |
31 this.emptyText = i18n.getMsg('emptytext.mmtgrid'); | 32 this.emptyText = i18n.getMsg('emptytext.mmtgrid'); |
32 | 33 |