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