MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 14:38:15 +0000 (22:38 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 14:38:15 +0000 (22:38 +0800)
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.bjs
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.js
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.js

MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.bjs
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.Ticket.js

index 1a5c045..a8d9a24 100644 (file)
@@ -59,8 +59,7 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.gpanel.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"
+                                        "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.gpanel.active) {\n       _this.grid.ds.load({});\n    }\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "summary",
index e34522c..77a98be 100644 (file)
@@ -69,13 +69,6 @@ MTrackWeb.Ticket = new Roo.XComponent({
                                     if (_this.gpanel.active) {
                                        _this.grid.ds.load({});
                                     }
-                                },
-                                rowdblclick : function (_self, rowIndex, e)
-                                {
-                                    if (!_this.dialog) return;
-                                    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
-                                        _this.grid.footer.onClick('first');
-                                    }); 
                                 }
                             },
                             autoExpandColumn : 'summary',