similar to: change the url in the ajax.autocomplete object

Displaying 20 results from an estimated 10000 matches similar to: "change the url in the ajax.autocomplete object"

2007 Jun 14
2
A more fancy autocomplete using scriptaculous and ajax
I want to create an autocomplete text field that when you type in (some of) a users name, it pops up the portrait image associated to that user on the left hand side, which can then be dragged away in to a Sortable.Droppable element adding that member to your team... I can get the results to display, but not where I want them. They are always in a list below the textbox. 1) possible? 2) Do the
2008 Jan 23
2
Ajax.Autocompleter parameters
I''m trying to pass additional variables to my autocomplete data page. I used the parameters option but this only sends a static variable (i.e. I can''t do something like parameters:"param1="+$ (''checkbox1'').checked). I thought I could fix this by calling a new Ajax.Autocompleter every time the checkbox was clicked but that just created duplicate
2006 Feb 03
1
RE: autocomplete on safari = focus end of line
"easy" remedy? Don''t worry about Safari ;-) -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Louis Walch Sent: Friday, February 03, 2006 1:45 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject:
2006 Nov 30
12
Disable autocomplete (Ajax.Autocompleter) on the fly.
I''m sure there is an easy way to do this, but it is one of those things that is incredibly difficult to search for. How can I disable an ''Ajax.Autocompleter'' element from working ''on the fly''? I have a page where I''m using two (I know it''s crazy) Ajax.Autocompleter elements and once one of them has got a result I want the other field
2006 Aug 23
0
Ajax.Autocompleter method and URIs
Hello, I''ve looked at a few autocompleters, and really like Script.aculo.us''. I have two suggestions for making it even better: 1) Make the default HTTP method GET, or at least clearly document how to change it (through the prototype options). This will make it possible for the browser as well as intermediaries to cache the results. 2) Make it easier to control the URIs that
2007 Mar 19
0
Firefox Input Fields with Autocomplete=off
In FF 2.x if you turn off autocomplete on an input field it triggers an undesired side effect. Pressing UP and DOWN now move the cursor to the left and right. This only happens in FF and only with autocomplete off. This does not play well with script.aculo.us AutoCompleters. I need a way to force the cursor to the end of the input string whenever UP or DOWN is pressed. Is this possible? Thanks,
2007 Apr 10
0
Script.Alico.us Ajax.AutoCompleter with PHP Debugger DBG not working
I have a page (generated by PHP) that has an Ajax.AutoCompleter on it. IF I run the page without running DBG (a PHP debugger) it works fine. The autocomplete fires and fills in just as expected BUT when I run it WITH the debugger it never displays. I THINK it has to do with either cookies OR caching... The additional headers headers from a debugged instance Set-Cookie
2008 Mar 20
0
Autocomplete and Firefox
I just noticed that when using autocomplete and firefox, if I return a list containing whitespace, my input field is not updated. I''ll try to explain more of the details, I''m using Ajax.Autocompleter and I''ve used the "tokens" option to allow multiple values separated by commas. If the server script responding to the ajax request returns a list in which the
2006 Apr 17
2
Problem w/ IE & Autocomplete
Anyone run into the problem where the autocomplete results div disappears when you click or click/drag on the scroll bars for the div? -- David Fitzhenry - http://fitzhenrys.blogspot.com http://www.gone2far.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2007 Sep 07
0
Autocomplete Questions (Umlaut,AfterUpdateElement)
Hello all I got 2 little questions: The first is, what can i do, when some special Chars like "ä", "ö", "ü" doesn''t work. Is there a way to edit .js files, and where. ex: if i use the general AJAX.Request with "postbody: ''name''+escape(var)" it will work cause of the escape function, but then i had to write the whole autocomplete
2006 Sep 01
0
Scrollable autocomplete div in IE -- works in 1.6.2?
Hello all, I noticed that script.aculo.us 1.6.2 supports scrollable divs, and the comments in trac on the http://dev.rubyonrails.org/ticket/4782 patch seem to indicate that this should work in IE. I''ve still running into the problem though -- clicking on the scrollbar in IE is treated as a click outside the autocomplete div. Has anyone had any success with this? jon
2007 Jan 10
0
Ajax.InPlaceEditor Create Form question
I''ve successfully combined Ajax.Inplaceeditor with another autocomplete javascript. However, I''m trying to alter the form that is created. Is there a way to prevent the autocompletion feature when typing in the form? I tried messing with the controls.js file: textField.obj = this; textField.type = "text"; textField.name = "value"; textField.id =
2005 Sep 26
1
[Fwd: [Rails] Re: Autocomplete - setting a second value?]
Yeah, right... I posted this to the Rails mailing list. Sorry for people who see duplicate posts. -------- Original Message -------- Subject: [Rails] Re: [Rails-spinoffs] Autocomplete - setting a second value? Date: Mon, 26 Sep 2005 10:05:24 -0400 From: Fran?ois Beausoleil <fbeausoleil@ftml.net> Reply-To: rails@lists.rubyonrails.org To: rails@lists.rubyonrails.org References:
2006 Apr 10
0
Samples for AJAX autocomplete and Inplace Editor are not working in FF 1.5.1
Hello Everyone, I am don''t know if this is known issue. AJAX autocomplete and Inplace Editor Functional test examples are not working in FireFox 1.5.1. Same files are running perfectly in IE 6. error show at line new Ajax.Autocompleter(''ac1'',''ac1update'',''_autocomplete_result.html''); error is "Ajax.Autocompleter is not a
2006 Jun 14
0
Help regarding autocomplete customization
I tried working with the example on customized autocomplete at http://demo.script.aculo.us/ajax/autocompleter_customized. The code is working fine on Internet Explorer. But I had a problem when working with mozilla. The list was getting displayed but the selected value is not getting pasted in the textbox. can anyone help me with this??? Thanks in advance, Veena www.neevtech.com
2005 Dec 30
5
scriptilicious autocomplete
Hello I found this list on the scriptilicious website. I am looking for some help with the Autocomplete.Local, the only examples I can find are using it with Ruby, can this be used without Ruby with just plain Javascript? Any help would be great, thanks! --louis
2006 Jan 10
0
Changes to Autocomplete?
Hi all, Can anyone confirm if anything has changed in Ajax.Autocompleter (or Autocompleter[.Base]) in 1.5.1 since 1.5? I've updated to this version and either something has changed (unlikely) or I've made a change somewhere that's borked it (much more likely). Events aren't firing on the text box when I enter input or blur away from the control ... Many thanks! Regards, Cam
2005 Oct 20
1
Autocomplete - Destroying the object
Hi, I''m new to all this so if this is a daft question sorry. I''m using Ajax Autocomplete to populate a search box with likely matches. These results need to be filtered by an option from a select box that is alongside the search box. As the current Autocomplete function only takes in one id to post to the search file, i figured i could post more stuff to the Ajax.Autocompleter
2007 May 04
0
Mixing InPlaceEditor with AutoComplete
Hi I''d like to be able to open a field for update , with InPlaceEditing Features ... On the displayed TextField i want to plug : 1) AutoCompleter 2) (if possible) ModelAutoCompleter Someone already did that? I ''m going to begin to extend the InPlaceEditor (InPlaceEditorWithAutoCompleter) ... then i''ll see for ModelAutoCompleter Laurent
2007 Aug 24
0
autocompleter_customized with Autocomplete.Local
Hi, Is it possible to get the same effect as the autocompleter_customized demo, when using Autcomplete.Local? E.g I want to display both @contact.name and @contact.email in the search result, and use a pre fetched array for the autocompleter to search in. http://pastie.caboo.se/89614 Any suggestions, links to documentation, tutorials is highly appreciated! Cheers, Martin Stabenfeldt