Re: JQuery Javascript and Coldfusion Ajax functions

2010-10-15 Thread Daniel Heighton
@Azadi Thanks for the response. I attempted to use this, I see it in the page source and everything but it did not change how the page loads up. This seems very similar to just putting a refresh function in the document.onload() javascript function, which I had tried. That one did not work as

Re: JQuery Javascript and Coldfusion Ajax functions

2010-10-14 Thread Michael Grant
wondering out loud here, would the following work perhaps? I'm at home for the day and have no intention of firing up an editor tonight ;) On Thu, Oct 14, 2010 at 7:08 PM, Azadi Saryev wrote: > > you can use ajaxonload() built-in cf function to run a specific js > function after all cf aja

Re: JQuery Javascript and Coldfusion Ajax functions

2010-10-14 Thread Azadi Saryev
you can use ajaxonload() built-in cf function to run a specific js function after all cf ajax controls on the page are loaded. you basically add this line before the closing tag: one minus of this is you can't pass any arguments to the js function you execute in ajaxonload()... more detail

JQuery Javascript and Coldfusion Ajax functions

2010-10-14 Thread Daniel Heighton
I am trying to get a JQuery addon (asmSelect) to work on my page. The addon will load and work, but the multiselect boxes it works on are dynamically loading using a cfc:ajax function. This measns right when the page is loaded, the asmSelect box is empty. I was able to work around this in a fa

Re: javascript and coldfusion

2009-10-21 Thread Paul Cormier
I concur with Judah's comments on Ext JS and JQuery. ExtJS for largish web apps, JQuery for enhancing a site. I've just posted a presentation I made last weekend titled "Building RIAs using ExtJS 3 and ColdFusion" which you may find useful. http://www.slideshare.net/paulcormier/building-rias-u

Re: javascript and coldfusion

2009-10-21 Thread Claude Schneegans
>>what are your experiences of the above and others? The best library I ever used is the one I developed myself over the years. 1º it contains about everything I need; 2º it does not contain anything I don't need; 3º it can be enhanced easily any time. ~

Re: javascript and coldfusion

2009-10-21 Thread James Holmes
jax :s > > -- > From: "James Holmes" > Sent: Wednesday, October 21, 2009 2:03 PM > To: "cf-talk" > Subject: Re: javascript and coldfusion > >> >> And ExtJS explicitly provides connectors for whatever libra

Re: javascript and coldfusion

2009-10-21 Thread Arsalan Tariq Keen
how can I use these connectors??? I am a newbie to Ajax :s -- From: "James Holmes" Sent: Wednesday, October 21, 2009 2:03 PM To: "cf-talk" Subject: Re: javascript and coldfusion > > And ExtJS explicitly provides conne

Re: javascript and coldfusion

2009-10-21 Thread James Holmes
gside other > frameworks. > > -Original Message- > From: Dave Watts [mailto:dwa...@figleaf.com] > Sent: Wednesday, October 21, 2009 12:02 AM > To: cf-talk > Subject: Re: javascript and coldfusion > > >> H reading this chain of emails... a question raised in m

RE: javascript and coldfusion

2009-10-20 Thread lists
jQuery explicitly offers compatibility mode for use alongside other frameworks. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, October 21, 2009 12:02 AM To: cf-talk Subject: Re: javascript and coldfusion > H reading this chain of emails..

Re: javascript and coldfusion

2009-10-20 Thread Dave Watts
> H reading this chain of emails... a question raised in my mind > can we use multiple frameworks on the same page... I mean can use > jQuery to create a window and use ExtJS for displaying a grid Generally, yes, although some frameworks may have compatibility issues with othe

Re: javascript and coldfusion

2009-10-20 Thread Arsalan Tariq Keen
: "Tony Bentley" Sent: Wednesday, October 21, 2009 1:17 AM To: "cf-talk" Subject: Re: javascript and coldfusion > > Not only that, but Adobe has packaged it for ColdFusion's AUTOSUGGEST> > > /CFIDE/scripts/ajax/yui/autocomplete/autocomplete-min.js > &g

Re: javascript and coldfusion

2009-10-20 Thread Tony Bentley
Not only that, but Adobe has packaged it for ColdFusion's /CFIDE/scripts/ajax/yui/autocomplete/autocomplete-min.js /CFIDE/scripts/ajax/yui/animation/animation-min.js /CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js >YUI is still in development, without a doubt. Ext is a project tha

Re: javascript and coldfusion

2009-10-20 Thread Judah McAuley
t is behind at all). > > > andy > > -Original Message- > From: Tony Bentley [mailto:t...@tonybentley.com] > Sent: Tuesday, October 20, 2009 11:00 AM > To: cf-talk > Subject: Re: javascript and coldfusion > > > Why wouldn't you choose YUI as an option to implement?

Re: javascript and coldfusion

2009-10-20 Thread Richard White
thanks for all your replies... seems then that extjs is good for ui and jquery for adding functionaility and therefore we should know both :) > Hi, > > we are doing a review of the best javascript components libraries to > use with coldfusion, e.g. jquery, extjs, dhtmlx, etc... > > what ar

