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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1271 - 1325 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1271
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: ...
natansouzag
Offline Send Email
May 3, 2007
8:19 pm
1274
I'm trying to develop a simple cfajax search where my cfc returns parsed xml, as an array of structs. Does anyone know of examples?...
aussiejourno
Offline Send Email
May 9, 2007
2:08 am
1277
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...
bsdensmore
Offline Send Email
May 9, 2007
8:50 pm
1278
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...
nlivengoodwaite
Offline Send Email
May 10, 2007
1:06 pm
1279
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...
Ben Densmore
bsdensmore
Offline Send Email
May 10, 2007
2:08 pm
1280
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...
nlivengoodwaite
Offline Send Email
May 10, 2007
2:45 pm
1281
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...
Ben Densmore
bsdensmore
Offline Send Email
May 10, 2007
3:13 pm
1282
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...
Dan Wilson
klar1ty
Offline Send Email
May 10, 2007
3:15 pm
1284
- 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...
Daniel Schmid
ananda1203
Offline Send Email
May 10, 2007
3:59 pm
1285
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 Densmore
bsdensmore
Offline Send Email
May 10, 2007
4:52 pm
1286
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...
Christopher Jordan
c_s_jordan
Offline Send Email
May 10, 2007
5:26 pm
1287
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...
bsdensmore
Offline Send Email
May 10, 2007
6:13 pm
1289
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....
seveni7
Offline Send Email
May 11, 2007
2:53 pm
1291
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...
ofarah24
Offline Send Email
May 14, 2007
12:40 pm
1304
There was an error in the code. It is working fine now. Error in suggest.js: In adjustiFrame: function() Change this: if (this.listWidth != "") ...
ofarah24
Offline Send Email
May 30, 2007
7:31 pm
1307
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....
shynes
Offline Send Email
Jun 1, 2007
4:13 am
1308
hi Shynes You can use ext.js on top of jquery... Thus it looks like perfect match with AjaxCFC/jQuery. AjaxCFC for dataconnection und ext.js for...
Daniel Schmid
ananda1203
Offline Send Email
Jun 1, 2007
1:02 pm
1309
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...
Mark Ireland
akaidr4vr
Offline Send Email
Jun 2, 2007
1:03 am
1311
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...
Daniel Schmid
ananda1203
Offline Send Email
Jun 5, 2007
11:27 am
1315
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...
shynes
Offline Send Email
Jun 11, 2007
10:07 pm
1316
... Maybe. But there won't be CF tags to drive them with. -- Tom Chiverton Helping to apprehensively e-enable sexy solutions on:...
Tom Chiverton
tom.chiverton
Offline Send Email
Jun 12, 2007
10:10 am
1317
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...
Christine Davis
ca_davis2
Offline Send Email
Jun 12, 2007
7:50 pm
1318
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...
erstud77
Offline Send Email
Jun 13, 2007
5:52 pm
1319
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...
erik tsomik
erstud77
Offline Send Email
Jun 13, 2007
6:13 pm
1320
I didnt review all your code. But the first thing I see is your component should extend ajax.cfc. change this <cfcomponent displayname="ajaxTest"...
Kevin
lbretail22
Offline Send Email
Jun 13, 2007
6:25 pm
1321
Well as you saw my cfc commponents is located below and it extending ajax ... {'_cfscriptLocation':'myweather.cfc','_jsscriptFolder':'../core/js'};< ... ...
erstud77
Offline Send Email
Jun 13, 2007
6:37 pm
1322
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...
Ben Densmore
bsdensmore
Offline Send Email
Jun 13, 2007
7:26 pm
1323
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...
Ben Densmore
bsdensmore
Offline Send Email
Jun 13, 2007
7:31 pm
1324
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...
Kevin
lbretail22
Offline Send Email
Jun 13, 2007
7:53 pm
1325
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....
Keith
head_java
Offline Send Email
Jun 14, 2007
7:29 pm
Messages 1271 - 1325 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