DataObjects/Core_notify.php
[Pman.Core] / Pman.Dialog.CoreEnum.bjs
index 27f9369..aeb298d 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-205",
+    "id": "roo-file-217",
     "name": "Pman.Dialog.CoreEnum",
     "parent": "",
     "title": "",
                             "|xns": "Roo.form",
                             "items": [
                                 {
+                                    "actionMode": "fieldEl",
                                     "allowBlank": false,
                                     "fieldLabel": "Name",
+                                    "hidden": true,
                                     "name": "name",
                                     "width": 200,
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 },
                                 {
+                                    "listeners": {
+                                        "keyup": "function (_self, e)\n{\n    _this.form.findField('name').setValue(this.getValue().replace(/[^a-z0-9]/ig, '').toUpperCase());\n    \n}"
+                                    },
                                     "allowBlank": false,
                                     "fieldLabel": "Display Name",
                                     "name": "display_name",