Re: FKCEditor URL Vars

2009-11-01 Thread Jason Fisher
Figure out which popup is being called (generally a .html file) and rename it as .cfm and then find all the references to the .html file and change them to .cfm (generally the calls are in fckeditor.js or one of the plugins/*/*.js libraries). Once you have the popup in CFML you can do all

FKCEditor URL Vars

2009-10-30 Thread Donnie Carvajal
Is there any way to pass URL variables into the FCKeditor either through the cftextarea tag or the custom tag fckeditor.cfm that comes with CF 9? I have a popup window that needs certain variables to determine what information to display. I am trying to avoid using session/client variables