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

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

index a2158f8..c7096d5 100644 (file)
                                     "listeners": {},
                                     "items": [
                                         {
-                                            "|xns": "Roo.data",
+                                            "*prop": "store",
+                                            "fields": "[ 'val' ]",
                                             "xtype": "SimpleStore",
-                                            "*prop": "store"
+                                            "|xns": "Roo.data"
                                         }
                                     ]
                                 },
index 5a20a73..b914d79 100644 (file)
@@ -501,7 +501,8 @@ Pman.Dialog.AdminWatch = {
                                     width : 200,
                                     store : {
                                         xtype: 'SimpleStore',
-                                        xns: Roo.data
+                                        xns: Roo.data,
+                                        fields : '[ \'val\' ]'
                                     }
                                 },
                                 {