We have recently upgraded a sizeable project from v6 to v7 and in the process lost a few of the the more detailed configurations we had in v6. One of these was the element path we had displayed in TinyMce to aid some of the more technical editors.
That said I have looked in the editor_template_src.js file and the default settings seem to be the same anyway for theme_umbraco_path and theme_umbraco_toolbar_location
Anyone know if there is a restriction in the Umbraco implemention of this that might prevent this option from working? I'm struggling to even find the tinyMCE.init in my Chrome inspector to see if it is in fact being applied.
TinyMce Turn On theme_advanced_path
We have recently upgraded a sizeable project from v6 to v7 and in the process lost a few of the the more detailed configurations we had in v6. One of these was the element path we had displayed in TinyMce to aid some of the more technical editors.
Documentation on this feature is here: http://www.tinymce.com/wiki.php/Configuration3x:themeadvancedpath
I can't seem to get this back in v7 despite adding the following to my tinyMceConfig.config file:
That said I have looked in the
editor_template_src.js
file and the default settings seem to be the same anyway fortheme_umbraco_path
andtheme_umbraco_toolbar_location
Anyone know if there is a restriction in the Umbraco implemention of this that might prevent this option from working? I'm struggling to even find the
tinyMCE.init
in my Chrome inspector to see if it is in fact being applied.Hey Simon,
Try adding this key to
tinyMceConfig.config
to get the "path" toolbar to show up:It's disabled by default in the RTE controller but you can override it using the above.
Hope that helps, Tom
Tom you're a star! Well spotted, thanks.
is working on a reply...