Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:03:34 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:03:34 +0000 (14:03 +0800)
Pman.Dialog.CoreNotifyRecur.js

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

index 2ee7bea..e5eddc1 100644 (file)
                                                     "*prop": "field",
                                                     "allowBlank": "false",
                                                     "displayField": "display_name",
-                                                    "editable": "false",
                                                     "emptyText": "Select Type",
                                                     "fieldLabel": "core_enum",
                                                     "forceSelection": true,
                                                     "name": "method_id_display_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",
index 9e5dcd1..070678a 100644 (file)
@@ -296,7 +296,6 @@ Pman.Dialog.CoreNotifyRecur = {
                                         xns: Roo.form,
                                         allowBlank : 'false',
                                         displayField : 'display_name',
-                                        editable : 'false',
                                         emptyText : "Select Type",
                                         fieldLabel : 'core_enum',
                                         forceSelection : true,
@@ -307,7 +306,6 @@ Pman.Dialog.CoreNotifyRecur = {
                                         name : 'method_id_display_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',