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   "8324cdec05065c4bd7d8c5effdf43edf" : "Delete this",
10   "298a183cfe4fddedd4bd17abe8aeb685" : "Merge Pulldown Option",
11   "bf8691517ce00a09186a05cd65863091" : "Select Item to Merge With",
12   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
13   "68be4837f6c739877233e527a996dd00" : "Merge",
14   "266459bee8ed1ca2e0464899e1ef0994" : "And replace with",
15   "ea4788705e6873b424c65e91c2846b19" : "Cancel"
16  },
17  "named_strings" : {
18   "display_name_fieldLabel" : "8324cdec05065c4bd7d8c5effdf43edf",
19   "_merge_id_name_emptyText" : "bf8691517ce00a09186a05cd65863091",
20   "_merge_id_name_loadingText" : "1243daf593fa297e07ab03bf06d925af",
21   "_merge_id_name_qtip" : "bf8691517ce00a09186a05cd65863091",
22   "_merge_id_name_fieldLabel" : "266459bee8ed1ca2e0464899e1ef0994"
23  },
24  "items" : [
25   {
26    "listeners" : {
27     "show" : "function (_self)\n{\n    if (_this.isBuilder) {\n        _this.data = { id : 2, comptype : 'SUPPLIER' }\n    }\n}"
28    },
29    "modal" : true,
30    "collapsible" : false,
31    "title" : "Merge Pulldown Option",
32    "xtype" : "LayoutDialog",
33    "width" : 450,
34    "$ xns" : "Roo",
35    "closable" : false,
36    "resizable" : false,
37    "height" : 160,
38    "items" : [
39     {
40      "xtype" : "LayoutRegion",
41      "$ xns" : "Roo",
42      "* prop" : "center"
43     },
44     {
45      "region" : "center",
46      "xtype" : "ContentPanel",
47      "$ xns" : "Roo",
48      "items" : [
49       {
50        "listeners" : {
51         "actionfailed" : "function (_self, action)\n{\n \n    Pman.standardActionFailed(_self, action);\n}\n",
52         "actioncomplete" : "function (_self, action)\n{\n\n   if (action.type =='submit') {\n       \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        \n         var title = _this.data.title  || _this.data.etype;\n        _this.dialog.setTitle(\"Delete selected \" + title + \" and merge data with\");\n         this.load({ method: 'GET', params: { '_id' : _this.data.id }});  \n        return;\n    }\n    \n}\n",
53         "rendered" : "function (form)\n{\n   _this.form = form;\n}"
54        },
55        "$ url" : "baseURL + '/Roo/Core_enum.php'",
56        "method" : "POST",
57        "xtype" : "Form",
58        "style" : "margin: 10px;",
59        "$ xns" : "Roo.form",
60        "Number labelWidth" : 120,
61        "items" : [
62         {
63          "String name" : "display_name",
64          "Number width" : 250,
65          "Boolean readOnly" : true,
66          "xtype" : "TextField",
67          "String fieldLabel" : "Delete this",
68          "$ xns" : "Roo.form"
69         },
70         {
71          "alwaysQuery" : true,
72          "listWidth" : 400,
73          "triggerAction" : "all",
74          "fieldLabel" : "And replace with",
75          "forceSelection" : true,
76          "selectOnFocus" : true,
77          "pageSize" : 20,
78          "displayField" : "name",
79          "emptyText" : "Select Item to Merge With",
80          "hiddenName" : "_merge_id",
81          "minChars" : 2,
82          "valueField" : "id",
83          "xtype" : "ComboBox",
84          "allowBlank" : false,
85          "typeAhead" : true,
86          "width" : 250,
87          "$ xns" : "Roo.form",
88          "name" : "_merge_id_name",
89          "qtip" : "Select Item to Merge With",
90          "queryParam" : "query[search_begins]",
91          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> {name}</div>",
92          "loadingText" : "Searching...",
93          "items" : [
94           {
95            "listeners" : {
96             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    o.params['etype'] = _this.data.etype;\n    \n    o.params['!id'] = _this.form.findField('id').getValue();\n    // set more here\n}\n"
97            },
98            "xtype" : "Store",
99            "remoteSort" : true,
100            "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
101            "$ xns" : "Roo.data",
102            "* prop" : "store",
103            "items" : [
104             {
105              "$ url" : "baseURL + '/Roo/Core_enum'",
106              "xtype" : "HttpProxy",
107              "method" : "GET",
108              "$ xns" : "Roo.data",
109              "* prop" : "proxy"
110             },
111             {
112              "id" : "id",
113              "root" : "data",
114              "xtype" : "JsonReader",
115              "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]",
116              "$ xns" : "Roo.data",
117              "* prop" : "reader",
118              "totalProperty" : "total"
119             }
120            ]
121           }
122          ]
123         },
124         {
125          "xtype" : "Hidden",
126          "$ xns" : "Roo.form",
127          "name" : "etype"
128         },
129         {
130          "xtype" : "Hidden",
131          "$ xns" : "Roo.form",
132          "name" : "id"
133         }
134        ]
135       }
136      ]
137     },
138     {
139      "listeners" : {
140       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
141      },
142      "text" : "Cancel",
143      "xtype" : "Button",
144      "$ xns" : "Roo",
145      "* prop" : "buttons[]"
146     },
147     {
148      "listeners" : {
149       "click" : "function (_self, e)\n{\n     \n    _this.form.doAction(\"submit\");\n\n}"
150      },
151      "text" : "Merge",
152      "xtype" : "Button",
153      "$ xns" : "Roo",
154      "* prop" : "buttons[]"
155     }
156    ]
157   }
158  ]
159 }