comparison app/model/ProbeList.js @ 491:850ccfe5f3c4

Code style.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 23:23:32 +0100
parents f7446ebfe5d0
children
comparison
equal deleted inserted replaced
490:446e99cfd425 491:850ccfe5f3c4
10 * A ProbeList. 10 * A ProbeList.
11 * This class represents the result list of "Proben" in the search query 11 * This class represents the result list of "Proben" in the search query
12 * */ 12 * */
13 Ext.define('Lada.model.ProbeList', { 13 Ext.define('Lada.model.ProbeList', {
14 extend: 'Lada.model.Base', 14 extend: 'Lada.model.Base',
15 fields: [ 15
16 {name: "readonly"} 16 fields: [{
17 ], 17 name: "readonly"
18 }],
19
18 idProperty: "id", 20 idProperty: "id",
21
19 proxy: { 22 proxy: {
20 type: 'rest', 23 type: 'rest',
21 url: 'server/rest/probe', 24 url: 'server/rest/probe',
22 reader: { 25 reader: {
23 type: 'json', 26 type: 'json',

http://lada.wald.intevation.org