Pman.Dialog.CorePersonContact.bjs
[Pman.Core] / Pman.Dialog.CorePersonContact.bjs
index baf3967..2998bdd 100644 (file)
@@ -8,7 +8,7 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 350,
+            "height": 280,
             "resizable": false,
             "title": "Edit / Create Contact Details",
             "width": 500,
                                     "name": "name",
                                     "width": 300,
                                     "xtype": "TextField",
-                                    "|xns": "Roo.form"
+                                    "|xns": "Roo.form",
+                                    "allowBlank": true,
+                                    "listeners": {}
                                 },
                                 {
                                     "fieldLabel": "Role",
                                     "xtype": "TextField"
                                 },
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Email",
                                     "name": "email",
                                     "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 },
                                 {
                                     "name": "id",