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 the passing you might need to do.  Hopefully that helps ...

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327883
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 for this; 
although, I think this may be my only choice.

Thanks,

Donnie Carvajal 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327850
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4