Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:08:56 +0000 (17:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:08:56 +0000 (17:08 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index d03f769..a2c3f51 100644 (file)
                                                     ]
                                                 },
                                                 {
-                                                    "|xns": "Roo.form",
-                                                    "xtype": "ComboBox",
                                                     "allowBlank": "false",
+                                                    "displayField": "tz",
                                                     "editable": "false",
                                                     "emptyText": "Select core_enum",
+                                                    "fieldLabel": "core_enum",
                                                     "forceSelection": true,
+                                                    "hiddenName": "",
                                                     "listWidth": 400,
                                                     "loadingText": "Searching...",
                                                     "minChars": 2,
+                                                    "name": "",
                                                     "pageSize": 20,
                                                     "qtip": "Select core_enum",
+                                                    "queryParam": "",
                                                     "selectOnFocus": true,
+                                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
                                                     "triggerAction": "all",
                                                     "typeAhead": true,
-                                                    "width": 300,
-                                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                                    "queryParam": "",
-                                                    "fieldLabel": "core_enum",
                                                     "valueField": "id",
-                                                    "displayField": "",
-                                                    "hiddenName": "",
-                                                    "name": "",
+                                                    "width": 300,
+                                                    "xtype": "ComboBox",
+                                                    "|xns": "Roo.form",
                                                     "items": [
                                                         {
                                                             "*prop": "store",
index c4b44ce..138ed0b 100644 (file)
@@ -429,25 +429,25 @@ Pman.Dialog.CoreNotifyRecur = {
                                             xtype: 'ComboBox',
                                             xns: Roo.form,
                                             allowBlank : 'false',
+                                            displayField : 'tz',
                                             editable : 'false',
                                             emptyText : "Select core_enum",
+                                            fieldLabel : 'core_enum',
                                             forceSelection : true,
+                                            hiddenName : '',
                                             listWidth : 400,
                                             loadingText : "Searching...",
                                             minChars : 2,
+                                            name : '',
                                             pageSize : 20,
                                             qtip : "Select core_enum",
+                                            queryParam : '',
                                             selectOnFocus : true,
+                                            tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
                                             triggerAction : 'all',
                                             typeAhead : true,
-                                            width : 300,
-                                            tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
-                                            queryParam : '',
-                                            fieldLabel : 'core_enum',
                                             valueField : 'id',
-                                            displayField : '',
-                                            hiddenName : '',
-                                            name : '',
+                                            width : 300,
                                             store : {
                                                 xtype: 'Store',
                                                 xns: Roo.data,