fix
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:21:43 +0000 (14:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:21:43 +0000 (14:21 +0800)
Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 4113b99..534562a 100644 (file)
@@ -72,9 +72,9 @@
                             "|xns": "Roo",
                             "items": [
                                 {
-                                    "allowBlank": false,
+                                    "allowBlank": true,
                                     "displayField": "person_id_name",
-                                    "editable": false,
+                                    "editable": true,
                                     "emptyText": "Select person",
                                     "forceSelection": true,
                                     "hiddenName": "id",
@@ -88,7 +88,6 @@
                                     "selectOnFocus": true,
                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>",
                                     "triggerAction": "all",
-                                    "typeAhead": true,
                                     "valueField": "person_id",
                                     "width": 300,
                                     "xtype": "ComboBox",
index 932fee0..dd32022 100644 (file)
@@ -240,9 +240,9 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                         {
                             xtype: 'ComboBox',
                             xns: Roo.form,
-                            allowBlank : false,
+                            allowBlank : true,
                             displayField : 'person_id_name',
-                            editable : false,
+                            editable : true,
                             emptyText : "Select person",
                             forceSelection : true,
                             hiddenName : 'id',
@@ -256,7 +256,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             selectOnFocus : true,
                             tpl : '<div class="x-grid-cell-text x-btn button"><b>{person_id_name}</b> {person_id_email}</div>',
                             triggerAction : 'all',
-                            typeAhead : true,
                             valueField : 'person_id',
                             width : 300,
                             store : {