Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 10:00:13 +0000 (18:00 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 10:00:13 +0000 (18:00 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 3c78b15..75e4352 100644 (file)
                                 }
                             ]
                         },
-                        {
-                            "*prop": "colModel[]",
-                            "dataIndex": "project_id_code",
-                            "header": "Project",
-                            "hidden": true,
-                            "sortable": true,
-                            "width": 75,
-                            "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) { \n      return String.format('<span qtip=\"{0}\">{1}</span>', \n                    r.data.project_id_name,\n                    v);\n }",
-                            "|xns": "Roo.grid"
-                        },
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "company_id_comptype",
index d55b11f..a120205 100644 (file)
@@ -692,20 +692,6 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                     ]
                 },
                 colModel : [
-                    {
-                        xtype: 'ColumnModel',
-                        xns: Roo.grid,
-                        dataIndex : 'project_id_code',
-                        header : 'Project',
-                        hidden : true,
-                        sortable : true,
-                        width : 75,
-                        renderer : function(v,x,r) { 
-                              return String.format('<span qtip="{0}">{1}</span>', 
-                                            r.data.project_id_name,
-                                            v);
-                         }
-                    },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,