Re: Journaling

2010-08-19 Thread Martin Franklin
cfdump var=#FORM# cfdump var=#qName# - Original Message - From: Stephens, Larry V steph...@indiana.edu To: cf-talk cf-talk@houseoffusion.com Sent: Thursday, August 19, 2010 7:02 AM Subject: ***SPAM*** Journaling The project I'm working on requires Journaling, i.e., track changes

Re: setting cf var with javascript

2010-02-05 Thread Martin Franklin
Take a look @ the cfajaxproxy tag. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3.html - Original Message - From: Yuliang Ruan yuliangr...@hotmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Friday, February 05, 2010 10:31 AM Subject: ***SPAM*** Re:

Re: setting cf var with javascript

2010-02-05 Thread Martin Franklin
Kule, but I'd move the starting cfoutput tag, no need to wrap your logic in it:) - Original Message - From: Keith McGee kpmc...@frontiernet.net To: cf-talk cf-talk@houseoffusion.com Sent: Friday, February 05, 2010 12:09 PM Subject: ***SPAM*** Re: setting cf var with javascript this

Re: cfgrid flash href

2010-02-04 Thread Martin Franklin
You might consider getting the underlying ext using ColdFusion.Grid.getGridObject(myGrid) and attaching to appropriate logic to do this. Of course you would have to use an html grid in lieu of flash. Maybe something like this? cfform name=rwsGrid format=html action=## cfgrid

Re: jquery javascript coldfusion.navigate cflayout cfdiv

2010-01-07 Thread Martin Franklin
Have you tried including the jQuery library on target page? - Original Message - From: David Mineer min...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Thursday, January 07, 2010 12:09 PM Subject: ***SPAM*** jquery javascript coldfusion.navigate cflayout cfdiv We cannot get

Re: PDF Generation

2009-12-29 Thread Martin Franklin
Asim Check out Dynamic PDF v4.0 http://www.dynamicpdf.com/?gclid=CNL8hdiL_J4CFQoiagodSh8mmQ - Original Message - From: Asim Manzur bytel...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, December 29, 2009 8:41 AM Subject: Re: PDF Generation Yes the problem is this

Re: CFwindow and jquery in source

2009-04-10 Thread Martin Franklin
Hi, I have an edit record form with some jquery that exists on it's own and runs fine. I'd also like to call this cfm as a cfwindow source under certain circumstances (parent-child associations). I cannot for the life of me figure out how to get my jquery to run when it is running

Re: CFwindow and jquery in source

2009-04-10 Thread Martin Franklin
The issue is definitely that some of the jquery plugins rely on the ready event within their code. I can bypass ready in my cfms with ajaxonload for custom stuff, but I can't rewrite all the jQuery plugins! Ok, I can get jQuery validate to work whenever I change from cfform to