Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:09 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:09 +0000 (15:24 +0800)
Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js
Pman.Tab.AdminWatches.js

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

index e8c331f..70054a6 100644 (file)
                             ]
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Event",
-                            "width": 200,
+                            "*prop": "colModel[]",
                             "dataIndex": "event",
+                            "header": "Watch Event",
+                            "width": 200,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
                             "xtype": "ColumnModel",
index aa61bcf..815cac5 100644 (file)
@@ -259,9 +259,9 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Event',
-                        width : 200,
                         dataIndex : 'event',
+                        header : 'Watch Event',
+                        width : 200,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {