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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...