Pman.Dialog.AdminWatch.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 08:34:54 +0000 (16:34 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 08:34:54 +0000 (16:34 +0800)
Pman.Dialog.AdminWatch.bjs
Pman.Dialog.AdminWatch.js
Pman.Dialog.AdminWatch.js

Pman.Dialog.AdminWatch.bjs
Pman.Dialog.AdminWatch.js

index a86a4ab..a2158f8 100644 (file)
                                     "width": 200,
                                     "xtype": "ComboBox",
                                     "|xns": "Roo.form",
-                                    "listeners": {}
+                                    "listeners": {},
+                                    "items": [
+                                        {
+                                            "|xns": "Roo.data",
+                                            "xtype": "SimpleStore",
+                                            "*prop": "store"
+                                        }
+                                    ]
                                 },
                                 {
                                     "fieldLabel": "Action",
index 9aa5a53..5a20a73 100644 (file)
@@ -498,7 +498,11 @@ Pman.Dialog.AdminWatch = {
                                     name : 'country_name',
                                     triggerAction : 'all',
                                     valueField : 'code',
-                                    width : 200
+                                    width : 200,
+                                    store : {
+                                        xtype: 'SimpleStore',
+                                        xns: Roo.data
+                                    }
                                 },
                                 {
                                     xtype: 'TextField',