Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
<command> <umbracoAlias>???</umbracoAlias> <icon>images/editor/???ForeColor.gif</icon> <tinyMceCommand value="" userInterface="true" frontendCommand="template">???</tinyMceCommand> <priority>##</priority> </command>
What do I need to add to the tinyMceConfig.config file to turn on the ForeColor and the BackColor Buttons?
Hello Kevon try to add this command node:
<command><umbracoAlias>forecolor</umbracoAlias> <icon>images/editor/forecolor.gif</icon> <tinyMceCommand value="" userInterface="true" frontendCommand="forecolor">forecolor</tinyMceCommand> <priority>76</priority></command>
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
TinyMCE ForeColor and BackColor -- How to toggle these on in Umbraco 4.5.2
<command>
<umbracoAlias>???</umbracoAlias>
<icon>images/editor/???ForeColor.gif</icon>
<tinyMceCommand value="" userInterface="true" frontendCommand="template">???</tinyMceCommand>
<priority>##</priority>
</command>
What do I need to add to the tinyMceConfig.config file to turn on the ForeColor and the BackColor Buttons?
Hello Kevon try to add this command node:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.