Tagged Questions
The autocompleter tag has no wiki summary.
6
votes
6answers
4k views
Script.aculo.us Autocompleter problem in IE
I'm struggling with a problem with the Script.aculo.us Autocompleter control in IE (I've tried it in IE6 & 7). The suggestions fail to appear for the first character is entered into the text box ...
2
votes
5answers
6k views
Autocomplete jQuery 1.8-UI JSON Format
I'm toying with the new autocomplete in jQuery 1.8-UI. I've provided data in the following format
["val1", "val2", "val3"]
This is coming from a stored procedure but output as a string. For some ...
2
votes
4answers
1k views
How do I make an Ajax.Autocompleter perform a request without typing?
I'm using scriptaculous's Ajax.Autocompleter for a search with different filters.
http://github.com/madrobby/scriptaculous/wikis/ajax-autocompleter
The filters are requiring me to pass data into ...
1
vote
0answers
138 views
Problem with scriptaculous autocompleter.local
I'm having a problem with Autocompleter.Local. In my list of strings, I have some choices that are substrings of others. For example, "Office" is a substring of "Office park". If I type "Offic", ...
1
vote
4answers
50 views
AutoCompletion with the editor
I find that the autocompletion capability with the programming editor is a mixed blessing. Sometimes it anticipates correctly, or, when multiple choices might come from what is already typed, it ...
1
vote
1answer
349 views
why is Ajax.Autocompleter setting the style for the div container for the results to display:none?
my autocomplete call is showing nothing right now, because the div that i am inserting the ul into has its style set to display:none. using firebug, i can see the results are returned in a proper ...
1
vote
2answers
461 views
How do you use POST with jQuery Autocompleter?
jQuery v1.2.6
jQuery.autocompleter plugin v1.1pre (from jQuery's website)
I am not able to submit with 'type: "POST"' back to my webservice. I can't get it to be recognized by the autocompleter. ...
1
vote
2answers
1k views
Executing javascript code upon the load (and inside) of a javascript Modalbox
What i'm exactly trying to do is make my script.aculo.us Autocompleter work for my form when it is loaded inside a Modalbox object.
Of course, i've tried my Autocompleter when loading the form as ...
1
vote
1answer
2k views
Scriptaculous Ajax.Autocompleter extra functionality in LI
I'm using the Ajax.Autocompleter class from the Prototype/Scriptaculous library which calls an ASP.NET WebHandler which creates an unordered list with list items that contain suggestions.
Now I'm ...
0
votes
1answer
58 views
How to invoke a javascript function when the value of struts2 autocompleter changes
I am using a struts2 autocompleter tag. Now i want to invoke a javascript function when user selects some value in the drop down. I tried onChange, onSelect, onClick event but nothing works :( Please ...
0
votes
1answer
84 views
How to create a field dependent autocompleter widget in symfony 1.4?
Hi I m very new to Symfony,
How do I use Symfony's jqueryautocompleter widget (from the sfFormExtraPlugin) for forms fields that are dependent on each other?
E.g. I want to get the list of cities ...
0
votes
0answers
151 views
Struts2 dojo autocompleter problem
I have a problem using the autocompleter tag in my Struts2 app. I have revised everything and it all seems ok, I can't figure out what's wrong.
My SignUp.jsp looks like this:
<s:form ...
0
votes
2answers
423 views
Struts 2 jquery autocompleter with JSON
I'm using atocompleter in my form with json.
This is the part of my struts.xml
<package name="json" namespace="/" extends="json-default">
<result-types>
<result-type ...
0
votes
0answers
189 views
Autocomplete functionality with Grails and searchable plugin
I am trying to develop an auto complete functionality, like Google has in its main bar.
I use Grails - as framework - together with the searchable plugin. I created a Java class to reindex the Lucene ...
0
votes
0answers
381 views
Struts s:autocompleter tag onchange event
Is there a way to add an onchange event to the s:autocompleter tag in struts?
I need to call a javascript function when the selection changes.
0
votes
0answers
92 views
Ajax autocompleter with scriptaculous feature like jquery resultshighlight
Hy i am looking for a solution for using the ajax autocompleter from scriptacoulos http://madrobby.github.com/scriptaculous/ajax-autocompleter/ like this:
var myAutoCompleter = new ...
0
votes
0answers
218 views
jQuery autocompleter JSON AJAX response is lost
i am executing following code
<input type="text" name="example" id="example" size="60"/>
<script>
$("input#example").autocomplete("ajax?uiActionName=getLoadItemList");
...
0
votes
0answers
188 views
Initializing a javascript class from inside a function
I'm trying to initialize a javascript class from inside a function. The class is a mootools class in a separate .js file. To be specific, this one: http://digitarald.de/project/autocompleter/
For my ...
0
votes
0answers
178 views
scriptaculous ajax autocompleter
Pls I am using scriptaculous ajax autocompleter, and I am having difficulties trying to get it to do what i want.
You know when you start typing in the search form and a drop down list possible ...
0
votes
2answers
823 views
How to set different width for INPUT and DIV elements with Scriptaculous Ajax.Autocompleter?
I am working on autocompleter box based on Scriptaculous Ajax.Autocompleter.
It works in general, but I need to have list of choices wider (see image -- green line -- 320px) then input box (see image ...
0
votes
1answer
1k views
Jquery autocomplete not firing on keyup unless focus changes
I am using a jquery autocomplete and i have a keyup event for my textbox.
When I enter in a letter the function is called but the box is not populated.
Once I click away from the box and then click ...
0
votes
1answer
171 views
Entire list being populated in the Ajax.autocompleter function
I have implemented the auto complete functionality using the Ajax.autocompleter function of the Scriptaculous js framework. The code is working, but I get the entire list populated instead of ...