2010-09-07 155 views
2
<!DOCTYPE html PUBLIC "-//W3C//DTD 
XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html 
xmlns="http://www.w3.org/1999/xhtml"> 
<head> <title>Full featured 
example</title> <script 
type="text/javascript" 
src="../tiny_mce/tiny_mce.js"></script> 
<script type="text/javascript"> 
tinyMCE.init({ 
    mode : "textareas", 
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,undo,redo,separator,bullist,numlist,separator,cut,copy,paste,separator,link,unlink,separator,code,separator,image,formatselect", 
    theme_advanced_buttons2 : "", 
    theme_advanced_buttons3 : "", 
    plugins : "imagemanager", 
    document_base_url : "http://localhost/htmllatest/admin", 
    relative_urls : false, 
    content_css : "css/content.css", relative_urls : false, 
     remove_script_host : false, }); </script> </head> <body> <form 
method="post" action="somepage"> 
    <textarea name="content" 
style="width:100%"> </textarea> 
</form> </body> </html> 

THS是我tinyeditor代碼。但它不是working.Firefox ErrorConsole正顯示出這是爲什麼不工作TinyMCE的編輯錯誤

回答

0

首先要把錯誤TinyMCE的不defined.anybody請告訴我確定tiny_mce.js是否存在並完全加載。

你可以使用Firebug並考慮其「網絡」選項卡(截圖here

+0

火沒有安裝在我的pc ..我這樣做 – Rag 2010-09-07 11:32:20

+0

但是這樣的錯誤顯示在錯誤控制檯無效量詞+; q = p}}返回o},split:function(u,s,y) {var z = this,o = z.createRng(),v,q,x;函數p(A){var t,r = A.childNodes; if(A.nodeType == 1 && A.getAttribute(「_ mce_type」)) == 「書籤」){返回} [對於(t = r.length-1; T> = 0;!噸 - ){p(R [T])}如果(A.nodeType = 9){如果(A .nodeType == 3 && A.nodeValue.length> 0){返回}如果(A.nodeType == 1){R = A.childNodes;若(r.length == 1個&& R [0] && R [0] == .nodeType如果(r.length || )源文件:http:// localhost/htmllatest() /admin/tinymce/jscripts/tiny_mce/tiny_mce.js Line:1 – Rag 2010-09-07 11:41:31

+0

@user類似的錯誤? – 2010-09-07 11:42:23

0

聽起來像TinyMCE的庫尚未包含在您的網頁。檢查你的src是否正確,並且使用Firefox中的Firebug來加載這些文件。

0

聽起來像TinyMCE的的精縮版搞砸了,只嘗試加載tiny_mce_src.js,以確保一切正常......

0

在插件文件夾中不存在該插件的ImageManager。移除插件行並修復問題。