Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:31 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:31 +0000 (13:58 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 971c656..04d8782 100644 (file)
                             "xtype" : "ColumnModel",
                             "sortable" : true,
                             "header" : "Method",
-                            "width" : 100,
+                            "width" : 200,
                             "$ renderer" : "function(v,x,r) \n{ \n    var vv = (typeof(r.data.evtype_align) != 'undefined' && r.data.evtype_align) ? r.data.evtype_align : v;\n    return String.format('{0}', vv ); \n}",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",
index 383cbb0..c4763e4 100644 (file)
@@ -353,7 +353,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                xtype : 'ColumnModel',
                                sortable : true,
                                header : 'Method',
-                               width : 100,
+                               width : 200,
                                renderer : function(v,x,r) 
                                { 
                                    var vv = (typeof(r.data.evtype_align) != 'undefined' && r.data.evtype_align) ? r.data.evtype_align : v;