Pman.Dialog.AdminGenericName.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 08:27:23 +0000 (16:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 08:27:23 +0000 (16:27 +0800)
Pman.Dialog.AdminGenericName.js

index 155fdec..8ac7fc9 100644 (file)
@@ -92,7 +92,13 @@ Pman.Dialog.AdminGenericName = {
                                     xns: Roo.form,
                                     fieldLabel : 'Name',
                                     name : 'name',
-                                    width : 270
+                                    width : 270,
+                                    listeners : {
+                                        specialkey : function (_self, e)
+                                        {
+                                        
+                                        }
+                                    }
                                 },
                                 {
                                     xtype: 'Hidden',