Mercurial > lada > lada-client
comparison app/view/zusatzwerte/List.js @ 513:6de00657cd87
Moved alll list toolbars to bottom and buttons to the right.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 13:19:18 +0100 |
parents | 8b4ec61c5752 |
children | 95bad130be98 a12c9c97d3cb |
comparison
equal
deleted
inserted
replaced
512:8818becb8cde | 513:6de00657cd87 |
---|---|
26 probeId: null, | 26 probeId: null, |
27 | 27 |
28 initComponent: function() { | 28 initComponent: function() { |
29 this.dockedItems = [{ | 29 this.dockedItems = [{ |
30 xtype: 'toolbar', | 30 xtype: 'toolbar', |
31 dock: 'top', | 31 dock: 'bottom', |
32 items: [{ | 32 items: ['->', { |
33 text: 'Hinzufügen', | 33 text: 'Hinzufügen', |
34 icon: 'gfx/list-add.png', | 34 icon: 'gfx/list-add.png', |
35 action: 'add', | 35 action: 'add', |
36 probeId: this.probeId | 36 probeId: this.probeId |
37 }, { | 37 }, { |