fix #8131 - chinese translations
[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   "_names_fieldLabel" : "8324cdec05065c4bd7d8c5effdf43edf"
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         "rendered" : "function (form)\n{\n   _this.form = form;\n}",
53         "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\n        if(typeof(_this.data._ids) == \"undefined\"){\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }});  \n            return;\n        }\n        _this.form.findField('_names').setValue(_this.data._names);\n        _this.form.findField('_ids').setValue(_this.data._ids);\n        return;\n    }\n    \n}\n"
54        },
55        "$ url" : "baseURL + '/Roo/Core_enum.php'",
56        "xtype" : "Form",
57        "method" : "POST",
58        "style" : "margin: 10px;",
59        "$ xns" : "Roo.form",
60        "Number labelWidth" : 120,
61        "items" : [
62         {
63          "String name" : "_names",
64          "Boolean readOnly" : true,
65          "Number width" : 250,
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    var ids = _this.form.findField('_ids').getValue();\n    if (ids.length) {\n        var xids = ids.split(',');\n        for(var i =0;i < xids.length; i++) {\n            o.params['!id[' + i + ']'] = xids[i];\n        }\n    } else {\n        o.params['!id'] = _this.form.findField('id').getValue();\n    } \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              "method" : "GET",
107              "xtype" : "HttpProxy",
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" : "_ids"
133         },
134         {
135          "xtype" : "Hidden",
136          "$ xns" : "Roo.form",
137          "name" : "id"
138         }
139        ]
140       }
141      ]
142     },
143     {
144      "listeners" : {
145       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
146      },
147      "text" : "Cancel",
148      "xtype" : "Button",
149      "$ xns" : "Roo",
150      "* prop" : "buttons[]"
151     },
152     {
153      "listeners" : {
154       "click" : "function (_self, e)\n{\n     \n    _this.form.doAction(\"submit\");\n\n}"
155      },
156      "text" : "Merge",
157      "xtype" : "Button",
158      "$ xns" : "Roo",
159      "* prop" : "buttons[]"
160     }
161    ]
162   }
163  ]
164 }