When we were at TS 6.7 I enabled several options to the custom_config for different views of TinyMCE. Now that we are on TS 7.2, my DCTs no longer show the custom instances and are falling back to the default set of buttons.I've located the .js file and confirmed that all my custom configs are sill there and they are still being called in the DCT by the same names, yet they won't work.Was there some change to 7.2 that makes the custom_config.js no longer work?
c:\production\iw_home\httpd\iw\tinymce\config\custom_config.js
IWTinyMCECustomConfig("denali", "toolbarRow", "bold,forecolor,|,pastetext,pasteword,|,bullist,numlist,|,undo,redo,|,anchor,link,unlink|,table");IWTinyMCECustomConfig("kosciuszko", "toolbarRow", "bold,italic,|,paste,pastetext,|,link,unlink,|,undo,redo,|,code");
< textarea cols='65' rows='15' external-editor="tinymce" external-editor-config="denali" />
We are using TeamSite 7.3.1, and tinymce custom config does not work for us as well. Any idea, if this is a known bug in TeamSite?