I am moving from ActivEdit to FCKeditor because of Vista issues (and I understand it is the Editor of choice for CF8) and am trying to figure out how to impact the styles within the editor. Is this not how to attach the stylesheet within the cfmodule below?
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/fckeditor/"
instanceName="RecordText"
value='#getPortfolio.RecordText#'
width="570"
height="250"
toolbarSet="Slim"
EditorAreaCSS="#getConfig.URL#/styles/stylesheet.css">
This was how ActivEdit worked and I am trying to figure out how to move things over easily.
<cf_activedit
name="Content"
inc="/activedit/inc/"
width="100%"
height="400"
toolbar="cut,copy,paste,|,redo,undo,|,justifyleft,justifycenter,justifyright,bullets,numbers,|,hyperlink,spellcheck,specialchars,hr,help,|"
tabview="yes"
stylesheet="#getConfig.URL#/styles/#getConfig.Stylesheet#">
</cf_activedit>
So far, I like the way some of the features work in FCKeditor. There just needs to be more examples on how the variables work within the cfmodule.
How I use ActivEdit/FCKeditor is set up a Virtual Directory for each website and then assign dynamic variables. I don't want to have to load fckeditor into each web director and build files into each if I can help it. Any suggestions?
David G. Moore, Jr.
UpstateWeb, LLC
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/fckeditor/"
instanceName="RecordText"
value='#getPortfolio.RecordText#'
width="570"
height="250"
toolbarSet="Slim"
EditorAreaCSS="#getConfig.URL#/styles/stylesheet.css">
This was how ActivEdit worked and I am trying to figure out how to move things over easily.
<cf_activedit
name="Content"
inc="/activedit/inc/"
width="100%"
height="400"
toolbar="cut,copy,paste,|,redo,undo,|,justifyleft,justifycenter,justifyright,bullets,numbers,|,hyperlink,spellcheck,specialchars,hr,help,|"
tabview="yes"
stylesheet="#getConfig.URL#/styles/#getConfig.Stylesheet#">
</cf_activedit>
So far, I like the way some of the features work in FCKeditor. There just needs to be more examples on how the variables work within the cfmodule.
How I use ActivEdit/FCKeditor is set up a Virtual Directory for each website and then assign dynamic variables. I don't want to have to load fckeditor into each web director and build files into each if I can help it. Any suggestions?
David G. Moore, Jr.
UpstateWeb, LLC