Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 374:832e3c8f9191
Implemented dynamic ProbelList model. The model will get initialized by the
fields configured in the sql configuration.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 20 Aug 2013 16:50:47 +0200 |
parents | 1179b3a1251b |
children | 1327dd6ec246 |
comparison
equal
deleted
inserted
replaced
373:9b663418b614 | 374:832e3c8f9191 |
---|---|
6 */ | 6 */ |
7 Ext.define('Lada.controller.Sql', { | 7 Ext.define('Lada.controller.Sql', { |
8 extend: 'Ext.app.Controller', | 8 extend: 'Ext.app.Controller', |
9 stores: [ | 9 stores: [ |
10 'Proben', // List of found Proben | 10 'Proben', // List of found Proben |
11 'ProbenList', // List of found Proben | |
11 'Queries' | 12 'Queries' |
12 ], | 13 ], |
13 requires: [ | 14 requires: [ |
14 'Lada.view.widgets.Mst', | 15 'Lada.view.widgets.Mst', |
15 'Lada.view.widgets.Uwb', | 16 'Lada.view.widgets.Uwb', |