in the following code:
I have taken a couple guesses and looked around but cant seem to get anything to work and instead of displaying ckeditor it just displays a textarea so I assume its because elementspath
CKEDITOR.replace( 'editor2',
{
config.removePlugins = 'elementspath,save,font';
} );I have taken a couple guesses and looked around but cant seem to get anything to work and instead of displaying ckeditor it just displays a textarea so I assume its because elementspath
