Pman.Dialog.CoreCompanies.bjs
[Pman.Core] / Pman.Dialog.CoreCompanies.bjs
index 537cb30..1ad243c 100644 (file)
                                             "fieldLabel": "Logo Image",
                                             "height": 170,
                                             "icon": "rootURL + 'images/default/dd/drop-add.gif'",
+                                            "name": "logo_id",
                                             "style": "border: 1px solid #ccc;",
                                             "width": 170,
                                             "xtype": "DisplayField",
                                             "|xns": "Roo.form"
                                         },
                                         {
-                                            "|xns": "Roo",
-                                            "xtype": "Button"
+                                            "listeners": {
+                                                "click": "function (_self, e)\n{\n    var _t = this;\n                         \n    Pman.Dialog.Image.show({\n        onid :_this.data.id,\n        ontable : 'Companies',\n        imgtype : 'LOGO'\n    }, function(data) {\n        if  (data) {\n            _t.setValue(data.id);\n        }\n        \n    });\n}"
+                                            },
+                                            "text": "Add Image",
+                                            "xtype": "Button",
+                                            "|xns": "Roo"
                                         }
                                     ]
                                 },