search for: autocomplete_choices

Displaying 4 results from an estimated 4 matches for "autocomplete_choices".

2006 Jan 06
3
Gianni
...aculous.shrunk of Alister Cameron, work; what are the expedient to use to include the ||scriptaculous.js ? Second question: in script.aculo.us |Ajax.Autocompleter <http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter> : |new Ajax.Autocompleter("autocomplete", "autocomplete_choices", "/url/on/server", {}); what is | |/url/on/server ? Bye |
2006 Apr 15
1
Begin with Autocompleter
...d; } return $elements; } else { return 0; } ?> Now in line 30 is suppose that the result must be return to original page and assign this to DIV element. See the Autocompleter doc''s I found this: <input type="text" id="autocomplete"/> <div id="autocomplete_choices" class="autocomplete"> </div> </div> So ... in "autocomplete_choices" element I need to show the result of the query, mean I need write the $elements content in this DIV. How can I do this? Any idea? Regards, -- ReynierPM 4to. Ing. Informática Linux User...
2006 Mar 29
0
auto_complete_on_select don''t work correctly
...es.item.getElementsByTagName(''span'')[1].innerHTML; } <input name="comune" class="autocomplete" id="autocomplete" size="20" type="text" onkeyup="new Ajax.Autocompleter(''autocomplete'', ''autocomplete_choices'', ''list.php'', {minChars: 2,afterUpdateElement: auto_complete_on_select} );"/> <br/> lati: <input id="inputlat" type="text" value="-" /> <br/> long: <input id="inputl...
2006 May 17
3
Autocomplete GetToken??
Hi, I needing to modify the control.js file and am confused about what the purpose of the getToken function is. I read the docs section below and still don''t understand why it doesn''t just access the form.value directly. Docs say: This method should get the text for which to provide autocompletion by invoking this.getToken(), NOT by directly accessing this.element.value. This is