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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1194 - 1223 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1194
Hi, I want to have multiple suggest boxes on my form. They all use the same query to return Subjects (instead of states), like Subject 1, Subject 2... The...
ofarah24
Offline Send Email
Mar 1, 2007
3:25 pm
1195
Hi Everyone, I am using Ajaxcfc using Fusebox and i successfully implemented the Option list for Province - Country Dropdown while country Dropdown selected...
akbarsaitn
Offline Send Email
Mar 1, 2007
3:50 pm
1196
Good morning ajax'rs. So I have a component that answers ajax calls -- I've reduced the function it calls to just this: <cffunction name="processRequest"...
Dylan Bass
dylanzeth
Offline Send Email
Mar 2, 2007
3:33 pm
1197
Hey hey -- nevermind! //dylan...
Dylan Bass
dylanzeth
Offline Send Email
Mar 2, 2007
4:03 pm
1198
I'm trying to write ajax functions that handle all of the 'smarts' on the server-side and just use a simple eval() wrapper function to process the results....
Dylan Bass
dylanzeth
Offline Send Email
Mar 2, 2007
4:12 pm
1199
Maybe JsStringFormat would help? http://cfquickdocs.com/?getDoc=jsstringformat ________________________________ From: ajaxcfc@yahoogroups.com...
Munson, Jacob
yacoubean
Offline Send Email
Mar 2, 2007
5:18 pm
1200
Has anyone done any work on the suggest example so that that the first item returned is automaticaly selected ? much like the google suggest Cheers James...
skeggsjames
Offline Send Email
Mar 2, 2007
8:57 pm
1201
That was exactly what I needed -- thanks. //dylan...
Dylan Bass
dylanzeth
Offline Send Email
Mar 2, 2007
10:16 pm
1202
ajax noobie here. I'm using ajaxCFC 1.1 alpha 3's trunk/examples/suggest files. I'm trying to modify the index.cfm file to see how ajax works and I'm having a...
ryanjburnett
Offline Send Email
Mar 4, 2007
4:09 pm
1203
I would recommend using firefox with the firebug debugger to set breakpoints and view what is being sent to/from the server. You can get firebug here:...
daemach
Offline Send Email
Mar 8, 2007
6:15 pm
1204
... All I'm doing is changing the state_name 'Alaska' to 'Tuscaloosa' so that when I type "Tu" Tuscaloosa will appear. It won't work. I have cache set to 0,...
ryanjburnett
Offline Send Email
Mar 10, 2007
8:08 am
1205
I figured out my previous problem - I had to change the state names in the query.cfc file - that's all I needed for that step. I have the county names working...
ryanjburnett
Offline Send Email
Mar 10, 2007
9:44 pm
1206
I couldn't tell you what but I bet there's something in the CGI scope that'd help you....
Dylan Bass
dylanzeth
Offline Send Email
Mar 10, 2007
10:01 pm
1207
In regards to the suggest example, you know how when you type a few letters and press down on the keyboard to highlight the word you want? And then you press...
ryanjburnett
Offline Send Email
Mar 10, 2007
11:34 pm
1208
In regards to the suggest example, you know how when you type a few letters and press down on the keyboard to highlight the word you want? And then you press...
ryanjburnett
Offline Send Email
Mar 10, 2007
11:35 pm
1209
Isnt there onLoadEvent(body,PM_whatever)? ... _________________________________________________________________ Advertisement: Amazing holiday rentals? ...
Mark Ireland
akaidr4vr
Offline Send Email
Mar 11, 2007
2:42 am
1210
... This did the trick: <body onload="P7_initPM(1,0,1,0,0);onInit()">...
ryanjburnett
Offline Send Email
Mar 11, 2007
5:11 am
1211
What do I need to modify to use two separate fields independently? Going back to the suggest/index.cfm and index2.cfm files, how would you use separate...
ryanjburnett
Offline Send Email
Mar 11, 2007
5:18 am
1212
P.S. Here's the <head> script I'm using (and two inputs, below): <cfoutput> <script type="text/javascript"> // initialize a new suggest component var...
ryanjburnett
Offline Send Email
Mar 11, 2007
5:35 am
1213
Sure NO SPAM IN IT ! Share Your Ideas AND Doubts with Friends around you Nothing else ! WATCH FREE Movies and You Can Upload Your OWn Movies ! Its' really Good...
deepti_26061981
Offline Send Email
Mar 11, 2007
7:57 am
1214
Hi, Apologies if this question is obvious to some but I am looking for some documentation on how to sort a dataset by column and present in an HTML table. I am...
Kevin Roche
rochekuk
Offline Send Email
Mar 12, 2007
1:05 pm
1215
Hey Kevin -- the fact that some questions are obvious to others is why we have a mailing list. :) I'd personally add an ORDER BY clause to the SQL that...
Dylan Bass
dylanzeth
Offline Send Email
Mar 12, 2007
1:13 pm
1216
Kevin, If you get the jQuery version of AjaxCFC, you can use this: http://motherrussia.polyester.se/docs/tablesorter/ Rey...
Rey Bango
reybango
Offline Send Email
Mar 12, 2007
1:17 pm
1217
Ryan, You can do this via the jQuery version of AjaxCFC. Take a look here: http://www.pengoworks.com/workshop/jquery/autocomplete.htm Rey......
Rey Bango
reybango
Offline Send Email
Mar 12, 2007
1:21 pm
1218
Dylan, Thanks for your reply. I realise I should have made myself clearer. I want to display the results in an HTML table but allow the user to re-sort the...
Kevin Roche
rochekuk
Offline Send Email
Mar 12, 2007
1:22 pm
1219
Rey, Yes thats exactly waht I want. Unfortunately the examples in the jQuery version of AjaxCFC seem to crash with an AJAX error. Its says: A critical error...
Kevin Roche
rochekuk
Offline Send Email
Mar 12, 2007
1:30 pm
1220
I think he wants to do it once the table is generated and displayed. Rey......
Rey Bango
reybango
Offline Send Email
Mar 12, 2007
1:30 pm
1221
Just bare with me on this so I can help. I just want to make sure that you've downloaded the latest release of AjaxCFC. Is this correct? If so, would you mind...
Rey Bango
reybango
Offline Send Email
Mar 12, 2007
1:59 pm
1222
Rey, Thanks. I tried a few things and got the table sort working without too much difficulty. Its just the ajaxCFC examples in that branch that don't work. I...
Kevin Roche
rochekuk
Offline Send Email
Mar 13, 2007
8:49 am
1223
Kevin, I have had perfect luck with tablesort.js from frequency-decoder.com: ...
Dan Wilson
klar1ty
Offline Send Email
Mar 13, 2007
12:42 pm
Messages 1194 - 1223 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