Pman.Tab.AdminProjectMembers.bjs
[Pman.Admin] / Pman.Tab.AdminProjectMembers.bjs
index 8cb9874..e476279 100644 (file)
                         "|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), function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n"
                     },
+                    "filter": "S",
                     "*prop": "grid",
                     "autoExpandColumn": "name",
                     "loadMask": true,
                     "xtype": "Grid",
                     "|xns": "Roo.grid",
-                    "": "",
                     "items": [
                         {
                             "listeners": {