Pman.Tab.AdminCountries.bjs
authorChris <chris@roojs.com>
Tue, 18 Mar 2014 10:59:39 +0000 (18:59 +0800)
committerChris <chris@roojs.com>
Tue, 18 Mar 2014 10:59:39 +0000 (18:59 +0800)
Pman.Tab.AdminCountries.js

Pman.Tab.AdminCountries.bjs
Pman.Tab.AdminCountries.js

index ba690d4..c481087 100644 (file)
@@ -21,7 +21,7 @@
                         "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    var s = this.getDataSource().getAt(rowIndex);\n    if (s.data.id < 1 ) {\n        return;\n    }\n    _this.dialog.show( s.data, function() {\n        _this.ds.load({});\n    }); \n}\n"
                     },
                     "*prop": "grid",
-                    "autoExpandColumn": "name",
+                    "autoExpandColumn": "country",
                     "ddGroup": "countryDD",
                     "enableDrop": true,
                     "loadMask": true,
index a605e0a..8660172 100644 (file)
@@ -47,7 +47,7 @@ Pman.Tab.AdminCountries = new Roo.XComponent({
                         }); 
                     }
                 },
-                autoExpandColumn : 'name',
+                autoExpandColumn : 'country',
                 ddGroup : 'countryDD',
                 enableDrop : true,
                 loadMask : true,