search for: automplet

Displaying 3 results from an estimated 3 matches for "automplet".

Did you mean: autcomplete
2006 Mar 07
0
Ajax.Autompleter not working on IE
I have IE 6.0.2 on an old Win 98 machine (that sounds like a vacuum cleaner when running), but I''m developing with FireFox and on Mac and Linux where things seem to work fine. On IE my Ajax.Updater code and my scriptaculous effects are working fine, but my autocomplete fields are not. I assume I''m doing something wrong in setting up the field: I use this on my form: <input
2006 Mar 08
4
Event.Observer - (was: Ajax.Autompleter not working on IE)
See if I can stir up a little life with a demo. I can''t believe that Ajax.Autocomplete doesn''t work on IE, so I *must* be doing something wrong. Trying to figure this out I added some alerts to control.js and it seems that IE is not getting the onkeypress events. So, here''s a demo: http://hank.org/demos/form.html That contains two fields with onkeypress events:
2006 Jun 20
0
Ajax.AutoCompleter - how to destroy the class object?
Any ideas how to destroy an instance of the Ajax.Autocompleter class? I need to kill the object, along with all it''s Draggables and Droppables. Another alternative, how can I "sense" in javascript, whether there is an already existing Autompleter object?