viewtopic.php?f=6&t=9895&p=26465&hilit=cftextarea#p26465
<html>
<head>
<script type="text/javascript">
var oFCKeditor=new FCKeditor("MyToolbar");
oFCKeditor.BasePath="./FCKeditor/";
oFCKeditor.Config["CustomConfigurationsPath"]="/FCKeditor/sn_custom_fckconfig.js" ;
oFCKeditor.Create();
</script>
</head>
<body>
<cfform action="##" method="post">
<cftextarea richtext="true" name="MyToolbar" />
</cfform>
</body>
</html>

Re: cftextare Custom Configurations file and plugins
I just had the path pointing to the wrong location.
Even though this is working now, my plugins still do not work, which really stinks. Any idea on how to make custom plugins work with cftextarea?
Re: cftextare Custom Configurations file and plugins
Just needed to make sure I had the right path for plugins setup in fckconfig.js
Well I hope this helps someone! - probably not...