Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kevon K. Hayes 255 posts 281 karma points
    Nov 16, 2010 @ 23:53
    Kevon K. Hayes
    0

    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?

  • Fabio Blardone 79 posts 98 karma points
    Apr 13, 2012 @ 11:22
    Fabio Blardone
    0

    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>
Please Sign in or register to post replies

Write your reply to:

Draft