whats up fallows? i would like to kown if there is some way to use lots of 'dropdown' in my site without repeating code like the following exemple: ...
I'm wondering if other people have had any luck using either the yui data table or something like the Rico Live data table and populating either of these from...
I have been using YUI and the AJAX CFC and they work well together. The key thing you need to consider is instead of using there built in connection strings...
That sounds similar to what I was attempting to do. In the result function I created I am populating the Yahoo array similar to below. What ends up happening...
Ah I understand your problem now. The issue isn't YUI or AJAX CFC both are working fine. The issue is how a query is represented in an array. I was having a...
gotcha. I thought about returning an array of structs yesterday then thought maybe I was just doing something completely wrong. Should I switch over to the...
A query in ColdFusion is a special type of datastructure. It is pretty much unique to ColdFusion and should not be used to pass on to other languages. As Nate...
- what is the JSON version of AjaxCFC..? - what is the advantage of using AjaxCFC instead of YUI connection manager? I replaced my AjaxCFC/DWR calls finally...
I should have said the jQuery version not JSON, though jQuery returns JSON. I was typing faster than I could think of the name. I'm not sure if there is an...
Ben, I would definitely switch to the AjaxCFC for jQuery. However, no matter which version of AjaxCFC you use, turning a CF Query object into an array of...
Thanks Chris, I'm pretty comfortable with getting at the data returned by AjaxCFC and I initially thought that it returned an array of structs but the issue is...
Many ways to skin the cat so to speak but if you use ajaxCFC which uses json.cfc it accepts a query parameter which determines the format of the returned data....
Hello, I am using the suggest example for auto completation. The suggest div appears behind the select elements on IE 6. I looked at suggest.js and found out...
Hello, I was wondering what you guys think of using AjaxCFC VS EXT.js?? I know AjaxCFC goes well with Jquery, but EXT now has YAHOOUI or jQuery implementation....
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....