2
下面是我加載tinymce的腳本。TinyMCE不會加載在Firefox中
<script type="text/javascript" src="../tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" language="javascript">
tinyMCE.init({
mode: "textareas",
theme: "advanced",
plugins : "code,table",
// Theme options - button# indicated the row# only
theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,|,bullist,numlist,|,link,unlink,anchor,image,tablecontrols,|,forecolor,backcolor,|,sub,sup,|,code",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
theme_advanced_font_sizes: "12px,13px,14px,16px,18px,20px",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "left",
theme_advanced_resizing: true
});
</script>
它不適用於Firefox,但適用於IE。 在IE>開發工具,我看到在頭節
<link href="http://www.xyz.com/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css" rel="stylesheet"/>
但在Firefox這個環節,與螢火蟲> NET>我在
http://www.xyz.com/tinymce/jscripts/tiny_mce/plugins/code/editor_plugin.js
看到一個404錯誤(紅色線),我沒有在tinymce/jscripts/tiny_mce/plugins /文件夾下找到代碼文件夾。
任何幫助,非常感謝。
謝謝。
非常感謝Ross。我選擇了第二個選項:)插件文件夾有** bbcode **。我將該文件夾的內容複製到**代碼**文件夾中,現在它的工作很好!再次感謝您指點我正確的方向。 – 2011-06-15 03:22:05
但仍然想知道如何在IE中工作,但不是在代碼文件夾丟失FF! – 2011-06-15 03:45:23