Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 08:50:19 +0000 (16:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 08:50:19 +0000 (16:50 +0800)
Pman.Tab.AdminWatches.js

Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js

index 364befc..5b96814 100644 (file)
@@ -16,7 +16,7 @@
             "region": "center",
             "tableName": "core_watch",
             "xtype": "GridPanel",
-            "|title": "(function() {Roo.log('title') ;Roo.log(this); return _this.title || \"Watches\"; })()",
+            "|title": "(function() {Roo.log('title') ;Roo.log(_this); return _this.title || \"Watches\"; })()",
             "|xns": "Roo",
             "items": [
                 {
index 20b1b42..7e573d9 100644 (file)
@@ -31,7 +31,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
             fitToframe : true,
             region : 'center',
             tableName : 'core_watch',
-            title : (function() {Roo.log('title') ;Roo.log(this); return _this.title || "Watches"; })(),
+            title : (function() {Roo.log('title') ;Roo.log(_this); return _this.title || "Watches"; })(),
             grid : {
                 xtype: 'Grid',
                 xns: Roo.grid,