comparison app/store/Queries.js @ 240:910cd477bfda

Added a comment with a list of currently available columns.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 23 Jul 2013 11:30:57 +0200
parents 78134e20e62d
children 331c77afdbcb
comparison
equal deleted inserted replaced
239:f57b496b4caa 240:910cd477bfda
1 /*
2 * The following fields are avalailable to show in the search result. Please
3 * Define which columns should be visible in whioch order in the fields
4 * variable for each query.
5 *
6 'datenbasisId'
7 'mplId'
8 'umwId'
9 'messmethode'
10 'hauptprobenNr'
11 'nebenprobenNr'
12 'bezeichnung'
13 'kreis'
14 'probeId'
15 'mstId'
16 */
17
1 Ext.define('Lada.store.Queries', { 18 Ext.define('Lada.store.Queries', {
2 extend: 'Ext.data.Store', 19 extend: 'Ext.data.Store',
3 model: 'Lada.model.Query', 20 model: 'Lada.model.Query',
4 data : [ 21 data : [
5 { 22 {

http://lada.wald.intevation.org