Copied to clipboard

Flag this post as spam?

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


  • John Seto 37 posts 98 karma points
    Sep 10, 2016 @ 14:22
    John Seto
    0

    Can't get rid of TinyMCE's Font Family and Font Sizes from my Grid RTE

    Hello there,

    I followed this simple post about adding text color/font sizes to my TinyMCE config file. I then decided I didn't want the font family and font size but wanted to keep the fore colour. Now I can't get rid of the two buttons from Grid's Rich Text Editor on the end.

    I've cleared the browser cache, iis reset, I cleared the App_Data\TEMP folder.

    Any ideas? Thanks John

    enter image description here

    Here's an excerpt my config\tinymce.config file ( you can see I;ve commented it out):

          <!--Add the font selection-->
          <!--<command>
              <umbracoAlias>mcefontselect</umbracoAlias>
              <icon>images/editor/fontselect.png</icon>
              <tinyMceCommand value="" userInterface="true" frontendCommand="fontselect">fontselect</tinyMceCommand>
              <priority>21</priority>
          </command>-->
          <!--Add the font size selection-->
          <!--<command>
              <umbracoAlias>mcefontsizeselect</umbracoAlias>
              <icon>images/editor/fontsizeselect.png</icon>
              <tinyMceCommand value="" userInterface="true" frontendCommand="fontsizeselect">fontsizeselect</tinyMceCommand>
              <priority>22</priority>
          </command>-->
          <!--Add the font color selection-->
          <!--<command>
              <umbracoAlias>mceForeColor</umbracoAlias>
              <icon>images/editor/forecolor.gif</icon>
              <tinyMceCommand value="" userInterface="false" frontendCommand="forecolor">Font Colour</tinyMceCommand>
              <priority>23</priority>
          </command>-->
          <!-- Stagger the priority: -->
      </commands>
      <plugins>
        <!--<plugin loadOnFrontend="true">textcolor</plugin>-->
        <plugin loadOnFrontend="true">code</plugin>
        <plugin loadOnFrontend="true">codemirror</plugin>
        <plugin loadOnFrontend="true">paste</plugin>
        <plugin loadOnFrontend="true">umbracolink</plugin>
    

    Here's the RTE in the grid in the back office: enter image description here

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Sep 12, 2016 @ 09:55
    Dennis Adolfi
    1

    Hi John.

    It sounds like a ClientDependency issue.

    Have you tried bumping your /Config/ClientDependency.config version number?

  • 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.

Please Sign in or register to post replies