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

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

index adfb3ae..2fe75c4 100644 (file)
                                 },
                                 {
                                     "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
-                                    "items": [
-                                        {
-                                            "|xns": "Roo.data",
-                                            "xtype": "Store",
-                                            "*prop": "store"
-                                        }
-                                    ]
+                                    "xtype": "ComboBox"
                                 }
                             ]
                         }
index 9fcc42f..2af5940 100644 (file)
@@ -107,11 +107,7 @@ Pman.Dialog.CoreCompanies = {
                                 },
                                 {
                                     xtype: 'ComboBox',
-                                    xns: Roo.form,
-                                    store : {
-                                        xtype: 'Store',
-                                        xns: Roo.data
-                                    }
+                                    xns: Roo.form
                                 }
                             ]
                         }