Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 06:01:50 +0000 (14:01 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 06:01:50 +0000 (14:01 +0800)
Pman.Dialog.CoreCompanies.js

Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index a7694bc..5468d73 100644 (file)
@@ -58,7 +58,7 @@
                                 {
                                     "allowBlank": false,
                                     "displayField": "desc",
-                                    "editable": true,
+                                    "editable": false,
                                     "emptyText": "",
                                     "hiddenName": "comptype",
                                     "listWidth": 250,
@@ -66,7 +66,7 @@
                                     "qtip": "Select Company type",
                                     "selectOnFocus": true,
                                     "triggerAction": "",
-                                    "typeAhead": true,
+                                    "typeAhead": false,
                                     "valueField": "val",
                                     "width": 200,
                                     "xtype": "ComboBox",
index 99bd900..75e9df9 100644 (file)
@@ -110,7 +110,7 @@ Pman.Dialog.CoreCompanies = {
                                     xns: Roo.form,
                                     allowBlank : false,
                                     displayField : 'desc',
-                                    editable : true,
+                                    editable : false,
                                     emptyText : "",
                                     hiddenName : 'comptype',
                                     listWidth : 250,
@@ -118,7 +118,7 @@ Pman.Dialog.CoreCompanies = {
                                     qtip : "Select Company type",
                                     selectOnFocus : true,
                                     triggerAction : '',
-                                    typeAhead : true,
+                                    typeAhead : false,
                                     valueField : 'val',
                                     width : 200,
                                     store : {