Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
autocomplete word by word
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rubix Rubix  
View profile  
 More options May 6 2012, 5:02 pm
From: rubix Rubix <li...@ruby-forum.com>
Date: Sun, 06 May 2012 23:02:36 +0200
Local: Sun, May 6 2012 5:02 pm
Subject: autocomplete word by word
Hi,
I am trying to implement an autocomplete form with rails, I used jquery
in a first version, to suggest phrases to user and it worked
Now I am trying to have a service of autocomplete word by word, it means
when the user it typing in the text area, I suggest only words and not
phrases and when he finishes the word and starts a new one I do the same
suggestion for the new word
Is there a way to do this easily in rails
regards,

--
Posted via http://www.ruby-forum.com/.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillem Vidal  
View profile  
 More options May 6 2012, 6:03 pm
From: Guillem Vidal <li...@ruby-forum.com>
Date: Mon, 07 May 2012 00:03:15 +0200
Local: Sun, May 6 2012 6:03 pm
Subject: Re: autocomplete word by word
rubix Rubix wrote in post #1059751:

> Hi,
> I am trying to implement an autocomplete form with rails, I used jquery
> in a first version, to suggest phrases to user and it worked
> Now I am trying to have a service of autocomplete word by word, it means
> when the user it typing in the text area, I suggest only words and not
> phrases and when he finishes the word and starts a new one I do the same
> suggestion for the new word
> Is there a way to do this easily in rails
> regards,

This can be done with javascript/jquery, not rails. Use the callbacks of
autocomplete :).

--
Posted via http://www.ruby-forum.com/.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pepe  
View profile  
 More options May 7 2012, 7:37 am
From: pepe <P...@BetterRPG.com>
Date: Mon, 7 May 2012 04:37:03 -0700 (PDT)
Local: Mon, May 7 2012 7:37 am
Subject: Re: autocomplete word by word
I think what Guillem is saying is that you can still do it with jQuery/
Javascript like you did before and that you'll need to control the
logic yourself.

On May 6, 5:02 pm, rubix Rubix <li...@ruby-forum.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »