[flexcoders] Autocomplete textinput with remote dataprovider

2007-10-25 Thread Giro
Anybody know where I can find an autocomplete textinput component, that use a remote dataprovider for search suggested information? Thk. Giro.

Re: [flexcoders] Autocomplete textinput with remote dataprovider

2007-10-25 Thread Bart Wttewaall
Here you find the Adobe AutoComplete Input component: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1047291 I suggest you bind its dataprovider to the result of a service that requests data using the value of the component as the argument. Good luck! 2007/10/25, Gir