Pman.Dialog.CorePersonContact.bjs
authorjohn <john@roojs.com>
Mon, 24 Jul 2017 08:53:34 +0000 (16:53 +0800)
committerjohn <john@roojs.com>
Mon, 24 Jul 2017 08:53:34 +0000 (16:53 +0800)
Pman.Dialog.CorePersonContact.js

Pman.Dialog.CorePersonContact.bjs

index 89a3a5b..a35c7ff 100644 (file)
@@ -23,8 +23,8 @@
  "items" : [
   {
    "collapsible" : false,
-   "xtype" : "LayoutDialog",
    "title" : "Edit / Create Contact Details",
+   "xtype" : "LayoutDialog",
    "width" : 450,
    "$ xns" : "Roo",
    "closable" : false,
@@ -47,8 +47,8 @@
         "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
        },
        "$ url" : "baseURL + '/Roo/core_person'",
-       "method" : "POST",
        "xtype" : "Form",
+       "method" : "POST",
        "style" : "margin:10px;",
        "$ xns" : "Roo.form",
        "items" : [
@@ -91,8 +91,8 @@
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/core_company.php'",
-             "xtype" : "HttpProxy",
              "method" : "GET",
+             "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/Office.php'",
-             "xtype" : "HttpProxy",
              "method" : "GET",
+             "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },