similar to: Using AutoComplete(script.aculo.us) with DB-Query

Displaying 20 results from an estimated 2000 matches similar to: "Using AutoComplete(script.aculo.us) with DB-Query"

2006 Feb 09
22
Length of parameters in Autocompleter.Local()
Hi, I''m using PHP to fill my parameterlist for Autocompleter.Local as shown in the example (http://wiki.script.aculo.us/scriptaculous/show/Autocompleter.Local). <script type="text/javascript"> new Autocompleter.Local(''recipeNameAlternative'', ''rezept_list'', [ <?php $ende = count($rezept_vorgabe); for ($i=0;$i<$ende;$i++) {
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 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
2005 Aug 23
0
[script.aculo.us][Patch] Autocompleter.selectEntry()
I made a small patch to controls.js. I moved the line this.element.focus() from the end of selectEntry() to the end of updateElement(). The rationale is that if the user uses the options hash to override updateElement, he/she can choose which element to focus next, instead of being forced to the default. You can see an example on the wiki page (still under construction)
2006 Feb 10
0
Add value to other input impelmented?
Hi, I want to add the value of my Autocompletion field to an input-field by clicking on a (submit-)Button/Link. Is there any function that provides me easy help in scriptalous-JS? It would be nice if there is a possibility to give the added value a "+" or "-" so the input-field knows if it has to be in or out of my results. before the night gets to long, while
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
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
2005 Aug 31
0
script.aculo.us patches and bug reports got a new home
Heya, As handling the bug reports and patches through the list and some obsure wiki pages became ever more complicated, I can gladly announce that from now on patches and bug reports are handling at the Ruby on Rails trac. There''s a new component called "script.aculo.us" that should be set on all bug reports and patches that affect script.aculo.us. Please do not use the
2006 Jan 10
2
WHAT IS SCRIPT.ACULO.US?
Hi, Can anybody tell what is script.aculo.us? like whether it is an java package, javascript package, javascript library or something else, Pls clear my doubt. With Regards Rupa ********************************************************** The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or
2005 Oct 05
0
script.aculo.us and jspkg
Hey guys, I''m the author of the recently-released Javascript package loader, jspkg, that was just released to Sourceforge. I''m trying to judge interest in using this library loader for various unobtrusive Javascript libraries like script.aculo.us. jspkg requires very minimal changes to the included source files and most libaries won''t require any code to be
2005 Jul 14
1
Dropping on empty script.aculo.us sortable lists
I have a need to have two sortable lists with the ability to cross drop items between the list. I am using the script.aculo.us<http://script.aculo.us>library. All is well until I empty one of the lists completely out, at which time I cannot drop anything in to the empty list. I have used CSS to set the height of the <UL> so I have a large target to drop on. In my efforts to make it
2006 Mar 26
2
script.aculo.us 1.6 beta
Heya, The script.aculo.us SVN repositiory now holds the 1.6 beta. This version is mostly a refactoring/bugfix release, and marks the switch over to Prototype 1.5 (Prototype 1.4.0 is no longer supported). The required prototype.js file is included (lib/prototype.js) of course. Changes since 1.5.3: * Prepare for script.aculo.us 1.6, add Prototype 1.5 requirement and check that
2005 Oct 09
0
script.aculo.us V1.5, second release candidate
Read more on it here: http://mir.aculo.us/articles/2005/10/09/script-aculo-us-v1-5_rc3- second-release-candidate Note that it''s rc3 that follows rc1, because rc2 was the version used for the initial Rails import of script.aculo.us V1.5_rc. Thanks to all the contributors, bug reporters and testers! Thomas
2006 Dec 18
0
How make like this by usung aculo.us?
Hi, all! Look here http://www.artlebedev.ru/tools/technogrette/etc/admin/ (the bottom example) Can I do somethinhg like this using prototype and script.aculo.us? I think we need to: 1. get X and Y position of the Draggable 2 set revert = true or false by calculating positiong of the nearest Droppable 3 If Draggable is accepted by Droppable - set snap:[xd,yd], where xd and yd - Droppable
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable layout widgets. Is such a thing using script.aculo.us already available? (Would hate to re-invent it.) Also, has anyone had success with nested draggables? For example, rearranging <div>s within an already draggable <div>? --~--~---------~--~----~------------~-------~--~----~ You received this message because
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
2006 Apr 03
0
Using "in_place_editor_options" for script.aculo.us options?
I was just learning about the "in_place_editor_field" tag when reading thru RAILs Recipes. What is "in_place_editor_options" for???? I was hoping after reading the script.aculo.us documentation that I could do something like this. <%= in_place_editor_field :contact, column.name, {:tag => ''div''}, { :cancelText => ''Never
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 Dec 13
0
script.aculo.us V1.5 final
Along the release of Ruby on Rails 1.0 and Prototype 1.4.0, I’m proud to announce that script.aculo.us 1.5.0 final is also out-of-the- release-candidate phase and is finally available! Many, many thanks to all you contributors, bug hunters and users of script.aculo.us out there! For detailed information about what’s new in this release, please refer to the CHANGELOG. There also are some
2005 Dec 23
0
script.aculo.us some tests
hi everybody! first, i speak spanish, so, my english is not very clean... i''m developing two ''controls'' or ''widgets'' based in prototype.js library and script.aculo.us effect collection. a flickr slideshow (not finished): http://hector.piloto.cl/flickr/(PUT YOUR FLICKR USER HERE) an example: http://hector.piloto.cl/flickr/cechegoyen and a treeview