Mercurial > lada > lada-client
comparison app/view/kommentare/List.js @ 58:26863a7af202
Added action attributes to the buttons in the toolbar of the kommentar list
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 29 May 2013 15:22:38 +0200 |
parents | 73bc17de6ff2 |
children | 7b1140bd8b3d |
comparison
equal
deleted
inserted
replaced
57:982f3130e7f3 | 58:26863a7af202 |
---|---|
16 xtype: 'toolbar', | 16 xtype: 'toolbar', |
17 dock: 'top', | 17 dock: 'top', |
18 items: [ | 18 items: [ |
19 { | 19 { |
20 text: 'Hinzufügen', | 20 text: 'Hinzufügen', |
21 icon: 'gfx/plus.gif' | 21 icon: 'gfx/plus.gif', |
22 action: 'add' | |
22 }, | 23 }, |
23 { | 24 { |
24 text: 'Löschen', | 25 text: 'Löschen', |
25 icon: 'gfx/minus.gif' | 26 icon: 'gfx/minus.gif', |
27 action: 'delete' | |
26 } | 28 } |
27 ] | 29 ] |
28 } | 30 } |
29 ]; | 31 ]; |
30 this.columns = [ | 32 this.columns = [ |