I suppose it would work, but the files together are too big. All the libraries are growing and they should make it easier to just include the functions you...
extjs.com does that... http://extjs.com/download/build Best Daniel ... extjs.com does that... http://extjs.com/download/build Best Daniel I suppose it would...
Hello, Apparantly ColdFUsion 8, now in release candidate has widgets built in for YAHOO UI library. SWEET!!!! Anyway, if thats the case, where does it fall...
Hi, We're implementing AJAX CFC in our intranet application and have run into an issue where at times as we kick off 5 or so AJAX calls asynchronously Internet...
Hi guys. I have a small problem here. I downloaded AjaxCfc and extracted AjaxCfc into my parent directory and trying to execute myweather.cfc. But it does not...
Hi guys. I have a small problem here. I downloaded AjaxCfc and extracted AjaxCfc into my parent directory and trying to execute myweather.cfc. But it does not...
Well as you saw my cfc commponents is located below and it extending ajax ... {'_cfscriptLocation':'myweather.cfc','_jsscriptFolder':'../core/js'};< ... ...
Hi Christine, are you returning large amounts of data? I have seen similar issues when returning fairly large datasets and then trying to render them to the...
do you have a mapping set up that points to Ajax.cfc? You are extending tool not ajax.cfc. The way Kevin explained it is the way you need to extend the AjaxCFC...
Ok.. As long as the ajax.cfc is in the same folder as your custom component that should be fine. I did have some issues on some servers that wouldnt allow me...
Good Afternoon, Has anyone had this issue ? If I include the JS wddx.js I receive object errors when I use the DWRUtil.addOptions to populate a returned query....
This callback is doing something odd. The getText is returning all the text values strung together separated by a comma. The getValue loads the values fine....
Hi Ben, We're working on taking a Fusebox application with dynamically generated tabbed form interfaces and changing it so we make AJAX calls to get the...
My eyes are not telling my brain whats on the screen. The getText has the object name BudQuerys not BudQuery. Not sure when, how this happen as this was...
I have may be a silly question but I still want to ask. Can I put the function in the same companent? <cfcomponent displayname="ajaxTest" extends="tool"> ...
when I execute the code nothing is going on. <cfcomponent displayname="ajaxTest" extends="tool"> <cffunction name="DisplayLoginForm" access="public"...
I'm not sure which function you are talking about. IMO I would keep your html output separate from a cfc though. Let the CFC return data and let the cfm...
OK I am able to see the text boxes, but once I enter the zip code and navigate away from the text box I supposed to get city and the state(function ziplookup)....
The only thing I can say is what I had to to to learn this. Start simple.. Very simple. Creat a .cfm template that includes the .js scripts. Create a component...
I'm using the ajaxCFC with jQuery code, and the examples on Rob's blog don't really show how to access data returned as a query. Here's a snippet of my call. ...
Form validation is not a built-in feature of AjaxCFC. AjaxCFC is really more of a CF wrapper for the jQuery and DWR DOM/Ajax libs and dramatically improves...
Hi I am using scriptaculous.js prototype for the form validation, and insyead of getting messages getting errors saying that validation is undefined. I doubke...
Sorry my man but you're on the wrong list. This list is specific to AjaxCFC which uses jQuery & DWR. You might be better off posting on CF-Talk or HoF's ajax...
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...