Re: Journaling

2010-08-19 Thread Martin Franklin
- Original Message - From: "Stephens, Larry V" To: "cf-talk" Sent: Thursday, August 19, 2010 7:02 AM Subject: ***SPAM*** Journaling > > The project I'm working on requires Journaling, i.e., track changes made > to the data. > > I'm hoping to do this as a blackbox. My beginning p

Re: setting cf var with javascript

2010-02-05 Thread Martin Franklin
Kule, but I'd move the starting tag, no need to wrap your logic in it:) - Original Message - From: "Keith McGee" To: "cf-talk" Sent: Friday, February 05, 2010 12:09 PM Subject: ***SPAM*** Re: setting cf var with javascript > > this is what I wanted to do, Thanks I figured it out >

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" To: "cf-talk" Sent: Friday, February 05, 2010 10:31 AM Subject: ***SPAM*** Re: setting cf var with javascript > >> I'm looki

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?

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" To: "cf-talk" Sent: Thursday, January 07, 2010 12:09 PM Subject: ***SPAM*** jquery javascript coldfusion.navigate cflayout cfdiv > > We cannot get a simple jquery function to work us

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" To: "cf-talk" Sent: Tuesday, December 29, 2009 8:41 AM Subject: Re: PDF Generation > > Yes the problem is this pdf has lines, and sections and bar cod

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 fr

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 run