Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 05:59:46 +0000 (13:59 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 05:59:46 +0000 (13:59 +0800)
Pman.Dialog.CoreCompanies.js

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

index 0643b92..87b21b3 100644 (file)
                                     "|xns": "Roo.form"
                                 },
                                 {
-                                    "|xns": "Roo.form",
+                                    "displayField": "",
+                                    "editable": true,
+                                    "emptyText": "",
+                                    "hiddenName": "",
+                                    "selectOnFocus": true,
+                                    "triggerAction": "",
+                                    "typeAhead": true,
+                                    "valueField": "",
+                                    "width": 200,
                                     "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
                                             "*prop": "store",
index 795f19d..d0e9d0c 100644 (file)
@@ -108,6 +108,15 @@ Pman.Dialog.CoreCompanies = {
                                 {
                                     xtype: 'ComboBox',
                                     xns: Roo.form,
+                                    displayField : '',
+                                    editable : true,
+                                    emptyText : "",
+                                    hiddenName : '',
+                                    selectOnFocus : true,
+                                    triggerAction : '',
+                                    typeAhead : true,
+                                    valueField : '',
+                                    width : 200,
                                     store : {
                                         xtype: 'SimpleStore',
                                         xns: Roo.data,