有沒有人遇到過這樣的問題? 我已經CKEditor的完全安裝和工作,但無論我在那裏類型(例如世界,你好)我總是得到噸醜陋格式的HTML,如:第一次初始化後CKEditor中的額外標籤
<div style="position: absolute; z-index: 99999999; display: none; top: 0pt; right: 0pt; bottom: auto; left: auto; height: auto; width: auto; padding: 5px; background-color: rgb(0, 0, 0); font-size: 13px; line-height: 1.2; color: rgb(255, 255, 255); opacity: 0.9;">
<p style="margin: 0pt; padding: 0pt; display: none;">
</p>
</div>
在最初文本區域爲它更換爲空的,所以它不是這個HTML只來自CKEditor的原因。
我在這種情況下,CKEditor的配置:
CKEDITOR.replace(optionList.editorName, {
"toolbar": optionList.editorType || "Full",
"uiColor": optionList.editorColor || "#EEE",
"height": "200px",
"minHeight": "200px",
"maxHeight": "200px",
"startupShowBorders": false,
"toolbarCanCollapse": false,
"fillEmptyBlocks": false,
"ignoreEmptyParagraph": true,
"resize_enabled": false,
"filebrowserBrowseUrl": "/App_Vendors/FSManager/"
});
任何幫助表示讚賞:)
我從來沒有見過那樣的問題。你有一個網址來測試? – AlfonsoML 2011-03-13 22:18:09
這是一個問題嗎? http://cksource.com/forums/viewtopic.php?t=21857 – random 2011-03-18 20:24:52
是的,它是我的:)通過卸載Firefox中的Translator插件解決。 – Anonymous 2011-03-25 01:15:38