Displaying 20 results from an estimated 10000 matches similar to: "script.aculo.us AutoComplete Woes"
2006 May 23
6
Autocompleter - up arrow moves cursor to start of input box
When using the autocompleter and scrolling through options, if you
press the up arrow key the input field cursor moves backward. Some of
my users have reported that they find this very distracting. Does
anyone know why this happens, or where in the code I could fix it?
Steps to recreate:
1. Go to http://demo.script.aculo.us/ajax/autocompleter
2. Type in a letter (or two or three)
3. Arrow down
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
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
2006 May 26
6
test
test just testing please ignore...
--
"I have learned that you should''nt compare yourself to others - they are
more screwed up than you think." ...unknown
"In the 60''s, people took acid to make the world weird. Now the world is
weird and people take Prozac to make it normal." ..unknown
_____________________________
Terry Remsik
stripe-man.dyndns.org
2006 Mar 15
3
slider control for touch screens?
I was wooed here by this demo page for the script.aculo.us slider control:
http://wiki.script.aculo.us/scriptaculous/show/SliderDemo
... but I''m looking for a slider control well adapted for use in a
touch-screen kiosk application (an unusual place to put a web
application, perhaps, but bear with me...)
I''ve posted an example (screencast and downloadable program) here:
2005 Dec 08
6
What does mean $(element) ?
Hi All,
In scriptaculous scripts, I don''t understand this syntaxe : $(element)
--8<---------------------------------
Effect.Highlight = Class.create();
Object.extend(Object.extend(Effect.Highlight.prototype,
Effect.Base.prototype), {
initialize: function(element) {
this.element = $(element);
...
--8<---------------------------------
I had never seen this syntaxe, I
2005 Dec 08
4
AutoCompleter afterUpdateElement
Any ideas how I can submit say, a person ID instead of the person''s name
on an autocompleter input field? Surely this is a common need.
Thanks!
Daniel
2006 Jan 23
6
Performance Issues with Autocompleter
Hi All,
I am currently using script.aculo.us and Autocompleter for a project which I
am dealing now. I
faced a situation for which I couldnt find any solution and I could not see
any reference
regarding this issue in the enhancement/bug lists of script.aculo.us either.
Autocompleter component is working perfectly, if the information returned
from the server
does not exceed ~1000 LIs.
2006 Jan 06
3
Gianni
|Hi i''m New
First Question:
to use a script.aculo.us it needs to include prototype.js and
scriptaculous.js.... but doesn''t work!!;
instead ||using ||scriptaculous.shrunk of Alister Cameron, work;
what are the expedient to use to include the ||scriptaculous.js ?
Second question:
in script.aculo.us |Ajax.Autocompleter
2006 Feb 14
4
Scrollbar in Autocomplete List
Hi all,
Firstly is there a way to search the archives?
Second I was wondering if there is a way to implement a scrollbar on the
list that occurs when you use autocomplete. I have some lists that are
very long so I would like to shorten them but still have all the options.
Regards,
-----------------------
Iggy Sandejas
D-Frag Solutions
http://www.dfrag.com.au
-----------------------
2006 Feb 14
5
problem with sortable lists and IE
* I sent this message previously from the wrong address so it didn''t go
through so, I apologize in advance if a duplicate shows up *
Hello, I am very new to script.aculo.us and prototype but was trying to
implement some of the cool ajax functionality with Webwork.
I have been having a little trouble with the sortable element demo. I have
the following code below:
<html>
2006 Jan 20
2
Effect.moveTo??
I cant seem to find an effect to move an element to a given XY position
new Effect.Move(''elid'',{x:10, y:10});
Will move the element 10px down and 10px to the right, but I want to
move my element to 10px from the top left corner of the page.
I know I could find the current position, and do the math to find out
how far to move it, but is there already a built in function in
2006 Apr 09
4
Set Speed of Combinational Effects
How can I slow/speed up the combo effects?
Thanks
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
2006 May 05
7
Problem with autocomplete
Hello,
I''m using scriptaculous library (in symfony) v. 1.6.1
Great library !!!!!
I have a problem.
While in IE6 it''s all ok (the autocomplete field works perfectly) in FF
1.5.0.2 the field apparently isn''t working. If I try the example in the
scriptaculous homepage (v. 1.4.0_pre4 of Prototype) doesn''t work with
FF, while the simple online demo, that uses
2006 Apr 15
11
evalScripts in IE
My Ajax.Updater is set for evalScripts and it receives this:
<script language="JavaScript">complete();</script>
It works in FF but not IE. Is the above code the proper way to return
scripts?
Thanks!
2006 May 19
10
Content Rotate, unwanted flashing on IE.
I just wrote a stupid little JS object to rotate DOM Elements (mainly
images) using Prototype and Script.aculo.us as support. Everything seems
to work well on IE and Firefox Linux but on FireFox Windows I am getting
a slight flash prior to transition.
I was wondering if a effects guru could take a quick look and see if
anything jumps out. I can live with the flash for my current project but
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter?
Thanks!
2006 Apr 15
1
Begin with Autocompleter
Hi list:
I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below:
1 function makeRequest(url,element) {
2 var http_request = false;
3 if
2006 Jan 14
2
Using AutoComplete(script.aculo.us) with DB-Query
Hi,
I''m using AutoComplete from script.aculo.us and want to combine this
with a call to a database. Is there any work done so far or do I have to
implement all on my own. The only thing I have seen is using results
from a file on the server. But that is not very handy.
Some words to my background. I''m programming for a project at my
university. Our aim is to combine the