Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:30:22 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:30:22 +0000 (14:30 +0800)
Pman.Tab.AdminNotifyRecur.js

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

index 318de7d..e1f3753 100644 (file)
                             "|xns": "Roo.grid"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Method",
-                            "width": 200,
+                            "*prop": "colModel[]",
                             "dataIndex": "method",
+                            "header": "Method",
+                            "width": 75,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         }
                     ]
                 }
index a9d060d..8d4360d 100644 (file)
@@ -282,9 +282,9 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Method',
-                        width : 200,
                         dataIndex : 'method',
+                        header : 'Method',
+                        width : 75,
                         renderer : function(v) { return String.format('{0}', v); }
                     }
                 ]