Pman.Dialog.CoreCompanies.bjs
[Pman.Core] / Pman.Dialog.CoreCompanies.bjs
index 8df7292..e66d12b 100644 (file)
@@ -47,8 +47,9 @@
                             "|xns": "Roo.form",
                             "items": [
                                 {
-                                    "|xns": "Roo.form",
+                                    "width": 500,
                                     "xtype": "Column",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
                                             "allowBlank": false,
                                             "|xns": "Roo.form"
                                         }
                                     ]
+                                },
+                                {
+                                    "labelAlign": "top",
+                                    "width": 200,
+                                    "xtype": "Column",
+                                    "|xns": "Roo.form",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Background Colour",
+                                            "name": "background_color",
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "fieldLabel": "Logo Image",
+                                            "height": 170,
+                                            "icon": "rootURL + 'images/default/dd/drop-add.gif'",
+                                            "style": "border: 1px solid #ccc;",
+                                            "width": 170,
+                                            "xtype": "DisplayField",
+                                            "|valueRenderer": "function(v) {\n    //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO';\n    if (!v) {\n        return \"No Image Available\" + '<BR/>';\n    }\n    return String.format('<img src=\"{0}\" width=\"150\">', \n            baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg'\n    );\n}",
+                                            "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "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"
+                                        }
+                                    ]
+                                },
+                                {
+                                    "name": "isOwner",
+                                    "xtype": "Hidden",
+                                    "|xns": "Roo.form"
+                                },
+                                {
+                                    "name": "id",
+                                    "xtype": "Hidden",
+                                    "|xns": "Roo.form"
                                 }
                             ]
                         }