I'm working ona ASP.NET 2.0 web site. We are using the mongoose blog code which came with FCKeditor v2.0. To upgrade, I did the following:
1) archived off the old fskeditor folder
2) created a new fckeditor folder, and copied the files for 2.5 into it
3) I created a custom config.js file in the web site's root folder, and edited the fckconfig.js to reflect that file.
4) I have the following lines in my custom config file:
When I run the site and go to the page that contains the editor control, I don't get any toolbars, and I can't type anything in the message body.
What am I missing?
I find it ironic that the forum software used on this site doesn't use fskeditor.
----------
New info - I got the page to give me this error:
There are two toolbarsets define in the fckconfig.js file:
The same error message is displayed if I use the "default" toolbar set that came with the FCKeditor code.
1) archived off the old fskeditor folder
2) created a new fckeditor folder, and copied the files for 2.5 into it
3) I created a custom config.js file in the web site's root folder, and edited the fckconfig.js to reflect that file.
4) I have the following lines in my custom config file:
FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; var _FileBrowserLanguage = 'aspx'; var _QuickUploadLanguage = 'aspx';
When I run the site and go to the page that contains the editor control, I don't get any toolbars, and I can't type anything in the message body.
What am I missing?
I find it ironic that the forum software used on this site doesn't use fskeditor.
----------
New info - I got the page to give me this error:
Toolbar set "Default" doesn't exist.
There are two toolbarsets define in the fckconfig.js file:
FCKConfig.ToolbarSets["Default"] = [ ['Source','-','Preview','-','Cut','Copy','Paste','PasteText','PasteWord','-', 'Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], '/', ['OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'], '/', ['FontFormat','FontName','FontSize'], '/', ['TextColor','BGColor','-','Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','SpellCheck'] ] ;
The same error message is displayed if I use the "default" toolbar set that came with the FCKeditor code.

Re: Need Startup Help