From c34e8abd163f31089916e66e7ea750a947ad4294 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Sep 2011 11:01:02 +0800 Subject: [PATCH] Pman.Tab.AdminTranslations.bjs --- Pman.Tab.AdminTranslations.bjs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Pman.Tab.AdminTranslations.bjs b/Pman.Tab.AdminTranslations.bjs index 0c12408..2a8aadf 100644 --- a/Pman.Tab.AdminTranslations.bjs +++ b/Pman.Tab.AdminTranslations.bjs @@ -252,20 +252,20 @@ "|xns": "Roo", "items": [ { - "xtype": "ComboBox", "listeners": { "|render": "function (_self)\n{\n _this.modCombo = _self;\n}", - "|select": "function (combo, record, index)\n{\n _this.grid.getDataSource().reload(); \n}" + "|select": "function (combo, record, index)\n{\n _this.langgrid.getDataSource().reload(); \n}" }, - "valueField": "module", "displayField": "module", - "width": 200, - "typeAhead": false, "editable": false, - "mode": "local", - "triggerAction": "all", "emptyText": "Select Module", + "mode": "local", "selectOnFocus": true, + "triggerAction": "all", + "typeAhead": false, + "valueField": "module", + "width": 200, + "xtype": "ComboBox", "|xns": "Roo.form", "items": [ { -- 2.39.2