Pman.Tab.AdminContactsGroup.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:57:37 +0000 (16:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:57:37 +0000 (16:57 +0800)
Pman.Tab.AdminContactsGroup.bjs

index d6033ae..482b7ba 100644 (file)
@@ -22,7 +22,6 @@
                     "listeners": {
                         "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n        _this.grid.ds.load({});\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",
-                        "dragover": "function (_self, dd, targetId, e)\n{\n \n}",
                         "enddrag": "function (_self, dd, e)\n{\n\n}"
                     },
                     "*prop": "grid",