comparison queryconf.json @ 301:665370cb9d09

Added label attribute to the filter configuration
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 16 Aug 2013 12:27:12 +0200
parents dd0dec2609ad
children 82bea32eddb7
comparison
equal deleted inserted replaced
300:dd0dec2609ad 301:665370cb9d09
29 {"dataIndex": "mstId", "header": "MST", "width": 100}, 29 {"dataIndex": "mstId", "header": "MST", "width": 100},
30 {"dataIndex": "probeId", "header": "ProbeId", "flex": 1}, 30 {"dataIndex": "probeId", "header": "ProbeId", "flex": 1},
31 {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} 31 {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100}
32 ], 32 ],
33 "filters": [ 33 "filters": [
34 {"dataIndex": "mstId", "type": "listmst"}, 34 {"dataIndex": "mstId", "type": "listmst", "label": "Messstelle"},
35 {"dataIndex": "umwId", "type": "listumw"} 35 {"dataIndex": "umwId", "type": "listumw", "label": "Umweltbereich"}
36 ] 36 ]
37 }, { 37 }, {
38 "id": 3, 38 "id": 3,
39 "name": "3. Abfrage", 39 "name": "3. Abfrage",
40 "description": "Detailiertere Beschreibung der Abfrage", 40 "description": "Detailiertere Beschreibung der Abfrage",
42 "result": [ 42 "result": [
43 {"dataIndex": "mstId", "header": "MST", "width": 100}, 43 {"dataIndex": "mstId", "header": "MST", "width": 100},
44 {"dataIndex": "probeId", "header": "ProbeId", "flex": 1} 44 {"dataIndex": "probeId", "header": "ProbeId", "flex": 1}
45 ], 45 ],
46 "filters": [ 46 "filters": [
47 {"dataIndex": "mstId", "type": "listmst"} 47 {"dataIndex": "mstId", "type": "listmst", "label": "Messstelle"}
48 ] 48 ]
49 }] 49 }]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)