The tinyMCE web site shows how to turn buttons on and off in javascript, but I am quite unable to find out how to do it in the Umbraco rich text editor.
I would appreciate some kind soul either showing me how to do it or pointing me to an article explaining how.
Try and have a look at the tinymceeditor.config fil, which can be found in the "config" folder.
Here you should be able to add more commands, if I'm not mistaken. Have not been playing around with it myself yet. Remember to either touch the web.config or recycle the app pool to see your changes.
Rich text editor - how do I add tinyMCE buttons
In this article http://our.umbraco.org/wiki/umbraco-help/content/editcontent/rich-text-editor/editor-buttons, it says "Your system administrator is able to determine which buttons are displayed in different templates."
The tinyMCE web site shows how to turn buttons on and off in javascript, but I am quite unable to find out how to do it in the Umbraco rich text editor.
I would appreciate some kind soul either showing me how to do it or pointing me to an article explaining how.
Hi Jon
To enable/disable buttons in the tinyMCE in Umbraco you need to go to the developer section and do the following
1) Expand "datatypes"
2) Find the Rich text editor type
3) Decide, which buttons to show
I hope it makes sense :-)
/Jan
Thanks, that does make sense. I should have been clearer. I want to add buttons that are not on the developer screen, eg a text color picker.
The tinyMCE widget has the color picker, but it is not among the choices on the developer screen.
Try and have a look at the tinymceeditor.config fil, which can be found in the "config" folder.
Here you should be able to add more commands, if I'm not mistaken. Have not been playing around with it myself yet. Remember to either touch the web.config or recycle the app pool to see your changes.
/Jan
Thanks again, that provided the clue I needed.
The process is:
is working on a reply...