【问题标题】:WIRIS plugin for CKeditor working locally but not onlineCKeditor 的 WIRIS 插件在本地工作但不能在线
【发布时间】:2012-08-16 14:24:33
【问题描述】:

我正在做一个名为在线考试申请的项目。为此,我使用了 CK Editor 和 WIRIS 插件来插入数学符号和其他特殊字符。它在我的本地机器上工作,但在网上上传而不是符号后,我得到了这个:

«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mroot»«mrow/»«mrow/»«/mroot»«/math»

【问题讨论】:

  • 有人回复吗??

标签: php mysql ckeditor


【解决方案1】:

请在文件plugin.js 中找到以下行:

var _wrs_conf_saveMode = 'tags'; // This value can be 'tags', 'xml' or 'safeXml' 

然后设置回:

  • tags 如果您希望公式是图像(这是默认设置)

  • xml 如果您希望某些现代浏览器从 MathML 呈现公式

请随时向support at wiris.com 寻求更多帮助。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多