Mercurial > lada > lada-client
comparison app/view/grid/Probenehmer.js @ 1051:981339d774b8
merged stammdatengrids to default.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 01 Mar 2016 14:12:39 +0100 |
parents | d859fbfc8a53 e9e974d31924 |
children | ce1928e6e828 |
comparison
equal
deleted
inserted
replaced
1048:eacf25f071c0 | 1051:981339d774b8 |
---|---|
178 } | 178 } |
179 | 179 |
180 if (store) { | 180 if (store) { |
181 this.removeDocked(Ext.getCmp('ptbar'), true); | 181 this.removeDocked(Ext.getCmp('ptbar'), true); |
182 this.reconfigure(store); | 182 this.reconfigure(store); |
183 this.down('button[action=add]').enable(); | |
183 this.addDocked([{ | 184 this.addDocked([{ |
184 xtype: 'pagingtoolbar', | 185 xtype: 'pagingtoolbar', |
185 id: 'ptbar', | 186 id: 'ptbar', |
186 dock: 'bottom', | 187 dock: 'bottom', |
187 store: store, | 188 store: store, |