Hi all,
i'm trying to get ckeditor with c5 filemanager (http://
forum.filemanager.corefive.com/#home) to play nicely.
Ckeditor works fine and have had no issues there, the filemanager
however makes calls to cfm files (Connectors) which get intercepted by
the request handling in framework 1. I've tried adding an additional
condition to the final if statement in onRequestStart which allows
calls to cfc's direclty but doing this seemed to cause more issues. I
then tried sticking 1 big if statement around the framework action
processing to stop it running if we look for anything under /ckeditor.
This also didnt work for obvious reasons (im presuming the other app
functions expect certain variables to be defined like "Services".
Note - when i tried adding the additional condition the file manager
did load but if i attemtped to create a folder i would get wierdness
and when i tried uploading an image it tried to get me to save
filemanager.cfm. The other method i tried with the if statement around
it all just threw an error message stating services is undefined.
Also when i tried using the filemanager prior to modifying
onrequestStart the problems that occured were framework 1 trying to
find the default action but under the filemanager location eg its
attempting to run the following: "
http://www.hostname.com/sitename/
ckeditor/filemanager/scripts/jquery.filetree/connectors/
jqueryFileTree.cfm?action=home:page.home"
Can anyone shed some light on what might be the best way to allow
calls to the filemanager through without framework ones bits and
pieces being run.
Cheers guys, let me know if you need more info.
- callem
--
You received this message because you are subscribed to the Google Groups "framework-one" group.
To post to this group, send email to
framew...@googlegroups.com.
To unsubscribe from this group, send email to
framework-on...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/framework-one?hl=en.