The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.replace("ckeditor", { customConfig : "/path/to/my/customconfig.js"" });
CKEDITOR.editorConfig = function( config ) { config.removePlugins = "elementspath", ... };
Re: Remove HTML Bread Crumb
I am just removing the plugin for the elements path.
Define a custom configuration JS file when replacing the textarea:
In my custom configuration JS file, I have something like this
Zahni
Re: Remove HTML Bread Crumb
That works but leave me with a problem.
When the page is displayed in ie 8 with compatibility view switched on there is no bottom border to the editor.
Any ideas?
Ben