Displaying 20 results from an estimated 5000 matches similar to: "Help regarding autocomplete customization"
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
2005 Nov 11
0
Autocomplete Help
My input box show a blank result after selecting something from the
customized autocompletion drop down list?
I am using scriptaculous 1.5_rc4
This is the result that I am trying to accomplish:
http://script.aculo.us/demos/ajax/autocompleter_customized
Thanks for the help
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
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,
2006 Dec 21
0
Autocomplete field in form - need string to be displayed but :id to be saved.
Hi all,
Here''s what I am trying to do. I need autocomplete text field in a
form. There are 10,000 names to choose from. But when selected I don''t
want the string to be saved but the :id attribute of the model. How
can I show the string in the text_field and then swap it out for the
:id before a create or update. I see that the customized version on
scrip.aculo.us has both name
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 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
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
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
2011 Jul 07
2
Rails 3.1 + jQuery + jQuery UI = data is null
Trying to get jQuery UI to work with my rails 3.1 setup, but i keep
getting errors that i cant see posted anywhere, this is driving my
insane so please have a look =>
[application.js]
// This is a manifest file that''ll be compiled into including all the
files listed below.
// Add new JavaScript/Coffee code in separate files in this directory
and they''ll automatically
// be
2006 May 25
0
Fwd: [Ruby on Rails] #5181: Autocomplete: How do i format the text in the drop down?
Howdy...
How can the text be formated on the downloadable sample
(\scriptaculous-js-1.6.1\test\functional\ajax_autocompleter2_test.html)?
In your downloadable demo... the format of the drop down (in the txt area)
is a ordered list.. where and how is this formatted? and is it possible
to use a CSS on it? If so.. how would i do that? I like the formatting
you have on your demo
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey,
I''ve got a script.aculo.us autocompleting textfield that works
wonderfully, but how do I make the value of the selected option submit
with the form...for that matter, do autocompleting textboxes have
''option'' tags, or is what I want to do simply impossible 8[
Thanks,
Gustav
gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org
--
Posted via
2006 Feb 09
3
Autocompleter Request depends on other field
Hi list,
First, I have a textbox "username". I also have an Autocompleter'd textbox
called "products".
Is there a "built in" way to have the Autocompleter's Ajax Request pass the
value in the "username" field ?
(I tried adding "parameters: $F('username')" to the Autocompleter's options,
but, that grabs the initial username
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
2005 Aug 24
1
Re: triggering autocomplete with a button press
I''ve got a search field on my site that uses an autocomplete to match
against search terms already input by the same user. That''s working
perfectly. However, I''d like to provide a little button next to the
search field that triggers the autocomplete, so that the users can
"browse" the list of past search terms. This behavior would be in
addition to the
2005 Aug 01
2
disable ''tab'' key wish for incremental autocomplete of textareas
I''m absolutely in love with the incremental
autocomplete feature in the new scriptaculous.
My one wish would be for some way of disabling the TAB
key to prevent users from being able to tab out of an
autocompleting textarea. (If they''re using TAB to
select the autocomplete choice they end up tabbing
straight out of the input field if autocomplete
doesn''t find any
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
2006 Jan 23
1
autocomplete=off not working on Firefox
I noticed that the latest control.js disables auto complete:
this.element.setAttribute(''autocomplete'',''off'');
So I removed my inline "autocomplete=''off''" from my input fields.
But Firefox still auto completes.
Using the Firefox DOM Inspector I do see that it''s applied
by Ajax.Autocompleter as expected. The Inspector
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
Hi Rails,
I am having trouble setting up an autocomplete text field. Using rails 1.0.0
and just trying to copy the simple scriptaculous demo
(http://demo.script.aculo.us/ajax/autocompleter) fails. My view and controller
are set up the same way.
In firefox 1.0.4 (and safari, don''t remember the version) I get the
Ajax.Autocompleter error in the javascript console when loading the
2011 Oct 24
1
JQuery autocomplete example
I was trying to follow along on the github example
(https://github.com/crowdint/rails3-jquery-autocomplete) for building
an autocomplete and ran into a small set of problems. I''m not using
the exact names of models, but I suppose I could. It''s just a dummy
set. For me: Model is Package and attribute is Brand.
I don''t understand what the reference to class