cfselect and autosuggest

2010-11-17 Thread fun and learning

Is there a way to implement autosuggest within cfselect using coldfusion 
without using javascript or javascript libraries? 

~|
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:339306
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfselect and autosuggest

2010-11-17 Thread John M Bliss

Try
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f51.html

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f51.htmlautosuggest
= list or bind expression


On Wed, Nov 17, 2010 at 8:13 AM, fun and learning
funandlrnn...@gmail.comwrote:


 Is there a way to implement autosuggest within cfselect using coldfusion
 without using javascript or javascript libraries?

 

~|
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:339308
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfselect and autosuggest

2010-11-17 Thread Azadi Saryev

On 17/11/2010 22:13 , fun and learning wrote:
 without using javascript or javascript libraries
without *using* js - no.

wihtout *writing any js yourself* - yes, if you are on cf8+: use 
cfinput with autosuggest attribute.

Azadi

~|
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:339314
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfselect and autosuggest

2010-11-17 Thread morgan l

I'm pretty sure cfselect doesn't have a built-in autosuggest.

On Wed, Nov 17, 2010 at 10:08 AM, Azadi Saryev azadi.sar...@gmail.comwrote:


 On 17/11/2010 22:13 , fun and learning wrote:
  without using javascript or javascript libraries
 without *using* js - no.

 wihtout *writing any js yourself* - yes, if you are on cf8+: use
 cfinput with autosuggest attribute.

 Azadi

 

~|
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:339315
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfselect and autosuggest

2010-11-17 Thread funand learning

Yes cfselect does not have autosuggest attribute.

On Wed, Nov 17, 2010 at 11:15 AM, morgan l greyk...@gmail.com wrote:


 I'm pretty sure cfselect doesn't have a built-in autosuggest.

 On Wed, Nov 17, 2010 at 10:08 AM, Azadi Saryev azadi.sar...@gmail.com
 wrote:

 
  On 17/11/2010 22:13 , fun and learning wrote:
   without using javascript or javascript libraries
  without *using* js - no.
 
  wihtout *writing any js yourself* - yes, if you are on cf8+: use
  cfinput with autosuggest attribute.
 
  Azadi
 
 

 

~|
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:339317
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfselect and autosuggest

2010-11-17 Thread Michael Grant

Are you sure you mean cfselect? To autosuggest you would need to start
typing something so you'd need something like a combo box vs a select box.
Do you mean cfinput?

On Wed, Nov 17, 2010 at 9:13 AM, fun and learning
funandlrnn...@gmail.comwrote:


 Is there a way to implement autosuggest within cfselect using coldfusion
 without using javascript or javascript libraries?

 

~|
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:339322
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm