TinyMCE在线上的不完整对话框

时间:2019-05-12 15:07:33

标签: dialog tinymce

我正在使用在线TinyMCE。当我尝试例如添加图像后,我看到对话框,但只有其标题。我在几个插件中看到了该错误,但在所有插件中都没有看到。

使用错误的插件(斜体的插件也显示了副类别,粗体的插件也起作用,但仅在对话框移动后才显示):

  • 帮助
  • 图片
  • 链接
  • 表(当事人)
  • 媒体
  • 表情符号
  • wordcount
  • searchreplace

我的配置是(我在其他文件中有api密钥)

    tinymce.init({
        selector: '#textarea',
        plugins: 'code codesample lists advlist image imagetools link table media save autosave paste emoticons wordcount visualblocks insertdatetime help template searchreplace  quickbars print preview fullscreen',
        toolbar: 'save | formatselect | bold italic underline strikethrough subscript superscript forecolor backcolor removeformat | link unlink openlink | image table bullist numlist| undo redo | blockquote codesample emoticons | visualblocks searchreplace| fullscreen',
        toolbar_drawer: 'floating',
        branding:false,
        height:'75%',
        width:'100%',
        content_css : '/css/style.css,',
        language:'pl',
        language_url : '/langs/pl.js',
        style_formats_autohide: true,
        browser_spellcheck: true,
        link_context_toolbar: true,
        mobile: {
            theme: 'mobile',
            plugins: [ 'code','codesample','lists','advlist','image','imagetools','link','table','media','save','autosave','paste','emoticons','fullpage','wordcount','visualblocks','insertdatetime','help','template','searchreplace','quickbars','print','preview' ,'fullscreen'],
            toolbar: 'fullpage | formatselect | bold italic underline strikethrough subscript superscript forecolor backcolor removeformat | link unlink openlink | image table bullist numlist| undo redo | blockquote codesample emoticons | visualblocks searchreplace| fullscreen',
        }


    });

如果您知道该如何解决,请在下面写下答案。

谢谢!

0 个答案:

没有答案