comparison app/view/messwerte/List.js @ 540:99e738c17b81

Add detail button to tables
author Roland Geider <roland.geider@intevation.de>
date Wed, 17 Dec 2014 16:59:45 +0100
parents eef1ff9f2bd2
children 7c9475119861
comparison
equal deleted inserted replaced
539:31a770c6a9a9 540:99e738c17b81
36 36
37 this.dockedItems = [{ 37 this.dockedItems = [{
38 xtype: 'toolbar', 38 xtype: 'toolbar',
39 dock: 'bottom', 39 dock: 'bottom',
40 items: ['->', { 40 items: ['->', {
41 text: 'Details',
42 icon: 'gfx/document-open.png',
43 action: 'open'
44 }, {
41 text: 'Hinzufügen', 45 text: 'Hinzufügen',
42 icon: 'gfx/list-add.png', 46 icon: 'gfx/list-add.png',
43 action: 'add', 47 action: 'add',
44 probeId: this.probeId, 48 probeId: this.probeId,
45 parentId: this.parentId 49 parentId: this.parentId

http://lada.wald.intevation.org