Hari,

If someone type something ito the autocompleter input and press a TAB
or Enter quickly after the typing the input lost focus.
I want to attach an event handler to the input for the blur event. It
checks if it has any value, and if not it adds a value depend on the
input's value.

The problem is the autocompleter has an event handler for blur. If I
attach an other one it runs befor (or after) the autocompleter's
onBlur event handler. So I want somehow disable the defaul
autocompleter's onBlur event handler and just use my own one.

How to do it?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to