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

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

index cf69fc6..d6052de 100644 (file)
                                 }
                             ]
                         },
+                        {
+                            "xtype": "ColumnModel",
+                            "header": "Event",
+                            "width": 200,
+                            "dataIndex": "event",
+                            "|renderer": "function(v) { return String.format('{0}', v); }",
+                            "|xns": "Roo.grid",
+                            "*prop": "colModel[]"
+                        },
                         {
                             "xtype": "ColumnModel",
                             "header": "Ontable",
index 452bc31..f322229 100644 (file)
@@ -256,6 +256,14 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({
                     ]
                 },
                 colModel : [
+                    {
+                        xtype: 'ColumnModel',
+                        xns: Roo.grid,
+                        header : 'Event',
+                        width : 200,
+                        dataIndex : 'event',
+                        renderer : function(v) { return String.format('{0}', v); }
+                    },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,