Pman.Dialog.CoreMailingListMessage.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 05:43:18 +0000 (13:43 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 05:43:18 +0000 (13:43 +0800)
Pman.Dialog.CoreMailingListMessage.js

Pman.Dialog.CoreMailingListMessage.bjs
Pman.Dialog.CoreMailingListMessage.js

index 7b8f9bb..6520f26 100644 (file)
@@ -60,7 +60,7 @@
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "click": "function (_self, e)\n{\n    Pman.Dialog.CoreImportURL.show({\n        target : 'aaa.php'\n    }, function(data) {\n        if  (data) {\n          //  Roo.log(data);\n            _this.form.findField('bodytext').setValue(data);\n        }\n    });\n}"
+                                                        "click": "function (_self, e)\n{\n    Pman.Dialog.CoreImportUrl.show({\n        target : 'aaa.php'\n    }, function(data) {\n        if  (data) {\n          //  Roo.log(data);\n            _this.form.findField('bodytext').setValue(data);\n        }\n    });\n}"
                                                     },
                                                     "text": "URL",
                                                     "xtype": "Item",
index d8e6da6..429bbcd 100644 (file)
@@ -91,7 +91,7 @@ Pman.Dialog.CoreMailingListMessage = {
                                             listeners : {
                                                 click : function (_self, e)
                                                 {
-                                                    Pman.Dialog.CoreImportURL.show({
+                                                    Pman.Dialog.CoreImportUrl.show({
                                                         target : 'aaa.php'
                                                     }, function(data) {
                                                         if  (data) {