tinymce版本4中的eqneditor不能在webhost上运行

时间:2014-02-04 10:57:01

标签: javascript jquery tinymce tinymce-4

我使用本网站http://www.codecogs.com/latex/integration/tinymce_v4/install.php中的公式编辑器插件 编辑tinymce 4.x中的方程式。在localhost上完美运行,但在将网站上传到webhost http://000webhost.com时,只要使用此插件,就不会加载tinymce。知道解决方案可能是什么?所有帮助都非常感谢。这是代码:

    <script type="text/javascript" src="//tinymce.cachefly.net/4.0/tinymce.min.js">     </script>
<script type="text/javascript">
    tinymce.init({
        selector: "textarea",
        plugins: [
        "advlist autolink lists link image eqneditor charmap print preview anchor",
        "searchreplace visualblocks code  fullscreen",
        "insertdatetime media table contextmenu paste"
        ],
        toolbar: "insertfile undo redo | charmap eqneditor | styleselect | bold italic underline superscript subscript | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link jbimages"
    });
</script>

0 个答案:

没有答案