comparison app/view/status/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 95bad130be98
children 7c9475119861
comparison
equal deleted inserted replaced
539:31a770c6a9a9 540:99e738c17b81
34 this.plugins = [rowEditing]; 34 this.plugins = [rowEditing];
35 this.dockedItems = [{ 35 this.dockedItems = [{
36 xtype: 'toolbar', 36 xtype: 'toolbar',
37 dock: 'bottom', 37 dock: 'bottom',
38 items: ['->', { 38 items: ['->', {
39 text: 'Details',
40 icon: 'gfx/document-open.png',
41 action: 'open'
42 }, {
39 text: 'Hinzufügen', 43 text: 'Hinzufügen',
40 icon: 'gfx/list-add.png', 44 icon: 'gfx/list-add.png',
41 action: 'add', 45 action: 'add',
42 probeId: this.probeId, 46 probeId: this.probeId,
43 parentId: this.parentId 47 parentId: this.parentId

http://lada.wald.intevation.org