Roo/form/ComboBoxArray.js
authorMichael <michael@roojs.com>
Fri, 20 Mar 2015 06:51:47 +0000 (14:51 +0800)
committerMichael <michael@roojs.com>
Fri, 20 Mar 2015 06:51:47 +0000 (14:51 +0800)
Roo/form/ComboBoxArray.js

index c8413b3..b5d6bb9 100644 (file)
@@ -183,7 +183,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
             // add to list
             
         }, this);
-        
+        this.combo.on('specialkey',function(cb, rec, ix){
+            alert('here');
+        })
         
         
     },