search for: text_field_with_autocomplet

Displaying 5 results from an estimated 5 matches for "text_field_with_autocomplet".

2006 Feb 22
0
Need help getting value from text_field_with_autocomplete
Good day. I have setup of a text field with auto complete and I need to grab the value from that text field and pass it into a method to update a row in a table. Here is the view: <tr> <td align="center" colspan="6"><%= text_field_with_auto_complete( :product, :product_code ) %></td> </tr> <tr> <td
2005 Dec 18
1
problems with text_field_with_autocomplete
I''m trying to set up a search field with autocomplete. I have verified that the server is called when I type a letter in the box, and that the handler creates the correct instance variable. However, I never see the partial that is supposed to be rendered. Here are the relevant files. I included their paths/names in case I am missing some nuance of the naming conventions.
2006 Apr 11
4
text_field_auto_complete not working in IE?
Hi all, I''m looking for some insight on why my text_field_with_auto_complete might not work in Internet Explorer. I''m using it in a fairly simple way, without much customization. I''ve broken it down and made a test page at http://realty.colemanation.org/houses/test which shows the behavior I''m having problems with. For me on Windows XP this page works
2006 May 23
2
auto_complete_field help
..... (line 181) var 0creator_auto_completer = new Ajax.Autocompleter(''0creator'', ''0creator_auto_complete'', ''/issue/auto_complete_for_author_name'', {callback:function(element, value) { return 0creator }}) Any thoughts? I can''t use the text_field_with_autocomplete because I could have multiple fields with the same name which wont work. I think I am on the right track but can not figure out what I am doing wrong. I am pretty sure it is the auto_complete_field tag and I have tried it a couple of different ways, one way was completely removing teh :w...
2006 Mar 14
7
Single form w/ relationships: how do I integrate it?
OK - I know this has been asked before, but I cannot find it in the archives. Forgive me if I''m creating more noise than I should. I want to know the easiest way to deal with this scenario: I have articles. I have categories for the articles. On the form where you write an article, there needs to be a free-form field to entire the category. The create() method will build the