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

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

index a2449df..2dc42d5 100644 (file)
@@ -15,7 +15,7 @@
             "fitToframe": true,
             "region": "center",
             "tableName": "core_watch",
-            "|title": "",
+            "|title": "(function() { return _this.title || \"Watches\"; })()",
             "xtype": "GridPanel",
             "|xns": "Roo",
             "items": [
index 4ec2092..7060dcc 100644 (file)
@@ -31,6 +31,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
             fitToframe : true,
             region : 'center',
             tableName : 'core_watch',
+            title : (function() { return _this.title || "Watches"; })(),
             grid : {
                 xtype: 'Grid',
                 xns: Roo.grid,