Mercurial > lada > lada-client
comparison app/view/grid/Orte.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 | 9ac03f461ab4 |
children | 1df6b6210b42 |
comparison
equal
deleted
inserted
replaced
1006:04ac7bb4494f | 1011:6afdbc8ee920 |
---|---|
132 dataIndex: 'latitude' | 132 dataIndex: 'latitude' |
133 }, { | 133 }, { |
134 header: i18n.getMsg('orte.letzteAenderung'), | 134 header: i18n.getMsg('orte.letzteAenderung'), |
135 dataIndex: 'letzteAenderung' | 135 dataIndex: 'letzteAenderung' |
136 }]; | 136 }]; |
137 this.listeners = { | |
138 select: { | |
139 fn: this.activateRemoveButton, | |
140 scope: this | |
141 }, | |
142 deselect: { | |
143 fn: this.deactivateRemoveButton, | |
144 scope: this | |
145 } | |
146 }; | |
147 this.listeners = { | |
148 select: { | |
149 fn: this.activateRemoveButton, | |
150 scope: this | |
151 }, | |
152 deselect: { | |
153 fn: this.deactivateRemoveButton, | |
154 scope: this | |
155 } | |
156 }; | |
157 this.callParent(arguments); | 137 this.callParent(arguments); |
158 }, | 138 }, |
159 | 139 |
160 /** | 140 /** |
161 * This sets the Store of this Grid | 141 * This sets the Store of this Grid |