Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:19:48 +0000 (12:19 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:19:48 +0000 (12:19 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index f381468..c9cc036 100644 (file)
@@ -39,7 +39,7 @@
                                 {
                                     "listeners": {
                                         "|render": "function() \n{\n    _this.grid = this; \n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
-                                        "afteredit": "function (e)\n{\n    if(e.originalValue == e.value || !e.value.length){\n        return;\n    }\n    \n    Roo.log('commit');\n}"
+                                        "afteredit": "function (e)\n{\n    Roo.log(e);\n    if(e.originalValue == e.value || !e.value.length){\n        return;\n    }\n    \n    Roo.log('commit');\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "redirect_uri",
index 5aaa663..049c810 100644 (file)
@@ -54,6 +54,7 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                 },
                                 afteredit : function (e)
                                 {
+                                    Roo.log(e);
                                     if(e.originalValue == e.value || !e.value.length){
                                         return;
                                     }