Pman.Tab.AdminContactsGroup.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:49:06 +0000 (15:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:49:06 +0000 (15:49 +0800)
Pman.Tab.AdminContactsGroup.bjs

index 3acba45..610a776 100644 (file)
@@ -21,7 +21,8 @@
                 {
                     "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), function() {\n        _this.grid.footer.onClick('first');\n    }); \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}"
                     },
                     "*prop": "grid",
                     "autoExpandColumn": "name",