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