Displaying 3 results from an estimated 3 matches for "autcompletion".
Did you mean:
autocompletion
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
2008 Apr 04
4
Auto Complete Problems
...rying to experiment with Autocomplete, but I''m
having some difficulties. When I start typing in my input box, instead
of getting a nice drop down, the styling on my page is getting all out
of wack (ie my background colours change, link styling changes, etc) and
I''m not seeing any autcompletion data. Here are the steps I''ve taken
with code snippets.
My <head> section:
<%= javascript_include_tag "scriptaculous/prototype" %>
<%= javascript_include_tag "scriptaculous/scriptaculous" %>
<%= javascript_include_tag "calendar_date_select/c...
2006 Apr 21
13
Sorttable.js
I have come across this neat Javascript table sorter at
http://kryogenix.org/code/browser/sorttable/
It seems straigh forward to use but i cant get it to work.
I have included in the head
<script src="javascripts/sorttable.js" type="text/javascript"></script>
In the View
<table class="sortable" id="anyid">
<thead>