Maybe I am missing something, but it seems to me there should be a variable to add a dynamic stylesheet to the call. The only way I have been able to get this to work right now is to change the actual fckconfig.js file. This is not conducive to upgrades. For ColdFusion, using the cfmodule tag, it would look like this:
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/fckeditor/"
instanceName="Content"
value='#getRecord.Content#'
width="570"
height="250"
toolbarSet="Slim"
stylesheet="#getRecord.StyleSheet#">
It is available for the toolbarSet, why can't it be done for the stylesheet? If I am missing something, please feel free to correct me.
David Moore
UpstateWeb LLC
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/fckeditor/"
instanceName="Content"
value='#getRecord.Content#'
width="570"
height="250"
toolbarSet="Slim"
stylesheet="#getRecord.StyleSheet#">
It is available for the toolbarSet, why can't it be done for the stylesheet? If I am missing something, please feel free to correct me.
David Moore
UpstateWeb LLC