Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1126 - 1155 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1126
I am using ajaxcfc and cfsavecontent to include a large form on a page based on a certian client to avoid loading the form numerous times on page load. All of...
gratzc
Offline Send Email
Feb 2, 2007
11:36 pm
1127
Hi Everyone, Has anyone figured out how to keep the div alive when entering a space with the Suggest component? It works when I enter an underscore, but this...
joshw1122
Offline Send Email
Feb 4, 2007
1:19 am
1128
Do you have a demo online to look at Josh? Rey...
Rey Bango
reybango
Offline Send Email
Feb 4, 2007
2:38 am
1129
Hi Rey, Thanks for your reply. It occurs on every demo/version I've tried. This may be classified as a bug or possible just an unimplemented feature. Here is...
joshw1122
Offline Send Email
Feb 4, 2007
5:48 am
1130
Josh, If you're using the jQuery version of AjaxCFC, you should definitely look at this plugin: http://www.dyve.net/jquery/?autocomplete It allows you to...
Rey Bango
reybango
Offline Send Email
Feb 4, 2007
6:30 am
1131
Hi Rey, I'm going to get this and give it a go. The demo is great. Thanks for your help! Josh ... definitely ... here to ... using ... as ... ...
joshw1122
Offline Send Email
Feb 4, 2007
6:55 am
1132
Is CFFORM being returned to the client, or what should be generated by a CFFORM? I suspect it may be the former. Russ _____ From: ajaxcfc@yahoogroups.com...
Russ Michaels
snake_hollywwod
Offline Send Email
Feb 9, 2007
3:24 pm
1133
I will be out of the office starting 02/07/2007 and will not return until 02/13/2007. I will respond to your message when I return. If your issue is urgent,...
john.mcdonald@...
john_mcdonal...
Offline Send Email
Feb 9, 2007
3:39 pm
1134
Would it be possible to add the loading message functionality to the jQuery branch of ajaxCFC? BlockUI is good in some cases, but the loading message is...
daemach
Offline Send Email
Feb 9, 2007
9:27 pm
1135
Is that the ajax indicator change that I made to the DWR version or something that Rob implemented? Rey...
Rey Bango
reybango
Offline Send Email
Feb 9, 2007
9:46 pm
1136
Actually both would be great. I have a couple places where the text messages would work well, but I'm trying to use the images wherever I can. ... libraries....
daemach
Offline Send Email
Feb 12, 2007
6:34 pm
1137
One of the difficult things about programming with CFC's is not being able to see what is going on inside them very well. At the moment you have a way to pass...
daemach
Offline Send Email
Feb 12, 2007
6:44 pm
1138
In one of the applications I'm working on I am building a javascript object that includes arrays as object properties. I'm passing this entire object back to...
daemach
Offline Send Email
Feb 12, 2007
7:13 pm
1139
daemach, ... I don't understand why you say that javaScript is chocking on uppercase property names. All you should have to do is reference these in your code...
Christopher Jordan
c_s_jordan
Offline Send Email
Feb 12, 2007
7:34 pm
1140
daemach... I don't know what happened to my other response. Anyway, here it is again, just in case the other one seems a bit messed up. ... I don't understand...
Christopher Jordan
c_s_jordan
Offline Send Email
Feb 12, 2007
7:41 pm
1141
The issue is that I created all of my objects in the browser with camel case names and I don't want to change everything, though that will likely solve the...
daemach
Offline Send Email
Feb 12, 2007
8:01 pm
1142
Yeah, I agree it's a huge pain in the arse, that these things don't keep the case they're given. Hey, in the case of cfjson, I suppose that any one of us could...
Christopher Jordan
c_s_jordan
Offline Send Email
Feb 12, 2007
8:20 pm
1143
daemach, To set an indicator, add this snippet of code to jquery.AjaxCFC.js after the getSerialization function declaration: setIndicator: function( target,...
Rey Bango
reybango
Offline Send Email
Feb 12, 2007
8:49 pm
1144
That will work for now - thanks much. I want the indicator in the upper right corner of the window - is there a way to do that without creating a full-screen...
daemach
Offline Send Email
Feb 12, 2007
10:12 pm
1145
If you use the script that I posted, you can position the target div anywhere you want. So just create a div and give it a style with absolute position. Rey......
Rey Bango
reybango
Offline Send Email
Feb 12, 2007
10:20 pm
1146
... Ray Camden has an alternative debugging template you can set up in the Administrator, that you may want to look at. As to logging internals, we use cflog...
Tom Chiverton
tom.chiverton
Offline Send Email
Feb 13, 2007
9:21 am
1147
Open a USA Bank Account NOW For Non-Americans. Good for PayPal. Free VISA Card. No SSN # Required. Click Here:: http://lnk.in/4daq...
USA Bank Account NOW
shomatamer
Offline Send Email
Feb 13, 2007
8:15 pm
1148
daemach, were you able to get the indicator to show up correctly? Rey...
Rey Bango
reybango
Offline Send Email
Feb 13, 2007
9:59 pm
1149
$ 1 Billion Enail Adresses $ Over 1 Billion Emails Worldwide GO GO :: http://lnk.in/4dap...
$ 1 Billion Enail Adr...
shomatamer
Offline Send Email
Feb 14, 2007
12:24 am
1150
Yes I did - thanks very much. I'm hoping this can be worked into the code base along with a gmail-style text message as alternatives to blockUI. BlockUI...
daemach
Offline Send Email
Feb 14, 2007
7:07 am
1151
A new jQuery plugin called Taconite popped up on the jquery mailing list the other day and it looks really interesting. Here's the URL and the author's...
daemach
Offline Send Email
Feb 14, 2007
7:23 am
1152
Would it be possible to set a base URL using in $.AjaxCFCHelper that could get overwritten in the $.AjaxCFC call? I create a separate CFC for each...
daemach
Offline Send Email
Feb 14, 2007
7:26 am
1153
After playing with this more I ended up having to change that <cfelseif> block to <cfelseif NOT (isArray(arguments.result) OR isQuery(arguments.result) OR...
daemach
Offline Send Email
Feb 14, 2007
3:59 pm
1154
I wonder if the following variable might work? $.AjaxCFCHelper.setAjaxLoadIndicator("text | image | blockUI","message ... If targetDiv is null, ajaxCFC should...
daemach
Offline Send Email
Feb 14, 2007
4:03 pm
1155
It sounds doable. Can you give it a shot? I'm swamped at the moment and won't be able to get to it for a bit. Rey...
Rey Bango
reybango
Offline Send Email
Feb 14, 2007
4:55 pm
Messages 1126 - 1155 of 1584   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