无法在Tinymce窗口中编辑和聚焦文本框

时间:2016-02-02 06:19:37

标签: javascript jquery tinymce

当我在我的模态中使用Tinymce时,所有文本框和textareas都在tinymce编辑器的任何窗口中,例如"插入视频"中的源代码和文本框;将是不可编辑的,不可聚焦的! 当我在浏览器中禁用javascript时就可以了!

tinymce.init({
    selector: '#testText',
    theme: "modern",
    width: '100%',
    plugins: [
        "code", "media"
    ],
    content_css: "css/content.css",
    toolbar: "",
    style_formats: [{
        title: 'Example 1',
        inline: 'span',
        classes: 'example1'
    }, {
        title: 'Example 2',
        inline: 'span',
        classes: 'example2'
    }, {
        title: 'Table styles'
    }, {
        title: 'Table row 1',
        selector: 'tr',
        classes: 'tablerow1'
    }],
    font_formats: "Tahoma=tahoma,arial,helvetica,sans-serif;" +
        "Google='Google, tahoma, arial;" +
        "Arial=arial,helvetica,sans-serif;",
});

0 个答案:

没有答案