I use the cftextarea in Coldfusion for rich text editing on a few of our websites, but for some reason it is not working on one site.
My tag looks like this:
<cftextarea
id="description"
name="description"
basepath="/ems/FCKeditor"
height="320"
skin="silver"
toolbar="EMS"
richtext="true"
required="true"
>
I have a custom toolbar inside the js config file named "EMS" and I'm using a copy of the FCKEditor in the website itself rather than the default CFIDE mapped editor.
When I go to this page the ouput I get is the comments inside the editor files:
----------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
----------------------------------------------------------------------------------------
Anyone have any idea why this is happening??? The weird thing is that this was working for the longest time and all of a sudden it isn't....
Thanks.
Mon, 05/26/2008 - 23:02
#1