TinyMCE 和 TradingEye - 在内容中呈现的 HTML 标签

发布于 2024-12-17 12:24:13 字数 1150 浏览 1 评论 0原文

我在 Trading Eye 安装中安装了 TinyMCE,而不是默认的 FCKEditor,但是当您在文本区域中输入任何内容并单击更新时,前端编辑器包含

标签,HTML 编辑器包含 < code>

&lt;p>,这意味着在网站本身上查看内容时,标签

将呈现为文本而不是 HTML。请问各位有办法解决这个问题吗?

我的 TinyMCE 初始化代码是:

tinyMCE.init({
        // General options
        mode : "specific_textareas",
        editor_selector : "mainDescription",
        theme : "advanced",
        plugins : "autolink,lists,pagebreak,style,layer,table,advhr,advimage,advlink,inlinepopups,insertdatetime,preview,contextmenu,paste,directionality,fullscreen,noneditable,nonbreaking,wordcount,advlist",
        // Theme options
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,undo,redo,|,link,unlink,code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
        theme_advanced_buttons4 : "",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "bottom",
        theme_advanced_resizing : true
    });

先谢谢大家了。 :)

I have TinyMCE installed in a Trading Eye installation instead of the default FCKEditor but when you enter anything in to the textareas and click update, the front end editor contains <p> tags and the HTML editor contains <p><p>, meaning when viewing the content on the site itself, the

tags are rendered as text and not HTML. Is there anyway to fix this issue please guys.

My TinyMCE init code is:

tinyMCE.init({
        // General options
        mode : "specific_textareas",
        editor_selector : "mainDescription",
        theme : "advanced",
        plugins : "autolink,lists,pagebreak,style,layer,table,advhr,advimage,advlink,inlinepopups,insertdatetime,preview,contextmenu,paste,directionality,fullscreen,noneditable,nonbreaking,wordcount,advlist",
        // Theme options
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,undo,redo,|,link,unlink,code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
        theme_advanced_buttons4 : "",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "bottom",
        theme_advanced_resizing : true
    });

Thanks in advance guys. :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文