Mercurial > lada > lada-client
comparison app/view/messwerte/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 | 5960189e4461 |
comparison
equal
deleted
inserted
replaced
512:8818becb8cde | 513:6de00657cd87 |
---|---|
27 parentId: null, | 27 parentId: null, |
28 | 28 |
29 initComponent: function() { | 29 initComponent: function() { |
30 this.dockedItems = [{ | 30 this.dockedItems = [{ |
31 xtype: 'toolbar', | 31 xtype: 'toolbar', |
32 dock: 'top', | 32 dock: 'bottom', |
33 items: [{ | 33 items: ['->', { |
34 text: 'Hinzufügen', | 34 text: 'Hinzufügen', |
35 icon: 'gfx/list-add.png', | 35 icon: 'gfx/list-add.png', |
36 action: 'add', | 36 action: 'add', |
37 probeId: this.probeId, | 37 probeId: this.probeId, |
38 parentId: this.parentId | 38 parentId: this.parentId |