Auto Complete

2011-01-05 Thread George Campbell

Hello All,

 I am running CF8 and I would like to implement a text box that would 
auto-complete with a drop down. I would like it to work as if I was using 
Outlook to look up a person in the Data-base. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340478
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Auto Complete

2011-01-05 Thread Charlie Griefer

On Wed, Jan 5, 2011 at 12:32 PM, George Campbell gtc1...@gmail.com wrote:

 Hello All,

     I am running CF8 and I would like to implement a text box that would 
 auto-complete with a drop down. I would like it to work as if I was using 
 Outlook to look up a person in the Data-base.

http://jqueryui.com/demos/autocomplete/

Works a treat.  I just implemented it for a customer running CF 7.

-- 
Charlie Griefer
http://charlie.griefer.com/

I have failed as much as I have succeeded. But I love my life. I love
my wife. And I wish you my kind of succes

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340479
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Auto Complete

2011-01-05 Thread Adrocknaphobia

It's actually built-in to ColdFusion 8's cfinput tag.

cfinput autosuggest=...  /

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_07.html

-Adam

On Wed, Jan 5, 2011 at 2:42 PM, Charlie Griefer
charlie.grie...@gmail.comwrote:


 On Wed, Jan 5, 2011 at 12:32 PM, George Campbell gtc1...@gmail.com
 wrote:
 
  Hello All,
 
  I am running CF8 and I would like to implement a text box that would
 auto-complete with a drop down. I would like it to work as if I was using
 Outlook to look up a person in the Data-base.

 http://jqueryui.com/demos/autocomplete/

 Works a treat.  I just implemented it for a customer running CF 7.

 --
 Charlie Griefer
 http://charlie.griefer.com/

 I have failed as much as I have succeeded. But I love my life. I love
 my wife. And I wish you my kind of succes

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340482
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Auto Complete

2011-01-05 Thread Charlie Griefer

Ooh nice.  I (obviously) hadn't used the built-in functionality.  Did
a quick google before answering, but all I saw in the results (at a
quick glance) were using the jQuery autocomplete in conjunction with
CF, so I assumed it wasn't there (built-in).

My bad :)

On Wed, Jan 5, 2011 at 2:12 PM, Adrocknaphobia adrocknapho...@gmail.com wrote:

 It's actually built-in to ColdFusion 8's cfinput tag.

 cfinput autosuggest=...  /

 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_07.html

 -Adam

 On Wed, Jan 5, 2011 at 2:42 PM, Charlie Griefer
 charlie.grie...@gmail.comwrote:


 On Wed, Jan 5, 2011 at 12:32 PM, George Campbell gtc1...@gmail.com
 wrote:
 
  Hello All,
 
      I am running CF8 and I would like to implement a text box that would
 auto-complete with a drop down. I would like it to work as if I was using
 Outlook to look up a person in the Data-base.

 http://jqueryui.com/demos/autocomplete/

 Works a treat.  I just implemented it for a customer running CF 7.

 --
 Charlie Griefer
 http://charlie.griefer.com/

 I have failed as much as I have succeeded. But I love my life. I love
 my wife. And I wish you my kind of succes



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340483
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm