Mercurial > lada > lada-client
comparison app/view/grid/Probenehmer.js @ 1011:6afdbc8ee920 stammdatengrids
Tidied up code, fixed buttons in Messprogrammkategoriegrid by renaming the alias of the grid
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 21 Jan 2016 10:54:20 +0100 |
parents | b21421ba6917 |
children | e9e974d31924 |
comparison
equal
deleted
inserted
replaced
1006:04ac7bb4494f | 1011:6afdbc8ee920 |
---|---|
149 } | 149 } |
150 }, { | 150 }, { |
151 header: i18n.getMsg('letzteAenderung'), | 151 header: i18n.getMsg('letzteAenderung'), |
152 dataIndex: 'letzteAenderung' | 152 dataIndex: 'letzteAenderung' |
153 }]; | 153 }]; |
154 this.listeners = { | |
155 select: { | |
156 fn: this.activateRemoveButton, | |
157 scope: this | |
158 }, | |
159 deselect: { | |
160 fn: this.deactivateRemoveButton, | |
161 scope: this | |
162 } | |
163 }; | |
164 this.callParent(arguments); | 154 this.callParent(arguments); |
165 }, | 155 }, |
166 | 156 |
167 /** | 157 /** |
168 * This sets the Store of this Grid | 158 * This sets the Store of this Grid |