From f6d3c2283ee222d1d59830fe30300e92098bfd0c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 Sep 2011 16:34:54 +0800 Subject: [PATCH] Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.js Pman.Dialog.AdminWatch.js --- Pman.Dialog.AdminWatch.bjs | 9 ++++++++- Pman.Dialog.AdminWatch.js | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.AdminWatch.bjs b/Pman.Dialog.AdminWatch.bjs index a86a4ab..a2158f8 100644 --- a/Pman.Dialog.AdminWatch.bjs +++ b/Pman.Dialog.AdminWatch.bjs @@ -225,7 +225,14 @@ "width": 200, "xtype": "ComboBox", "|xns": "Roo.form", - "listeners": {} + "listeners": {}, + "items": [ + { + "|xns": "Roo.data", + "xtype": "SimpleStore", + "*prop": "store" + } + ] }, { "fieldLabel": "Action", diff --git a/Pman.Dialog.AdminWatch.js b/Pman.Dialog.AdminWatch.js index 9aa5a53..5a20a73 100644 --- a/Pman.Dialog.AdminWatch.js +++ b/Pman.Dialog.AdminWatch.js @@ -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', -- 2.39.2