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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1890 - 1920 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1890
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...
Jaytown99
Offline Send Email
Jan 3, 2007
9:03 pm
1891
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...
joellcox
Offline Send Email
Jan 10, 2007
3:33 pm
1892
Hey, thanks for posting this. I've been looking for a way to do this. Kevin ... but you ... to...
slanek15
Offline Send Email
Jan 10, 2007
6:07 pm
1893
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...
dfortenberry
Offline Send Email
Jan 12, 2007
5:28 pm
1894
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...
stevenfilipowicz
stevenfilipo...
Offline Send Email
Jan 16, 2007
5:29 am
1895
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...
Mark Holloway
sapporomark
Offline Send Email
Jan 18, 2007
11:33 pm
1896
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....
James Holmes
holmesjr_2005
Offline Send Email
Jan 19, 2007
12:09 am
1897
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...
Neil Bailey
nbailey00
Offline Send Email
Jan 19, 2007
12:40 am
1898
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...
James Holmes
holmesjr_2005
Offline Send Email
Jan 19, 2007
1:48 am
1899
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...
Mark Holloway
sapporomark
Offline Send Email
Jan 19, 2007
1:29 pm
1900
Yes, upgrade - mxAjax supports multiple suggests with ease. ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Jan 20, 2007
12:29 am
1901
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...
Mark Holloway
sapporomark
Offline Send Email
Jan 20, 2007
7:33 am
1902
I'll eventually blog this, but here's the quick and dirty response. If you examine the autocomplete example: function init() { new mxAjax.Autocomplete({ ...
James Holmes
holmesjr_2005
Offline Send Email
Jan 20, 2007
8:52 am
1904
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...
jackpendenhausen
jackpendenha...
Offline Send Email
Jan 21, 2007
6:23 am
1905
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...
john_j_beasley
Offline Send Email
Jan 30, 2007
6:30 pm
1906
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...
Mark Holloway
sapporomark
Offline Send Email
Jan 31, 2007
9:59 am
1907
Can you post the CFC method(s) that drive the search results? ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Jan 31, 2007
12:58 pm
1908
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...
chris brickhouse
chris_brickh...
Offline Send Email
Jan 31, 2007
5:24 pm
1909
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...
Mark Holloway
sapporomark
Offline Send Email
Jan 31, 2007
10:08 pm
1910
Yosh! I have your answer: <cffunction name="getStateList" access="remote"> <cfargument name="searchCharacter" required="yes" type="string" default="W"> ...
James Holmes
holmesjr_2005
Offline Send Email
Feb 1, 2007
12:01 am
1911
Great things are working well If i want to increase the number to five (which i do ) ... default=""> ... default=""> #add in cfargument name="searchCharacter3"...
Mark Holloway
sapporomark
Offline Send Email
Feb 1, 2007
4:36 am
1912
This is the quick and dirty way: <cfif ARGUMENTS.searchCharacter1 IS NOT ""> <cfset searchChar = ARGUMENTS.searchCharacter1> <cfelseif...
James Holmes
holmesjr_2005
Offline Send Email
Feb 1, 2007
4:52 am
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
Messages 1890 - 1920 of 2021   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