Displaying 20 results from an estimated 1000 matches similar to: "[script.aculo.us][Patch] Autocompleter.selectEntry()"
2005 Aug 11
7
script.aculo.us V1.5_pre1 released
Heya,
I''ve just released script.aculo.us V1.5_pre1.
Please give it a try!
Important new stuff (since V1.1b1):
* Added a main scriptaculous.js file to load in the other libraries
transparently.
* Fixed a condition where standard a href=xxx links wouldn''t work in
autocomplete results. These do now, the onclick event is not
cancelled. [thx to Jasper Slits]
* Added
2008 Apr 10
1
help on ajax autocompleter
the div list of words doesn''t get updated
# controller
class Words < R ''/words''
def get
("word01".."word20").each{|w| (@words ||='''') << "<li>#{w}</li>"}
render :_list
@words
end
end
#views
#
def layout
html do
head do
link :rel
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'',
2005 Sep 25
14
script.aculo.us 1.5 release candidate 1
So, the first script.aculo.us 1.5 release candidate is out!
Important changes and fixes from 1.5_pre4 (for a detailed list, see
the CHANGELOG file):
* Droppables w/greedy and hoverclass are now reverted when dragged
item is no longer over them, fixes #2184
* Let Effect.Highlight correctly parse IE colors, add
String.prototype.parseColor() for this, fixes #2037
* Make scriptaculous.js work
2005 Dec 06
9
script.aculo.us AutoComplete Woes
I was wondering if someone could help me with an autocomplete problem. I
have the autocomplete div receiving a <UL> that looks like:
<ul>
<li>Name<br>Email</li>
</ul>
When the user hits enter and the value is filled into the text field
it''s putting both the name and email in the field. I just want the name.
Funny this works in Firefox but not IE. I
2007 Feb 17
2
Quick question regarding updateElement
How do you pass the selected value to the function?
new Ajax.Autocompleter(''text'', ''auto'', ''file'',
{paramName:''autocomplete'', updateElement:sayhi});
function sayhi(???){
alert(???);
}
I''ve tried element and element.value but that didn''t work.
--~--~---------~--~----~------------~-------~--~----~
You
2006 Mar 08
0
Autocompletion for <SELECT>
[note: I sent this note to Spinoffs with no takers. Hoping someone
here has some advice. Thanx. Jodi]
Greetings all.
I am looking for an ajax-a-fied select box (single select).
Unlike the autocompleter for a text field, it would restrict the
entry to only those entries returned.
Ala Ticket #2586 [ http://dev.rubyonrails.org/ticket/2586 ]
"Essentially an autocomplete that only allows
2006 Mar 06
0
Autocompletion for <SELECT>
Greetings all.
I am looking for an ajax-a-fied select box (single select).
Unlike the autocompleter for a text field, it would restrict the
entry to only those entries returned.
Ala Ticket #2586 [ http://dev.rubyonrails.org/ticket/2586 ]
"Essentially an autocomplete that only allows values from a list.
Might even be fed by a regular select tags (with options), or by an
AJAX call.
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
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 Jun 29
1
script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject.
I''m trying to implement an autocompleter input text (in asp, for the
moment) using the script.aculo.us / prototype library.
In IE (internetExplorer) it works fine.
But in FF (fireFox) it keeps asking for my user/password on every atempt
to reach the server from the AJAX call.
The site is configures with integrated security and
2005 Aug 15
5
Customized Autocompletion
In the customized autocomplete demo, how does it know what content to
use as the value of the autocomplete?
The returned UL has the name, email address and an image. Yet only the
name is used.
How does it do this? I''ve been trying to get something similar going all
morning with little success.
Also, what does :skip_style=>true do? I couldn''t seem to find a mention
of it
2006 Apr 06
0
script.aculo.us V1.6.1
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE
mem leaks)!
New features in V1.6.1 and V1.6.0:
* Update to Prototype 1.5.0_rc0
* Sortable trees [thx Sammi Williams, sammi-EeRYXuc1dym5PgFUrJwY1aU/zSkkHjvu@public.gmane.org]
See the functional test (test/functional/sortable_tree_test.html)
and the CHANGELOG for more information!
* Add Draggable object as third parameter
2005 Jul 20
0
script.aculo.us 1.1 beta 1 ready
Get it here: http://script.aculo.us/downloads
Short take on what''s new:
-> Autocompletion took a notch up with incremental and local (js
array) functionality
-> Capability to remove draggables/droppables and redeclare sortables
-> Effect.ScrollTo
-> Fix memory leaks in IE and Gecko
-> Make some 3rd-party js libraries comaptible, namely IE7.js
-> Various tweaks and
2008 Aug 25
1
prototype.js Ajax is slow
So I was doing some experimenting with prototype and ajax and discovered
something interesting. When I use the first ajax call the response from
the server take 53ms. When I use the second on using the prototype
functions the request from the server is over 200ms. My question is
why, and can it be fixed?
<p><a href="#" onclick="serverSideAlert();">Call
2006 May 18
2
script.aculo.us auto-completing
Hi,
there is a way to use the html list like <selects> so I can use a text
to display information and a value that have the real information to send.
like
<li > <div id="value> </div> <div id="text> </div> </li>
the div text, I will show , and the div value will be the value of my
input....
tks
2006 May 12
1
auto complete a text field
Hi,
Im looking for a way to autocomplete a text field, I have found this,
http://wiki.rubyonrails.com/rails/pages/HowToUseAdvancedAutocompleteFeatures
but at the top it says "Note that there?s easier ways to do this built
into newer versions of Rails, this was written in the early days of the
framework. If I get a chance, maybe I?ll update."
Any ideas where i can find some info on
2006 Jan 10
0
Customizing autocomplete to update more than one value upon vaule select
Good day.
Currently I have a system that will successfully add a row to a table.
Each row in this table will represent a new product being added to a
purchase order.
The user can enter a quantity and then select a product code.
The product code is the auto_complete field. This field works.
However, once the user selects a product code then the values for the
product description, buy price, and
2006 Feb 27
0
script.aculo.us/mir.aculo.us outtage
FYI:
Due to some work on the server hosting script.aculo.us (and
mir.aculo.us),
both sites won''t be available on Friday starting about 9:00am UTC for
about
3-4 hours.
-Thomas
2008 Jan 05
0
Patch Review #10712: Auto Complete Option
I''ve posted a patch for support the AutoCompleter updateElement option
allowing the auto_complete plugin to customize the behavior of the
auto completion. I required this to fix my app and it is deployed in
production. Patch is dead simple and should be a quick sign off for
anyone using the plugin.
--
Gabe da Silveira
http://darwinweb.net