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...
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...
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...
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...
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...
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,...
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...
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....
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...
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, ... 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...
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...
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...
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...
daemach, To set an indicator, add this snippet of code to jquery.AjaxCFC.js after the getSerialization function declaration: setIndicator: function( target,...
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...
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......
... 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...
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...
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...
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...
I wonder if the following variable might work? $.AjaxCFCHelper.setAjaxLoadIndicator("text | image | blockUI","message ... If targetDiv is null, ajaxCFC should...