Pman.Tab.AdminProjectManager.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:31:10 +0000 (15:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:31:10 +0000 (15:31 +0800)
Pman.Tab.AdminProjectManager.bjs

index 1d087ef..9a96e1b 100644 (file)
                                                     "xtype": "TextItem",
                                                     "|xns": "Roo.Toolbar"
                                                 },
+                                                {
+                                                    "listeners": {
+                                                        "render": "function (_self)\n{\n    if (st) { _this.grid.filter = 'P,N,U'; } \n    _this.grid.footer.onClick('first');\n     \n}"
+                                                    },
+                                                    "enableToggle": true,
+                                                    "pressed": false,
+                                                    "text": "All",
+                                                    "toggleGroup": "pgrp",
+                                                    "xtype": "Button",
+                                                    "|xns": "Roo.Toolbar"
+                                                },
                                                 {
                                                     "listeners": {
                                                         "render": "function (_self)\n{\n    if (st) { _this.grid.filter = 'P,N,U'; } \n    _this.grid.footer.onClick('first');\n     \n}"