Pman.Dialog.CoreEnumMerge.bjs
[Pman.Core] / Pman.Dialog.CoreEnumMerge.bjs
1 {
2  "name" : "Pman.Dialog.CoreEnumMerge",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreEnumMerge.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "99b344c8ae43e3e7213862b8f35c4e51" : "Select Company",
10   "298a183cfe4fddedd4bd17abe8aeb685" : "Merge Pulldown Option",
11   "03e956f1dca2b4d525df03cb1899cb6f" : "Merge with",
12   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
13   "68be4837f6c739877233e527a996dd00" : "Merge",
14   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
15   "9675747b5ab12d05f18518761e68a533" : "Select Companies"
16  },
17  "items" : [
18   {
19    "listeners" : {
20     "show" : "function (_self)\n{\n    if (_this.isBuilder) {\n        _this.data = { id : 2, comptype : 'SUPPLIER' }\n    }\n}"
21    },
22    "modal" : true,
23    "collapsible" : false,
24    "title" : "Merge Pulldown Option",
25    "xtype" : "LayoutDialog",
26    "width" : 400,
27    "$ xns" : "Roo",
28    "closable" : false,
29    "resizable" : false,
30    "height" : 120,
31    "items" : [
32     {
33      "xtype" : "LayoutRegion",
34      "$ xns" : "Roo",
35      "* prop" : "center"
36     },
37     {
38      "region" : "center",
39      "xtype" : "ContentPanel",
40      "$ xns" : "Roo",
41      "items" : [
42       {
43        "listeners" : {
44         "actionfailed" : "function (_self, action)\n{\n    _this.dialog.el.unmask();\n    Pman.standardActionFailed(_self, action);\n}\n",
45         "actioncomplete" : "function (_self, action)\n{\n\n   if (action.type =='submit') {\n       \n       _this.dialog.el.unmask();\n       _this.dialog.hide();\n       \n        if (_this.callback) {\n           _this.callback.call(_this, _this.form.getValues());\n        }\n        _this.form.reset();\n        return;\n    }\n    if (action.type == 'setdata') {\n        _this.data.table = _this.data.table || 'Companies';\n        _this.form.findField('table').setValue(_this.data.table);\n         var title = _this.data.title  || _this.data.comptype;\n        _this.dialog.setTitle(\"Delete selected \" + title + \" and merge data with\");\n        _this.form.findField('merge_id').store.proxy.conn.url = baseURL + '/Roo/' + _this.data.table + '.php';\n        _this.form.findField('merge_id').emptyText = \"Select \" + title;\n        _this.form.findField('merge_id').reset();\n       return;\n    }\n    \n}\n",
46         "rendered" : "function (form)\n{\n   _this.form = form;\n}"
47        },
48        "$ url" : "baseURL + '/Shipping/CompanyMerge.php'",
49        "method" : "POST",
50        "xtype" : "Form",
51        "style" : "margin: 10px;",
52        "$ xns" : "Roo.form",
53        "items" : [
54         {
55          "alwaysQuery" : true,
56          "listWidth" : 400,
57          "triggerAction" : "all",
58          "fieldLabel" : "Merge with",
59          "forceSelection" : true,
60          "selectOnFocus" : true,
61          "pageSize" : 20,
62          "displayField" : "name",
63          "emptyText" : "Select Company",
64          "hiddenName" : "merge_id",
65          "minChars" : 2,
66          "valueField" : "id",
67          "xtype" : "ComboBox",
68          "allowBlank" : false,
69          "typeAhead" : true,
70          "width" : 250,
71          "$ xns" : "Roo.form",
72          "name" : "merge_id_name",
73          "qtip" : "Select Companies",
74          "queryParam" : "query[name]",
75          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
76          "loadingText" : "Searching...",
77          "items" : [
78           {
79            "listeners" : {
80             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    if (_this.data.params) {\n        Roo.apply(o.params, _this.data.params);\n    }\n    \n    o.params.comptype = _this.data.comptype;\n    o.params['!id'] = _this.data.id;\n    o.params['table'] = _this.data.table || 'Companies';\n    if (_this.data.table && _this.data.table == 'Person') {\n        o.params.company_id = _this.data.company_id;\n    }\n    \n    // set more here\n}\n"
81            },
82            "xtype" : "Store",
83            "remoteSort" : true,
84            "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
85            "$ xns" : "Roo.data",
86            "* prop" : "store",
87            "items" : [
88             {
89              "$ url" : "baseURL + '/Roo/Companies.php'",
90              "xtype" : "HttpProxy",
91              "method" : "GET",
92              "$ xns" : "Roo.data",
93              "* prop" : "proxy"
94             },
95             {
96              "id" : "id",
97              "root" : "data",
98              "xtype" : "JsonReader",
99              "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]",
100              "$ xns" : "Roo.data",
101              "* prop" : "reader",
102              "totalProperty" : "total"
103             }
104            ]
105           }
106          ]
107         },
108         {
109          "xtype" : "Hidden",
110          "$ xns" : "Roo.form",
111          "name" : "table"
112         },
113         {
114          "xtype" : "Hidden",
115          "$ xns" : "Roo.form",
116          "name" : "id"
117         }
118        ]
119       }
120      ]
121     },
122     {
123      "listeners" : {
124       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
125      },
126      "text" : "Cancel",
127      "xtype" : "Button",
128      "$ xns" : "Roo",
129      "* prop" : "buttons[]"
130     },
131     {
132      "listeners" : {
133       "click" : "function (_self, e)\n{\n    _this.dialog.el.mask(\"Merging\");\n    _this.form.doAction(\"submit\");\n\n}"
134      },
135      "text" : "Merge",
136      "xtype" : "Button",
137      "$ xns" : "Roo",
138      "* prop" : "buttons[]"
139     }
140    ]
141   }
142  ]
143 }