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