We are using Umbraco for a multiple language website and for the Turkisch content we don't have enough special characters in the "insert character" button. How can we add extra characters to this button?
Look in /umbraco_client/tinymce3/themes/umbraco/js/charmap.js there's a bunch of arrays defined there that seem to power the char map table. I assume that if you add them there, they'll show up. You may need to clear the ClientDependency Cache to see the change though.
TinyMCE more special characters
Hello,
We are using Umbraco for a multiple language website and for the Turkisch content we don't have enough special characters in the "insert character" button. How can we add extra characters to this button?
Jeroen
Hi Jeroen,
Look in /umbraco_client/tinymce3/themes/umbraco/js/charmap.js there's a bunch of arrays defined there that seem to power the char map table. I assume that if you add them there, they'll show up. You may need to clear the ClientDependency Cache to see the change though.
Hope that helps!
:)
is working on a reply...