I'd like to use multiple suggests on a form I'm working on. For example, I would like a form that has 2 input boxes, each calling a different cf function to...
Later versions of the DWR engine handle null functions properly, but you can fix this yourself. On line 485 of engine.js, add the text highlighted in bold...
OK, so assuming the fubction works as you show it, once you get back to your html page, how do you parse thru the returned query to populate the dropdown...
Hi everyone, I just can't get the CFAjax 'Suggest' examples to work. I have done the following : 1. I have put the ful content of the zip file on my webserver...
I have the same problem - I wonder if some of the more expereince members could post some code to point us in the right example - I think this would be a great...
I actually recommend upgrading to mxAjax, which is the new project by the same author. This makes multiple controls much easier and is far more feature rich....
I actually just took my first look at mxAjax, and I have to say - for a VERY quick glance - I was fairly impressed. My main question is this (and I apologize...
It should return all complex datatypes, and I'll soon give some examples of this kind of thing in the blog. The mxData tag handles this and you can use...
I was told not to long ago to upgrade to cfajax is this mx a newer version of the old one - if you know what i mean. I really think the way forward is...
Thanks for the reply James - Im just looking at the simple auto complete example. If I wanted two have two what is the process (real know nothing here) I want...
I'll eventually blog this, but here's the quick and dirty response. If you examine the autocomplete example: function init() { new mxAjax.Autocomplete({ ...
is there a way to use suggest to return links that are clickable? Meaning you can type to get a resultset then click on the entry you want to go to another...
Hey everyone! I am a big fan of CF-AJAX! I am having an issue though. I am trying to build a form that populates a drop down, based on what the user selects in...
Everything is working great - just a small hitch - it doesnt matter what letter i type in i always get the list for W Any idea? Many thanks you have made me...
i'm trying to figure out a way to use a progress bar (already have a js script to show progress bar based on estimated MB of file), how do i get exact file...
Morning James - Im still using the mxajax 2.0 examples I haven't changed anything except the target and source. Thought i would get your example going first...
Yosh! I have your answer: <cffunction name="getStateList" access="remote"> <cfargument name="searchCharacter" required="yes" type="string" default="W"> ...
Great things are working well If i want to increase the number to five (which i do ) ... default=""> ... default=""> #add in cfargument name="searchCharacter3"...
Using CF 6.1 setup at http://wip.triggerid.com/ajax and I can get to the examples and the little load message flickers but nothing happens-- no js error or...
http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Getting-the-CFAJAX-Suggest-examples-to-work-locally ... -- CFAJAX docs and other useful articles: ...
Thanks to everyone, especially James who helped me get the multiple autoselect rolling. Very appreciative. Time for the next question - I guess everyone is...
I had everything setup and running fine. However, I was doing my testing with IE7 (locally on the dev machine) and, since most of my users will be accessing...