Mercurial > lada > lada-client
comparison app/model/StatusWerte.js @ 956:45c67a784b31
Added StatusStufe to the StatusGrid. Created Store and Model for StatusStufe
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 09 Nov 2015 13:31:43 +0100 |
parents | 71e2acb1cdd6 |
children | f73ca04d73a7 |
comparison
equal
deleted
inserted
replaced
955:b401846e7817 | 956:45c67a784b31 |
---|---|
13 extend: 'Ext.data.Model', | 13 extend: 'Ext.data.Model', |
14 | 14 |
15 fields: [{ | 15 fields: [{ |
16 name: 'id' | 16 name: 'id' |
17 }, { | 17 }, { |
18 name: 'wert' | 18 name: 'wert', |
19 type: 'string' | |
19 }], | 20 }], |
20 | 21 |
21 idProperty: 'id', | 22 idProperty: 'id', |
22 | 23 |
23 proxy: { | 24 proxy: { |