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 : 150,
53     modal : true,
54     resizable : false,
55     title : _this._strings['790f855c2139f2faecb810519e90b833'],
56     width : 400,
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              var name =     _this.form.findField('name').getValue();
81              name = name.toUpperCase().replace(/[^A-Z]+/g, '');
82              if (!name.length) {
83                  Roo.MessageBox.alert("Error","Please fill in a valid name");
84                  return;
85              }
86              _this.form.findField('name').setValue(name);
87           
88              _this.form.doAction('submit');
89              */
90              
91          }
92        }
93       }
94     ],
95     listeners : {
96      show : function (_self)
97       {
98           
99       }
100     },
101     items : [
102      {
103       '|xns' : 'Roo',
104       background : true,
105       fitToFrame : true,
106       region : 'center',
107       xns : Roo,
108       xtype : 'ContentPanel',
109       items : [
110        {
111         '|xns' : 'Roo.form',
112         method : 'POST',
113         style : 'margin: 5px',
114         url : baseURL + '/Roo/Core_notify_recur.php',
115         xns : Roo.form,
116         xtype : 'Form',
117         listeners : {
118          actioncomplete : function (_self, action)
119           {
120             if (action.type == 'setdata') {
121                   
122                   if(_this.data.id){
123                       _this.dialog.el.mask("Loading");
124                       this.load({ method: 'GET', params: { '_id' : _this.data.id }}); 
125                   }
126                   
127                   return;
128               }
129               if (action.type == 'load') {
130                   _this.dialog.el.unmask();
131                   return;
132               }
133               if (action.type == 'submit' ) {
134                   _this.dialog.el.unmask();
135                   _this.dialog.hide();
136           
137                   if (_this.callback) {
138                      _this.callback.call(_this, action.result.data);
139                   }
140                   _this.form.reset();
141               }
142           },
143          rendered : function (form)
144           {
145              _this.form = form;
146           }
147         },
148         items : [
149          {
150           store : {
151            proxy : {
152             '|xns' : 'Roo.data',
153             method : 'GET',
154             url : baseURL + '/Roo/Projects.php',
155             xns : Roo.data,
156             xtype : 'HttpProxy'
157            },
158            reader : {
159             '|xns' : 'Roo.data',
160             fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}],
161             id : 'id',
162             root : 'data',
163             totalProperty : 'total',
164             xns : Roo.data,
165             xtype : 'JsonReader'
166            },
167            '|xns' : 'Roo.data',
168            remoteSort : true,
169            sortInfo : { direction : 'DESC', field: 'id' },
170            xns : Roo.data,
171            xtype : 'Store',
172            listeners : {
173             beforeload : function (_self, o){
174                  o.params = o.params || {};
175                  
176              }
177            },
178            items : [
179
180            ]
181
182           },
183           '|xns' : 'Roo.form',
184           allowBlank : false,
185           alwaysQuery : true,
186           displayField : 'name',
187           editable : true,
188           emptyText : _this._strings['ded4cba1b04eb8236e24a3e39470d8a7'],
189           fieldLabel : 'Campaign',
190           forceSelection : true,
191           hiddenName : 'campaign_id',
192           listWidth : 400,
193           loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'],
194           minChars : 2,
195           name : 'camapign_id_name',
196           pageSize : 20,
197           qtip : _this._strings['0ee0f676f631ad4e8a5844314a3a20de'],
198           queryParam : 'query[name]',
199           selectOnFocus : true,
200           tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b></div>',
201           triggerAction : 'all',
202           typeAhead : false,
203           valueField : 'id',
204           width : 200,
205           xns : Roo.form,
206           xtype : 'ComboBox',
207           items : [
208
209           ]
210
211          },
212          {
213           '|xns' : 'Roo.form',
214           name : 'id',
215           xns : Roo.form,
216           xtype : 'Hidden'
217          }
218         ]
219
220        }
221       ]
222
223      }
224     ]
225
226    });
227  }
228 };