search for: auto_complet

Displaying 20 results from an estimated 96 matches for "auto_complet".

Did you mean: auto_complete
2008 Dec 25
5
Plugin auto_complete
Hi all ! I began to develop Rails applications with Aptana Radrails under Windows. For that I had successfully installed auto_complete plugin and succeeded to use it. Now I have an iMac and I''m trying to restart my developments under OS X. My problem is: when I run the command ''script/plugin install auto_complete'', the result is: Plugin not found: ["auto_complete"] I also tried to dowload au...
2006 Feb 27
2
Ajax - from there to here
Trying to use Amy Hoy''s ajaxariffic auto_complete methodology and I am getting really close to the end. This is fairly complicated but I will simplify as best I can. My view code is simple... <%= text_field_with_auto_complete ''client'', ''wholename'' %> # wholename is not a column in ''clients&...
2006 Feb 26
2
auto_complete on steroids
I am trying to get more out of auto_complete than it apparently was designed to deliver. My problems seem to be two fold. 1 - I use aggregations on names... :first_name, :middle_initial, :last_name and then aggregate them using a composed_of :wholename thing auto_complete_for seems to be wired to only use table columns directly and gags o...
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
...to set the scrolling height. I am fairly certain that the onShow method is not the place to try to do it, but I haven''t had any success with any of the methods that I have tried to override either. Any solutions/insights are welcome! Here is my work in progress: <style> #auto_complete { width: 355px; height: 150px; background: #fff; overflow: auto; } #auto_complete ul { border: 1px solid #888; margin:0; padding:0; width: 98%; list-style-type:none;...
2006 May 04
1
auto_complete works sometimes...
Hello All: I have set up an auto_complete search field within my application controller and application layout so that it is available to all pages in my app. I have run into a snag with this in two projects I am working on where it won''t work on one particular page related to a specific controller. I get a No Method error o...
2010 Mar 19
2
auto_complete plugin on rails 2.3.5
Hi, this is my first post. I have run: $ ruby script/plugin -v install auto_complete but the result is: Plugin not found: ["auto_complete"] #<Errno::ENOENT: No such file or directory - /dev/null> I have also try to run: $ ruby script/plugin -v list and the result is: Discovering plugins in http://dev.rubyonrails.com/svn/rails/plugins/ /CHANGELOG /account_loca...
2009 Apr 19
2
Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working
Folks, I am trying to upgrade code base from 1.3.x to 2.3.2 and not surprisingly, lot of things are broken. ''text_field_with_auto_complete'' is not working for me - it gives the following error: ActionView::TemplateError (undefined method `text_field_with_auto_complete'' for #<ActionView::Base: 0x7f0ceb6b8290>) I already have installed auto_complete - ruby script/plugin list auto_complete http...
2006 Jan 29
1
returned values and consequent usage
I think I can have finally reduced my problem to something somebody can help me with. I am using auto_complete... specifically the form command is... <%= text_area_auto_complete_for :case_manager :name %> I need to use the value derived here in my controller... If I use... cm = CaseManager.find(:first, :conditions => "name = ''Thomas E Dewey''") it works. I need to...
2006 May 26
0
Seeking complete example/plugin of simple usage of Lookup (auto_complete) for making associations on models
I think the second most useful usage of the auto_complete is for editing relations (associations). I''ve searched for almost a week on all RoR resources but I didn''t found any solution to this problem. Instead I''ve discovered that there are many looking for this. I think that this problem must be clearly solved and the clear...
2006 Feb 11
1
auto_complete
hi guys I am trying to work the AJAX text_field auto_complete and I was wondering if someone can show me a sample code of how it works thanks I really appreciate it -- Posted via http://www.ruby-forum.com/.
2006 Jan 26
0
auto_complete with 2 related tables
I''m looking for a wiki / example of how to use auto_complete with 2 different tables so you can use the values in the column of one table to provide a value for a column in a related table. This concept apparently comes after my Agile book and is important to me and I would think should be important to others and I simply cannot make it work. Anyone have...
2007 Oct 09
0
auto_complete :on_show :on_hide
Hi, Trying to use the auto_complete options of :on_show and :on_hide.... ......, :on_hide => "function(element, update) {allow_change_control(true);} " but when I do this it runs my js function but the div doesn''t hide. I would like the auto_complete to work normally and just run a js function which sets a j...
2006 Jun 21
3
Is this a weird bug with auto_complete?
I think I may have found a bug with the auto_complete feature in rails: My controller has a before_filter with an except clause preventing the filter from running on a specific action. The action renders a view with a text_field_with_auto_complete field. Much to my suprise, the filter appears to run when I type data into this field! The filter is...
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox. When I use form tags it breaks, without form tags everything works fine. Exact copy of the example provided, but I added form tags.. The initial search and select works but then the box sort of "locks up" and I can''t change it at all, If I do try to type something nothing changes but a second later the whole
2006 Mar 13
3
Autocompleter that auto scrolls through results..
Hi All Before I investigate further, has anyone implemented an Autocompleter that will auto scroll down / up the results div as the user moves down through the list (using arrow keys) ? Any pointers / thoughts appreciated. Best Matt *********************************************************************************** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
2006 May 18
0
auto_complete when tab pressed problem
Hi, This is probably as much a script.aculo.us issue as much as a Rails one. The default behaviour of the AJAX auto_complete control seems to be to select the first match from the list when tab is pressed. Is there a way to configure the control to leave the typed text unchanged when the user types tab and just move the focus to the next control in the form? Thanks, Geoff -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
1
auto_complete galore
List, I''m using auto_complete with textfield, called CompanyCode. so when you type fx ''0403'' it will show a list with matching company codes, and the respective company name - like so: 040333 - Some company inc 040322 - Another company 040323 - whatever Corp. Anyway, once a user selects one of the entries...
2007 Jan 19
0
About that auto-complete select box ...
...lay something like a selection box, when arrow-up, arrow-down and mouse hover events happen? Doesn''t seem to. All other CSS select boxes on the Web have at least a :hover definition, and a little bit of JavaScript for IE. <html> <!--DTD stuff --> <head> <style> div.auto_complete { width: 350px; background: #fff ; } div.auto_complete ul { border:1px solid #888 ; margin:0; padding:0; width:100%; list-style-type:none; } div.auto_complete ul li { margin:0; padding:3px; } div.auto_complete ul li.selected { background-color: #ffb ; } div.auto_complete ul strong.hi...
2009 Jun 18
1
undefined method `text_field_with_auto_complete'
Dear all: I got the error in my rails 2.2.2 project on ma os x leopard. i did as follow: script/plugin install auto_complete but when i start the server and try to approach the page which used the auto_complete, it can''t find the helper method as the error told: "undefined method `text_field_with_auto_complete'' ", than i try this in script/console helper.methods i check the list and "t...
2009 Jul 10
3
text_field_with_auto_complete
I need to pass a parameter in my text_field_with_auto_complete and am struggling to discover how to do this. I have something like this: <%= text_field_with_auto_complete ''user'', ''username'', {}, {:with => "''post=''@company_title.id"} %> but because it is in a partial that pops as a resu...