sync
[Pman.Admin] / Pman.Dialog.AdminCompanyMerge.bjs
1 {
2  "name" : "Pman.Dialog.AdminCompanyMerge",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman.Admin/Pman.Dialog.AdminCompanyMerge.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "bf8691517ce00a09186a05cd65863091" : "Select Item to Merge With",
10   "d928853fb4dfe148595cef31a72d52f5" : "Merge Company",
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    \n}"
20    },
21    "modal" : true,
22    "collapsible" : false,
23    "title" : "Merge Company",
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 \n    Pman.standardActionFailed(_self, action);\n}\n",
44         "rendered" : "function (form)\n{\n   _this.form = form;\n}",
45         "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    \n    if (action.type == 'setdata') {\n        \n        _this.dialog.setTitle(\"Delete selected \" + _this.data.name + \" and merge data with\");\n         \n       return;\n    }\n    \n}\n"
46        },
47        "$ url" : "baseURL + '/Roo/Core_company.php'",
48        "xtype" : "Form",
49        "method" : "POST",
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" : 25,
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" : "search[name]",
74          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b></div>",
75          "loadingText" : "Searching...",
76          "items" : [
77           {
78            "listeners" : {
79             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    o.params['!id'] = _this.form.findField('id').getValue();\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_company'",
89              "method" : "GET",
90              "xtype" : "HttpProxy",
91              "$ xns" : "Roo.data",
92              "* prop" : "proxy"
93             },
94             {
95              "id" : "id",
96              "root" : "data",
97              "xtype" : "JsonReader",
98              "$ fields" : "[\n    {\n        \"name\":\"id\",\n        \"type\":\"int\"\n    },\n    {\n        \"name\":\"name\",\n        \"type\":\"string\"\n    }\n]",
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" : "id"
111         }
112        ]
113       }
114      ]
115     },
116     {
117      "listeners" : {
118       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
119      },
120      "text" : "Cancel",
121      "xtype" : "Button",
122      "$ xns" : "Roo",
123      "* prop" : "buttons[]"
124     },
125     {
126      "listeners" : {
127       "click" : "function (_self, e)\n{\n     \n    _this.form.doAction(\"submit\");\n\n}"
128      },
129      "text" : "Merge",
130      "xtype" : "Button",
131      "$ xns" : "Roo",
132      "* prop" : "buttons[]"
133     }
134    ]
135   }
136  ]
137 }