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
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>
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
Here's an excerpt my config\tinymce.config file ( you can see I;ve commented it out):
Here's the RTE in the grid in the back office:
Hi John.
It sounds like a ClientDependency issue.
Have you tried bumping your /Config/ClientDependency.config version number?
is working on a reply...