Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:36:58 +0000 (12:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:36:58 +0000 (12:36 +0800)
Pman.Tab.AdminNotifyRecur.js

Pman.Tab.AdminNotifyRecur.bjs
Pman.Tab.AdminNotifyRecur.js

index bccc4bb..07e6b0b 100644 (file)
@@ -1,22 +1,22 @@
 {
-    "id": "roo-file-361",
+    "id": "roo-file-256",
     "name": "Pman.Tab.AdminNotifyRecur",
     "parent": "Pman.Tab.AdminWatchNotify",
     "title": "Pman.Tab.AdminNotifyRecur",
     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminNotifyRecur.bjs",
     "items": [
         {
-            "|xns": "Roo",
-            "xtype": "GridPanel",
-            "title": "core_notify_recur",
-            "fitToframe": true,
-            "fitContainer": true,
-            "tableName": "core_notify_recur",
-            "background": true,
-            "region": "center",
             "listeners": {
                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
             },
+            "background": true,
+            "fitContainer": true,
+            "fitToframe": true,
+            "region": "center",
+            "tableName": "core_notify_recur",
+            "title": "Recurrent Notifications",
+            "xtype": "GridPanel",
+            "|xns": "Roo",
             "items": [
                 {
                     "listeners": {
index bfcfb85..b3b14a1 100644 (file)
@@ -17,12 +17,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
         return {
             xtype: 'GridPanel',
             xns: Roo,
-            title : "core_notify_recur",
-            fitToframe : true,
-            fitContainer : true,
-            tableName : 'core_notify_recur',
-            background : true,
-            region : 'center',
             listeners : {
                 activate : function() {
                     _this.panel = this;
@@ -31,6 +25,12 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     }
                 }
             },
+            background : true,
+            fitContainer : true,
+            fitToframe : true,
+            region : 'center',
+            tableName : 'core_notify_recur',
+            title : "Recurrent Notifications",
             grid : {
                 xtype: 'Grid',
                 xns: Roo.grid,