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" : 400,
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          "xtype" : "TextField",
63          "String fieldLabel" : "Delete this",
64          "$ xns" : "Roo.form"
65         },
66         {
67          "alwaysQuery" : true,
68          "listWidth" : 400,
69          "triggerAction" : "all",
70          "fieldLabel" : "And replace with",
71          "forceSelection" : true,
72          "selectOnFocus" : true,
73          "pageSize" : 20,
74          "displayField" : "name",
75          "emptyText" : "Select Item to Merge With",
76          "hiddenName" : "_merge_id",
77          "minChars" : 2,
78          "valueField" : "id",
79          "xtype" : "ComboBox",
80          "allowBlank" : false,
81          "typeAhead" : true,
82          "width" : 250,
83          "$ xns" : "Roo.form",
84          "name" : "_merge_id_name",
85          "qtip" : "Select Item to Merge With",
86          "queryParam" : "query[search_begins]",
87          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> {name}</div>",
88          "loadingText" : "Searching...",
89          "items" : [
90           {
91            "listeners" : {
92             "|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"
93            },
94            "xtype" : "Store",
95            "remoteSort" : true,
96            "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
97            "$ xns" : "Roo.data",
98            "* prop" : "store",
99            "items" : [
100             {
101              "$ url" : "baseURL + '/Roo/Core_enum'",
102              "xtype" : "HttpProxy",
103              "method" : "GET",
104              "$ xns" : "Roo.data",
105              "* prop" : "proxy"
106             },
107             {
108              "id" : "id",
109              "root" : "data",
110              "xtype" : "JsonReader",
111              "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]",
112              "$ xns" : "Roo.data",
113              "* prop" : "reader",
114              "totalProperty" : "total"
115             }
116            ]
117           }
118          ]
119         },
120         {
121          "xtype" : "Hidden",
122          "$ xns" : "Roo.form",
123          "name" : "etype"
124         },
125         {
126          "xtype" : "Hidden",
127          "$ xns" : "Roo.form",
128          "name" : "id"
129         }
130        ]
131       }
132      ]
133     },
134     {
135      "listeners" : {
136       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
137      },
138      "text" : "Cancel",
139      "xtype" : "Button",
140      "$ xns" : "Roo",
141      "* prop" : "buttons[]"
142     },
143     {
144      "listeners" : {
145       "click" : "function (_self, e)\n{\n     \n    _this.form.doAction(\"submit\");\n\n}"
146      },
147      "text" : "Merge",
148      "xtype" : "Button",
149      "$ xns" : "Roo",
150      "* prop" : "buttons[]"
151     }
152    ]
153   }
154  ]
155 }