diff app/view/zusatzwerte/CreateForm.js @ 110:c4f97a5a9939

Added Forms to add Zusatzwerte
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 19 Jun 2013 14:10:54 +0200
parents
children 70f80c4ef90e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/view/zusatzwerte/CreateForm.js	Wed Jun 19 14:10:54 2013 +0200
@@ -0,0 +1,24 @@
+Ext.define('Lada.view.zusatzwerte.CreateForm', {
+    extend: 'Lada.view.widgets.LadaForm',
+    model: 'Lada.model.Zusatzwert',
+    initComponent: function() {
+        this.items = [
+            //{
+            //    xtype: 'textfield',
+            //    name: 'erzeuger',
+            //    fieldLabel: 'Erzeuger'
+            //},
+            //{
+            //    xtype: 'datefield',
+            //    name: 'kdatum',
+            //    fieldLabel: 'Datum'
+            //},
+            //{
+            //    xtype: 'textareafield',
+            //    name: 'ktext',
+            //    fieldLabel: 'Text'
+            //}
+        ];
+        this.callParent();
+    }
+});

http://lada.wald.intevation.org