Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:52:52 +0000 (16:52 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:52:52 +0000 (16:52 +0800)
Pman.Dialog.CoreEnum.js

Pman.Dialog.CoreEnum.bjs
Pman.Dialog.CoreEnum.js

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": {
index c4080b4..418fba9 100644 (file)
@@ -124,13 +124,13 @@ Pman.Dialog.CoreEnum = {
                 {
                     xtype: 'Button',
                     xns: Roo,
-                    text : "Cancel",
                     listeners : {
                         click : function() {
                             _this.form.reset();
                             _this.dialog.hide();
                         }
-                    }
+                    },
+                    text : "Cancel"
                 },
                 {
                     xtype: 'Button',