Pman.Dialog.CoreEnum.bjs
[Pman.Core] / Pman.Dialog.CoreEnum.bjs
index 523e6c9..2f6e134 100644 (file)
                     ]
                 },
                 {
-                    "text": "Cancel",
-                    "xtype": "Button",
-                    "|xns": "Roo",
                     "listeners": {
                         "|click": "function() {\n    _this.form.reset();\n    _this.dialog.hide();\n}"
                     },
-                    "*prop": "buttons[]"
+                    "*prop": "buttons[]",
+                    "text": "Cancel",
+                    "xtype": "Button",
+                    "|xns": "Roo"
                 },
                 {
                     "listeners": {