comparison app/view/widget/Deskriptor.js @ 783:afdbe3770b99

Exclude deskriptor fields from form.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 13 May 2015 10:22:53 +0200
parents 3185a77e8501
children 8de4ec66d0e6
comparison
equal deleted inserted replaced
782:a0cfe2395e0a 783:afdbe3770b99
42 42
43 initComponent: function() { 43 initComponent: function() {
44 this.store = Ext.create('Lada.store.Deskriptoren'); 44 this.store = Ext.create('Lada.store.Deskriptoren');
45 45
46 this.callParent(arguments); 46 this.callParent(arguments);
47 this.down('combobox').isFormField = false;
47 }, 48 },
48 49
49 getParents: function(field) { 50 getParents: function(field) {
50 var set = field.up('fieldset'); 51 var set = field.up('fieldset');
51 var allS = set.items.items; 52 var allS = set.items.items;

http://lada.wald.intevation.org