comparison app/model/Probenzusatzwert.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
9 /** 9 /**
10 * Model class for Probenzusatzwert 10 * Model class for Probenzusatzwert
11 */ 11 */
12 Ext.define('Lada.model.Probenzusatzwert', { 12 Ext.define('Lada.model.Probenzusatzwert', {
13 extend: 'Lada.model.Base', 13 extend: 'Lada.model.Base',
14 fields: [ 14
15 {name: "id"}, 15 fields: [{
16 {name: "mehId"}, 16 name: "id"
17 {name: "beschreibung"}, 17 }, {
18 {name: "zusatzwert"}, 18 name: "mehId"
19 {name: "eudfKeyword"} 19 }, {
20 ], 20 name: "beschreibung"
21 }, {
22 name: "zusatzwert"
23 }, {
24 name: "eudfKeyword"
25 }],
26
21 idProperty: "id", 27 idProperty: "id",
28
22 proxy: { 29 proxy: {
23 type: 'rest', 30 type: 'rest',
24 url: 'server/rest/sta_probenzusatz', 31 url: 'server/rest/sta_probenzusatz',
25 autoload: true, 32 autoload: true,
26 reader: { 33 reader: {

http://lada.wald.intevation.org