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

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

index 33f8afa..2ff5697 100644 (file)
             },
             "items": [
                 {
-                    "*prop": "grid",
-                    "xtype": "Grid",
-                    "autoExpandColumn": "tz",
-                    "loadMask": true,
                     "listeners": {
                         "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
                         "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n"
                     },
+                    "*prop": "grid",
+                    "autoExpandColumn": "person_id_name",
+                    "loadMask": true,
+                    "xtype": "Grid",
                     "|xns": "Roo.grid",
                     "items": [
                         {
index ff19260..7d0c6c6 100644 (file)
@@ -34,8 +34,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
             grid : {
                 xtype: 'Grid',
                 xns: Roo.grid,
-                autoExpandColumn : 'tz',
-                loadMask : true,
                 listeners : {
                     render : function() 
                     {
@@ -53,6 +51,8 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         }); 
                     }
                 },
+                autoExpandColumn : 'person_id_name',
+                loadMask : true,
                 dataSource : {
                     xtype: 'Store',
                     xns: Roo.data,