Hi,
I have a problem with the wicket-stuff Tinymce-Editor in the
InternetExplorer:
the first time the page is loaded, there are no tool-icons, just the
text-area. And IE gives the following Error:
Error: 'tinyMCE is undefined'
It' s an Java-Script-Error and it might be, that the scripts are not
loaded the right way. But I don“t know how to fix this. Here are the scripts
from generated the HTML-Source:
<script type="text/javascript" id="import"><!--/*--><![CDATA[/*><!--*/
var script = document.createElement('script');
script.id='tinyMCEScript ';
script.src='resources/wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/tiny_mce_src.js
';
script.type='text/javascript';
document.getElementsByTagName ('head')[0].appendChild(script);
/*-->]]>*/</script>
<script type="text/javascript" id="init"><!--/*--><![CDATA[/*><!--*/
tinyMCE.init({
mode : "specific_textareas",
editor_selector : "mceEditor",
theme : "advanced",
language : "en",
plugins : "contextmenu, save, paste, searchreplace, insertdatetime,
preview, zoom, table, emotions, iespell, flash, print, directionality,
fullscreen, spellchecker",
theme_advanced_buttons1_add_before : "save, newdocument, separator",
theme_advanced_buttons1_add : "fontselect, fontsizeselect",
theme_advanced_buttons2_add_before: "cut, copy, paste, pastetext,
pasteword, separator, search, replace, separator",
theme_advanced_buttons2_add : "separator, inserttime, insertdate,
separator, preview, zoom, separator, forecolor, backcolor",
theme_advanced_buttons3_add_before : "tablecontrols",
theme_advanced_buttons3_add : "emotions, iespell, flash, separator,
print, separator, ltr, rtl, separator, fullscreen",
theme_advanced_buttons4 : "spellchecker",
theme_advanced_toolbar_location : "top",
theme_advanced_statusbar_location : "bottom",
theme_advanced_toolbar_align : "left",
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
plugin_insertdate_timeFormat : "Time: %H:%M",
plugin_insertdate_dateFormat : "Date: %m-%d-%Y",
fullpage_default_xml_pi : "false",
spellchecker_languages : "+English=en"
});
/*-->]]>*/</script>
Sometimes when the page is loaded again, the tool-icons are there. In
FireFox it works fine, but unfortunately I have to use IE for this project.
Thanks in advance,
Benjamin