Changed Pman.Dialog.CoreCompanies.bjsPman.Dialog.CoreCompanies.js wip_leon_T7067_Value_for_PR_value_
authorleon <leon@roojs.com>
Thu, 13 Jan 2022 08:17:25 +0000 (16:17 +0800)
committerleon <leon@roojs.com>
Thu, 13 Jan 2022 08:17:25 +0000 (16:17 +0800)
Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index ef6cffb..086b6e2 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Dialog.CoreCompanies",
  "parent" : "",
  "title" : "",
- "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs",
+ "path" : "/home/leon/gitlive/web.MediaOutreach/Pman/Core/Pman.Dialog.CoreCompanies.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
@@ -73,7 +73,7 @@
    "items" : [
     {
      "alwaysShowTabs" : false,
-     "autoScroll" : false,
+     "autoScroll" : true,
      "xtype" : "LayoutRegion",
      "hideTabs" : true,
      "$ xns" : "Roo",
@@ -91,8 +91,8 @@
       {
        "listeners" : {
         "actionfailed" : "function(f, act) {\n    _this.dialog.el.unmask();\n    // error msg???\n    Pman.standardActionFailed(f,act);\n              \n}",
-        "rendered" : "function (form)\n{\n    _this.form = form;\n}",
-        "actioncomplete" : "function(f, act) {\n    _this.dialog.el.unmask();\n    //console.log('load completed'); \n    // error messages?????\n    if(act.type == 'setdata'){\n        this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n        return;\n    }\n   \n    if (act.type == 'load') {\n        _this.data = act.result.data;\n        var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';\n     \n            \n        if (_this.form.findField('comptype')) {\n            _this.form.findField('comptype')[meth]();\n        }\n         \n       // _this.loaded();\n        return;\n    }\n    \n    \n    if (act.type == 'submit') { // only submitted here if we are \n        _this.dialog.hide();\n       \n        if (_this.callback) {\n            _this.callback.call(this, act.result.data);\n        }\n        return; \n    }\n    // unmask?? \n}"
+        "actioncomplete" : "function(f, act) {\n    _this.dialog.el.unmask();\n    //console.log('load completed'); \n    // error messages?????\n    if(act.type == 'setdata'){\n        this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n        return;\n    }\n   \n    if (act.type == 'load') {\n        _this.data = act.result.data;\n        var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';\n     \n            \n        if (_this.form.findField('comptype')) {\n            _this.form.findField('comptype')[meth]();\n        }\n         \n       // _this.loaded();\n        return;\n    }\n    \n    \n    if (act.type == 'submit') { // only submitted here if we are \n        _this.dialog.hide();\n       \n        if (_this.callback) {\n            _this.callback.call(this, act.result.data);\n        }\n        return; \n    }\n    // unmask?? \n}",
+        "rendered" : "function (form)\n{\n    _this.form = form;\n}"
        },
        "$ url" : "baseURL + '/Roo/core_company.php'",
        "fileUpload" : true,
        "items" : [
         {
          "xtype" : "Column",
-         "$ xns" : "Roo.form",
          "width" : 500,
+         "$ xns" : "Roo.form",
          "items" : [
           {
            "fieldLabel" : "Company ID (for filing Ref.)",
            "listeners" : {
             "render" : "function (_self)\n{\n    _this.etypeCombo = _self;\n}"
            },
+           "Boolean allowBlank" : false,
            "alwaysQuery" : true,
            "listWidth" : 250,
-           "Boolean allowBlank" : false,
            "triggerAction" : "all",
            "fieldLabel" : "Type",
            "forceSelection" : true,
              "items" : [
               {
                "$ url" : "baseURL + '/Roo/core_enum.php'",
-               "method" : "GET",
                "xtype" : "HttpProxy",
+               "method" : "GET",
                "$ xns" : "Roo.data",
                "* prop" : "proxy"
               },
           },
           {
            "fieldLabel" : "Logo Image",
-           "style" : "border: 1px solid #ccc;",
            "xtype" : "DisplayField",
+           "style" : "border: 1px solid #ccc;",
            "$ 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('<a target=\"_new\" href=\"{1}\"><img src=\"{0}\" width=\"150\"></a>', \n            baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg',\n            baseURL + '/Images/'+v+'/logo.jpg'           // fixme - put escaped company name..\n    );\n}",
            "icon" : "rootURL + 'images/default/dd/drop-add.gif'",
            "width" : 170,
index 15ac818..52a401e 100644 (file)
@@ -98,7 +98,7 @@ Pman.Dialog.CoreCompanies = {
     center : {
      xtype : 'LayoutRegion',
      alwaysShowTabs : false,
-     autoScroll : false,
+     autoScroll : true,
      closeOnTab : true,
      hideTabs : true,
      titlebar : false,