Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 13:10:54 +0000 (21:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 13:10:54 +0000 (21:10 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index 34bb3c1..56896a9 100644 (file)
                                                     "xtype": "Fill"
                                                 },
                                                 {
+                                                    "listeners": {
+                                                        "click": "function (_self, e)\n{\n    Pman.Dialog.Image.show({\n        \n    \n    });\n}"
+                                                    },
                                                     "text": "Upload New version",
                                                     "xtype": "Button",
                                                     "|xns": "Roo.Toolbar"
index d3c8109..32154cb 100644 (file)
@@ -209,6 +209,15 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                     {
                                         xtype: 'Button',
                                         xns: Roo.Toolbar,
+                                        listeners : {
+                                            click : function (_self, e)
+                                            {
+                                                Pman.Dialog.Image.show({
+                                                    
+                                                
+                                                });
+                                            }
+                                        },
                                         text : "Upload New version"
                                     }
                                 ]