I've made changes to tinyMceConfig.config but they do not seem to ever take effect, even after restarting the application. I even tried removing all commands, but they still persist no matter what. So, how do I get it to work?
I just wanted to remove the macros command, and display the superscript and table commands.
I assumed you only needed to change the userInterface attribute of their respective tinyMceCommand? Altho userInterface of mceInsertTable is true by default and it still doesn't appear.
If debug=false in your web.config you will need to change the version in ClientDependency.config (just make it 1 higher or lower) to start with a fresh cache
As you already mentioned, you restarted the application, this is indeed necessary as well as Umbraco reads the configuration only once when the app is starting
You might also have to clear your browser cache, even if you do both of the things above. Chrome is notoriously aggressive in caching sometimes.
Do! Of course! No neeed to do those settings in the config. The config is only intended for when you want to extend the RTE options if you need something that is not already there.
Dave is spot on - I should have understood caught this initially...must have been to early on the day for me :D
tinyMceConfig.config ignored?
Hello,
I've made changes to tinyMceConfig.config but they do not seem to ever take effect, even after restarting the application. I even tried removing all commands, but they still persist no matter what. So, how do I get it to work?
Hi Kin
Can you post what your configuration settings look like? Perhaps what you're trying to do is not allowed/is not valid.
/Jan
I just wanted to remove the macros command, and display the superscript and table commands.
I assumed you only needed to change the userInterface attribute of their respective tinyMceCommand? Altho userInterface of mceInsertTable is true by default and it still doesn't appear.
Hi Kin
That's an option - But hard to guide you untill you show what your current configuration looks like. Could you copy/paste it in here please? :)
Cheers, Jan
Two things here:
You might also have to clear your browser cache, even if you do both of the things above. Chrome is notoriously aggressive in caching sometimes.
Hi Kin,
You don't need to change any thing in the config files for the options you mention.
Login in to the backend and go to the Developer section. And then find the Rich Text Editor in the datatypes folder.
There you can enable/disable options in the tinyMce toolbar.
Dave
Do! Of course! No neeed to do those settings in the config. The config is only intended for when you want to extend the RTE options if you need something that is not already there.
Dave is spot on - I should have understood caught this initially...must have been to early on the day for me :D
/Jan
Ha! Good point, I missed this too. Which is likely why it didn't work either, Umbraco just overwrote the config settings.
Ah I see!
The tinyMceConfig.config is used to determine what appears when you edit the RichTextEditor datatype.
Thank you, it works after all.
is working on a reply...