RE: javascript and coldfusion

2009-10-20 Thread Andy Matthews
al Message- From: Tony Bentley [mailto:t...@tonybentley.com] Sent: Tuesday, October 20, 2009 11:00 AM To: cf-talk Subject: Re: javascript and coldfusion Why wouldn't you choose YUI as an option to implement? I'm not sure I understand, unless it is purely preference. I don't use it bu

Re: javascript and coldfusion

2009-10-20 Thread denstar
Yeah, like, dojo's testing stuff is freaking awersome! And you don't have to run dojo to use it, either. Mix and match, match and mix... Cuz the dojo heads are freaking cool like that. Talk about a well thought out JS framework. Hat's off to 'em. -- Everything is pathology, except for indif

Re: javascript and coldfusion

2009-10-20 Thread Judah McAuley
I like Ext for building JS applications but prefer JQuery for adding functionality on top of an HTML application. Ext is a full fledged frame work. If you want to have a single html page with nothing more than a div and build all your UI in javascript that does event-driven calls to a CF backend,

Re: javascript and coldfusion

2009-10-20 Thread Tony Bentley
Why wouldn't you choose YUI as an option to implement? I'm not sure I understand, unless it is purely preference. I don't use it but I know there are enough apps out there that use it to make it worth considering. JQuery on the other hand is something I have come to depend on, similarly to Cold

Re: javascript and coldfusion

2009-10-20 Thread Cutter (ColdFusion)
Especially since ExtJs started out as an 'extension' of YUI ;) And (and I'm not knockin JQuery) people should really look at ExtCore for basic DOM manipulation, ajax and effects... Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Le

Re: javascript and coldfusion

2009-10-20 Thread James Holmes
I'd cut two from that list; just use jQuery and ExtJS (with the jQuery connector). mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/10/20 Tony Bentley : > > I would suggest using YUI, ExtJS, JQuery and Prototype. Each one has an > independent value that the

Re: javascript and coldfusion

2009-10-20 Thread Tony Bentley
I would suggest using YUI, ExtJS, JQuery and Prototype. Each one has an independent value that the others do not carry. For instance, when using the CFAJAXPROXY, you are using the Prototype library. For UI windows, navigation, etc you are using ExtJS. When building custom controllers or doing y

RE: javascript and coldfusion

2009-10-20 Thread Andy Matthews
y far your best choice. andy -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Tuesday, October 20, 2009 8:55 AM To: cf-talk Subject: javascript and coldfusion Hi, we are doing a review of the best javascript components libraries to use with coldfusion, e.g. jqu

Re: javascript and coldfusion

2009-10-20 Thread Steve Milburn
I think you'll find a lot of varying opinions on which library is best, but the only way you're going to be able to make the decision that works best for you is to get your hands dirty with several different libraries and decide for yourself. Personally, I started with Spry and have since moved to

Re: javascript and coldfusion

2009-10-20 Thread Cutter (ColdFusion)
I find it best to use ExtJs, for a number of reasons. One, it's bundled in ColdFusion, and I can rapidly prototype applications (using the cfajax tags), then build out full featured apps that directly resemble the prototypes. Licensing is not an issue, as we are licensed the use of the library

javascript and coldfusion

2009-10-20 Thread Richard White
Hi, we are doing a review of the best javascript components libraries to use with coldfusion, e.g. jquery, extjs, dhtmlx, etc... what are your experiences of the above and others? thanks richard ~| Want to reach the ColdFu

RE: Javascript and Coldfusion

2008-08-03 Thread Jim Davis
> -Original Message- > From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 2:12 AM > To: CF-Talk > Subject: Javascript and Coldfusion > > I'm looking for some good advice/info on exchanging variables between > CF and > j

Re: Javascript and Coldfusion

2008-08-01 Thread Brad Wood
lol. It's late and my spell check already went to bed... - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, August 02, 2008 1:29 AM Subject: Re: Javascript and Coldfusion > On Fri, Aug 1, 2008 at 11:

Re: Javascript and Coldfusion

2008-08-01 Thread Charlie Griefer
On Fri, Aug 1, 2008 at 11:22 PM, Brad Wood <[EMAIL PROTECTED]> wrote: > That's a pretty vague question. Never the less, one that comes up often. > > Basically you need to remember that ColdFusion is all excited first on the > server. > my ColdFusion doesn't seem all excited. maybe it needs more

Re: Javascript and Coldfusion

2008-08-01 Thread Brad Wood
Ajax calls, but I'm not even going there unless that is what you need. Describe for us what it is you are after and we'll see if we can't help you. ~Brad - Original Message - From: "Jenny Gavin-Wear" <[EMAIL PROTECTED]> To: "CF-Talk" Se

Javascript and Coldfusion

2008-08-01 Thread Jenny Gavin-Wear
I'm looking for some good advice/info on exchanging variables between CF and javascript, anyone know of a good reference site, please? Jenny ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date