We are currently on FC 6.2.11 and will be migrating to FC 7 soon. I am hoping to use the same tinyMCE config on FC 7 as on FC 6.2.
When I pasted the tinyMCE code from 6.2 into 7 and updated config, app, etc., the Body area disappeared from the Edit screen. Is there something I need to change in the tinyMCE code to work with FC 7?
Here is the config I hope to use:
theme : "advanced",
plugins : "table,advhr,farcrycontenttemplates,advimage,advlink,preview,zoom,searchreplace,print,contextmenu,paste,directionality,fullscreen",
theme_advanced_buttons2_add : "separator,farcrycontenttemplates",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "separator,fullscreen,pasteword,pastetext",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
theme_advanced_resize_horizontal : true,
theme_advanced_resizing : true,
extended_valid_elements: "iframe[src|width|height|name|align],code,colgroup,col,thead,tfoot,tbody,abbr,blockquote,cite,button,textarea[name|class|cols|rows],script[type],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]",
remove_linebreaks : false,
content_css : "/css/sitestyles.css",
relative_urls : false,
theme_advanced_styles : "Custom Style=myStyle"