You could use FCKEditor if you wanted, you would just need to create your own DataType.
Alternatively you can add plugins to TinyMCE, you need to edit the tinyMCESettings.config in your /config folder. A lot of the standard settings of TinyMCE are turned off as they don't target CSS-based designs, they allow editors to do in-place styling (eg - underlining, etc) which isn't great if someone has spent a lot of time doing a stylesheet and the content editors just go in and break it :P.
Extended Editor
Hi
Not sure it this is the right section, but I try :)
I would like some more features it the Wusiwug editor.
And have previously used FCKEditor on costum build homepages.
Is there any way to impliment fckeditor?
Or is it possible to enable more features in TinyMCE? I have enabled all ithems in the developer section.
/Lars Mortensen
Umbraco V4
You could use FCKEditor if you wanted, you would just need to create your own DataType.
Alternatively you can add plugins to TinyMCE, you need to edit the tinyMCESettings.config in your /config folder. A lot of the standard settings of TinyMCE are turned off as they don't target CSS-based designs, they allow editors to do in-place styling (eg - underlining, etc) which isn't great if someone has spent a lot of time doing a stylesheet and the content editors just go in and break it :P.
is working on a reply...