Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1913 - 1942 of 2027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1913
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...
Angela Trigg
angplange
Offline Send Email
Feb 2, 2007
7:47 pm
1914
You need to create a cf mapping for ajax folder. http://wip.triggerid.com/ajax/examples/functions.cfm ... From: Angela Trigg <angplange@...> To:...
Arjun
arrow_us_dc
Offline Send Email
Feb 2, 2007
9:01 pm
1915
in settings.js right? Yep, had already done that... ... but ... serif;} ... arial,helvetica,clean,sans-serif;} ... ...
Angela Trigg
angplange
Offline Send Email
Feb 2, 2007
10:04 pm
1916
sorry, made cfmapping, and some of the examples work now, but the one I'm really interested in (suggest) doesn't do anything: ...
Angela Trigg
angplange
Offline Send Email
Feb 2, 2007
10:09 pm
1917
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: ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 2, 2007
11:46 pm
1918
Thanks to everyone, especially James who helped me get the multiple autoselect rolling. Very appreciative. Time for the next question - I guess everyone is...
Mark Holloway
sapporomark
Offline Send Email
Feb 3, 2007
12:09 am
1919
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...
Eric Richardson
ericbegins
Offline Send Email
Feb 3, 2007
5:37 pm
1920
... CFAJAX-Suggest-examples-to-work-locally ... That did it, thanks!!!!!!!!!!!...
Angela Trigg
angplange
Offline Send Email
Feb 3, 2007
5:39 pm
1921
I've finally successfully gotten my suggest thing to work for a cities field in a registration form, however, right below it in my form is the state drop-down,...
Angela Trigg
angplange
Offline Send Email
Feb 3, 2007
6:57 pm
1922
... that ... I've found part of the problem - at least with the example files. I'm running SSL and the settings.js file had to be tweaked to set the ...
Eric Richardson
ericbegins
Offline Send Email
Feb 5, 2007
3:32 pm
1923
Interesting problem for any gurus out there. I've successfully got multiple CFajax boxes combined with a CFoutput tag to return different boxes dynamically....
jumperb
Offline Send Email
Feb 7, 2007
12:45 pm
1924
I'd suggest swapping to mxAjax, which does this kind of thing easily. CFAjax is no longer being developed - Arjun's effort is now spent on mxAjax. ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 7, 2007
2:02 pm
1925
I'll try that, thanks :-)...
jumperb
Offline Send Email
Feb 7, 2007
2:11 pm
1926
OK, in that case: http://www.bifrost.com.au/blog/index.cfm/2007/1/21/Multiple-mxAjax-autocomplete-controls ... -- CFAJAX docs and other useful articles: ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 7, 2007
2:27 pm
1927
Thanks again. I figured that one out on my own and also booted myself in the arse for not finding out about mxAjax before, looks a lot easier and nicer! ...
jumperb
Offline Send Email
Feb 7, 2007
8:15 pm
1928
You might be able to use the postfunction on the suggest to write a custom function that does the updating. ... -- CFAJAX docs and other useful articles: ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 8, 2007
12:05 am
1929
I've been looking at doing just that, the issue I'm now having is how I construct a simple mxAjax function that will take the value of text field "Y" and,...
Edward Chanter
jumperb
Offline Send Email
Feb 8, 2007
11:42 am
1930
Ah you are after the mxData tag: http://www.bifrost.com.au/blog/index.cfm/2006/9/29/MXAJAX--mxData-tag-basics ... -- CFAJAX docs and other useful articles: ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 8, 2007
12:08 pm
1931
Another question, in your example how would I change the trigger for the function? When I set executeOnLoad:false, and then add a button: <input type="button"...
Edward Chanter
jumperb
Offline Send Email
Feb 8, 2007
12:46 pm
1932
I've managed to make some good progress on this thanks to your example and your blog :-) I actually feel like I'm getting somewhere for the first time in 2...
Edward Chanter
jumperb
Offline Send Email
Feb 8, 2007
1:01 pm
1933
Did you figure out the triggering bit? ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Feb 8, 2007
1:33 pm
1934
Absolutely, thanks to a lot of help from you :-) I essentially modified the mxAutocomplete1.cfm example and was able to use the add button and have it do...
Edward Chanter
jumperb
Offline Send Email
Feb 8, 2007
1:47 pm
1935
Here's my example: http://linux3.cc.uk.com/mxajax/examples/megaAutocomplete.cfm There are 5 autocomplete fields each talking to a different dataset. Four of ...
Edward Chanter
jumperb
Offline Send Email
Feb 8, 2007
2:15 pm
1936
Does anyone know where to download the bottom 2 mxAjax example pages that are listed on the indiankey site? I noticed that they're not included in the distro...
Edward Chanter
jumperb
Offline Send Email
Feb 12, 2007
2:06 pm
1937
You can attampt to get the JS from those pages - they aren't part of the distro yet but Arjun will add them in due course. ... -- CFAJAX docs and other useful...
James Holmes
holmesjr_2005
Offline Send Email
Feb 13, 2007
1:30 am
1938
I am trying to return an array to populate a select list that includes a list of names to be displayed as "last, first" I can't seem to get CFAJAX to accept...
rmg_yg_123
Offline Send Email
Feb 13, 2007
6:12 pm
1939
I'd advise going to Arjun's new package, mxAjax, which uses JSON to return the results and will probably handle this a lot better. CFAjax is no longer actively...
James Holmes
holmesjr_2005
Offline Send Email
Feb 14, 2007
12:26 am
1940
OK. I did that and have the same problem. Has anyone ever returned a comma to a select list before? I want to populate a select with data similar to that below...
rmg_yg_123
Offline Send Email
Feb 14, 2007
4:12 pm
1941
Hi, I would like to have a "search box" that onChange updates a dropbox below it with the results of the SQL query. Can someone give me a rough mxAjax...
Ben Scammell
evo_driver
Offline Send Email
Feb 14, 2007
5:43 pm
1942
I'm trying to make the accordion function as a menu system and it fills the purpose nicely but I've got a couple of questions: 1. How do I start the accordion...
Edward Chanter
jumperb
Offline Send Email
Feb 15, 2007
2:44 pm
Messages 1913 - 1942 of 2027   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help