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

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

index 2ff5697..92c6b56 100644 (file)
                             "|xns": "Roo.grid"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Tz",
-                            "width": 200,
+                            "*prop": "colModel[]",
                             "dataIndex": "tz",
+                            "header": "Tz",
+                            "width": 50,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Freq",
-                            "width": 200,
+                            "*prop": "colModel[]",
                             "dataIndex": "freq",
+                            "header": "Freq",
+                            "width": 100,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
                             "xtype": "ColumnModel",
index 7d0c6c6..2450f7e 100644 (file)
@@ -242,17 +242,17 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Tz',
-                        width : 200,
                         dataIndex : 'tz',
+                        header : 'Tz',
+                        width : 50,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Freq',
-                        width : 200,
                         dataIndex : 'freq',
+                        header : 'Freq',
+                        width : 100,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {