Searched refs:onKeyPress (Results 1 – 3 of 3) sorted by relevance
87 Event.observe(this.element, "keypress", this.onKeyPress.bindAsEventListener(this));126 onKeyPress: function(event) { method in Autocompleter.Base
4802 }},onKeyPress:function(event){if(event.keyCode==27&&!this.completeAsYouType){var reverted=this.getA… method