Pman.Dialog.AdminGenericName.bjs
[Pman.Admin] / Pman.Dialog.AdminGenericName.bjs
index 4248270..a364f85 100644 (file)
@@ -40,7 +40,7 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "specialkey": "function (_self, e)\n{\n    if (e.getKey() == 13) {\n        \n    }\n}"
+                                        "specialkey": "function (_self, e)\n{\n    if (e.getKey() == 13) {\n         _this.dialog.el.mask(\"Saving\");\n         _this.form.doAction(\"submit\");\n    }\n}"
                                     },
                                     "fieldLabel": "Name",
                                     "name": "name",