Re: ColdFusion and script.aculo.us

2006-09-02 Thread James Holmes
I'm looking deeper into the guts of it, but the script.aculo.us JS file is one of the standard includes pulled into the page, so I guess it can do all of the relevant calls one way or another. MXAJAX is indeed in beta right now, so this is a good time to give Arjun feedback. I'm assisting with

Re: ColdFusion and script.aculo.us

2006-09-01 Thread James Holmes
Via MXAJAX, yes I'm just getting into it. On 9/1/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Anyone using it with script.aculo.us? Are you calling CFCs much the same way as you can with AjaxCFC etc? -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/

Re: ColdFusion and script.aculo.us

2006-09-01 Thread Robertson-Ravo, Neil (RX)
are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: James Holmes To: CF-Talk Sent: Fri Sep 01 16:00:35 2006 Subject: Re: ColdFusion and script.aculo.us Via MXAJAX, yes I'm just getting into it. On 9/1/06, Robertson-Ravo, Neil

Re: ColdFusion and script.aculo.us

2006-09-01 Thread Michael J. Sprague
I've been using Scriptaculous/Prototype with ColdFusion for several months now and am very happy with it. I'm not familiar with how AjaxCFC handles it's calls to CFCs but I typically write cfm pages that call the CFC methods i need and handle and display logic if necessary. If you want to call

RE: ColdFusion and script.aculo.us

2006-09-01 Thread Adrian Showalter
I use the script.aculo.us to call CFM files which contain the logic to call the CFCs and output formatted HTML results, but I do not use it to call CFCs directly as all of my presentation code is in CFM files.  I also use it for effects and DOM manipulation.  It is possible to call CFCs

Re: ColdFusion and script.aculo.us

2006-09-01 Thread James Holmes
MXAJAX contains script.aculo.us as part of its core. It does AjaxCFC style CFC calls. On 9/1/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: No, I mean, are you performing (and can you) CFC calls via script.aculo.us? Looking around the offerings, this one seems to be the best, most

Re: ColdFusion and script.aculo.us

2006-09-01 Thread Robertson-Ravo, Neil (RX)
are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: James Holmes To: CF-Talk Sent: Fri Sep 01 17:37:13 2006 Subject: Re: ColdFusion and script.aculo.us MXAJAX contains script.aculo.us as part of its core. It does AjaxCFC style CFC

Re: ColdFusion and script.aculo.us

2006-09-01 Thread Robertson-Ravo, Neil (RX)
expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Adrian Showalter To: CF-Talk Sent: Fri Sep 01 17:22:26 2006 Subject: RE: ColdFusion and script.aculo.us I use the script.aculo.us to call CFM files which contain the logic to call the CFCs