Mercurial > lada > lada-client
comparison app/view/zusatzwerte/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 |
---|---|
33 this.plugins = [rowEditing]; | 33 this.plugins = [rowEditing]; |
34 this.dockedItems = [{ | 34 this.dockedItems = [{ |
35 xtype: 'toolbar', | 35 xtype: 'toolbar', |
36 dock: 'bottom', | 36 dock: 'bottom', |
37 items: ['->', { | 37 items: ['->', { |
38 text: 'Details', | |
39 icon: 'gfx/document-open.png', | |
40 action: 'open' | |
41 }, { | |
38 text: 'Hinzufügen', | 42 text: 'Hinzufügen', |
39 icon: 'gfx/list-add.png', | 43 icon: 'gfx/list-add.png', |
40 action: 'add', | 44 action: 'add', |
41 probeId: this.probeId | 45 probeId: this.probeId |
42 }, { | 46 }, { |