Removing Collapse Button from cftextarea rich editor

I'm using ColdFusion 8's new WYSIWYG editor (based on FCKEditor) in a project, and I really wanted to remove the collapse button from the toolbar. Here's what I'm talking about (the thin bar with the up arrow):

FCKEditor Toolbar

If you are anal like me and want to remove that, there's a simple option in the FCKEditor config file to remove it. Edit the fckconfig.js file, which is located in this folder:

[webroot]/CFIDE/scripts/ajax/FCKeditor/

Change the following value to "false":

FCKConfig.ToolbarCanCollapse = true ;

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Blog Owner