comparison app/view/grid/DatensatzErzeuger.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
120 } 120 }
121 }, { 121 }, {
122 header: i18n.getMsg('letzteAenderung'), 122 header: i18n.getMsg('letzteAenderung'),
123 dataIndex: 'letzteAenderung' 123 dataIndex: 'letzteAenderung'
124 }]; 124 }];
125 this.listeners = {
126 select: {
127 fn: this.activateRemoveButton,
128 scope: this
129 },
130 deselect: {
131 fn: this.deactivateRemoveButton,
132 scope: this
133 }
134 };
135 this.callParent(arguments); 125 this.callParent(arguments);
136 }, 126 },
137 127
138 /** 128 /**
139 * This sets the Store of this Grid 129 * This sets the Store of this Grid

http://lada.wald.intevation.org