Pman.Dialog.CoreNotifyRecurKeywords.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecurKeywords.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Roo.namespace('Pman.Dialog');
6
7 Pman.Dialog.CoreNotifyRecurKeywords = {
8
9  _strings : {
10   '0ee0f676f631ad4e8a5844314a3a20de' :"Select campaign",
11   '1243daf593fa297e07ab03bf06d925af' :"Searching...",
12   'ea4788705e6873b424c65e91c2846b19' :"Cancel",
13   'e0aa021e21dddbd6d8cecec71e9cf564' :"OK",
14   '790f855c2139f2faecb810519e90b833' :"Add Notification Keywords",
15   'ded4cba1b04eb8236e24a3e39470d8a7' :"Select Campaign"
16  },
17
18  dialog : false,
19  callback:  false,
20
21  show : function(data, cb)
22  {
23   if (!this.dialog) {
24    this.create();
25   }
26
27   this.callback = cb;
28   this.data = data;
29   this.dialog.show(this.data._el);
30   if (this.form) {
31    this.form.reset();
32    this.form.setValues(data);
33    this.form.fireEvent('actioncomplete', this.form,  { type: 'setdata', data: data });
34   }
35
36  },
37
38  create : function()
39  {
40    var _this = this;
41    this.dialog = Roo.factory({
42     center : {
43      '|xns' : 'Roo',
44      titlebar : false,
45      xns : Roo,
46      xtype : 'LayoutRegion'
47     },
48     '|xns' : 'Roo',
49     background : true,
50     closable : false,
51     collapsible : false,
52     height : 180,
53     modal : true,
54     resizable : false,
55     title : _this._strings['790f855c2139f2faecb810519e90b833'],
56     width : 600,
57     xns : Roo,
58     xtype : 'LayoutDialog',
59     buttons : [
60       {
61        '|xns' : 'Roo',
62        text : _this._strings['ea4788705e6873b424c65e91c2846b19'],
63        xns : Roo,
64        xtype : 'Button',
65        listeners : {
66         click : function() {
67              _this.form.reset();
68              _this.dialog.hide();
69          }
70        }
71       },
72 {
73        '|xns' : 'Roo',
74        text : _this._strings['e0aa021e21dddbd6d8cecec71e9cf564'],
75        xns : Roo,
76        xtype : 'Button',
77        listeners : {
78         click : function() {
79              
80              _this.form.doAction('submit');
81              
82          }
83        }
84       }
85     ],
86     listeners : {
87      show : function (_self)
88       {
89           
90       }
91     },
92     items : [
93      {
94       '|xns' : 'Roo',
95       background : true,
96       fitToFrame : true,
97       region : 'center',
98       xns : Roo,
99       xtype : 'ContentPanel',
100       items : [
101        {
102         '|xns' : 'Roo.form',
103         method : 'POST',
104         style : 'margin: 5px',
105         url : baseURL + '/Roo/Core_notify_recur.php',
106         xns : Roo.form,
107         xtype : 'Form',
108         listeners : {
109          actioncomplete : function (_self, action)
110           {
111             if (action.type == 'setdata') {
112                   
113                   if(_this.data.id){
114                       _this.dialog.el.mask("Loading");
115                       this.load({ method: 'GET', params: { '_id' : _this.data.id }}); 
116                   }
117                   
118                   return;
119               }
120               if (action.type == 'load') {
121                   
122                   _this.dialog.el.unmask();
123                   
124                   _this.data = action.result.data;
125                   
126                   if(typeof(_this.data.keywords) != 'undefined'){
127                       _this.form.findField('keyword_filters').setValue(n);
128                   }
129                   
130                   return;
131               }
132               if (action.type == 'submit' ) {
133                   _this.dialog.el.unmask();
134                   _this.dialog.hide();
135           
136                   if (_this.callback) {
137                      _this.callback.call(_this, action.result.data);
138                   }
139                   _this.form.reset();
140               }
141           },
142          rendered : function (form)
143           {
144              _this.form = form;
145           }
146         },
147         items : [
148          {
149           store : {
150            proxy : {
151             '|xns' : 'Roo.data',
152             method : 'GET',
153             url : baseURL + '/Roo/Projects.php',
154             xns : Roo.data,
155             xtype : 'HttpProxy'
156            },
157            reader : {
158             '|xns' : 'Roo.data',
159             fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}],
160             id : 'id',
161             root : 'data',
162             totalProperty : 'total',
163             xns : Roo.data,
164             xtype : 'JsonReader'
165            },
166            '|xns' : 'Roo.data',
167            remoteSort : true,
168            sortInfo : { direction : 'DESC', field: 'id' },
169            xns : Roo.data,
170            xtype : 'Store',
171            listeners : {
172             beforeload : function (_self, o){
173                  o.params = o.params || {};
174                  
175              }
176            },
177            items : [
178
179            ]
180
181           },
182           '|xns' : 'Roo.form',
183           allowBlank : false,
184           alwaysQuery : true,
185           displayField : 'name',
186           editable : true,
187           emptyText : _this._strings['ded4cba1b04eb8236e24a3e39470d8a7'],
188           fieldLabel : 'Campaign',
189           forceSelection : true,
190           hiddenName : 'campaign_id',
191           listWidth : 400,
192           loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'],
193           minChars : 2,
194           name : 'campaign_id_name',
195           pageSize : 20,
196           qtip : _this._strings['0ee0f676f631ad4e8a5844314a3a20de'],
197           queryParam : 'query[name]',
198           selectOnFocus : true,
199           tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b></div>',
200           triggerAction : 'all',
201           typeAhead : false,
202           valueField : 'id',
203           width : 400,
204           xns : Roo.form,
205           xtype : 'ComboBox',
206           items : [
207
208           ]
209
210          },
211          {
212           combo : {
213            store : {
214             proxy : {
215              '|xns' : 'Roo.data',
216              method : 'GET',
217              url : baseURL + '/Roo/clipping_keywords.php',
218              xns : Roo.data,
219              xtype : 'HttpProxy'
220             },
221             reader : {
222              '|xns' : 'Roo.data',
223              fields : [{"name":"id","type":"int"},{"name":"keyword","type":"string"}],
224              id : 'code',
225              root : 'data',
226              totalProperty : 'total',
227              xns : Roo.data,
228              xtype : 'JsonReader'
229             },
230             '|xns' : 'Roo.data',
231             remoteSort : true,
232             sortInfo : { direction : 'ASC', field: 'display_name' },
233             xns : Roo.data,
234             xtype : 'Store',
235             listeners : {
236              beforeload : function (_self, o){
237                   o.params = o.params || {};
238                   
239                   var s = _this.form.findField('campaign_id').getValue() * 1;
240                   
241                   if(isNaN(s) || s < 1){
242                       return false;
243                   }
244                   
245                   o.params.is_active  = 1;
246                   o.params.is_keyword = 1;
247                   o.params.project_id = s;
248               }
249             },
250             items : [
251
252             ]
253
254            },
255            '|xns' : 'Roo.form',
256            allowBlank : true,
257            alwaysQuery : true,
258            displayField : 'keyword',
259            editable : true,
260            fieldLabel : 'Keyword',
261            forceSelection : true,
262            listWidth : 400,
263            minChars : 2,
264            queryParam : 'query[keyword]',
265            tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{keyword}</b> </div>',
266            triggerAction : 'all',
267            valueField : 'id',
268            width : 400,
269            xns : Roo.form,
270            xtype : 'ComboBox',
271            items : [
272
273            ]
274
275           },
276           '|xns' : 'Roo.form',
277           allowBlank : false,
278           fieldLabel : 'Keywords',
279           hiddenName : 'keyword_filters',
280           name : 'keyword_filters_name',
281           width : 410,
282           xns : Roo.form,
283           xtype : 'ComboBoxArray',
284           items : [
285
286           ]
287
288          },
289          {
290           '|xns' : 'Roo.form',
291           name : 'id',
292           xns : Roo.form,
293           xtype : 'Hidden'
294          }
295         ]
296
297        }
298       ]
299
300      }
301     ]
302
303    });
304  }
305 };