Mercurial > lada > lada-client
comparison app/view/proben/CreateForm.js @ 81:1279baefd61a
Do not collapse the fields, as required field should be visible on creation.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 11 Jun 2013 09:58:40 +0200 |
parents | 9dda938db216 |
children | 679dedddb688 |
comparison
equal
deleted
inserted
replaced
80:9dda938db216 | 81:1279baefd61a |
---|---|
29 //}, | 29 //}, |
30 { | 30 { |
31 xtype: 'fieldset', | 31 xtype: 'fieldset', |
32 title: 'Erweiterte Probenangaben', | 32 title: 'Erweiterte Probenangaben', |
33 collapsible: true, | 33 collapsible: true, |
34 collapsed: true, | 34 collapsed: false, |
35 items: [ | 35 items: [ |
36 { | 36 { |
37 xtype: 'datenbasis', | 37 xtype: 'datenbasis', |
38 id: 'datenbasis', | 38 id: 'datenbasis', |
39 editable: false, | 39 editable: false, |