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

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

index b23e725..907eb56 100644 (file)
@@ -15,8 +15,8 @@
             "fitToframe": true,
             "region": "center",
             "tableName": "core_watch",
-            "|title": "(function() { return _this.title || \"Watches\"; })()",
             "xtype": "GridPanel",
+            "|title": "(function() { Roo.log(this); return _this.title || \"Watches\"; })()",
             "|xns": "Roo",
             "items": [
                 {
index 88b172b..7412c0b 100644 (file)
@@ -31,7 +31,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
             fitToframe : true,
             region : 'center',
             tableName : 'core_watch',
-            title : (function() { return _this.title || "Watches"; })(),
+            title : (function() { Roo.log(this); return _this.title || "Watches"; })(),
             grid : {
                 xtype: 'Grid',
                 xns: Roo.grid,