comparison app/view/status/List.js @ 201:7997272bbf4b

Added messungsid to the status list.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 08 Jul 2013 16:16:09 +0200
parents 23f74ae3bb87
children b7c419a2b476
comparison
equal deleted inserted replaced
200:945a727209d3 201:7997272bbf4b
8 // minHeight and deferEmptyText are needed to be able to show the 8 // minHeight and deferEmptyText are needed to be able to show the
9 // emptyText message. 9 // emptyText message.
10 minHeight: 35, 10 minHeight: 35,
11 deferEmptyText: false 11 deferEmptyText: false
12 }, 12 },
13 parentId: null,
13 probeId: null, 14 probeId: null,
14 initComponent: function() { 15 initComponent: function() {
15 this.dockedItems = [ 16 this.dockedItems = [
16 { 17 {
17 xtype: 'toolbar', 18 xtype: 'toolbar',
19 items: [ 20 items: [
20 { 21 {
21 text: 'Hinzufügen', 22 text: 'Hinzufügen',
22 icon: 'gfx/plus.gif', 23 icon: 'gfx/plus.gif',
23 action: 'add', 24 action: 'add',
24 probeId: this.probeId 25 probeId: this.probeId,
26 parentId: this.parentId
25 }, 27 },
26 { 28 {
27 text: 'Löschen', 29 text: 'Löschen',
28 icon: 'gfx/minus.gif', 30 icon: 'gfx/minus.gif',
29 action: 'delete' 31 action: 'delete'

http://lada.wald.intevation.org