From 67260543734b848f2065baaaed57139cae9ed3a6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 16:27:43 +0800 Subject: [PATCH] Pman.Dialog.AdminGenericName.js --- Pman.Dialog.AdminGenericName.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Pman.Dialog.AdminGenericName.js b/Pman.Dialog.AdminGenericName.js index 8ac7fc9..1210921 100644 --- a/Pman.Dialog.AdminGenericName.js +++ b/Pman.Dialog.AdminGenericName.js @@ -90,15 +90,17 @@ Pman.Dialog.AdminGenericName = { { xtype: 'TextField', xns: Roo.form, - fieldLabel : 'Name', - name : 'name', - width : 270, listeners : { specialkey : function (_self, e) { - + if (e.getKey() == 13) { + + } } - } + }, + fieldLabel : 'Name', + name : 'name', + width : 270 }, { xtype: 'Hidden', -- 2.39.2