Re: [cfaussie] AutoSuggest Text Box

2012-12-20 Thread ColdGen Internet Solutions
I quite like Twitter Bootstrap and it includes autocomplete that can be
used just as you require.

With post some source code tomorrow. In the meantime check out Twitter
Bootstrap here (they call it typeahead):

http://twitter.github.com/bootstrap/javascript.html#typeahead

Cheers!

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: peter.tilbr...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128


On 20 December 2012 18:15, Kai Koenig grmblz...@gmail.com wrote:

 +1


  I would do this with jQuery here is a great example:


 http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html



  --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread Paul Kukiel

I would do this with jQuery here is a great example:

http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html

Regards,
On 20/12/2012 4:06 PM, rai...@ozemail.com.au wrote:


Hi am using the following code to benefit from the autosuggest feature

cfinput type=text name=organisation_au 
autosuggest=#ValueList(aust_listorganisations.organisation)# size=50


however its currently passing the organisation name in the form when I 
need it to pass the orgid, however do I reference the matching orgid 
so the form passes the orgid rather than the orgname whilst displaying 
the org name in the autosuggest text box


Regards Claude

--
You received this message because you are subscribed to the Google 
Groups cfaussie group.

To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread raiola
Hi Paul

 

The current AutoSelect works fine however I just need to figure out how to
tweek it so it can pass the orgid for the selected entry and not the
displayed org name that is displayed in the text box as a result of the auto
complete search

 

 

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

SAMARIS Software
Email: i...@samaris.net

Website: www.SAMARIS.net

FREE CALL: 1300 255 990

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Thursday, 20 December 2012 3:29 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] AutoSuggest Text Box

 

I would do this with jQuery here is a great example:

http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfus
ion.html

Regards,

On 20/12/2012 4:06 PM, rai...@ozemail.com.au wrote:

Hi am using the following code to benefit from the autosuggest feature

 

cfinput type=textname=organisation_au
autosuggest=#ValueList(aust_listorganisations.organisation)# size=50

 

however its currently passing the organisation name in the form when I need
it to pass the orgid, however do I reference the matching orgid so the form
passes the orgid rather than the orgname whilst displaying the org name in
the autosuggest text box

 

Regards Claude

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread Kai Koenig
+1

 I would do this with jQuery here is a great example:
 
 http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html
 
 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.